Trace number 4488956

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma 63f22adSAT (TO)1037 3600.11 3610.01

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_7.opb.PB06.opb
MD5SUM4613bd71ebda28f991e46514414d76dd
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 benchmark1035
Best CPU time to get the best result obtained on this benchmark3585.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
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 1968
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 1968
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 1968
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-4488956-1751334438.opb'
0.00/0.03	c 	read 0.11MB  (1.87ms)
0.00/0.03	c	 [cnf: #variables 1968 #clauses 4000 #duplicates 1 #arr 9966]
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 18] (2.26ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	 (0.39ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 9904 #edges 27804]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 5.12*10^2 #generators 9] (1.65ms)
0.00/0.04	c 
0.00/0.04	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.04	c 	(0.01ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c add generic predicates (break_depth=20)
0.00/0.04	c 	added predicates for 9 generators (0.01ms)
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 9 #add_vars 0]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4488956-1751334438.opb.pre'
0.00/0.04	c 	wrote 0.12MB (0.32ms)
0.00/0.04	c ------------------------------------------------------------------
0.00/0.04	c                   2.26ms 33.53% approx_orbits
0.00/0.04	c                   1.87ms 27.77% parse
0.00/0.04	c                   1.65ms 24.49% detect_generic
0.00/0.04	c                   0.39ms  5.74% detect_special
0.00/0.04	c                   0.32ms  4.76% output
0.00/0.04	c                   0.18ms  2.71% other
0.00/0.04	c                   0.05ms  0.80% finalize_order
0.00/0.04	c                   0.01ms  0.11% optimize_gens
0.00/0.04	c                   0.01ms  0.09% break_generic
0.00/0.04	c         ───────────────────────────────────────────────
0.00/0.04	c                   6.73ms   100% total
0.00/0.04	c ------------------------------------------------------------------
0.00/0.06	c RoundingSat 2
0.00/0.06	c branch pb25
0.00/0.06	c commit 63f22ad
0.00/0.07	c #variables 1968 #constraints 4008
0.00/0.07	c objective is ce32 
0.00/0.09	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.09	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.09	c bounds 1121 >= 0 @ 0.03363
0.04/0.14	c bounds 1120 >= 0 @ 0.069025
0.04/0.14	c bounds 1120 >= 1 @ 0.069025
0.04/0.14	c bounds 1120 >= 2 @ 0.069025
0.04/0.14	c bounds 1120 >= 3 @ 0.069025
0.04/0.14	c bounds 1120 >= 4 @ 0.069025
0.04/0.14	c bounds 1120 >= 5 @ 0.069025
0.04/0.14	c bounds 1120 >= 6 @ 0.069245
0.04/0.14	c bounds 1120 >= 7 @ 0.069461
0.04/0.14	c bounds 1120 >= 8 @ 0.069677
0.04/0.14	c bounds 1120 >= 9 @ 0.069894
0.04/0.14	c bounds 1120 >= 10 @ 0.070106
0.04/0.14	c bounds 1120 >= 11 @ 0.070324
0.04/0.14	c bounds 1120 >= 12 @ 0.07054
0.04/0.14	c bounds 1120 >= 13 @ 0.070756
0.04/0.14	c bounds 1120 >= 14 @ 0.070972
0.04/0.14	c bounds 1120 >= 15 @ 0.07119
0.04/0.14	c bounds 1120 >= 16 @ 0.071408
0.04/0.14	c bounds 1120 >= 17 @ 0.071625
0.04/0.14	c bounds 1120 >= 18 @ 0.071842
0.04/0.14	c bounds 1120 >= 19 @ 0.072054
0.04/0.14	c bounds 1120 >= 20 @ 0.072271
0.04/0.14	c bounds 1120 >= 21 @ 0.07249
0.04/0.14	c bounds 1120 >= 22 @ 0.072709
0.04/0.14	c bounds 1120 >= 23 @ 0.072926
0.04/0.14	c bounds 1120 >= 24 @ 0.073015
0.04/0.14	c bounds 1120 >= 25 @ 0.073015
0.04/0.14	c bounds 1120 >= 26 @ 0.073015
0.04/0.14	c bounds 1120 >= 27 @ 0.073015
0.04/0.14	c bounds 1120 >= 28 @ 0.073015
0.04/0.14	c bounds 1120 >= 29 @ 0.073253
0.04/0.14	c bounds 1120 >= 30 @ 0.073464
0.04/0.14	c bounds 1120 >= 31 @ 0.073674
0.04/0.14	c bounds 1120 >= 32 @ 0.073884
0.04/0.14	c bounds 1120 >= 33 @ 0.074097
0.04/0.14	c bounds 1120 >= 34 @ 0.074309
0.04/0.14	c bounds 1120 >= 35 @ 0.074524
0.04/0.14	c bounds 1120 >= 36 @ 0.07474
0.04/0.15	c bounds 1120 >= 37 @ 0.074955
0.04/0.15	c bounds 1120 >= 38 @ 0.075171
0.04/0.15	c bounds 1120 >= 39 @ 0.075388
0.04/0.15	c bounds 1120 >= 40 @ 0.075603
0.04/0.15	c bounds 1120 >= 41 @ 0.07582
0.04/0.15	c bounds 1120 >= 42 @ 0.076035
0.04/0.15	c bounds 1120 >= 43 @ 0.076253
0.04/0.15	c bounds 1120 >= 44 @ 0.076471
0.04/0.15	c bounds 1120 >= 45 @ 0.076687
0.04/0.15	c bounds 1120 >= 46 @ 0.076904
0.04/0.15	c bounds 1120 >= 47 @ 0.07712
0.04/0.15	c bounds 1120 >= 48 @ 0.077337
0.04/0.15	c bounds 1120 >= 49 @ 0.077555
0.04/0.15	c bounds 1120 >= 50 @ 0.07777
0.04/0.15	c bounds 1120 >= 51 @ 0.077987
0.04/0.15	c bounds 1120 >= 52 @ 0.078206
0.04/0.15	c bounds 1120 >= 53 @ 0.078425
0.04/0.15	c bounds 1120 >= 54 @ 0.078641
0.04/0.15	c bounds 1120 >= 55 @ 0.078858
0.04/0.15	c bounds 1120 >= 56 @ 0.079075
0.04/0.15	c bounds 1120 >= 57 @ 0.079292
0.04/0.15	c bounds 1120 >= 58 @ 0.079509
0.04/0.15	c bounds 1120 >= 59 @ 0.079725
0.04/0.15	c bounds 1120 >= 60 @ 0.079941
0.04/0.15	c bounds 1120 >= 61 @ 0.08016
0.04/0.15	c bounds 1120 >= 62 @ 0.080377
0.04/0.15	c bounds 1120 >= 63 @ 0.080595
0.04/0.15	c bounds 1120 >= 64 @ 0.080811
0.04/0.15	c bounds 1120 >= 65 @ 0.081026
0.04/0.15	c bounds 1120 >= 66 @ 0.081242
0.04/0.15	c bounds 1120 >= 67 @ 0.081456
0.04/0.15	c bounds 1120 >= 68 @ 0.081673
0.04/0.15	c bounds 1120 >= 69 @ 0.081889
0.04/0.15	c bounds 1120 >= 70 @ 0.082106
0.04/0.15	c bounds 1120 >= 71 @ 0.08232
0.04/0.15	c bounds 1120 >= 72 @ 0.082533
0.04/0.15	c bounds 1120 >= 73 @ 0.082749
0.04/0.15	c bounds 1120 >= 74 @ 0.082964
0.04/0.15	c bounds 1120 >= 75 @ 0.083182
0.04/0.15	c bounds 1120 >= 76 @ 0.083396
0.04/0.15	c bounds 1120 >= 77 @ 0.083611
0.04/0.15	c bounds 1120 >= 78 @ 0.083826
0.04/0.15	c bounds 1120 >= 79 @ 0.084182
0.04/0.15	c bounds 1120 >= 80 @ 0.08472
0.04/0.16	c bounds 1120 >= 81 @ 0.084975
0.04/0.16	c bounds 1120 >= 82 @ 0.084975
0.04/0.16	c bounds 1120 >= 83 @ 0.084975
0.04/0.16	c bounds 1120 >= 84 @ 0.084975
0.04/0.16	c bounds 1120 >= 85 @ 0.084975
0.04/0.16	c bounds 1120 >= 86 @ 0.085103
0.04/0.16	c bounds 1120 >= 87 @ 0.085317
0.04/0.16	c bounds 1120 >= 88 @ 0.085532
0.04/0.16	c bounds 1120 >= 89 @ 0.085727
0.04/0.16	c bounds 1120 >= 90 @ 0.085909
0.04/0.16	c bounds 1120 >= 91 @ 0.086111
0.04/0.16	c bounds 1120 >= 92 @ 0.086325
0.04/0.16	c bounds 1120 >= 93 @ 0.086536
0.04/0.16	c bounds 1120 >= 94 @ 0.086751
0.04/0.16	c bounds 1120 >= 95 @ 0.086963
0.04/0.16	c bounds 1120 >= 96 @ 0.087176
0.04/0.16	c bounds 1120 >= 97 @ 0.087391
0.04/0.16	c bounds 1120 >= 98 @ 0.087604
0.04/0.16	c bounds 1120 >= 99 @ 0.087816
0.04/0.16	c bounds 1120 >= 100 @ 0.088027
0.04/0.16	c bounds 1120 >= 101 @ 0.088237
0.04/0.16	c bounds 1120 >= 102 @ 0.088447
0.04/0.16	c bounds 1120 >= 103 @ 0.088656
0.04/0.16	c bounds 1120 >= 104 @ 0.088865
0.04/0.16	c bounds 1120 >= 105 @ 0.089075
0.04/0.16	c bounds 1120 >= 106 @ 0.0893
0.04/0.16	c bounds 1120 >= 107 @ 0.089514
0.04/0.16	c bounds 1120 >= 108 @ 0.089728
0.04/0.16	c bounds 1120 >= 109 @ 0.089943
0.04/0.16	c bounds 1120 >= 110 @ 0.090158
0.04/0.16	c bounds 1120 >= 111 @ 0.090372
0.04/0.16	c bounds 1120 >= 112 @ 0.090587
0.04/0.16	c bounds 1120 >= 113 @ 0.090799
0.04/0.16	c bounds 1120 >= 114 @ 0.091009
0.04/0.16	c bounds 1120 >= 115 @ 0.091221
0.04/0.16	c bounds 1120 >= 116 @ 0.091433
0.04/0.16	c bounds 1120 >= 117 @ 0.091643
0.04/0.16	c bounds 1120 >= 118 @ 0.091852
0.04/0.16	c bounds 1120 >= 119 @ 0.092062
0.04/0.16	c bounds 1120 >= 120 @ 0.092275
0.04/0.16	c bounds 1120 >= 121 @ 0.092483
0.04/0.16	c bounds 1120 >= 122 @ 0.092696
0.04/0.16	c bounds 1120 >= 123 @ 0.092904
0.04/0.16	c bounds 1120 >= 124 @ 0.093121
0.04/0.16	c bounds 1120 >= 125 @ 0.093333
0.04/0.16	c bounds 1120 >= 126 @ 0.093551
0.04/0.16	c bounds 1120 >= 127 @ 0.093764
0.04/0.17	c bounds 1120 >= 128 @ 0.093977
0.04/0.17	c bounds 1120 >= 129 @ 0.094189
0.04/0.17	c bounds 1120 >= 130 @ 0.094401
0.04/0.17	c bounds 1120 >= 131 @ 0.094611
0.04/0.17	c bounds 1120 >= 132 @ 0.094822
0.04/0.17	c bounds 1120 >= 133 @ 0.095031
0.04/0.17	c bounds 1120 >= 134 @ 0.095242
0.04/0.17	c bounds 1120 >= 135 @ 0.095455
0.04/0.17	c bounds 1120 >= 136 @ 0.095666
0.04/0.17	c bounds 1120 >= 137 @ 0.095876
0.04/0.17	c bounds 1120 >= 138 @ 0.096085
0.04/0.17	c bounds 1120 >= 139 @ 0.096298
0.04/0.17	c bounds 1120 >= 140 @ 0.09651
0.04/0.17	c bounds 1120 >= 141 @ 0.096722
0.04/0.17	c bounds 1120 >= 142 @ 0.096935
0.04/0.17	c bounds 1120 >= 143 @ 0.097145
0.04/0.17	c bounds 1120 >= 144 @ 0.097359
0.04/0.17	c bounds 1120 >= 145 @ 0.097571
0.04/0.17	c bounds 1120 >= 146 @ 0.097785
0.04/0.17	c bounds 1120 >= 147 @ 0.097995
0.04/0.17	c bounds 1120 >= 148 @ 0.098205
0.04/0.17	c bounds 1120 >= 149 @ 0.098415
0.04/0.17	c bounds 1120 >= 150 @ 0.098627
0.04/0.17	c bounds 1120 >= 151 @ 0.098841
0.04/0.17	c bounds 1120 >= 152 @ 0.099053
0.04/0.17	c bounds 1120 >= 153 @ 0.099259
0.04/0.17	c bounds 1120 >= 154 @ 0.099469
0.04/0.17	c bounds 1120 >= 155 @ 0.099678
0.04/0.17	c bounds 1120 >= 156 @ 0.099896
0.04/0.17	c bounds 1120 >= 157 @ 0.100108
0.04/0.17	c bounds 1120 >= 158 @ 0.10032
0.04/0.17	c bounds 1120 >= 159 @ 0.100532
0.04/0.17	c bounds 1120 >= 160 @ 0.100746
0.04/0.17	c bounds 1120 >= 161 @ 0.100957
0.04/0.17	c bounds 1120 >= 162 @ 0.101167
0.04/0.17	c bounds 1120 >= 163 @ 0.101376
0.04/0.17	c bounds 1120 >= 164 @ 0.101581
0.04/0.17	c bounds 1120 >= 165 @ 0.101789
0.04/0.17	c bounds 1120 >= 166 @ 0.101998
0.04/0.17	c bounds 1120 >= 167 @ 0.102205
0.04/0.17	c bounds 1120 >= 168 @ 0.102414
0.04/0.17	c bounds 1120 >= 169 @ 0.10262
0.04/0.17	c bounds 1120 >= 170 @ 0.102828
0.04/0.17	c bounds 1120 >= 171 @ 0.103041
0.04/0.17	c bounds 1120 >= 172 @ 0.103251
0.04/0.17	c bounds 1120 >= 173 @ 0.103459
0.04/0.17	c bounds 1120 >= 174 @ 0.103669
0.04/0.18	c bounds 1120 >= 175 @ 0.103881
0.04/0.18	c bounds 1120 >= 176 @ 0.104099
0.04/0.18	c bounds 1120 >= 177 @ 0.10431
0.04/0.18	c bounds 1120 >= 178 @ 0.104519
0.04/0.18	c bounds 1120 >= 179 @ 0.104731
0.04/0.18	c bounds 1120 >= 180 @ 0.104946
0.04/0.18	c bounds 1120 >= 181 @ 0.105155
0.04/0.18	c bounds 1120 >= 182 @ 0.105363
0.04/0.18	c bounds 1120 >= 183 @ 0.105575
0.04/0.18	c bounds 1120 >= 184 @ 0.105787
0.04/0.18	c bounds 1120 >= 185 @ 0.105998
0.04/0.18	c bounds 1120 >= 186 @ 0.106211
0.04/0.18	c bounds 1120 >= 187 @ 0.106427
0.04/0.18	c bounds 1120 >= 188 @ 0.106639
0.04/0.18	c bounds 1120 >= 189 @ 0.106846
0.04/0.18	c bounds 1120 >= 190 @ 0.106925
0.04/0.18	c bounds 1120 >= 191 @ 0.106925
0.04/0.18	c bounds 1120 >= 192 @ 0.106925
0.04/0.18	c bounds 1120 >= 193 @ 0.106925
0.04/0.18	c bounds 1120 >= 194 @ 0.106925
0.04/0.18	c bounds 1120 >= 195 @ 0.107137
0.04/0.18	c bounds 1120 >= 196 @ 0.107346
0.04/0.18	c bounds 1120 >= 197 @ 0.107556
0.04/0.18	c bounds 1120 >= 198 @ 0.107769
0.04/0.18	c bounds 1120 >= 199 @ 0.107962
0.04/0.18	c bounds 1120 >= 200 @ 0.108176
0.04/0.18	c bounds 1120 >= 201 @ 0.10839
0.04/0.18	c bounds 1120 >= 202 @ 0.1086
0.04/0.18	c bounds 1120 >= 203 @ 0.10881
0.04/0.18	c bounds 1120 >= 204 @ 0.109025
0.04/0.18	c bounds 1120 >= 205 @ 0.10924
0.04/0.18	c bounds 1120 >= 206 @ 0.109452
0.04/0.18	c bounds 1120 >= 207 @ 0.109665
0.04/0.18	c bounds 1120 >= 208 @ 0.109876
0.04/0.18	c bounds 1120 >= 209 @ 0.110091
0.04/0.18	c bounds 1120 >= 210 @ 0.110303
0.04/0.18	c bounds 1120 >= 211 @ 0.110512
0.04/0.18	c bounds 1120 >= 212 @ 0.110723
0.04/0.18	c bounds 1120 >= 213 @ 0.110939
0.04/0.18	c bounds 1120 >= 214 @ 0.111151
0.04/0.18	c bounds 1120 >= 215 @ 0.111371
0.04/0.18	c bounds 1120 >= 216 @ 0.111588
0.04/0.18	c bounds 1120 >= 217 @ 0.111799
0.04/0.18	c bounds 1120 >= 218 @ 0.112011
0.04/0.18	c bounds 1120 >= 219 @ 0.112219
0.04/0.18	c bounds 1120 >= 220 @ 0.11243
0.04/0.18	c bounds 1120 >= 221 @ 0.112638
0.04/0.19	c bounds 1120 >= 222 @ 0.112849
0.04/0.19	c bounds 1120 >= 223 @ 0.113058
0.04/0.19	c bounds 1120 >= 224 @ 0.113268
0.04/0.19	c bounds 1120 >= 225 @ 0.113482
0.04/0.19	c bounds 1120 >= 226 @ 0.113691
0.04/0.19	c bounds 1120 >= 227 @ 0.113909
0.04/0.19	c bounds 1120 >= 228 @ 0.113909
0.04/0.19	c bounds 1120 >= 229 @ 0.113909
0.04/0.19	c bounds 1120 >= 230 @ 0.113909
0.04/0.19	c bounds 1120 >= 231 @ 0.113909
0.04/0.19	c bounds 1120 >= 232 @ 0.114039
0.04/0.19	c bounds 1120 >= 233 @ 0.114249
0.04/0.19	c bounds 1120 >= 234 @ 0.114464
0.04/0.19	c bounds 1120 >= 235 @ 0.11465
0.04/0.19	c bounds 1120 >= 236 @ 0.114836
0.04/0.19	c bounds 1120 >= 237 @ 0.114903
0.04/0.19	c bounds 1120 >= 238 @ 0.114903
0.04/0.19	c bounds 1120 >= 239 @ 0.114903
0.04/0.19	c bounds 1120 >= 240 @ 0.114903
0.04/0.19	c bounds 1120 >= 241 @ 0.114906
0.04/0.19	c bounds 1120 >= 242 @ 0.115119
0.04/0.19	c bounds 1120 >= 243 @ 0.115331
0.04/0.19	c bounds 1120 >= 244 @ 0.115546
0.04/0.19	c bounds 1120 >= 245 @ 0.115761
0.14/0.24	c bounds 1119 >= 245 @ 0.161771
0.14/0.24	c bounds 1119 >= 246 @ 0.161771
0.14/0.24	c bounds 1119 >= 247 @ 0.161771
0.14/0.24	c bounds 1119 >= 248 @ 0.161771
0.14/0.24	c bounds 1119 >= 249 @ 0.161986
0.14/0.24	c bounds 1119 >= 250 @ 0.162203
0.14/0.24	c bounds 1119 >= 251 @ 0.162426
0.14/0.24	c bounds 1119 >= 252 @ 0.16265
0.14/0.24	c bounds 1119 >= 253 @ 0.162857
0.14/0.24	c bounds 1119 >= 254 @ 0.16308
0.14/0.24	c bounds 1119 >= 255 @ 0.163303
0.14/0.24	c bounds 1119 >= 256 @ 0.163529
0.14/0.24	c bounds 1119 >= 257 @ 0.163749
0.14/0.24	c bounds 1119 >= 258 @ 0.163969
0.14/0.24	c bounds 1119 >= 259 @ 0.164183
0.14/0.24	c bounds 1119 >= 260 @ 0.164398
0.14/0.24	c bounds 1119 >= 261 @ 0.164623
0.14/0.24	c bounds 1119 >= 262 @ 0.164849
0.14/0.24	c bounds 1119 >= 263 @ 0.165071
0.14/0.24	c bounds 1119 >= 264 @ 0.165287
0.14/0.24	c bounds 1119 >= 265 @ 0.165502
0.14/0.25	c bounds 1119 >= 266 @ 0.165727
0.14/0.25	c bounds 1119 >= 267 @ 0.165945
0.14/0.25	c bounds 1119 >= 268 @ 0.166171
0.14/0.25	c bounds 1119 >= 269 @ 0.166408
0.14/0.25	c bounds 1119 >= 270 @ 0.16664
0.14/0.25	c bounds 1119 >= 271 @ 0.166861
0.14/0.25	c bounds 1119 >= 272 @ 0.167085
0.14/0.25	c bounds 1119 >= 273 @ 0.167302
0.14/0.25	c bounds 1119 >= 274 @ 0.167514
0.14/0.25	c bounds 1119 >= 275 @ 0.16773
0.14/0.25	c bounds 1119 >= 276 @ 0.167956
0.14/0.25	c bounds 1119 >= 277 @ 0.168171
0.14/0.25	c bounds 1119 >= 278 @ 0.168388
0.14/0.25	c bounds 1119 >= 279 @ 0.168603
0.14/0.25	c bounds 1119 >= 280 @ 0.168823
0.14/0.25	c bounds 1119 >= 281 @ 0.169034
0.14/0.25	c bounds 1119 >= 282 @ 0.169248
0.14/0.25	c bounds 1119 >= 283 @ 0.169472
0.14/0.25	c bounds 1119 >= 284 @ 0.169703
0.14/0.25	c bounds 1119 >= 285 @ 0.169923
0.14/0.25	c bounds 1119 >= 286 @ 0.170139
0.14/0.25	c bounds 1119 >= 287 @ 0.170363
0.14/0.25	c bounds 1119 >= 288 @ 0.17059
0.14/0.25	c bounds 1119 >= 289 @ 0.170804
0.14/0.25	c bounds 1119 >= 290 @ 0.171058
0.14/0.25	c bounds 1119 >= 291 @ 0.17128
0.14/0.25	c bounds 1119 >= 292 @ 0.1715
0.14/0.25	c bounds 1119 >= 293 @ 0.171716
0.14/0.25	c bounds 1119 >= 294 @ 0.171953
0.14/0.25	c bounds 1119 >= 295 @ 0.172167
0.14/0.25	c bounds 1119 >= 296 @ 0.172386
0.14/0.25	c bounds 1119 >= 297 @ 0.172602
0.14/0.25	c bounds 1119 >= 298 @ 0.172822
0.14/0.25	c bounds 1119 >= 299 @ 0.17305
0.14/0.25	c bounds 1119 >= 300 @ 0.173275
0.14/0.25	c bounds 1119 >= 301 @ 0.173493
0.14/0.25	c bounds 1119 >= 302 @ 0.173704
0.14/0.25	c bounds 1119 >= 303 @ 0.173928
0.14/0.25	c bounds 1119 >= 304 @ 0.17415
0.14/0.25	c bounds 1119 >= 305 @ 0.174369
0.14/0.25	c bounds 1119 >= 306 @ 0.174592
0.14/0.25	c bounds 1119 >= 307 @ 0.174816
0.14/0.25	c bounds 1119 >= 308 @ 0.175033
0.14/0.25	c bounds 1119 >= 309 @ 0.175252
0.14/0.25	c bounds 1119 >= 310 @ 0.175464
0.14/0.26	c bounds 1119 >= 311 @ 0.175679
0.14/0.26	c bounds 1119 >= 312 @ 0.175745
0.14/0.26	c bounds 1119 >= 313 @ 0.175745
0.14/0.26	c bounds 1119 >= 314 @ 0.175745
0.14/0.26	c bounds 1119 >= 315 @ 0.175745
0.14/0.26	c bounds 1119 >= 316 @ 0.175788
0.14/0.26	c bounds 1119 >= 317 @ 0.176023
0.14/0.26	c bounds 1119 >= 318 @ 0.176248
0.14/0.26	c bounds 1119 >= 319 @ 0.176466
0.14/0.26	c bounds 1119 >= 320 @ 0.176664
0.14/0.26	c bounds 1119 >= 321 @ 0.176874
0.14/0.26	c bounds 1119 >= 322 @ 0.177089
0.14/0.26	c bounds 1119 >= 323 @ 0.177304
0.14/0.26	c bounds 1119 >= 324 @ 0.177528
0.14/0.26	c bounds 1119 >= 325 @ 0.177743
0.14/0.26	c bounds 1119 >= 326 @ 0.177957
0.14/0.26	c bounds 1119 >= 327 @ 0.178171
0.14/0.26	c bounds 1119 >= 328 @ 0.178401
0.14/0.26	c bounds 1119 >= 329 @ 0.178616
0.14/0.26	c bounds 1119 >= 330 @ 0.178828
0.14/0.26	c bounds 1119 >= 331 @ 0.179048
0.14/0.26	c bounds 1119 >= 332 @ 0.179274
0.14/0.26	c bounds 1119 >= 333 @ 0.179498
0.14/0.26	c bounds 1119 >= 334 @ 0.179726
0.14/0.26	c bounds 1119 >= 335 @ 0.179946
0.14/0.26	c bounds 1119 >= 336 @ 0.180162
0.14/0.26	c bounds 1119 >= 337 @ 0.180381
0.14/0.26	c bounds 1119 >= 338 @ 0.180607
0.14/0.26	c bounds 1119 >= 339 @ 0.180845
0.14/0.26	c bounds 1119 >= 340 @ 0.181064
0.14/0.26	c bounds 1119 >= 341 @ 0.181294
0.14/0.26	c bounds 1119 >= 342 @ 0.181514
0.14/0.26	c bounds 1119 >= 343 @ 0.181732
0.14/0.26	c bounds 1119 >= 344 @ 0.181949
0.14/0.26	c bounds 1119 >= 345 @ 0.18217
0.14/0.26	c bounds 1119 >= 346 @ 0.182389
0.14/0.26	c bounds 1119 >= 347 @ 0.182608
0.14/0.26	c bounds 1119 >= 348 @ 0.182826
0.14/0.26	c bounds 1119 >= 349 @ 0.183049
0.14/0.26	c bounds 1119 >= 350 @ 0.183266
0.14/0.26	c bounds 1119 >= 351 @ 0.18349
0.14/0.26	c bounds 1119 >= 352 @ 0.183702
0.14/0.26	c bounds 1119 >= 353 @ 0.18393
0.14/0.26	c bounds 1119 >= 354 @ 0.184154
0.14/0.26	c bounds 1119 >= 355 @ 0.184368
0.14/0.27	c bounds 1119 >= 356 @ 0.184585
0.14/0.27	c bounds 1119 >= 357 @ 0.184817
0.14/0.27	c bounds 1119 >= 358 @ 0.185042
0.14/0.27	c bounds 1119 >= 359 @ 0.185265
0.14/0.27	c bounds 1119 >= 360 @ 0.185493
0.14/0.27	c bounds 1119 >= 361 @ 0.185715
0.14/0.27	c bounds 1119 >= 362 @ 0.185932
0.14/0.27	c bounds 1119 >= 363 @ 0.186159
0.14/0.27	c bounds 1119 >= 364 @ 0.186375
0.14/0.27	c bounds 1119 >= 365 @ 0.186592
0.14/0.27	c bounds 1119 >= 366 @ 0.18681
0.14/0.27	c bounds 1119 >= 367 @ 0.18703
0.14/0.27	c bounds 1119 >= 368 @ 0.187252
0.14/0.27	c bounds 1119 >= 369 @ 0.187474
0.14/0.27	c bounds 1119 >= 370 @ 0.187698
0.14/0.27	c bounds 1119 >= 371 @ 0.187917
0.14/0.27	c bounds 1119 >= 372 @ 0.18816
0.14/0.27	c bounds 1119 >= 373 @ 0.18839
0.14/0.27	c bounds 1119 >= 374 @ 0.188617
0.14/0.27	c bounds 1119 >= 375 @ 0.18885
0.14/0.27	c bounds 1119 >= 376 @ 0.189086
0.14/0.27	c bounds 1119 >= 377 @ 0.189305
0.14/0.27	c bounds 1119 >= 378 @ 0.189523
0.14/0.27	c bounds 1119 >= 379 @ 0.189746
0.14/0.27	c bounds 1119 >= 380 @ 0.189961
0.14/0.27	c bounds 1119 >= 381 @ 0.190184
0.14/0.27	c bounds 1119 >= 382 @ 0.190417
0.14/0.27	c bounds 1119 >= 383 @ 0.190635
0.14/0.27	c bounds 1119 >= 384 @ 0.190864
0.14/0.27	c bounds 1119 >= 385 @ 0.191081
0.14/0.27	c bounds 1119 >= 386 @ 0.1913
0.14/0.27	c bounds 1119 >= 387 @ 0.191521
0.14/0.27	c bounds 1119 >= 388 @ 0.191702
0.14/0.27	c bounds 1119 >= 389 @ 0.191702
0.14/0.27	c bounds 1119 >= 390 @ 0.191702
0.14/0.27	c bounds 1119 >= 391 @ 0.191702
0.14/0.27	c bounds 1119 >= 392 @ 0.191702
0.14/0.27	c bounds 1119 >= 393 @ 0.191703
0.14/0.27	c bounds 1119 >= 394 @ 0.191703
0.14/0.27	c bounds 1119 >= 395 @ 0.191703
0.14/0.27	c bounds 1119 >= 396 @ 0.191703
0.14/0.27	c bounds 1119 >= 397 @ 0.191839
0.14/0.27	c bounds 1119 >= 398 @ 0.192059
0.14/0.27	c bounds 1119 >= 399 @ 0.192345
0.14/0.27	c bounds 1119 >= 400 @ 0.192545
0.14/0.28	c bounds 1119 >= 401 @ 0.192763
0.14/0.28	c bounds 1119 >= 402 @ 0.193006
0.14/0.28	c bounds 1119 >= 403 @ 0.193229
0.14/0.28	c bounds 1119 >= 404 @ 0.193455
0.14/0.28	c bounds 1119 >= 405 @ 0.193675
0.14/0.28	c bounds 1119 >= 406 @ 0.193896
0.14/0.28	c bounds 1119 >= 407 @ 0.194115
0.14/0.28	c bounds 1119 >= 408 @ 0.194336
0.14/0.28	c bounds 1119 >= 409 @ 0.194555
0.14/0.28	c bounds 1119 >= 410 @ 0.194774
0.14/0.28	c bounds 1119 >= 411 @ 0.195003
0.14/0.28	c bounds 1119 >= 412 @ 0.195223
0.14/0.28	c bounds 1119 >= 413 @ 0.195443
0.14/0.28	c bounds 1119 >= 414 @ 0.195659
0.14/0.28	c bounds 1119 >= 415 @ 0.195881
0.14/0.28	c bounds 1119 >= 416 @ 0.196108
0.14/0.28	c bounds 1119 >= 417 @ 0.196339
0.14/0.28	c bounds 1119 >= 418 @ 0.196582
0.14/0.28	c bounds 1119 >= 419 @ 0.1968
0.14/0.28	c bounds 1119 >= 420 @ 0.197028
0.14/0.28	c bounds 1119 >= 421 @ 0.197246
0.14/0.28	c bounds 1119 >= 422 @ 0.197467
0.14/0.28	c bounds 1119 >= 423 @ 0.197702
0.14/0.28	c bounds 1119 >= 424 @ 0.197927
0.14/0.28	c bounds 1119 >= 425 @ 0.198144
0.14/0.28	c bounds 1119 >= 426 @ 0.19837
0.14/0.28	c bounds 1119 >= 427 @ 0.198588
0.14/0.28	c bounds 1119 >= 428 @ 0.198808
0.14/0.28	c bounds 1119 >= 429 @ 0.19903
0.14/0.28	c bounds 1119 >= 430 @ 0.199258
0.14/0.28	c bounds 1119 >= 431 @ 0.199487
0.14/0.28	c bounds 1119 >= 432 @ 0.199707
0.14/0.28	c bounds 1119 >= 433 @ 0.199934
0.14/0.28	c bounds 1119 >= 434 @ 0.200157
0.14/0.28	c bounds 1119 >= 435 @ 0.200436
0.14/0.28	c bounds 1119 >= 436 @ 0.200654
0.14/0.28	c bounds 1119 >= 437 @ 0.200873
0.14/0.28	c bounds 1119 >= 438 @ 0.201093
0.14/0.28	c bounds 1119 >= 439 @ 0.201307
0.14/0.28	c bounds 1119 >= 440 @ 0.201522
0.14/0.28	c bounds 1119 >= 441 @ 0.201754
0.14/0.28	c bounds 1119 >= 442 @ 0.201969
0.14/0.28	c bounds 1119 >= 443 @ 0.202198
0.14/0.28	c bounds 1119 >= 444 @ 0.202419
0.14/0.29	c bounds 1119 >= 445 @ 0.202641
0.14/0.29	c bounds 1119 >= 446 @ 0.202871
0.14/0.29	c bounds 1119 >= 447 @ 0.203096
0.14/0.29	c bounds 1119 >= 448 @ 0.203316
0.14/0.29	c bounds 1119 >= 449 @ 0.203547
0.14/0.29	c bounds 1119 >= 450 @ 0.203766
0.14/0.29	c bounds 1119 >= 451 @ 0.203999
0.14/0.29	c bounds 1119 >= 452 @ 0.204221
0.14/0.29	c bounds 1119 >= 453 @ 0.204436
0.14/0.29	c bounds 1119 >= 454 @ 0.204662
0.14/0.29	c bounds 1119 >= 455 @ 0.204884
0.14/0.29	c bounds 1119 >= 456 @ 0.205104
0.14/0.29	c bounds 1119 >= 457 @ 0.205319
0.14/0.29	c bounds 1119 >= 458 @ 0.205541
0.14/0.29	c bounds 1119 >= 459 @ 0.205771
0.14/0.29	c bounds 1119 >= 460 @ 0.205988
0.14/0.29	c bounds 1119 >= 461 @ 0.206208
0.14/0.29	c bounds 1119 >= 462 @ 0.206434
0.14/0.29	c bounds 1119 >= 463 @ 0.206659
0.14/0.29	c bounds 1119 >= 464 @ 0.206659
0.14/0.29	c bounds 1119 >= 465 @ 0.206659
0.14/0.29	c bounds 1119 >= 466 @ 0.206659
0.14/0.29	c bounds 1119 >= 467 @ 0.206659
0.14/0.29	c bounds 1119 >= 468 @ 0.206799
0.14/0.29	c bounds 1119 >= 469 @ 0.207034
0.14/0.29	c bounds 1119 >= 470 @ 0.207251
0.14/0.29	c bounds 1119 >= 471 @ 0.207473
0.14/0.29	c bounds 1119 >= 472 @ 0.207675
0.14/0.29	c bounds 1119 >= 473 @ 0.207895
0.14/0.29	c bounds 1119 >= 474 @ 0.20812
0.14/0.29	c bounds 1119 >= 475 @ 0.208342
0.14/0.29	c bounds 1119 >= 476 @ 0.208573
0.14/0.29	c bounds 1119 >= 477 @ 0.208786
0.14/0.29	c bounds 1119 >= 478 @ 0.20902
0.14/0.29	c bounds 1119 >= 479 @ 0.209239
0.14/0.29	c bounds 1119 >= 480 @ 0.209467
0.14/0.29	c bounds 1119 >= 481 @ 0.209689
0.14/0.29	c bounds 1119 >= 482 @ 0.209913
0.14/0.29	c bounds 1119 >= 483 @ 0.210129
0.14/0.29	c bounds 1119 >= 484 @ 0.210347
0.14/0.29	c bounds 1119 >= 485 @ 0.210581
0.14/0.29	c bounds 1119 >= 486 @ 0.210801
0.14/0.29	c bounds 1119 >= 487 @ 0.211038
0.14/0.29	c bounds 1119 >= 488 @ 0.211265
0.14/0.30	c bounds 1119 >= 489 @ 0.211495
0.14/0.30	c bounds 1119 >= 490 @ 0.211727
0.14/0.30	c bounds 1119 >= 491 @ 0.211947
0.14/0.30	c bounds 1119 >= 492 @ 0.212173
0.14/0.30	c bounds 1119 >= 493 @ 0.212391
0.14/0.30	c bounds 1119 >= 494 @ 0.212613
0.14/0.30	c bounds 1119 >= 495 @ 0.212843
0.14/0.30	c bounds 1119 >= 496 @ 0.213063
0.14/0.30	c bounds 1119 >= 497 @ 0.213303
0.14/0.30	c bounds 1119 >= 498 @ 0.213544
0.14/0.30	c bounds 1119 >= 499 @ 0.213639
0.14/0.30	c bounds 1119 >= 500 @ 0.213639
0.14/0.30	c bounds 1119 >= 501 @ 0.213639
0.14/0.30	c bounds 1119 >= 502 @ 0.213639
0.14/0.30	c bounds 1119 >= 503 @ 0.213788
0.14/0.30	c bounds 1119 >= 504 @ 0.214013
0.14/0.30	c bounds 1119 >= 505 @ 0.214234
0.14/0.30	c bounds 1119 >= 506 @ 0.214452
0.14/0.30	c bounds 1119 >= 507 @ 0.214676
0.14/0.30	c bounds 1119 >= 508 @ 0.214896
0.14/0.30	c bounds 1119 >= 509 @ 0.215124
0.14/0.30	c bounds 1119 >= 510 @ 0.215348
0.14/0.30	c bounds 1119 >= 511 @ 0.21557
0.14/0.30	c bounds 1119 >= 512 @ 0.215634
0.14/0.30	c bounds 1119 >= 513 @ 0.215634
0.14/0.30	c bounds 1119 >= 514 @ 0.215634
0.14/0.30	c bounds 1119 >= 515 @ 0.215634
0.14/0.30	c bounds 1119 >= 516 @ 0.215802
0.14/0.30	c bounds 1119 >= 517 @ 0.216039
0.14/0.30	c bounds 1119 >= 518 @ 0.216268
0.14/0.30	c bounds 1119 >= 519 @ 0.216465
0.14/0.30	c bounds 1119 >= 520 @ 0.216694
0.14/0.30	c bounds 1119 >= 521 @ 0.216925
0.14/0.30	c bounds 1119 >= 522 @ 0.217168
0.14/0.30	c bounds 1119 >= 523 @ 0.217412
0.14/0.30	c bounds 1119 >= 524 @ 0.217641
0.14/0.30	c bounds 1119 >= 525 @ 0.217876
0.14/0.30	c bounds 1119 >= 526 @ 0.21811
0.14/0.30	c bounds 1119 >= 527 @ 0.218353
0.14/0.30	c bounds 1119 >= 528 @ 0.218592
0.14/0.30	c bounds 1119 >= 529 @ 0.218828
0.14/0.30	c bounds 1119 >= 530 @ 0.219063
0.14/0.31	c bounds 1119 >= 531 @ 0.219298
0.14/0.31	c bounds 1119 >= 532 @ 0.219531
0.14/0.31	c bounds 1119 >= 533 @ 0.21976
0.24/0.31	c bounds 1119 >= 534 @ 0.219997
0.24/0.31	c bounds 1119 >= 535 @ 0.220237
0.24/0.31	c bounds 1119 >= 536 @ 0.220474
0.24/0.31	c bounds 1119 >= 537 @ 0.220705
0.24/0.31	c bounds 1119 >= 538 @ 0.220938
0.24/0.31	c bounds 1119 >= 539 @ 0.221162
0.24/0.31	c bounds 1119 >= 540 @ 0.221399
0.24/0.31	c bounds 1119 >= 541 @ 0.221399
0.24/0.31	c bounds 1119 >= 542 @ 0.221399
0.24/0.31	c bounds 1119 >= 543 @ 0.221399
0.24/0.31	c bounds 1119 >= 544 @ 0.221399
0.24/0.31	c bounds 1119 >= 545 @ 0.22159
0.24/0.31	c bounds 1119 >= 546 @ 0.221834
0.24/0.31	c bounds 1119 >= 547 @ 0.222082
0.24/0.31	c bounds 1119 >= 548 @ 0.222319
0.24/0.31	c bounds 1119 >= 549 @ 0.222551
0.24/0.31	c bounds 1119 >= 550 @ 0.222779
0.24/0.31	c bounds 1119 >= 551 @ 0.223018
0.24/0.31	c bounds 1119 >= 552 @ 0.223252
0.24/0.31	c bounds 1119 >= 553 @ 0.223478
0.24/0.31	c bounds 1119 >= 554 @ 0.223715
0.24/0.31	c bounds 1119 >= 555 @ 0.223977
0.24/0.31	c bounds 1119 >= 556 @ 0.224214
0.24/0.31	c bounds 1119 >= 557 @ 0.22444
0.24/0.31	c bounds 1119 >= 558 @ 0.224664
0.24/0.31	c bounds 1119 >= 559 @ 0.224903
0.24/0.31	c bounds 1119 >= 560 @ 0.225136
0.24/0.31	c bounds 1119 >= 561 @ 0.225388
0.24/0.31	c bounds 1119 >= 562 @ 0.225622
0.24/0.31	c bounds 1119 >= 563 @ 0.22586
0.24/0.31	c bounds 1119 >= 564 @ 0.226088
0.24/0.31	c bounds 1119 >= 565 @ 0.226319
0.24/0.31	c bounds 1119 >= 566 @ 0.226549
0.24/0.31	c bounds 1119 >= 567 @ 0.226791
0.24/0.31	c bounds 1119 >= 568 @ 0.227027
0.24/0.31	c bounds 1119 >= 569 @ 0.227259
0.24/0.31	c bounds 1119 >= 570 @ 0.227494
0.24/0.31	c bounds 1119 >= 571 @ 0.22774
0.24/0.31	c bounds 1119 >= 572 @ 0.227971
0.24/0.31	c bounds 1119 >= 573 @ 0.228212
0.24/0.32	c bounds 1119 >= 574 @ 0.228451
0.24/0.32	c bounds 1119 >= 575 @ 0.228698
0.24/0.32	c bounds 1119 >= 576 @ 0.228955
0.24/0.32	c bounds 1119 >= 577 @ 0.229218
0.24/0.32	c bounds 1119 >= 578 @ 0.229451
0.24/0.32	c bounds 1119 >= 579 @ 0.229678
0.24/0.32	c bounds 1119 >= 580 @ 0.229923
0.24/0.32	c bounds 1119 >= 581 @ 0.230157
0.24/0.32	c bounds 1119 >= 582 @ 0.230389
0.24/0.32	c bounds 1119 >= 583 @ 0.23063
0.24/0.32	c bounds 1119 >= 584 @ 0.230873
0.24/0.32	c bounds 1119 >= 585 @ 0.231121
0.24/0.32	c bounds 1119 >= 586 @ 0.231374
0.24/0.32	c bounds 1119 >= 587 @ 0.231624
0.24/0.32	c bounds 1119 >= 588 @ 0.23186
0.24/0.32	c bounds 1119 >= 589 @ 0.232106
0.24/0.32	c bounds 1119 >= 590 @ 0.232346
0.24/0.32	c bounds 1119 >= 591 @ 0.232599
0.24/0.32	c bounds 1119 >= 592 @ 0.232845
0.24/0.32	c bounds 1119 >= 593 @ 0.233099
0.24/0.32	c bounds 1119 >= 594 @ 0.233358
0.24/0.32	c bounds 1119 >= 595 @ 0.233599
0.24/0.32	c bounds 1119 >= 596 @ 0.233832
0.24/0.32	c bounds 1119 >= 597 @ 0.23408
0.24/0.32	c bounds 1119 >= 598 @ 0.234326
0.24/0.32	c bounds 1119 >= 599 @ 0.23438
0.24/0.32	c bounds 1119 >= 600 @ 0.23438
0.24/0.32	c bounds 1119 >= 601 @ 0.23438
0.24/0.32	c bounds 1119 >= 602 @ 0.23438
0.24/0.32	c bounds 1119 >= 603 @ 0.234525
0.24/0.32	c bounds 1119 >= 604 @ 0.234775
0.24/0.32	c bounds 1119 >= 605 @ 0.235019
0.24/0.32	c bounds 1119 >= 606 @ 0.235277
0.24/0.32	c bounds 1119 >= 607 @ 0.235513
0.24/0.32	c bounds 1119 >= 608 @ 0.235762
0.24/0.32	c bounds 1119 >= 609 @ 0.236001
0.24/0.32	c bounds 1119 >= 610 @ 0.23625
0.24/0.32	c bounds 1119 >= 611 @ 0.236502
0.24/0.32	c bounds 1119 >= 612 @ 0.236758
0.24/0.32	c bounds 1119 >= 613 @ 0.237007
0.24/0.33	c bounds 1119 >= 614 @ 0.237256
0.24/0.33	c bounds 1119 >= 615 @ 0.237496
0.24/0.33	c bounds 1119 >= 616 @ 0.23774
0.24/0.33	c bounds 1119 >= 617 @ 0.238009
0.24/0.33	c bounds 1119 >= 618 @ 0.238253
0.24/0.33	c bounds 1119 >= 619 @ 0.238496
0.24/0.33	c bounds 1119 >= 620 @ 0.238735
0.24/0.33	c bounds 1119 >= 621 @ 0.238971
0.24/0.33	c bounds 1119 >= 622 @ 0.23922
0.24/0.33	c bounds 1119 >= 623 @ 0.239487
0.24/0.33	c bounds 1119 >= 624 @ 0.23973
0.24/0.33	c bounds 1119 >= 625 @ 0.240014
0.24/0.33	c bounds 1119 >= 626 @ 0.240291
0.24/0.33	c bounds 1119 >= 627 @ 0.240366
0.24/0.33	c bounds 1119 >= 628 @ 0.240366
0.24/0.33	c bounds 1119 >= 629 @ 0.240366
0.24/0.33	c bounds 1119 >= 630 @ 0.240366
0.24/0.33	c bounds 1119 >= 631 @ 0.240616
0.24/0.33	c bounds 1119 >= 632 @ 0.24086
0.24/0.33	c bounds 1119 >= 633 @ 0.241124
0.24/0.33	c bounds 1119 >= 634 @ 0.241375
0.24/0.33	c bounds 1119 >= 635 @ 0.241631
0.24/0.33	c bounds 1119 >= 636 @ 0.241876
0.24/0.33	c bounds 1119 >= 637 @ 0.242159
0.24/0.33	c bounds 1119 >= 638 @ 0.242263
0.24/0.33	c bounds 1119 >= 639 @ 0.242263
0.24/0.33	c bounds 1119 >= 640 @ 0.242263
0.24/0.33	c bounds 1119 >= 641 @ 0.242263
0.24/0.33	c bounds 1119 >= 642 @ 0.24242
0.24/0.33	c bounds 1119 >= 643 @ 0.242695
0.24/0.33	c bounds 1119 >= 644 @ 0.242944
0.24/0.33	c bounds 1119 >= 645 @ 0.243209
0.24/0.33	c bounds 1119 >= 646 @ 0.24346
0.24/0.33	c bounds 1119 >= 647 @ 0.243765
0.24/0.33	c bounds 1119 >= 648 @ 0.244013
0.24/0.33	c bounds 1119 >= 649 @ 0.244269
0.24/0.33	c bounds 1119 >= 650 @ 0.244355
0.24/0.33	c bounds 1119 >= 651 @ 0.244355
0.24/0.33	c bounds 1119 >= 652 @ 0.244355
0.24/0.34	c bounds 1119 >= 653 @ 0.244355
0.24/0.34	c bounds 1119 >= 654 @ 0.24458
0.24/0.34	c bounds 1119 >= 655 @ 0.244831
0.24/0.34	c bounds 1119 >= 656 @ 0.245091
0.24/0.34	c bounds 1119 >= 657 @ 0.245376
0.24/0.34	c bounds 1119 >= 658 @ 0.245651
0.24/0.34	c bounds 1119 >= 659 @ 0.245927
0.24/0.34	c bounds 1119 >= 660 @ 0.246199
0.24/0.34	c bounds 1119 >= 661 @ 0.246465
0.24/0.34	c bounds 1119 >= 662 @ 0.246735
0.24/0.34	c bounds 1119 >= 663 @ 0.247006
0.24/0.34	c bounds 1119 >= 664 @ 0.247273
0.24/0.34	c bounds 1119 >= 665 @ 0.247347
0.24/0.34	c bounds 1119 >= 666 @ 0.247347
0.24/0.34	c bounds 1119 >= 667 @ 0.247347
0.24/0.34	c bounds 1119 >= 668 @ 0.247347
0.24/0.34	c bounds 1119 >= 669 @ 0.247633
0.24/0.34	c bounds 1119 >= 670 @ 0.247895
0.24/0.34	c bounds 1119 >= 671 @ 0.248176
0.24/0.34	c bounds 1119 >= 672 @ 0.248443
0.24/0.34	c bounds 1119 >= 673 @ 0.248728
0.24/0.34	c bounds 1119 >= 674 @ 0.249009
0.24/0.34	c bounds 1119 >= 675 @ 0.249288
0.24/0.34	c bounds 1119 >= 676 @ 0.249563
0.24/0.34	c bounds 1119 >= 677 @ 0.249835
0.24/0.34	c bounds 1119 >= 678 @ 0.250106
0.24/0.34	c bounds 1119 >= 679 @ 0.250371
0.24/0.34	c bounds 1119 >= 680 @ 0.250656
0.24/0.34	c bounds 1119 >= 681 @ 0.250922
0.24/0.34	c bounds 1119 >= 682 @ 0.251209
0.24/0.34	c bounds 1119 >= 683 @ 0.251495
0.24/0.34	c bounds 1119 >= 684 @ 0.25178
0.24/0.34	c bounds 1119 >= 685 @ 0.252049
0.24/0.34	c bounds 1119 >= 686 @ 0.252339
0.24/0.34	c bounds 1119 >= 687 @ 0.252609
0.24/0.34	c bounds 1119 >= 688 @ 0.252897
0.24/0.35	c bounds 1119 >= 689 @ 0.253187
0.24/0.35	c bounds 1119 >= 690 @ 0.253473
0.24/0.35	c bounds 1119 >= 691 @ 0.253753
0.24/0.35	c bounds 1119 >= 692 @ 0.254026
0.24/0.35	c bounds 1119 >= 693 @ 0.254303
0.24/0.35	c bounds 1119 >= 694 @ 0.254606
0.24/0.35	c bounds 1119 >= 695 @ 0.254893
0.24/0.35	c bounds 1119 >= 696 @ 0.255191
0.24/0.35	c bounds 1119 >= 697 @ 0.255476
0.24/0.35	c bounds 1119 >= 698 @ 0.255755
0.24/0.35	c bounds 1119 >= 699 @ 0.256037
0.24/0.35	c bounds 1119 >= 700 @ 0.256306
0.24/0.35	c bounds 1119 >= 701 @ 0.256614
0.24/0.35	c bounds 1119 >= 702 @ 0.256886
0.24/0.35	c bounds 1119 >= 703 @ 0.25717
0.24/0.35	c bounds 1119 >= 704 @ 0.257445
0.24/0.35	c bounds 1119 >= 705 @ 0.257716
0.24/0.35	c bounds 1119 >= 706 @ 0.25799
0.24/0.35	c bounds 1119 >= 707 @ 0.258265
0.24/0.35	c bounds 1119 >= 708 @ 0.258553
0.24/0.35	c bounds 1119 >= 709 @ 0.258848
0.24/0.35	c bounds 1119 >= 710 @ 0.259138
0.24/0.35	c bounds 1119 >= 711 @ 0.259425
0.24/0.35	c bounds 1119 >= 712 @ 0.259712
0.24/0.35	c bounds 1119 >= 713 @ 0.259985
0.24/0.35	c bounds 1119 >= 714 @ 0.260282
0.24/0.35	c bounds 1119 >= 715 @ 0.260599
0.24/0.35	c bounds 1119 >= 716 @ 0.260887
0.24/0.35	c bounds 1119 >= 717 @ 0.261187
0.24/0.35	c bounds 1119 >= 718 @ 0.261474
0.24/0.35	c bounds 1119 >= 719 @ 0.261764
0.24/0.35	c bounds 1119 >= 720 @ 0.262046
0.24/0.35	c bounds 1119 >= 721 @ 0.262336
0.24/0.35	c bounds 1119 >= 722 @ 0.262625
0.24/0.35	c bounds 1119 >= 723 @ 0.26292
0.24/0.36	c bounds 1119 >= 724 @ 0.263206
0.24/0.36	c bounds 1119 >= 725 @ 0.263501
0.24/0.36	c bounds 1119 >= 726 @ 0.263782
0.24/0.36	c bounds 1119 >= 727 @ 0.264073
0.24/0.36	c bounds 1119 >= 728 @ 0.264354
0.24/0.36	c bounds 1119 >= 729 @ 0.26463
0.24/0.36	c bounds 1119 >= 730 @ 0.264926
0.24/0.36	c bounds 1119 >= 731 @ 0.265214
0.24/0.36	c bounds 1119 >= 732 @ 0.265293
0.24/0.36	c bounds 1119 >= 733 @ 0.265293
0.24/0.36	c bounds 1119 >= 734 @ 0.265293
0.24/0.36	c bounds 1119 >= 735 @ 0.265437
0.24/0.36	c bounds 1119 >= 736 @ 0.265721
0.24/0.36	c bounds 1119 >= 737 @ 0.266017
0.24/0.36	c bounds 1119 >= 738 @ 0.266298
0.24/0.36	c bounds 1119 >= 739 @ 0.26661
0.24/0.36	c bounds 1119 >= 740 @ 0.266917
0.24/0.36	c bounds 1119 >= 741 @ 0.267208
0.24/0.36	c bounds 1119 >= 742 @ 0.267288
0.24/0.36	c bounds 1119 >= 743 @ 0.267288
0.24/0.36	c bounds 1119 >= 744 @ 0.267288
0.24/0.36	c bounds 1119 >= 745 @ 0.267437
0.24/0.36	c bounds 1119 >= 746 @ 0.267767
0.24/0.36	c bounds 1119 >= 747 @ 0.268063
0.24/0.36	c bounds 1119 >= 748 @ 0.268215
0.24/0.36	c bounds 1119 >= 749 @ 0.268215
0.24/0.36	c bounds 1119 >= 750 @ 0.268215
0.24/0.36	c bounds 1119 >= 751 @ 0.268275
0.24/0.36	c bounds 1119 >= 752 @ 0.268598
0.24/0.36	c bounds 1119 >= 753 @ 0.268916
0.24/0.36	c bounds 1119 >= 754 @ 0.269242
0.24/0.36	c bounds 1119 >= 755 @ 0.269588
0.24/0.36	c bounds 1119 >= 756 @ 0.26996
0.24/0.37	c bounds 1119 >= 757 @ 0.270298
0.24/0.37	c bounds 1119 >= 758 @ 0.270609
0.24/0.37	c bounds 1119 >= 759 @ 0.270906
0.24/0.37	c bounds 1119 >= 760 @ 0.271208
0.24/0.37	c bounds 1119 >= 761 @ 0.271276
0.24/0.37	c bounds 1119 >= 762 @ 0.271276
0.24/0.37	c bounds 1119 >= 763 @ 0.271276
0.24/0.37	c bounds 1119 >= 764 @ 0.27145
0.24/0.37	c bounds 1119 >= 765 @ 0.271757
0.24/0.37	c bounds 1119 >= 766 @ 0.272046
0.24/0.37	c bounds 1119 >= 767 @ 0.272189
0.24/0.37	c bounds 1119 >= 768 @ 0.272189
0.24/0.37	c bounds 1119 >= 769 @ 0.272189
0.24/0.37	c bounds 1119 >= 770 @ 0.272244
0.24/0.37	c bounds 1119 >= 771 @ 0.272546
0.24/0.37	c bounds 1119 >= 772 @ 0.272857
0.24/0.37	c bounds 1119 >= 773 @ 0.273162
0.24/0.37	c bounds 1119 >= 774 @ 0.273459
0.24/0.37	c bounds 1119 >= 775 @ 0.273756
0.24/0.37	c bounds 1119 >= 776 @ 0.274076
0.24/0.37	c bounds 1119 >= 777 @ 0.274383
0.24/0.37	c bounds 1119 >= 778 @ 0.274723
0.24/0.37	c bounds 1119 >= 779 @ 0.275045
0.24/0.37	c bounds 1119 >= 780 @ 0.27536
0.24/0.37	c bounds 1119 >= 781 @ 0.275681
0.24/0.37	c bounds 1119 >= 782 @ 0.276001
0.24/0.37	c bounds 1119 >= 783 @ 0.276333
0.24/0.37	c bounds 1119 >= 784 @ 0.276654
0.24/0.37	c bounds 1119 >= 785 @ 0.276982
0.24/0.37	c bounds 1119 >= 786 @ 0.277315
0.24/0.37	c bounds 1119 >= 787 @ 0.277634
0.24/0.37	c bounds 1119 >= 788 @ 0.277952
0.24/0.38	c bounds 1119 >= 789 @ 0.278269
0.24/0.38	c bounds 1119 >= 790 @ 0.278593
0.24/0.38	c bounds 1119 >= 791 @ 0.278914
0.24/0.38	c bounds 1119 >= 792 @ 0.279224
0.24/0.38	c bounds 1119 >= 793 @ 0.279564
0.24/0.38	c bounds 1119 >= 794 @ 0.279879
0.24/0.38	c bounds 1119 >= 795 @ 0.280228
0.24/0.38	c bounds 1119 >= 796 @ 0.28056
0.24/0.38	c bounds 1119 >= 797 @ 0.280878
0.24/0.38	c bounds 1119 >= 798 @ 0.281198
0.24/0.38	c bounds 1119 >= 799 @ 0.28153
0.24/0.38	c bounds 1119 >= 800 @ 0.281867
0.24/0.38	c bounds 1119 >= 801 @ 0.282184
0.24/0.38	c bounds 1119 >= 802 @ 0.282519
0.24/0.38	c bounds 1119 >= 803 @ 0.282846
0.24/0.38	c bounds 1119 >= 804 @ 0.28318
0.24/0.38	c bounds 1119 >= 805 @ 0.28352
0.24/0.38	c bounds 1119 >= 806 @ 0.283839
0.24/0.38	c bounds 1119 >= 807 @ 0.284162
0.24/0.38	c bounds 1119 >= 808 @ 0.284503
0.24/0.38	c bounds 1119 >= 809 @ 0.284847
0.24/0.38	c bounds 1119 >= 810 @ 0.285163
0.24/0.38	c bounds 1119 >= 811 @ 0.285506
0.24/0.38	c bounds 1119 >= 812 @ 0.286211
0.24/0.38	c bounds 1119 >= 813 @ 0.286529
0.24/0.38	c bounds 1119 >= 814 @ 0.286865
0.24/0.38	c bounds 1119 >= 815 @ 0.287183
0.24/0.38	c bounds 1119 >= 816 @ 0.287517
0.24/0.38	c bounds 1119 >= 817 @ 0.287841
0.24/0.39	c bounds 1119 >= 818 @ 0.288167
0.24/0.39	c bounds 1119 >= 819 @ 0.288503
0.24/0.39	c bounds 1119 >= 820 @ 0.288844
0.24/0.39	c bounds 1119 >= 821 @ 0.289169
0.24/0.39	c bounds 1119 >= 822 @ 0.28952
0.24/0.39	c bounds 1119 >= 823 @ 0.289896
0.24/0.39	c bounds 1119 >= 824 @ 0.290203
0.24/0.39	c bounds 1119 >= 825 @ 0.290203
0.24/0.39	c bounds 1119 >= 826 @ 0.290203
0.24/0.39	c bounds 1119 >= 827 @ 0.29025
0.24/0.39	c bounds 1119 >= 828 @ 0.290571
0.24/0.39	c bounds 1119 >= 829 @ 0.290925
0.24/0.39	c bounds 1119 >= 830 @ 0.291247
0.24/0.39	c bounds 1119 >= 831 @ 0.291585
0.24/0.39	c bounds 1119 >= 832 @ 0.291936
0.24/0.39	c bounds 1119 >= 833 @ 0.292321
0.24/0.39	c bounds 1119 >= 834 @ 0.292674
0.24/0.39	c bounds 1119 >= 835 @ 0.293055
0.24/0.39	c bounds 1119 >= 836 @ 0.293396
0.24/0.39	c bounds 1119 >= 837 @ 0.293739
0.24/0.39	c bounds 1119 >= 838 @ 0.294094
0.24/0.39	c bounds 1119 >= 839 @ 0.29444
0.24/0.39	c bounds 1119 >= 840 @ 0.294774
0.24/0.39	c bounds 1119 >= 841 @ 0.295103
0.24/0.39	c bounds 1119 >= 842 @ 0.295213
0.24/0.41	c bounds 1118 >= 842 @ 0.304846
0.34/0.41	c bounds 1118 >= 843 @ 0.305437
0.34/0.41	c bounds 1118 >= 844 @ 0.305796
0.34/0.41	c bounds 1118 >= 845 @ 0.306156
0.34/0.41	c bounds 1118 >= 846 @ 0.306156
0.34/0.41	c bounds 1118 >= 847 @ 0.306156
0.34/0.41	c bounds 1118 >= 848 @ 0.306305
0.34/0.41	c bounds 1118 >= 849 @ 0.306651
0.34/0.41	c bounds 1118 >= 850 @ 0.306942
0.34/0.41	c bounds 1118 >= 851 @ 0.30728
0.34/0.41	c bounds 1118 >= 852 @ 0.307701
0.34/0.41	c bounds 1118 >= 853 @ 0.30813
0.34/0.41	c bounds 1118 >= 854 @ 0.308493
0.34/0.41	c bounds 1118 >= 855 @ 0.308833
0.34/0.41	c bounds 1118 >= 856 @ 0.309148
0.34/0.41	c bounds 1118 >= 857 @ 0.309148
0.34/0.41	c bounds 1118 >= 858 @ 0.309148
0.34/0.41	c bounds 1118 >= 859 @ 0.30931
0.34/0.41	c bounds 1118 >= 860 @ 0.309686
0.34/0.41	c bounds 1118 >= 861 @ 0.310001
0.34/0.41	c bounds 1118 >= 862 @ 0.31033
0.34/0.41	c bounds 1118 >= 863 @ 0.310714
0.34/0.41	c bounds 1118 >= 864 @ 0.311062
0.34/0.41	c bounds 1118 >= 865 @ 0.311438
0.34/0.41	c bounds 1118 >= 866 @ 0.311797
0.34/0.42	c bounds 1118 >= 867 @ 0.312186
0.34/0.42	c bounds 1118 >= 868 @ 0.312565
0.34/0.42	c bounds 1118 >= 869 @ 0.31294
0.34/0.42	c bounds 1118 >= 870 @ 0.313304
0.34/0.42	c bounds 1118 >= 871 @ 0.313657
0.34/0.42	c bounds 1118 >= 872 @ 0.314041
0.34/0.42	c bounds 1118 >= 873 @ 0.314415
0.34/0.42	c bounds 1118 >= 874 @ 0.31479
0.34/0.42	c bounds 1118 >= 875 @ 0.315158
0.34/0.42	c bounds 1118 >= 876 @ 0.315523
0.34/0.42	c bounds 1118 >= 877 @ 0.315878
0.34/0.42	c bounds 1118 >= 878 @ 0.316244
0.34/0.42	c bounds 1118 >= 879 @ 0.316626
0.34/0.42	c bounds 1118 >= 880 @ 0.317015
0.34/0.42	c bounds 1118 >= 881 @ 0.317126
0.34/0.42	c bounds 1118 >= 882 @ 0.317126
0.34/0.42	c bounds 1118 >= 883 @ 0.317126
0.34/0.42	c bounds 1118 >= 884 @ 0.317126
0.34/0.42	c bounds 1118 >= 885 @ 0.317126
0.34/0.42	c bounds 1118 >= 886 @ 0.31728
0.34/0.42	c bounds 1118 >= 887 @ 0.317641
0.34/0.42	c bounds 1118 >= 888 @ 0.317992
0.34/0.42	c bounds 1118 >= 889 @ 0.318346
0.34/0.42	c bounds 1118 >= 890 @ 0.318734
0.34/0.42	c bounds 1118 >= 891 @ 0.319094
0.34/0.42	c bounds 1118 >= 892 @ 0.319452
0.34/0.44	c bounds 1117 >= 892 @ 0.330327
0.34/0.44	c bounds 1117 >= 893 @ 0.330868
0.34/0.44	c bounds 1117 >= 894 @ 0.33123
0.34/0.44	c bounds 1117 >= 895 @ 0.331611
0.34/0.44	c bounds 1117 >= 896 @ 0.331991
0.34/0.44	c bounds 1117 >= 897 @ 0.332085
0.34/0.44	c bounds 1117 >= 898 @ 0.332085
0.34/0.44	c bounds 1117 >= 899 @ 0.332085
0.34/0.44	c bounds 1117 >= 900 @ 0.332441
0.34/0.44	c bounds 1117 >= 901 @ 0.3328
0.34/0.44	c bounds 1117 >= 902 @ 0.333145
0.34/0.44	c bounds 1117 >= 903 @ 0.333488
0.34/0.44	c bounds 1117 >= 904 @ 0.333829
0.34/0.44	c bounds 1117 >= 905 @ 0.334172
0.34/0.44	c bounds 1117 >= 906 @ 0.334558
0.34/0.44	c bounds 1117 >= 907 @ 0.3349
0.34/0.44	c bounds 1117 >= 908 @ 0.335295
0.34/0.44	c bounds 1117 >= 909 @ 0.335664
0.34/0.44	c bounds 1117 >= 910 @ 0.33604
0.34/0.44	c bounds 1117 >= 911 @ 0.336403
0.34/0.44	c bounds 1117 >= 912 @ 0.336775
0.34/0.44	c bounds 1117 >= 913 @ 0.33715
0.34/0.44	c bounds 1117 >= 914 @ 0.337493
0.34/0.44	c bounds 1117 >= 915 @ 0.337838
0.34/0.45	c bounds 1117 >= 916 @ 0.338222
0.34/0.45	c bounds 1117 >= 917 @ 0.338579
0.34/0.45	c bounds 1117 >= 918 @ 0.338943
0.34/0.45	c bounds 1117 >= 919 @ 0.339065
0.34/0.45	c bounds 1117 >= 920 @ 0.339065
0.34/0.45	c bounds 1117 >= 921 @ 0.339065
0.34/0.45	c bounds 1117 >= 922 @ 0.339068
0.34/0.45	c bounds 1117 >= 923 @ 0.339068
0.34/0.45	c bounds 1117 >= 924 @ 0.339224
0.34/0.45	c bounds 1117 >= 925 @ 0.339633
0.34/0.45	c bounds 1117 >= 926 @ 0.340022
0.34/0.45	c bounds 1117 >= 927 @ 0.340442
0.34/0.45	c bounds 1117 >= 928 @ 0.340827
0.34/0.45	c bounds 1117 >= 929 @ 0.341321
0.34/0.45	c bounds 1117 >= 930 @ 0.341742
0.34/0.45	c bounds 1117 >= 931 @ 0.342194
0.34/0.45	c bounds 1117 >= 932 @ 0.342652
0.34/0.45	c bounds 1117 >= 933 @ 0.343111
0.34/0.45	c bounds 1117 >= 934 @ 0.3436
0.34/0.45	c bounds 1117 >= 935 @ 0.344077
0.34/0.45	c bounds 1117 >= 936 @ 0.344583
0.34/0.47	c bounds 1116 >= 936 @ 0.360869
0.34/0.47	c bounds 1116 >= 937 @ 0.361919
0.34/0.47	c bounds 1116 >= 938 @ 0.362533
0.34/0.47	c bounds 1116 >= 939 @ 0.363092
0.34/0.47	c bounds 1116 >= 940 @ 0.363659
0.34/0.48	c bounds 1116 >= 941 @ 0.36421
0.34/0.48	c bounds 1116 >= 942 @ 0.364722
0.34/0.48	c bounds 1116 >= 943 @ 0.365301
0.34/0.48	c bounds 1116 >= 944 @ 0.365823
0.34/0.48	c bounds 1116 >= 945 @ 0.365988
0.34/0.48	c bounds 1116 >= 946 @ 0.366146
0.34/0.48	c bounds 1116 >= 947 @ 0.366712
0.34/0.48	c bounds 1116 >= 948 @ 0.367335
0.34/0.48	c bounds 1116 >= 949 @ 0.367897
0.34/0.48	c bounds 1116 >= 950 @ 0.367902
0.34/0.48	c bounds 1116 >= 951 @ 0.368523
0.34/0.48	c bounds 1116 >= 952 @ 0.369206
0.34/0.48	c bounds 1116 >= 953 @ 0.369853
0.34/0.48	c bounds 1116 >= 954 @ 0.369973
0.34/0.48	c bounds 1116 >= 955 @ 0.370131
0.34/0.48	c bounds 1116 >= 956 @ 0.370768
0.34/0.49	c bounds 1116 >= 957 @ 0.371352
0.34/0.49	c bounds 1116 >= 958 @ 0.371977
0.34/0.49	c bounds 1116 >= 959 @ 0.372636
0.34/0.49	c bounds 1116 >= 960 @ 0.372966
0.34/0.49	c bounds 1116 >= 961 @ 0.37318
0.44/0.51	c bounds 1115 >= 961 @ 0.393631
0.44/0.51	c bounds 1115 >= 962 @ 0.395159
0.44/0.51	c bounds 1115 >= 963 @ 0.396234
0.44/0.51	c bounds 1115 >= 964 @ 0.397128
0.44/0.51	c bounds 1115 >= 965 @ 0.39805
0.44/0.51	c bounds 1115 >= 966 @ 0.398734
0.44/0.52	c bounds 1115 >= 967 @ 0.398904
0.44/0.52	c bounds 1115 >= 968 @ 0.398953
0.44/0.52	c bounds 1115 >= 969 @ 0.399869
0.44/0.52	c bounds 1115 >= 970 @ 0.400758
0.44/0.52	c bounds 1115 >= 971 @ 0.400946
0.44/0.52	c bounds 1115 >= 972 @ 0.401846
0.44/0.52	c bounds 1115 >= 973 @ 0.40236
0.44/0.52	c bounds 1115 >= 974 @ 0.403342
0.44/0.55	c bounds 1114 >= 974 @ 0.42783
0.44/0.55	c bounds 1114 >= 975 @ 0.429348
0.44/0.56	c bounds 1114 >= 976 @ 0.430957
0.44/0.56	c bounds 1114 >= 977 @ 0.432508
0.44/0.56	c bounds 1114 >= 978 @ 0.43363
0.44/0.56	c bounds 1114 >= 979 @ 0.434361
0.44/0.56	c bounds 1114 >= 980 @ 0.435934
0.44/0.57	c bounds 1114 >= 981 @ 0.442318
0.54/0.62	c bounds 1113 >= 981 @ 0.486092
0.54/0.63	c bounds 1113 >= 982 @ 0.493072
0.54/0.63	c bounds 1113 >= 983 @ 0.498161
0.54/0.64	c bounds 1113 >= 984 @ 0.508706
0.54/0.67	c bounds 1112 >= 984 @ 0.530378
0.54/0.68	c bounds 1112 >= 985 @ 0.547317
0.63/0.71	c bounds 1111 >= 985 @ 0.565449
0.63/0.73	c bounds 1110 >= 985 @ 0.583918
0.63/0.77	c #Conflicts:       1000 | #Constraints:       8483
0.63/0.77	c bounds 1110 >= 986 @ 0.621387
0.63/0.79	c bounds 1109 >= 986 @ 0.640223
0.73/0.81	c bounds 1108 >= 986 @ 0.658302
0.73/0.83	c bounds 1107 >= 986 @ 0.679948
0.73/0.86	c bounds 1106 >= 986 @ 0.703643
0.73/0.89	c bounds 1105 >= 986 @ 0.730217
1.03/1.16	c bounds 1105 >= 987 @ 0.997571
1.03/1.19	c bounds 1104 >= 987 @ 1.02328
1.13/1.21	c bounds 1103 >= 987 @ 1.04173
1.13/1.23	c bounds 1102 >= 987 @ 1.06073
1.13/1.25	c bounds 1101 >= 987 @ 1.0805
1.13/1.27	c bounds 1100 >= 987 @ 1.10055
1.43/1.53	c #Conflicts:       2000 | #Constraints:       9571
1.43/1.53	c INPROCESSING
1.43/1.53	c GARBAGE COLLECT
1.43/1.53	c rational objective 987
1.53/1.60	c bounds 1099 >= 987 @ 1.40938
1.53/1.63	c bounds 1098 >= 987 @ 1.44097
1.53/1.66	c bounds 1097 >= 987 @ 1.46602
1.53/1.68	c bounds 1096 >= 987 @ 1.49075
1.63/1.71	c bounds 1095 >= 987 @ 1.51895
1.63/1.74	c bounds 1094 >= 987 @ 1.5452
1.63/1.77	c bounds 1093 >= 987 @ 1.57163
1.72/1.81	c bounds 1092 >= 987 @ 1.60909
1.72/1.84	c bounds 1091 >= 987 @ 1.64712
1.72/1.88	c bounds 1090 >= 987 @ 1.67905
1.82/1.92	c bounds 1089 >= 987 @ 1.71681
1.82/1.95	c #Conflicts:       3000 | #Constraints:       8443
1.82/1.95	c bounds 1088 >= 987 @ 1.7486
1.93/2.03	c bounds 1088 >= 988 @ 1.82829
1.93/2.07	c bounds 1087 >= 988 @ 1.86923
2.03/2.10	c bounds 1086 >= 988 @ 1.89799
2.03/2.13	c bounds 1085 >= 988 @ 1.92836
2.03/2.16	c bounds 1084 >= 988 @ 1.95706
2.43/2.54	c bounds 1084 >= 989 @ 2.32557
2.43/2.58	c #Conflicts:       4000 | #Constraints:       9491
2.43/2.58	c bounds 1083 >= 989 @ 2.35797
2.52/2.60	c bounds 1082 >= 989 @ 2.38217
2.52/2.63	c bounds 1081 >= 989 @ 2.40693
2.82/2.95	c INPROCESSING
2.82/2.95	c GARBAGE COLLECT
2.82/2.95	c rational objective 989
2.93/3.03	c bounds 1080 >= 989 @ 2.79253
2.93/3.06	c bounds 1079 >= 989 @ 2.81706
2.93/3.09	c bounds 1078 >= 989 @ 2.84874
3.02/3.15	c bounds 1077 >= 989 @ 2.90645
3.02/3.19	c bounds 1076 >= 989 @ 2.9506
3.12/3.24	c bounds 1075 >= 989 @ 3.0013
3.12/3.29	c #Conflicts:       5000 | #Constraints:       8797
3.12/3.29	c bounds 1074 >= 989 @ 3.0415
3.23/3.33	c bounds 1073 >= 989 @ 3.08651
3.23/3.38	c bounds 1072 >= 989 @ 3.12946
3.32/3.42	c bounds 1071 >= 989 @ 3.1701
3.42/3.51	c bounds 1070 >= 989 @ 3.25366
3.72/3.86	c bounds 1070 >= 990 @ 3.60108
3.72/3.89	c #Conflicts:       6000 | #Constraints:       9859
3.72/3.89	c bounds 1069 >= 990 @ 3.63235
3.82/3.98	c bounds 1068 >= 990 @ 3.71823
3.93/4.05	c bounds 1067 >= 990 @ 3.78576
4.02/4.18	c INPROCESSING
4.02/4.18	c GARBAGE COLLECT
4.02/4.18	c bounds 1066 >= 990 @ 3.91709
4.22/4.31	c #Conflicts:       7000 | #Constraints:       8826
4.22/4.31	c bounds 1065 >= 990 @ 4.03954
4.22/4.37	c bounds 1064 >= 990 @ 4.09675
4.52/4.66	c bounds 1063 >= 990 @ 4.37941
6.02/6.11	c #Conflicts:       8000 | #Constraints:       9837
6.02/6.11	c #Conflicts:       9000 | #Constraints:      10837
6.02/6.11	c INPROCESSING
6.02/6.11	c GARBAGE COLLECT
6.02/6.11	c rational objective 990
6.02/6.18	c bounds 1062 >= 990 @ 5.88687
6.12/6.22	c bounds 1061 >= 990 @ 5.92309
6.12/6.26	c bounds 1060 >= 990 @ 5.96048
6.21/6.30	c bounds 1059 >= 990 @ 5.99898
6.21/6.34	c bounds 1058 >= 990 @ 6.04414
6.21/6.39	c bounds 1057 >= 990 @ 6.09073
6.31/6.48	c #Conflicts:      10000 | #Constraints:       9533
6.31/6.48	c bounds 1056 >= 990 @ 6.17526
6.42/6.55	c bounds 1055 >= 990 @ 6.24357
6.61/6.74	c bounds 1054 >= 990 @ 6.43057
7.31/7.45	c #Conflicts:      11000 | #Constraints:      10547
7.31/7.45	c #Conflicts:      12000 | #Constraints:      11547
7.31/7.45	c INPROCESSING
7.31/7.45	c GARBAGE COLLECT
7.31/7.45	c rational objective 990
8.42/8.58	c #Conflicts:      13000 | #Constraints:       9983
8.42/8.58	c #Conflicts:      14000 | #Constraints:      10984
8.42/8.58	c #Conflicts:      15000 | #Constraints:      11987
8.42/8.58	c INPROCESSING
8.42/8.58	c GARBAGE COLLECT
8.42/8.58	c rational objective 990
8.91/9.03	c bounds 1054 >= 991 @ 8.66833
9.51/9.67	c #Conflicts:      16000 | #Constraints:      10283
9.51/9.67	c #Conflicts:      17000 | #Constraints:      11283
9.51/9.67	c bounds 1054 >= 992 @ 9.29687
10.51/10.69	c #Conflicts:      18000 | #Constraints:      12340
10.51/10.69	c INPROCESSING
10.51/10.69	c GARBAGE COLLECT
10.51/10.69	c #Conflicts:      19000 | #Constraints:      10275
10.51/10.69	c bounds 1053 >= 992 @ 10.2984
11.31/11.44	c #Conflicts:      20000 | #Constraints:      11316
11.31/11.44	c #Conflicts:      21000 | #Constraints:      12316
11.31/11.44	c INPROCESSING
11.31/11.44	c GARBAGE COLLECT
11.31/11.44	c rational objective 992
12.31/12.47	c #Conflicts:      22000 | #Constraints:      10129
12.31/12.47	c #Conflicts:      23000 | #Constraints:      11129
12.31/12.47	c #Conflicts:      24000 | #Constraints:      12129
12.31/12.47	c bounds 1053 >= 993 @ 12.0357
12.70/12.82	c #Conflicts:      25000 | #Constraints:      13192
12.70/12.82	c INPROCESSING
12.70/12.82	c GARBAGE COLLECT
12.70/12.82	c rational objective 993
13.50/13.63	c #Conflicts:      26000 | #Constraints:      10721
13.50/13.63	c #Conflicts:      27000 | #Constraints:      11730
13.50/13.63	c bounds 1052 >= 993 @ 13.1624
15.09/15.21	c #Conflicts:      28000 | #Constraints:      12739
15.09/15.21	c #Conflicts:      29000 | #Constraints:      13739
15.09/15.21	c INPROCESSING
15.09/15.21	c GARBAGE COLLECT
15.09/15.21	c rational objective 993
15.49/15.65	c #Conflicts:      30000 | #Constraints:      11144
15.49/15.65	c bounds 1051 >= 993 @ 15.1533
16.39/16.58	c #Conflicts:      31000 | #Constraints:      12147
16.39/16.58	c #Conflicts:      32000 | #Constraints:      13186
16.39/16.58	c bounds 1050 >= 993 @ 16.072
16.90/17.07	c #Conflicts:      33000 | #Constraints:      14206
16.90/17.07	c INPROCESSING
16.90/17.07	c GARBAGE COLLECT
16.90/17.07	c rational objective 993
18.49/18.68	c #Conflicts:      34000 | #Constraints:      11409
18.49/18.68	c #Conflicts:      35000 | #Constraints:      12409
18.49/18.68	c #Conflicts:      36000 | #Constraints:      13409
18.49/18.68	c #Conflicts:      37000 | #Constraints:      14409
18.49/18.68	c INPROCESSING
18.49/18.68	c GARBAGE COLLECT
18.49/18.68	c rational objective 993
19.89/20.10	c #Conflicts:      38000 | #Constraints:      11412
19.89/20.10	c #Conflicts:      39000 | #Constraints:      12413
19.89/20.10	c #Conflicts:      40000 | #Constraints:      13452
19.89/20.10	c bounds 1049 >= 993 @ 19.5199
20.68/20.82	c #Conflicts:      41000 | #Constraints:      14463
20.68/20.82	c INPROCESSING
20.68/20.82	c GARBAGE COLLECT
20.68/20.82	c rational objective 993
22.37/22.52	c #Conflicts:      42000 | #Constraints:      11208
22.37/22.52	c #Conflicts:      43000 | #Constraints:      12208
22.37/22.52	c #Conflicts:      44000 | #Constraints:      13208
22.37/22.52	c #Conflicts:      45000 | #Constraints:      14208
22.37/22.52	c #Conflicts:      46000 | #Constraints:      15208
22.37/22.52	c INPROCESSING
22.37/22.52	c GARBAGE COLLECT
22.37/22.52	c rational objective 993
22.47/22.64	c bounds 1048 >= 993 @ 22.0094
22.68/22.85	c #Conflicts:      47000 | #Constraints:      11804
22.68/22.85	c bounds 1047 >= 993 @ 22.2145
24.17/24.35	c #Conflicts:      48000 | #Constraints:      12811
24.17/24.35	c #Conflicts:      49000 | #Constraints:      13858
24.17/24.35	c bounds 1046 >= 993 @ 23.6868
26.27/26.44	c #Conflicts:      50000 | #Constraints:      14947
26.27/26.44	c #Conflicts:      51000 | #Constraints:      15947
26.27/26.44	c INPROCESSING
26.27/26.44	c GARBAGE COLLECT
26.27/26.44	c rational objective 993
26.67/26.83	c #Conflicts:      52000 | #Constraints:      12261
26.67/26.83	c bounds 1045 >= 993 @ 26.1408
27.06/27.22	c bounds 1044 >= 993 @ 26.5204
27.46/27.65	c #Conflicts:      53000 | #Constraints:      13264
27.46/27.65	c bounds 1043 >= 993 @ 26.9427
28.37/28.50	c #Conflicts:      54000 | #Constraints:      14266
28.37/28.50	c #Conflicts:      55000 | #Constraints:      15271
28.37/28.50	c bounds 1042 >= 993 @ 27.7718
29.86/30.08	c #Conflicts:      56000 | #Constraints:      16282
29.86/30.08	c INPROCESSING
29.86/30.08	c GARBAGE COLLECT
29.86/30.08	c rational objective 993
32.75/32.95	c #Conflicts:      57000 | #Constraints:      12443
32.75/32.95	c #Conflicts:      58000 | #Constraints:      13443
32.75/32.95	c #Conflicts:      59000 | #Constraints:      14444
32.75/32.95	c #Conflicts:      60000 | #Constraints:      15474
32.75/32.95	c #Conflicts:      61000 | #Constraints:      16545
32.75/32.95	c INPROCESSING
32.75/32.95	c GARBAGE COLLECT
32.75/32.95	c rational objective 993
33.95/34.17	c #Conflicts:      62000 | #Constraints:      12487
33.95/34.17	c #Conflicts:      63000 | #Constraints:      13487
33.95/34.17	c #Conflicts:      64000 | #Constraints:      14487
33.95/34.17	c bounds 1042 >= 994 @ 33.356
35.15/35.39	c #Conflicts:      65000 | #Constraints:      15553
35.15/35.39	c #Conflicts:      66000 | #Constraints:      16553
35.15/35.39	c INPROCESSING
35.15/35.39	c GARBAGE COLLECT
35.15/35.39	c rational objective 994
37.85/38.08	c #Conflicts:      67000 | #Constraints:      12297
37.85/38.08	c #Conflicts:      68000 | #Constraints:      13297
37.85/38.08	c #Conflicts:      69000 | #Constraints:      14297
37.85/38.08	c #Conflicts:      70000 | #Constraints:      15298
37.85/38.08	c #Conflicts:      71000 | #Constraints:      16323
37.85/38.08	c #Conflicts:      72000 | #Constraints:      17361
37.85/38.08	c INPROCESSING
37.85/38.08	c GARBAGE COLLECT
37.85/38.08	c rational objective 994
40.33/40.59	c #Conflicts:      73000 | #Constraints:      12849
40.33/40.59	c #Conflicts:      74000 | #Constraints:      13849
40.33/40.59	c #Conflicts:      75000 | #Constraints:      14849
40.33/40.59	c #Conflicts:      76000 | #Constraints:      15849
40.33/40.59	c #Conflicts:      77000 | #Constraints:      16849
40.33/40.59	c #Conflicts:      78000 | #Constraints:      17849
40.33/40.59	c INPROCESSING
40.33/40.59	c GARBAGE COLLECT
40.33/40.59	c rational objective 994
42.73/42.97	c #Conflicts:      79000 | #Constraints:      13239
42.73/42.97	c #Conflicts:      80000 | #Constraints:      14239
42.73/42.97	c #Conflicts:      81000 | #Constraints:      15239
42.73/42.97	c #Conflicts:      82000 | #Constraints:      16239
42.73/42.97	c #Conflicts:      83000 | #Constraints:      17239
42.73/42.97	c #Conflicts:      84000 | #Constraints:      18239
42.73/42.97	c INPROCESSING
42.73/42.97	c GARBAGE COLLECT
42.73/42.97	c rational objective 994
46.22/46.42	c #Conflicts:      85000 | #Constraints:      13458
46.22/46.42	c #Conflicts:      86000 | #Constraints:      14474
46.22/46.42	c #Conflicts:      87000 | #Constraints:      15553
46.22/46.42	c #Conflicts:      88000 | #Constraints:      16630
46.22/46.42	c #Conflicts:      89000 | #Constraints:      17687
46.22/46.42	c #Conflicts:      90000 | #Constraints:      18745
46.22/46.42	c INPROCESSING
46.22/46.42	c GARBAGE COLLECT
46.22/46.42	c rational objective 994
48.92/49.16	c #Conflicts:      91000 | #Constraints:      13573
48.92/49.16	c #Conflicts:      92000 | #Constraints:      14573
48.92/49.16	c #Conflicts:      93000 | #Constraints:      15573
48.92/49.16	c #Conflicts:      94000 | #Constraints:      16573
48.92/49.16	c #Conflicts:      95000 | #Constraints:      17573
48.92/49.16	c #Conflicts:      96000 | #Constraints:      18573
48.92/49.16	c INPROCESSING
48.92/49.16	c GARBAGE COLLECT
48.92/49.16	c rational objective 994
49.71/49.94	c #Conflicts:      97000 | #Constraints:      13326
49.71/49.94	c #Conflicts:      98000 | #Constraints:      14326
49.71/49.94	c bounds 1042 >= 995 @ 48.7858
51.51/51.73	c #Conflicts:      99000 | #Constraints:      15395
51.51/51.73	c #Conflicts:     100000 | #Constraints:      16395
51.51/51.73	c #Conflicts:     101000 | #Constraints:      17395
51.51/51.73	c #Conflicts:     102000 | #Constraints:      18395
51.51/51.73	c #Conflicts:     103000 | #Constraints:      19395
51.51/51.73	c INPROCESSING
51.51/51.73	c GARBAGE COLLECT
51.51/51.73	c rational objective 995
55.80/56.02	c #Conflicts:     104000 | #Constraints:      13956
55.80/56.02	c #Conflicts:     105000 | #Constraints:      14958
55.80/56.02	c #Conflicts:     106000 | #Constraints:      16009
55.80/56.02	c #Conflicts:     107000 | #Constraints:      17077
55.80/56.02	c #Conflicts:     108000 | #Constraints:      18145
55.80/56.02	c #Conflicts:     109000 | #Constraints:      19184
55.80/56.02	c #Conflicts:     110000 | #Constraints:      20235
55.80/56.02	c INPROCESSING
55.80/56.02	c GARBAGE COLLECT
55.80/56.02	c rational objective 995
59.19/59.42	c #Conflicts:     111000 | #Constraints:      14436
59.19/59.42	c #Conflicts:     112000 | #Constraints:      15436
59.19/59.42	c #Conflicts:     113000 | #Constraints:      16436
59.19/59.42	c #Conflicts:     114000 | #Constraints:      17436
59.19/59.42	c #Conflicts:     115000 | #Constraints:      18436
59.19/59.42	c #Conflicts:     116000 | #Constraints:      19436
59.19/59.42	c #Conflicts:     117000 | #Constraints:      20436
59.19/59.42	c INPROCESSING
59.19/59.42	c GARBAGE COLLECT
59.19/59.42	c rational objective 995
62.18/62.45	c #Conflicts:     118000 | #Constraints:      14570
62.18/62.45	c #Conflicts:     119000 | #Constraints:      15570
62.18/62.45	c #Conflicts:     120000 | #Constraints:      16570
62.18/62.45	c #Conflicts:     121000 | #Constraints:      17570
62.18/62.45	c #Conflicts:     122000 | #Constraints:      18570
62.18/62.45	c #Conflicts:     123000 | #Constraints:      19570
62.18/62.45	c #Conflicts:     124000 | #Constraints:      20570
62.18/62.45	c INPROCESSING
62.18/62.45	c GARBAGE COLLECT
62.18/62.45	c rational objective 995
66.57/66.80	c #Conflicts:     125000 | #Constraints:      14534
66.57/66.80	c #Conflicts:     126000 | #Constraints:      15562
66.57/66.80	c #Conflicts:     127000 | #Constraints:      16626
66.57/66.80	c #Conflicts:     128000 | #Constraints:      17690
66.57/66.80	c #Conflicts:     129000 | #Constraints:      18750
66.57/66.80	c #Conflicts:     130000 | #Constraints:      19786
66.57/66.80	c #Conflicts:     131000 | #Constraints:      20836
66.57/66.80	c INPROCESSING
66.57/66.80	c GARBAGE COLLECT
66.57/66.80	c rational objective 995
70.06/70.38	c #Conflicts:     132000 | #Constraints:      14449
70.06/70.38	c #Conflicts:     133000 | #Constraints:      15449
70.06/70.38	c #Conflicts:     134000 | #Constraints:      16449
70.06/70.38	c #Conflicts:     135000 | #Constraints:      17449
70.06/70.38	c #Conflicts:     136000 | #Constraints:      18449
70.06/70.38	c #Conflicts:     137000 | #Constraints:      19449
70.06/70.38	c #Conflicts:     138000 | #Constraints:      20449
70.06/70.38	c #Conflicts:     139000 | #Constraints:      21449
70.06/70.38	c INPROCESSING
70.06/70.38	c GARBAGE COLLECT
70.06/70.38	c rational objective 995
73.55/73.83	c #Conflicts:     140000 | #Constraints:      14986
73.55/73.83	c #Conflicts:     141000 | #Constraints:      15986
73.55/73.83	c #Conflicts:     142000 | #Constraints:      16986
73.55/73.83	c #Conflicts:     143000 | #Constraints:      17986
73.55/73.83	c #Conflicts:     144000 | #Constraints:      18986
73.55/73.83	c #Conflicts:     145000 | #Constraints:      19986
73.55/73.83	c #Conflicts:     146000 | #Constraints:      20986
73.55/73.83	c #Conflicts:     147000 | #Constraints:      21986
73.55/73.83	c INPROCESSING
73.55/73.83	c GARBAGE COLLECT
73.55/73.83	c rational objective 995
79.64/79.93	c #Conflicts:     148000 | #Constraints:      15375
79.64/79.93	c #Conflicts:     149000 | #Constraints:      16375
79.64/79.93	c #Conflicts:     150000 | #Constraints:      17375
79.64/79.93	c #Conflicts:     151000 | #Constraints:      18375
79.64/79.93	c #Conflicts:     152000 | #Constraints:      19393
79.64/79.93	c #Conflicts:     153000 | #Constraints:      20482
79.64/79.93	c #Conflicts:     154000 | #Constraints:      21543
79.64/79.93	c #Conflicts:     155000 | #Constraints:      22610
79.64/79.93	c INPROCESSING
79.64/79.93	c GARBAGE COLLECT
79.64/79.93	c rational objective 995
83.83/84.17	c #Conflicts:     156000 | #Constraints:      15577
83.83/84.17	c #Conflicts:     157000 | #Constraints:      16577
83.83/84.17	c #Conflicts:     158000 | #Constraints:      17577
83.83/84.17	c #Conflicts:     159000 | #Constraints:      18577
83.83/84.17	c #Conflicts:     160000 | #Constraints:      19577
83.83/84.17	c #Conflicts:     161000 | #Constraints:      20577
83.83/84.17	c #Conflicts:     162000 | #Constraints:      21577
83.83/84.17	c #Conflicts:     163000 | #Constraints:      22577
83.83/84.17	c INPROCESSING
83.83/84.17	c GARBAGE COLLECT
83.83/84.17	c rational objective 995
87.83/88.15	c #Conflicts:     164000 | #Constraints:      15557
87.83/88.15	c #Conflicts:     165000 | #Constraints:      16557
87.83/88.15	c #Conflicts:     166000 | #Constraints:      17557
87.83/88.15	c #Conflicts:     167000 | #Constraints:      18557
87.83/88.15	c #Conflicts:     168000 | #Constraints:      19557
87.83/88.15	c #Conflicts:     169000 | #Constraints:      20557
87.83/88.15	c #Conflicts:     170000 | #Constraints:      21557
87.83/88.15	c #Conflicts:     171000 | #Constraints:      22557
87.83/88.15	c INPROCESSING
87.83/88.15	c GARBAGE COLLECT
87.83/88.15	c rational objective 995
93.10/93.42	c #Conflicts:     172000 | #Constraints:      15345
93.10/93.42	c #Conflicts:     173000 | #Constraints:      16384
93.10/93.42	c #Conflicts:     174000 | #Constraints:      17471
93.10/93.42	c #Conflicts:     175000 | #Constraints:      18523
93.10/93.42	c #Conflicts:     176000 | #Constraints:      19590
93.10/93.42	c #Conflicts:     177000 | #Constraints:      20644
93.10/93.42	c #Conflicts:     178000 | #Constraints:      21700
93.10/93.42	c #Conflicts:     179000 | #Constraints:      22760
93.10/93.42	c #Conflicts:     180000 | #Constraints:      23826
93.10/93.42	c INPROCESSING
93.10/93.42	c GARBAGE COLLECT
93.10/93.42	c rational objective 995
97.80/98.18	c #Conflicts:     181000 | #Constraints:      16143
97.80/98.18	c #Conflicts:     182000 | #Constraints:      17143
97.80/98.18	c #Conflicts:     183000 | #Constraints:      18143
97.80/98.18	c #Conflicts:     184000 | #Constraints:      19143
97.80/98.18	c #Conflicts:     185000 | #Constraints:      20143
97.80/98.18	c #Conflicts:     186000 | #Constraints:      21143
97.80/98.18	c #Conflicts:     187000 | #Constraints:      22143
97.80/98.18	c #Conflicts:     188000 | #Constraints:      23143
97.80/98.18	c #Conflicts:     189000 | #Constraints:      24143
97.80/98.18	c INPROCESSING
97.80/98.18	c GARBAGE COLLECT
97.80/98.18	c rational objective 995
102.28/102.60	c #Conflicts:     190000 | #Constraints:      16432
102.28/102.60	c #Conflicts:     191000 | #Constraints:      17432
102.28/102.60	c #Conflicts:     192000 | #Constraints:      18432
102.28/102.60	c #Conflicts:     193000 | #Constraints:      19432
102.28/102.60	c #Conflicts:     194000 | #Constraints:      20432
102.28/102.60	c #Conflicts:     195000 | #Constraints:      21432
102.28/102.60	c #Conflicts:     196000 | #Constraints:      22432
102.28/102.60	c #Conflicts:     197000 | #Constraints:      23432
102.28/102.60	c bounds 1042 >= 996 @ 100.467
102.68/103.05	c #Conflicts:     198000 | #Constraints:      24522
102.68/103.05	c INPROCESSING
102.68/103.05	c GARBAGE COLLECT
102.68/103.05	c rational objective 996
104.48/104.81	c #Conflicts:     199000 | #Constraints:      16575
104.48/104.81	c #Conflicts:     200000 | #Constraints:      17606
104.48/104.81	c #Conflicts:     201000 | #Constraints:      18663
104.48/104.81	c bounds 1041 >= 996 @ 102.634
108.67/109.09	c #Conflicts:     202000 | #Constraints:      19722
108.67/109.09	c #Conflicts:     203000 | #Constraints:      20741
108.67/109.09	c #Conflicts:     204000 | #Constraints:      21784
108.67/109.09	c #Conflicts:     205000 | #Constraints:      22841
108.67/109.09	c #Conflicts:     206000 | #Constraints:      23933
108.67/109.09	c #Conflicts:     207000 | #Constraints:      24999
108.67/109.09	c INPROCESSING
108.67/109.09	c GARBAGE COLLECT
108.67/109.09	c rational objective 996
114.06/114.49	c #Conflicts:     208000 | #Constraints:      16770
114.06/114.49	c #Conflicts:     209000 | #Constraints:      17770
114.06/114.49	c #Conflicts:     210000 | #Constraints:      18770
114.06/114.49	c #Conflicts:     211000 | #Constraints:      19770
114.06/114.49	c #Conflicts:     212000 | #Constraints:      20770
114.06/114.49	c #Conflicts:     213000 | #Constraints:      21770
114.06/114.49	c #Conflicts:     214000 | #Constraints:      22770
114.06/114.49	c #Conflicts:     215000 | #Constraints:      23770
114.06/114.49	c #Conflicts:     216000 | #Constraints:      24770
114.06/114.49	c INPROCESSING
114.06/114.49	c GARBAGE COLLECT
114.06/114.49	c rational objective 996
120.24/120.60	c #Conflicts:     217000 | #Constraints:      16478
120.24/120.60	c #Conflicts:     218000 | #Constraints:      17504
120.24/120.60	c #Conflicts:     219000 | #Constraints:      18573
120.24/120.60	c #Conflicts:     220000 | #Constraints:      19644
120.24/120.60	c #Conflicts:     221000 | #Constraints:      20701
120.24/120.60	c #Conflicts:     222000 | #Constraints:      21742
120.24/120.60	c #Conflicts:     223000 | #Constraints:      22778
120.24/120.60	c #Conflicts:     224000 | #Constraints:      23820
120.24/120.60	c #Conflicts:     225000 | #Constraints:      24862
120.24/120.60	c #Conflicts:     226000 | #Constraints:      25926
120.24/120.60	c INPROCESSING
120.24/120.60	c GARBAGE COLLECT
120.24/120.60	c rational objective 996
126.03/126.43	c #Conflicts:     227000 | #Constraints:      17199
126.03/126.43	c #Conflicts:     228000 | #Constraints:      18199
126.03/126.43	c #Conflicts:     229000 | #Constraints:      19199
126.03/126.43	c #Conflicts:     230000 | #Constraints:      20199
126.03/126.43	c #Conflicts:     231000 | #Constraints:      21199
126.03/126.43	c #Conflicts:     232000 | #Constraints:      22199
126.03/126.43	c #Conflicts:     233000 | #Constraints:      23199
126.03/126.43	c #Conflicts:     234000 | #Constraints:      24199
126.03/126.43	c #Conflicts:     235000 | #Constraints:      25199
126.03/126.43	c #Conflicts:     236000 | #Constraints:      26199
126.03/126.43	c INPROCESSING
126.03/126.43	c GARBAGE COLLECT
126.03/126.43	c rational objective 996
131.81/132.24	c #Conflicts:     237000 | #Constraints:      17497
131.81/132.24	c #Conflicts:     238000 | #Constraints:      18497
131.81/132.24	c #Conflicts:     239000 | #Constraints:      19497
131.81/132.24	c #Conflicts:     240000 | #Constraints:      20497
131.81/132.24	c #Conflicts:     241000 | #Constraints:      21497
131.81/132.24	c #Conflicts:     242000 | #Constraints:      22497
131.81/132.24	c #Conflicts:     243000 | #Constraints:      23497
131.81/132.24	c #Conflicts:     244000 | #Constraints:      24497
131.81/132.24	c #Conflicts:     245000 | #Constraints:      25497
131.81/132.24	c #Conflicts:     246000 | #Constraints:      26497
131.81/132.24	c INPROCESSING
131.81/132.24	c GARBAGE COLLECT
131.81/132.24	c rational objective 996
135.20/135.62	c #Conflicts:     247000 | #Constraints:      17661
135.20/135.62	c #Conflicts:     248000 | #Constraints:      18731
135.20/135.62	c #Conflicts:     249000 | #Constraints:      19790
135.20/135.62	c #Conflicts:     250000 | #Constraints:      20842
135.20/135.62	c #Conflicts:     251000 | #Constraints:      21882
135.20/135.62	c #Conflicts:     252000 | #Constraints:      22938
135.20/135.62	c bounds 1040 >= 996 @ 132.971
135.30/135.78	WSVECS04 Frhs2[1]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[2]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[3]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[4]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[5]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[6]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[16]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[18]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[20]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[22]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[24]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[25]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[27]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[29]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[30]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[33]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[34]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[35]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[36]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[37]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[38]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[39]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[40]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[42]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[43]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[45]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[47]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[49]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[52]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[53]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[63]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[64]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[68]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[69]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[70]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[71]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[83]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[86]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[89]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[90]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[91]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[94]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[95]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[97]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[100]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[101]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[105]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[106]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[108]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[110]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[111]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[114]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[115]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[119]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[127]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[130]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[141]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[144]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[150]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[151]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[157]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[158]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[159]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[160]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[161]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[164]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[168]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[169]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[173]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[180]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[182]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[185]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[186]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[192]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[193]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[194]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[195]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[197]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[199]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[202]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[204]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[206]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[212]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[216]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[220]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[225]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[227]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[228]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[229]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[230]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[231]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[234]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[235]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[236]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[241]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[243]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[247]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[248]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[253]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[256]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[259]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[265]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[266]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[267]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[269]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[270]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[271]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[273]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[275]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[276]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[277]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[278]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[279]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[280]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[283]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[284]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[287]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[294]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[296]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[297]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[299]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[300]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[301]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[302]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[304]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[305]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[306]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[308]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[309]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[310]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[313]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[314]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[316]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[318]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[321]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[322]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[326]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[327]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[329]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[330]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[331]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[335]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[343]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[345]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[347]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[348]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[349]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[350]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[353]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[355]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[360]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[363]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[366]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[369]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[371]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[373]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[375]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[377]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[384]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[387]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[395]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[396]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[402]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[403]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[406]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[407]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[408]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[412]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[415]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[420]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[425]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[428]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[430]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[434]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[436]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[438]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[439]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[440]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[441]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[444]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[445]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[446]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[448]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[450]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[452]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[455]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[456]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[458]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[459]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[461]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[468]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[469]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[473]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[474]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[475]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[480]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[481]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[482]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[484]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[485]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[491]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[495]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[496]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[499]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[500]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[501]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[503]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[505]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[507]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[510]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[511]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[512]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[513]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[516]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[519]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[521]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[522]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[523]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[530]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[533]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[536]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[538]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[542]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[544]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[545]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[548]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[550]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[552]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[554]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[556]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[557]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[563]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[569]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[570]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[571]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[576]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[579]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[580]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[583]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[584]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[585]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[586]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[589]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[590]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[593]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[595]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[596]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[601]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[607]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[609]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[610]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[614]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[618]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[624]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[625]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[628]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[629]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[631]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[636]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[639]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[640]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[642]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[644]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[646]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[652]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[654]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[655]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[657]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[658]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[662]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[663]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[666]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[667]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[672]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[675]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[680]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[681]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[682]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[684]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[685]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[695]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[696]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[697]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[699]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[701]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[702]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[703]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[705]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[709]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[710]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[711]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[712]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[714]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[716]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[718]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[720]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[723]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[725]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[726]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[728]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[730]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[731]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[734]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[735]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[736]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[738]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[739]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[740]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[741]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[745]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[749]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[752]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[753]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[755]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[757]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[759]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[764]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[765]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[766]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[769]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[771]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[773]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[774]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[775]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[777]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[778]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[779]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[782]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[783]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[785]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[787]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[788]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[789]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[791]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[793]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[794]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[801]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[802]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[805]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[807]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[811]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[813]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[817]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[818]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[819]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[820]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[822]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[824]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[826]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[827]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[829]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[830]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[831]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[835]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[836]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[838]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[839]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[845]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[847]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[849]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[850]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[851]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[853]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[856]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[857]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[858]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[860]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[861]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[863]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[866]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[869]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[872]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[875]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[877]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[880]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[881]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[884]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[885]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[888]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[890]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[891]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[893]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[900]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[903]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[906]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[907]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[909]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[910]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[912]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[913]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[919]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[924]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[925]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[926]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[929]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[931]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[932]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[936]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[938]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[941]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[942]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[947]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[949]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[950]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[951]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[954]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[965]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[967]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[968]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[969]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[970]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[972]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[974]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[977]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[981]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[983]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[984]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[988]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[989]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[992]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[993]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[996]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[998]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1002]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1006]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1009]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1014]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1017]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1019]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1021]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1023]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1024]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1026]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1032]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1034]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1035]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1037]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1039]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1042]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1043]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1048]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1049]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1051]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1052]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1053]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1059]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1060]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1061]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1065]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1066]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1067]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1070]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1071]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1072]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1076]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1077]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1078]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1081]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1083]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1084]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1086]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1089]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1090]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1095]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1098]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1099]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1100]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1102]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1105]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1108]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1111]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1112]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1119]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1123]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1127]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1129]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1130]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1131]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1134]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1136]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1137]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1139]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1141]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1145]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1150]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1152]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1153]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1157]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1158]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1159]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1160]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1161]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1167]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1169]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1171]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1172]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1173]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1178]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1179]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1181]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1182]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1183]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1185]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1186]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1189]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1191]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1192]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1194]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1196]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1197]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1200]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1201]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1207]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1208]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1211]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1223]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1226]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1227]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1230]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1231]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1233]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1234]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1235]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1236]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1240]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1242]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1249]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1253]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1255]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1256]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1259]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1260]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1263]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1267]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1271]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1272]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1274]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1276]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1278]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1279]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1281]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1282]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1283]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1284]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1285]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1287]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1290]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1298]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1299]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1300]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1302]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1307]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1309]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1311]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1313]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1315]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1317]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1322]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1323]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1324]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1325]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1327]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1330]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1331]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1335]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1339]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1341]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1342]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1346]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1348]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1350]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1351]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1352]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1353]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1355]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1358]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1366]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1367]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1372]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1377]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1379]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1382]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1385]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1386]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1392]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1395]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1396]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1397]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1399]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1401]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1402]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1403]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1404]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1405]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1409]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1410]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1411]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1413]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1419]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1421]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1426]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1428]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1434]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1439]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1442]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1443]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1446]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1450]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1451]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1453]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1458]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1461]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1468]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1472]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1474]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1475]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1477]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1481]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1482]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1483]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1484]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1485]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1489]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1491]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1494]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1496]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1497]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1501]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1502]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1503]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1504]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1505]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1507]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1508]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1509]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1513]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1517]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1518]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1520]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1521]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1523]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1525]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1528]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1530]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1532]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1533]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1534]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1535]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1536]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1537]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1539]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1541]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1542]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1546]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1547]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1552]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1554]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1555]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1556]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1559]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1560]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1562]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1563]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1564]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1568]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1571]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1574]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1577]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1578]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1580]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1583]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1584]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1587]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1589]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1590]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1596]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1597]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1598]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1599]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1600]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1605]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1612]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1614]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1615]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1621]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1622]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1624]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1625]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1630]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1631]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1632]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1634]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1635]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1636]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1637]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1639]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1640]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1642]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1643]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1647]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1651]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1652]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1654]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1655]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1657]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1658]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1659]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1660]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1661]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1662]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1663]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1664]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1666]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1667]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1669]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1671]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1673]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1675]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1680]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1683]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1684]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1688]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1689]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1690]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1691]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1692]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1693]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1694]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1700]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1701]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1702]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1703]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1704]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1706]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1708]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1709]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1712]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1716]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1717]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1719]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1722]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1723]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1724]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1731]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1734]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1735]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1737]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1738]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1739]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1740]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1745]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1746]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1748]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1751]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1752]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1755]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1759]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1760]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1762]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1767]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1777]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1778]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1780]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1782]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1783]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1785]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1786]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1788]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1791]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1792]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1798]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1799]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1800]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1801]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1805]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1806]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1808]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1810]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1811]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1812]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1814]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1815]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1817]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1822]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1823]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1825]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1826]: 6 -1.00001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1828]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1830]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1831]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1832]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1833]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1835]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1837]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1839]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1842]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1844]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1845]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1846]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1847]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1848]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1849]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1854]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1858]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1859]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1860]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1861]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1862]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1863]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1864]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1865]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1866]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1867]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1868]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1869]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1870]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1871]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1874]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1875]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1876]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1878]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1879]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1880]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1881]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1886]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1889]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1892]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1894]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1895]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1896]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1897]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1898]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1901]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1906]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1909]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1913]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1917]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1918]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1920]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1921]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1922]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1924]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1925]: 6 -1.00009 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1929]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1930]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1935]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1936]: 6 -1.0001 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1937]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1943]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1944]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1948]: 6 -1.00005 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1951]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1952]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1956]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1957]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1959]: 6 -1.00003 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1960]: 6 -1.00002 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1961]: 6 -1.00004 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1962]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1963]: 6 -1.00007 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
135.30/135.78	WSVECS04 Frhs2[1966]: 6 -1.00009 0 shouldn't be
145.08/145.51	c #Conflicts:     253000 | #Constraints:      23940
145.08/145.51	c #Conflicts:     254000 | #Constraints:      24940
145.08/145.51	c #Conflicts:     255000 | #Constraints:      25940
145.08/145.51	c #Conflicts:     256000 | #Constraints:      26940
145.08/145.51	c INPROCESSING
145.08/145.51	c GARBAGE COLLECT
145.08/145.51	c rational objective 996
152.26/152.75	c #Conflicts:     257000 | #Constraints:      17824
152.26/152.75	c #Conflicts:     258000 | #Constraints:      18894
152.26/152.75	c #Conflicts:     259000 | #Constraints:      19965
152.26/152.75	c #Conflicts:     260000 | #Constraints:      21026
152.26/152.75	c #Conflicts:     261000 | #Constraints:      22073
152.26/152.75	c #Conflicts:     262000 | #Constraints:      23128
152.26/152.75	c #Conflicts:     263000 | #Constraints:      24162
152.26/152.75	c #Conflicts:     264000 | #Constraints:      25197
152.26/152.75	c #Conflicts:     265000 | #Constraints:      26221
152.26/152.75	c #Conflicts:     266000 | #Constraints:      27253
152.26/152.75	c INPROCESSING
152.26/152.75	c GARBAGE COLLECT
152.26/152.75	c rational objective 996
159.54/160.08	c #Conflicts:     267000 | #Constraints:      17693
159.54/160.08	c #Conflicts:     268000 | #Constraints:      18693
159.54/160.08	c #Conflicts:     269000 | #Constraints:      19696
159.54/160.08	c #Conflicts:     270000 | #Constraints:      20744
159.54/160.08	c #Conflicts:     271000 | #Constraints:      21803
159.54/160.08	c #Conflicts:     272000 | #Constraints:      22837
159.54/160.08	c #Conflicts:     273000 | #Constraints:      23892
159.54/160.08	c #Conflicts:     274000 | #Constraints:      24934
159.54/160.08	c #Conflicts:     275000 | #Constraints:      25994
159.54/160.08	c #Conflicts:     276000 | #Constraints:      27043
159.54/160.08	c #Conflicts:     277000 | #Constraints:      28092
159.54/160.08	c INPROCESSING
159.54/160.08	c GARBAGE COLLECT
159.54/160.08	c rational objective 996
166.73/167.29	c #Conflicts:     278000 | #Constraints:      18291
166.73/167.29	c #Conflicts:     279000 | #Constraints:      19291
166.73/167.29	c #Conflicts:     280000 | #Constraints:      20291
166.73/167.29	c #Conflicts:     281000 | #Constraints:      21291
166.73/167.29	c #Conflicts:     282000 | #Constraints:      22291
166.73/167.29	c #Conflicts:     283000 | #Constraints:      23291
166.73/167.29	c #Conflicts:     284000 | #Constraints:      24291
166.73/167.29	c #Conflicts:     285000 | #Constraints:      25291
166.73/167.29	c #Conflicts:     286000 | #Constraints:      26291
166.73/167.29	c #Conflicts:     287000 | #Constraints:      27291
166.73/167.29	c #Conflicts:     288000 | #Constraints:      28291
166.73/167.29	c INPROCESSING
166.73/167.29	c GARBAGE COLLECT
166.73/167.29	c rational objective 996
173.31/173.87	c #Conflicts:     289000 | #Constraints:      18500
173.31/173.87	c #Conflicts:     290000 | #Constraints:      19500
173.31/173.87	c #Conflicts:     291000 | #Constraints:      20500
173.31/173.87	c #Conflicts:     292000 | #Constraints:      21500
173.31/173.87	c #Conflicts:     293000 | #Constraints:      22500
173.31/173.87	c #Conflicts:     294000 | #Constraints:      23500
173.31/173.87	c #Conflicts:     295000 | #Constraints:      24500
173.31/173.87	c #Conflicts:     296000 | #Constraints:      25500
173.31/173.87	c #Conflicts:     297000 | #Constraints:      26500
173.31/173.87	c #Conflicts:     298000 | #Constraints:      27500
173.31/173.87	c #Conflicts:     299000 | #Constraints:      28500
173.31/173.87	c INPROCESSING
173.31/173.87	c GARBAGE COLLECT
173.31/173.87	c rational objective 996
175.30/175.86	c #Conflicts:     300000 | #Constraints:      18650
175.30/175.86	c #Conflicts:     301000 | #Constraints:      19669
175.30/175.86	c #Conflicts:     302000 | #Constraints:      20744
175.30/175.86	c bounds 1039 >= 996 @ 172.657
175.51/176.02	WSVECS04 Frhs2[1]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[2]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[4]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[5]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[6]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[15]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[16]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[18]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[20]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[22]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[24]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[25]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[27]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[29]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[32]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[33]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[35]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[37]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[38]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[39]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[40]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[42]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[43]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[47]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[48]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[49]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[52]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[54]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[56]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[60]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[63]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[64]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[68]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[69]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[71]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[78]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[80]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[86]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[88]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[91]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[94]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[95]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[97]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[101]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[102]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[105]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[108]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[111]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[114]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[115]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[118]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[119]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[124]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[127]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[128]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[130]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[138]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[140]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[141]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[152]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[157]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[158]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[159]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[160]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[161]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[168]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[169]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[173]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[175]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[178]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[180]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[185]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[186]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[189]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[195]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[196]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[197]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[199]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[201]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[202]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[203]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[204]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[208]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[212]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[220]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[225]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[228]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[229]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[231]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[235]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[241]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[243]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[246]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[247]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[248]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[259]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[262]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[265]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[266]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[267]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[269]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[270]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[272]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[274]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[275]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[276]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[277]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[278]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[279]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[283]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[287]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[294]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[296]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[297]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[299]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[300]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[301]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[302]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[304]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[305]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[309]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[310]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[313]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[316]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[321]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[322]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[326]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[327]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[329]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[330]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[331]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[335]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[345]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[347]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[350]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[353]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[355]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[358]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[363]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[364]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[365]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[366]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[369]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[371]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[373]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[377]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[384]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[387]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[388]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[392]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[393]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[395]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[396]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[402]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[403]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[406]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[407]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[408]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[409]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[410]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[412]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[415]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[420]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[425]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[428]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[430]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[433]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[436]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[438]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[439]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[441]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[444]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[445]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[446]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[448]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[450]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[452]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[456]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[458]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[459]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[467]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[469]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[473]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[474]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[475]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[476]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[480]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[481]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[482]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[485]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[486]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[491]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[495]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[499]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[500]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[503]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[505]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[506]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[507]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[511]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[512]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[513]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[516]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[519]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[520]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[521]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[522]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[523]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[527]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[530]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[533]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[536]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[538]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[542]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[544]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[545]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[548]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[550]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[554]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[557]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[566]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[571]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[576]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[579]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[580]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[582]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[583]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[584]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[585]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[586]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[589]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[590]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[593]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[595]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[596]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[601]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[607]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[614]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[618]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[624]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[625]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[626]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[628]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[629]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[639]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[640]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[644]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[646]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[652]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[654]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[655]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[657]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[662]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[663]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[666]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[667]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[670]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[675]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[677]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[678]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[679]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[680]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[681]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[682]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[684]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[695]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[696]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[697]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[699]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[701]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[702]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[703]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[705]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[708]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[709]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[710]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[711]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[714]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[716]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[718]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[719]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[720]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[723]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[725]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[726]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[728]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[730]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[731]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[732]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[734]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[735]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[738]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[739]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[740]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[741]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[745]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[746]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[749]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[752]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[755]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[757]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[759]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[764]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[765]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[766]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[767]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[769]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[771]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[773]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[774]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[775]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[777]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[778]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[779]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[782]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[783]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[785]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[787]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[788]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[789]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[791]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[793]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[794]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[798]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[801]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[805]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[807]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[811]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[813]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[817]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[818]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[819]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[820]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[822]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[824]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[826]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[827]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[829]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[830]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[831]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[833]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[835]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[836]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[839]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[845]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[847]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[849]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[850]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[851]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[853]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[856]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[857]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[858]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[860]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[861]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[863]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[866]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[869]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[872]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[875]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[877]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[880]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[881]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[883]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[884]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[885]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[888]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[890]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[891]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[893]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[900]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[903]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[906]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[907]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[909]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[912]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[913]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[915]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[919]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[924]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[925]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[926]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[931]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[932]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[938]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[941]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[942]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[947]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[949]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[950]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[951]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[954]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[965]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[966]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[967]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[968]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[974]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[977]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[981]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[983]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[984]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[988]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[989]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[992]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[993]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[996]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[998]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1002]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1006]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1009]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1014]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1017]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1019]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1021]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1024]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1026]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1032]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1034]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1035]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1037]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1039]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1041]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1042]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1046]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1048]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1049]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1051]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1052]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1053]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1056]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1059]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1060]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1065]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1066]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1067]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1076]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1077]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1078]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1083]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1084]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1085]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1086]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1089]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1095]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1098]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1099]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1100]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1102]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1104]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1108]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1111]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1112]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1123]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1127]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1129]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1130]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1131]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1134]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1136]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1137]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1138]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1139]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1141]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1145]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1150]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1152]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1153]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1157]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1158]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1159]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1160]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1161]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1169]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1171]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1172]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1173]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1176]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1179]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1181]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1182]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1183]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1185]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1186]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1189]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1191]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1192]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1194]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1196]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1197]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1200]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1201]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1207]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1208]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1209]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1211]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1223]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1226]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1230]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1231]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1234]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1235]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1236]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1240]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1242]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1243]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1249]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1253]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1255]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1256]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1259]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1260]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1263]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1269]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1272]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1274]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1276]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1277]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1278]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1279]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1281]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1282]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1284]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1285]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1290]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1294]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1298]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1299]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1300]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1302]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1304]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1307]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1313]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1314]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1315]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1317]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1320]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1322]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1323]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1324]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1330]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1331]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1335]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1339]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1341]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1342]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1348]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1350]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1351]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1352]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1355]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1358]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1361]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1366]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1367]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1370]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1373]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1377]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1379]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1382]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1385]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1396]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1399]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1401]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1403]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1404]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1405]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1407]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1408]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1409]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1410]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1411]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1413]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1419]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1421]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1428]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1431]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1437]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1439]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1442]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1443]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1446]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1450]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1451]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1453]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1455]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1458]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1461]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1468]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1472]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1474]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1475]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1477]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1481]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1482]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1483]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1484]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1485]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1489]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1491]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1494]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1496]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1497]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1501]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1502]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1503]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1504]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1505]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1507]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1508]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1509]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1512]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1513]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1517]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1518]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1520]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1521]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1522]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1523]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1525]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1528]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1530]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1532]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1533]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1534]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1536]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1537]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1539]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1541]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1546]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1547]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1551]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1554]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1555]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1556]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1559]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1562]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1563]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1564]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1565]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1568]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1571]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1574]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1577]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1580]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1583]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1584]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1587]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1589]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1590]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1596]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1597]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1599]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1600]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1601]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1612]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1614]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1615]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1621]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1622]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1624]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1625]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1630]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1631]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1632]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1634]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1636]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1637]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1639]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1640]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1642]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1643]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1647]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1651]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1652]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1654]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1655]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1657]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1660]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1661]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1663]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1664]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1666]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1667]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1669]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1671]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1673]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1677]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1680]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1683]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1684]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1688]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1689]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1690]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1691]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1692]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1693]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1694]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1695]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1699]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1700]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1701]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1702]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1703]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1704]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1705]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1706]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1708]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1709]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1712]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1715]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1716]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1717]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1720]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1722]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1724]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1727]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1731]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1732]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1734]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1737]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1738]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1739]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1740]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1745]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1746]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1748]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1751]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1752]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1755]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1759]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1760]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1762]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1767]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1772]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1777]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1778]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1780]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1782]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1783]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1785]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1791]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1792]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1799]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1800]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1801]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1806]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1808]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1810]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1811]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1812]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1814]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1815]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1817]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1822]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1823]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1828]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1830]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1831]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1832]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1833]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1835]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1837]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1839]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1840]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1844]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1845]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1846]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1847]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1848]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1850]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1854]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1859]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1860]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1861]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1862]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1863]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1864]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1865]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1866]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1867]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1868]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1869]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1870]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1871]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1874]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1875]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1876]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1880]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1881]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1884]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1886]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1889]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1892]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1894]: 6 -1.0001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1895]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1897]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1898]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1899]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1901]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1904]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1906]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1909]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1912]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1913]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1917]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1918]: 6 -1.00001 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1920]: 6 -1.00005 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1921]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1922]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1924]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1929]: 6 -1.00002 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1930]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1935]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1936]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1937]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1943]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1944]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1948]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1951]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1952]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1954]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1956]: 6 -1.00004 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1957]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1959]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1960]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1961]: 6 -1.00007 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1962]: 6 -1.00006 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1963]: 6 -1.00003 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
175.51/176.02	WSVECS04 Frhs2[1966]: 6 -1.00001 0 shouldn't be
182.29/182.87	c #Conflicts:     303000 | #Constraints:      21814
182.29/182.87	c #Conflicts:     304000 | #Constraints:      22814
182.29/182.87	c #Conflicts:     305000 | #Constraints:      23814
182.29/182.87	c #Conflicts:     306000 | #Constraints:      24857
182.29/182.87	c #Conflicts:     307000 | #Constraints:      25944
182.29/182.87	c #Conflicts:     308000 | #Constraints:      26995
182.29/182.87	c #Conflicts:     309000 | #Constraints:      28053
182.29/182.87	c #Conflicts:     310000 | #Constraints:      29105
182.29/182.87	c INPROCESSING
182.29/182.87	c GARBAGE COLLECT
182.29/182.87	c rational objective 996
189.17/189.74	c #Conflicts:     311000 | #Constraints:      18821
189.17/189.74	c #Conflicts:     312000 | #Constraints:      19821
189.17/189.74	c #Conflicts:     313000 | #Constraints:      20821
189.17/189.74	c #Conflicts:     314000 | #Constraints:      21821
189.17/189.74	c #Conflicts:     315000 | #Constraints:      22821
189.17/189.74	c #Conflicts:     316000 | #Constraints:      23821
189.17/189.74	c #Conflicts:     317000 | #Constraints:      24821
189.17/189.74	c #Conflicts:     318000 | #Constraints:      25821
189.17/189.74	c #Conflicts:     319000 | #Constraints:      26821
189.17/189.74	c #Conflicts:     320000 | #Constraints:      27821
189.17/189.74	c #Conflicts:     321000 | #Constraints:      28821
189.17/189.74	c INPROCESSING
189.17/189.74	c GARBAGE COLLECT
189.17/189.74	c rational objective 996
196.46/197.05	c #Conflicts:     322000 | #Constraints:      18511
196.46/197.05	c #Conflicts:     323000 | #Constraints:      19511
196.46/197.05	c #Conflicts:     324000 | #Constraints:      20511
196.46/197.05	c #Conflicts:     325000 | #Constraints:      21511
196.46/197.05	c #Conflicts:     326000 | #Constraints:      22511
196.46/197.05	c #Conflicts:     327000 | #Constraints:      23511
196.46/197.05	c #Conflicts:     328000 | #Constraints:      24511
196.46/197.05	c #Conflicts:     329000 | #Constraints:      25512
196.46/197.05	c #Conflicts:     330000 | #Constraints:      26513
196.46/197.05	c #Conflicts:     331000 | #Constraints:      27515
196.46/197.05	c #Conflicts:     332000 | #Constraints:      28516
196.46/197.05	c #Conflicts:     333000 | #Constraints:      29517
196.46/197.05	c INPROCESSING
196.46/197.05	c GARBAGE COLLECT
196.46/197.05	c rational objective 996
205.63/206.23	c #Conflicts:     334000 | #Constraints:      19086
205.63/206.23	c #Conflicts:     335000 | #Constraints:      20087
205.63/206.23	c #Conflicts:     336000 | #Constraints:      21091
205.63/206.23	c #Conflicts:     337000 | #Constraints:      22111
205.63/206.23	c #Conflicts:     338000 | #Constraints:      23167
205.63/206.23	c #Conflicts:     339000 | #Constraints:      24227
205.63/206.23	c #Conflicts:     340000 | #Constraints:      25285
205.63/206.23	c #Conflicts:     341000 | #Constraints:      26332
205.63/206.23	c #Conflicts:     342000 | #Constraints:      27365
205.63/206.23	c #Conflicts:     343000 | #Constraints:      28417
205.63/206.23	c #Conflicts:     344000 | #Constraints:      29445
205.63/206.23	c #Conflicts:     345000 | #Constraints:      30503
205.63/206.23	c INPROCESSING
205.63/206.23	c GARBAGE COLLECT
205.63/206.23	c rational objective 996
213.51/214.11	c #Conflicts:     346000 | #Constraints:      19591
213.51/214.11	c #Conflicts:     347000 | #Constraints:      20591
213.51/214.11	c #Conflicts:     348000 | #Constraints:      21591
213.51/214.11	c #Conflicts:     349000 | #Constraints:      22591
213.51/214.11	c #Conflicts:     350000 | #Constraints:      23591
213.51/214.11	c #Conflicts:     351000 | #Constraints:      24591
213.51/214.11	c #Conflicts:     352000 | #Constraints:      25591
213.51/214.11	c #Conflicts:     353000 | #Constraints:      26591
213.51/214.11	c #Conflicts:     354000 | #Constraints:      27591
213.51/214.11	c #Conflicts:     355000 | #Constraints:      28591
213.51/214.11	c #Conflicts:     356000 | #Constraints:      29591
213.51/214.11	c #Conflicts:     357000 | #Constraints:      30591
213.51/214.11	c INPROCESSING
213.51/214.11	c GARBAGE COLLECT
213.51/214.11	c rational objective 996
217.10/217.71	c #Conflicts:     358000 | #Constraints:      19690
217.10/217.71	c #Conflicts:     359000 | #Constraints:      20690
217.10/217.71	c #Conflicts:     360000 | #Constraints:      21690
217.10/217.71	c #Conflicts:     361000 | #Constraints:      22690
217.10/217.71	c #Conflicts:     362000 | #Constraints:      23690
217.10/217.71	c #Conflicts:     363000 | #Constraints:      24690
217.10/217.71	c bounds 1039 >= 997 @ 213.952
220.29/220.95	c #Conflicts:     364000 | #Constraints:      25765
220.29/220.95	c #Conflicts:     365000 | #Constraints:      26784
220.29/220.95	c #Conflicts:     366000 | #Constraints:      27829
220.29/220.95	c #Conflicts:     367000 | #Constraints:      28891
220.29/220.95	c #Conflicts:     368000 | #Constraints:      29940
220.29/220.95	c #Conflicts:     369000 | #Constraints:      30987
220.29/220.95	c INPROCESSING
220.29/220.95	c GARBAGE COLLECT
220.29/220.95	c rational objective 997
229.17/229.81	c #Conflicts:     370000 | #Constraints:      19740
229.17/229.81	c #Conflicts:     371000 | #Constraints:      20740
229.17/229.81	c #Conflicts:     372000 | #Constraints:      21740
229.17/229.81	c #Conflicts:     373000 | #Constraints:      22740
229.17/229.81	c #Conflicts:     374000 | #Constraints:      23740
229.17/229.81	c #Conflicts:     375000 | #Constraints:      24740
229.17/229.81	c #Conflicts:     376000 | #Constraints:      25740
229.17/229.81	c #Conflicts:     377000 | #Constraints:      26740
229.17/229.81	c #Conflicts:     378000 | #Constraints:      27740
229.17/229.81	c #Conflicts:     379000 | #Constraints:      28740
229.17/229.81	c #Conflicts:     380000 | #Constraints:      29740
229.17/229.81	c #Conflicts:     381000 | #Constraints:      30740
229.17/229.81	c INPROCESSING
229.17/229.81	c GARBAGE COLLECT
229.17/229.81	c rational objective 997
238.35/239.08	c #Conflicts:     382000 | #Constraints:      19487
238.35/239.08	c #Conflicts:     383000 | #Constraints:      20496
238.35/239.08	c #Conflicts:     384000 | #Constraints:      21551
238.35/239.08	c #Conflicts:     385000 | #Constraints:      22605
238.35/239.08	c #Conflicts:     386000 | #Constraints:      23653
238.35/239.08	c #Conflicts:     387000 | #Constraints:      24692
238.35/239.08	c #Conflicts:     388000 | #Constraints:      25727
238.35/239.08	c #Conflicts:     389000 | #Constraints:      26763
238.35/239.08	c #Conflicts:     390000 | #Constraints:      27797
238.35/239.08	c #Conflicts:     391000 | #Constraints:      28834
238.35/239.08	c #Conflicts:     392000 | #Constraints:      29865
238.35/239.08	c #Conflicts:     393000 | #Constraints:      30909
238.35/239.08	c #Conflicts:     394000 | #Constraints:      31945
238.35/239.08	c INPROCESSING
238.35/239.08	c GARBAGE COLLECT
238.35/239.08	c rational objective 997
247.22/247.90	c #Conflicts:     395000 | #Constraints:      20238
247.22/247.90	c #Conflicts:     396000 | #Constraints:      21238
247.22/247.90	c #Conflicts:     397000 | #Constraints:      22238
247.22/247.90	c #Conflicts:     398000 | #Constraints:      23238
247.22/247.90	c #Conflicts:     399000 | #Constraints:      24238
247.22/247.90	c #Conflicts:     400000 | #Constraints:      25238
247.22/247.90	c #Conflicts:     401000 | #Constraints:      26238
247.22/247.90	c #Conflicts:     402000 | #Constraints:      27238
247.22/247.90	c #Conflicts:     403000 | #Constraints:      28238
247.22/247.90	c #Conflicts:     404000 | #Constraints:      29238
247.22/247.90	c #Conflicts:     405000 | #Constraints:      30238
247.22/247.90	c #Conflicts:     406000 | #Constraints:      31238
247.22/247.90	c #Conflicts:     407000 | #Constraints:      32238
247.22/247.90	c INPROCESSING
247.22/247.90	c GARBAGE COLLECT
247.22/247.90	c rational objective 997
255.41/256.10	c #Conflicts:     408000 | #Constraints:      20565
255.41/256.10	c #Conflicts:     409000 | #Constraints:      21609
255.41/256.10	c #Conflicts:     410000 | #Constraints:      22657
255.41/256.10	c #Conflicts:     411000 | #Constraints:      23698
255.41/256.10	c #Conflicts:     412000 | #Constraints:      24739
255.41/256.10	c #Conflicts:     413000 | #Constraints:      25768
255.41/256.10	c #Conflicts:     414000 | #Constraints:      26808
255.41/256.10	c #Conflicts:     415000 | #Constraints:      27855
255.41/256.10	c #Conflicts:     416000 | #Constraints:      28899
255.41/256.10	c #Conflicts:     417000 | #Constraints:      29944
255.41/256.10	c #Conflicts:     418000 | #Constraints:      30993
255.41/256.10	c #Conflicts:     419000 | #Constraints:      32037
255.41/256.10	c #Conflicts:     420000 | #Constraints:      33077
255.41/256.10	c INPROCESSING
255.41/256.10	c GARBAGE COLLECT
255.41/256.10	c rational objective 997
264.48/265.26	c #Conflicts:     421000 | #Constraints:      20897
264.48/265.26	c #Conflicts:     422000 | #Constraints:      21897
264.48/265.26	c #Conflicts:     423000 | #Constraints:      22897
264.48/265.26	c #Conflicts:     424000 | #Constraints:      23897
264.48/265.26	c #Conflicts:     425000 | #Constraints:      24897
264.48/265.26	c #Conflicts:     426000 | #Constraints:      25897
264.48/265.26	c #Conflicts:     427000 | #Constraints:      26897
264.48/265.26	c #Conflicts:     428000 | #Constraints:      27897
264.48/265.26	c #Conflicts:     429000 | #Constraints:      28897
264.48/265.26	c #Conflicts:     430000 | #Constraints:      29897
264.48/265.26	c #Conflicts:     431000 | #Constraints:      30897
264.48/265.26	c #Conflicts:     432000 | #Constraints:      31897
264.48/265.26	c #Conflicts:     433000 | #Constraints:      32897
264.48/265.26	c INPROCESSING
264.48/265.26	c GARBAGE COLLECT
264.48/265.26	c rational objective 997
273.75/274.55	c #Conflicts:     434000 | #Constraints:      20762
273.75/274.55	c #Conflicts:     435000 | #Constraints:      21762
273.75/274.55	c #Conflicts:     436000 | #Constraints:      22762
273.75/274.55	c #Conflicts:     437000 | #Constraints:      23762
273.75/274.55	c #Conflicts:     438000 | #Constraints:      24762
273.75/274.55	c #Conflicts:     439000 | #Constraints:      25762
273.75/274.55	c #Conflicts:     440000 | #Constraints:      26762
273.75/274.55	c #Conflicts:     441000 | #Constraints:      27762
273.75/274.55	c #Conflicts:     442000 | #Constraints:      28762
273.75/274.55	c #Conflicts:     443000 | #Constraints:      29762
273.75/274.55	c #Conflicts:     444000 | #Constraints:      30762
273.75/274.55	c #Conflicts:     445000 | #Constraints:      31762
273.75/274.55	c #Conflicts:     446000 | #Constraints:      32762
273.75/274.55	c INPROCESSING
273.75/274.55	c GARBAGE COLLECT
273.75/274.55	c rational objective 997
283.73/284.59	c #Conflicts:     447000 | #Constraints:      20512
283.73/284.59	c #Conflicts:     448000 | #Constraints:      21512
283.73/284.59	c #Conflicts:     449000 | #Constraints:      22522
283.73/284.59	c #Conflicts:     450000 | #Constraints:      23530
283.73/284.59	c #Conflicts:     451000 | #Constraints:      24557
283.73/284.59	c #Conflicts:     452000 | #Constraints:      25622
283.73/284.59	c #Conflicts:     453000 | #Constraints:      26672
283.73/284.59	c #Conflicts:     454000 | #Constraints:      27757
283.73/284.59	c #Conflicts:     455000 | #Constraints:      28821
283.73/284.59	c #Conflicts:     456000 | #Constraints:      29874
283.73/284.59	c #Conflicts:     457000 | #Constraints:      30921
283.73/284.59	c #Conflicts:     458000 | #Constraints:      31951
283.73/284.59	c #Conflicts:     459000 | #Constraints:      32984
283.73/284.59	c #Conflicts:     460000 | #Constraints:      34019
283.73/284.59	c INPROCESSING
283.73/284.59	c GARBAGE COLLECT
283.73/284.59	c rational objective 997
293.01/293.85	c #Conflicts:     461000 | #Constraints:      21248
293.01/293.85	c #Conflicts:     462000 | #Constraints:      22248
293.01/293.85	c #Conflicts:     463000 | #Constraints:      23248
293.01/293.85	c #Conflicts:     464000 | #Constraints:      24248
293.01/293.85	c #Conflicts:     465000 | #Constraints:      25248
293.01/293.85	c #Conflicts:     466000 | #Constraints:      26248
293.01/293.85	c #Conflicts:     467000 | #Constraints:      27248
293.01/293.85	c #Conflicts:     468000 | #Constraints:      28248
293.01/293.85	c #Conflicts:     469000 | #Constraints:      29248
293.01/293.85	c #Conflicts:     470000 | #Constraints:      30248
293.01/293.85	c #Conflicts:     471000 | #Constraints:      31248
293.01/293.85	c #Conflicts:     472000 | #Constraints:      32248
293.01/293.85	c #Conflicts:     473000 | #Constraints:      33248
293.01/293.85	c #Conflicts:     474000 | #Constraints:      34248
293.01/293.85	c INPROCESSING
293.01/293.85	c GARBAGE COLLECT
293.01/293.85	c rational objective 997
302.18/303.03	c #Conflicts:     475000 | #Constraints:      21548
302.18/303.03	c #Conflicts:     476000 | #Constraints:      22568
302.18/303.03	c #Conflicts:     477000 | #Constraints:      23593
302.18/303.03	c #Conflicts:     478000 | #Constraints:      24623
302.18/303.03	c #Conflicts:     479000 | #Constraints:      25647
302.18/303.03	c #Conflicts:     480000 | #Constraints:      26676
302.18/303.03	c #Conflicts:     481000 | #Constraints:      27699
302.18/303.03	c #Conflicts:     482000 | #Constraints:      28767
302.18/303.03	c #Conflicts:     483000 | #Constraints:      29839
302.18/303.03	c #Conflicts:     484000 | #Constraints:      30898
302.18/303.03	c #Conflicts:     485000 | #Constraints:      31940
302.18/303.03	c #Conflicts:     486000 | #Constraints:      32982
302.18/303.03	c #Conflicts:     487000 | #Constraints:      34024
302.18/303.03	c #Conflicts:     488000 | #Constraints:      35060
302.18/303.03	c INPROCESSING
302.18/303.03	c GARBAGE COLLECT
302.18/303.03	c rational objective 997
311.66/312.59	c #Conflicts:     489000 | #Constraints:      21888
311.66/312.59	c #Conflicts:     490000 | #Constraints:      22888
311.66/312.59	c #Conflicts:     491000 | #Constraints:      23888
311.66/312.59	c #Conflicts:     492000 | #Constraints:      24888
311.66/312.59	c #Conflicts:     493000 | #Constraints:      25888
311.66/312.59	c #Conflicts:     494000 | #Constraints:      26888
311.66/312.59	c #Conflicts:     495000 | #Constraints:      27888
311.66/312.59	c #Conflicts:     496000 | #Constraints:      28888
311.66/312.59	c #Conflicts:     497000 | #Constraints:      29888
311.66/312.59	c #Conflicts:     498000 | #Constraints:      30888
311.66/312.59	c #Conflicts:     499000 | #Constraints:      31888
311.66/312.59	c #Conflicts:     500000 | #Constraints:      32888
311.66/312.59	c #Conflicts:     501000 | #Constraints:      33888
311.66/312.59	c #Conflicts:     502000 | #Constraints:      34888
311.66/312.59	c INPROCESSING
311.66/312.59	c GARBAGE COLLECT
311.66/312.59	c rational objective 997
326.72/327.60	c #Conflicts:     503000 | #Constraints:      21778
326.72/327.60	c #Conflicts:     504000 | #Constraints:      22808
326.72/327.60	c #Conflicts:     505000 | #Constraints:      23854
326.72/327.60	c #Conflicts:     506000 | #Constraints:      24919
326.72/327.60	c #Conflicts:     507000 | #Constraints:      25993
326.72/327.60	c #Conflicts:     508000 | #Constraints:      27039
326.72/327.60	c #Conflicts:     509000 | #Constraints:      28075
326.72/327.60	c #Conflicts:     510000 | #Constraints:      29121
326.72/327.60	c #Conflicts:     511000 | #Constraints:      30149
326.72/327.60	c #Conflicts:     512000 | #Constraints:      31184
326.72/327.60	c #Conflicts:     513000 | #Constraints:      32222
326.72/327.60	c #Conflicts:     514000 | #Constraints:      33254
326.72/327.60	c #Conflicts:     515000 | #Constraints:      34293
326.72/327.60	c #Conflicts:     516000 | #Constraints:      35324
326.72/327.60	c INPROCESSING
326.72/327.60	c GARBAGE COLLECT
326.72/327.60	c rational objective 997
336.89/337.84	c #Conflicts:     517000 | #Constraints:      21689
336.89/337.84	c #Conflicts:     518000 | #Constraints:      22689
336.89/337.84	c #Conflicts:     519000 | #Constraints:      23689
336.89/337.84	c #Conflicts:     520000 | #Constraints:      24689
336.89/337.84	c #Conflicts:     521000 | #Constraints:      25689
336.89/337.84	c #Conflicts:     522000 | #Constraints:      26689
336.89/337.84	c #Conflicts:     523000 | #Constraints:      27689
336.89/337.84	c #Conflicts:     524000 | #Constraints:      28689
336.89/337.84	c #Conflicts:     525000 | #Constraints:      29689
336.89/337.84	c #Conflicts:     526000 | #Constraints:      30689
336.89/337.84	c #Conflicts:     527000 | #Constraints:      31689
336.89/337.84	c #Conflicts:     528000 | #Constraints:      32689
336.89/337.84	c #Conflicts:     529000 | #Constraints:      33690
336.89/337.84	c #Conflicts:     530000 | #Constraints:      34690
336.89/337.84	c #Conflicts:     531000 | #Constraints:      35691
336.89/337.84	c INPROCESSING
336.89/337.84	c GARBAGE COLLECT
336.89/337.84	c rational objective 997
347.27/348.28	c #Conflicts:     532000 | #Constraints:      22183
347.27/348.28	c #Conflicts:     533000 | #Constraints:      23183
347.27/348.28	c #Conflicts:     534000 | #Constraints:      24183
347.27/348.28	c #Conflicts:     535000 | #Constraints:      25183
347.27/348.28	c #Conflicts:     536000 | #Constraints:      26183
347.27/348.28	c #Conflicts:     537000 | #Constraints:      27183
347.27/348.28	c #Conflicts:     538000 | #Constraints:      28183
347.27/348.28	c #Conflicts:     539000 | #Constraints:      29183
347.27/348.28	c #Conflicts:     540000 | #Constraints:      30184
347.27/348.28	c #Conflicts:     541000 | #Constraints:      31185
347.27/348.28	c #Conflicts:     542000 | #Constraints:      32185
347.27/348.28	c #Conflicts:     543000 | #Constraints:      33187
347.27/348.28	c #Conflicts:     544000 | #Constraints:      34189
347.27/348.28	c #Conflicts:     545000 | #Constraints:      35189
347.27/348.28	c #Conflicts:     546000 | #Constraints:      36189
347.27/348.28	c INPROCESSING
347.27/348.28	c GARBAGE COLLECT
347.27/348.28	c rational objective 997
357.34/358.33	c #Conflicts:     547000 | #Constraints:      22523
357.34/358.33	c #Conflicts:     548000 | #Constraints:      23523
357.34/358.33	c #Conflicts:     549000 | #Constraints:      24523
357.34/358.33	c #Conflicts:     550000 | #Constraints:      25523
357.34/358.33	c #Conflicts:     551000 | #Constraints:      26523
357.34/358.33	c #Conflicts:     552000 | #Constraints:      27523
357.34/358.33	c #Conflicts:     553000 | #Constraints:      28523
357.34/358.33	c #Conflicts:     554000 | #Constraints:      29523
357.34/358.33	c #Conflicts:     555000 | #Constraints:      30523
357.34/358.33	c #Conflicts:     556000 | #Constraints:      31524
357.34/358.33	c #Conflicts:     557000 | #Constraints:      32524
357.34/358.33	c #Conflicts:     558000 | #Constraints:      33526
357.34/358.33	c #Conflicts:     559000 | #Constraints:      34526
357.34/358.33	c #Conflicts:     560000 | #Constraints:      35527
357.34/358.33	c #Conflicts:     561000 | #Constraints:      36527
357.34/358.33	c INPROCESSING
357.34/358.33	c GARBAGE COLLECT
357.34/358.33	c rational objective 997
371.20/372.29	c #Conflicts:     562000 | #Constraints:      22711
371.20/372.29	c #Conflicts:     563000 | #Constraints:      23779
371.20/372.29	c #Conflicts:     564000 | #Constraints:      24836
371.20/372.29	c #Conflicts:     565000 | #Constraints:      25893
371.20/372.29	c #Conflicts:     566000 | #Constraints:      26949
371.20/372.29	c #Conflicts:     567000 | #Constraints:      28021
371.20/372.29	c #Conflicts:     568000 | #Constraints:      29074
371.20/372.29	c #Conflicts:     569000 | #Constraints:      30123
371.20/372.29	c #Conflicts:     570000 | #Constraints:      31171
371.20/372.29	c #Conflicts:     571000 | #Constraints:      32216
371.20/372.29	c #Conflicts:     572000 | #Constraints:      33256
371.20/372.29	c #Conflicts:     573000 | #Constraints:      34291
371.20/372.29	c #Conflicts:     574000 | #Constraints:      35326
371.20/372.29	c #Conflicts:     575000 | #Constraints:      36350
371.20/372.29	c #Conflicts:     576000 | #Constraints:      37383
371.20/372.29	c INPROCESSING
371.20/372.29	c GARBAGE COLLECT
371.20/372.29	c rational objective 997
382.96/384.04	c #Conflicts:     577000 | #Constraints:      22969
382.96/384.04	c #Conflicts:     578000 | #Constraints:      23969
382.96/384.04	c #Conflicts:     579000 | #Constraints:      24969
382.96/384.04	c #Conflicts:     580000 | #Constraints:      25969
382.96/384.04	c #Conflicts:     581000 | #Constraints:      26969
382.96/384.04	c #Conflicts:     582000 | #Constraints:      27969
382.96/384.04	c #Conflicts:     583000 | #Constraints:      28969
382.96/384.04	c #Conflicts:     584000 | #Constraints:      29969
382.96/384.04	c #Conflicts:     585000 | #Constraints:      30969
382.96/384.04	c #Conflicts:     586000 | #Constraints:      31969
382.96/384.04	c #Conflicts:     587000 | #Constraints:      32969
382.96/384.04	c #Conflicts:     588000 | #Constraints:      33969
382.96/384.04	c #Conflicts:     589000 | #Constraints:      34969
382.96/384.04	c #Conflicts:     590000 | #Constraints:      35969
382.96/384.04	c #Conflicts:     591000 | #Constraints:      36969
382.96/384.04	c INPROCESSING
382.96/384.04	c GARBAGE COLLECT
382.96/384.04	c rational objective 997
394.13/395.29	c #Conflicts:     592000 | #Constraints:      22649
394.13/395.29	c #Conflicts:     593000 | #Constraints:      23649
394.13/395.29	c #Conflicts:     594000 | #Constraints:      24649
394.13/395.29	c #Conflicts:     595000 | #Constraints:      25649
394.13/395.29	c #Conflicts:     596000 | #Constraints:      26649
394.13/395.29	c #Conflicts:     597000 | #Constraints:      27649
394.13/395.29	c #Conflicts:     598000 | #Constraints:      28649
394.13/395.29	c #Conflicts:     599000 | #Constraints:      29649
394.13/395.29	c #Conflicts:     600000 | #Constraints:      30649
394.13/395.29	c #Conflicts:     601000 | #Constraints:      31649
394.13/395.29	c #Conflicts:     602000 | #Constraints:      32649
394.13/395.29	c #Conflicts:     603000 | #Constraints:      33649
394.13/395.29	c #Conflicts:     604000 | #Constraints:      34649
394.13/395.29	c #Conflicts:     605000 | #Constraints:      35649
394.13/395.29	c #Conflicts:     606000 | #Constraints:      36649
394.13/395.29	c #Conflicts:     607000 | #Constraints:      37649
394.13/395.29	c INPROCESSING
394.13/395.29	c GARBAGE COLLECT
394.13/395.29	c rational objective 997
404.61/405.79	c #Conflicts:     608000 | #Constraints:      23185
404.61/405.79	c #Conflicts:     609000 | #Constraints:      24193
404.61/405.79	c #Conflicts:     610000 | #Constraints:      25235
404.61/405.79	c #Conflicts:     611000 | #Constraints:      26276
404.61/405.79	c #Conflicts:     612000 | #Constraints:      27309
404.61/405.79	c #Conflicts:     613000 | #Constraints:      28350
404.61/405.79	c #Conflicts:     614000 | #Constraints:      29391
404.61/405.79	c #Conflicts:     615000 | #Constraints:      30421
404.61/405.79	c #Conflicts:     616000 | #Constraints:      31472
404.61/405.79	c #Conflicts:     617000 | #Constraints:      32503
404.61/405.79	c #Conflicts:     618000 | #Constraints:      33532
404.61/405.79	c #Conflicts:     619000 | #Constraints:      34552
404.61/405.79	c #Conflicts:     620000 | #Constraints:      35635
404.61/405.79	c bounds 1038 >= 997 @ 399.465
414.27/415.40	c #Conflicts:     621000 | #Constraints:      36692
414.27/415.40	c #Conflicts:     622000 | #Constraints:      37692
414.27/415.40	c #Conflicts:     623000 | #Constraints:      38692
414.27/415.40	c INPROCESSING
414.27/415.40	c GARBAGE COLLECT
414.27/415.40	c rational objective 997
428.43/429.66	c #Conflicts:     624000 | #Constraints:      23810
428.43/429.66	c #Conflicts:     625000 | #Constraints:      24859
428.43/429.66	c #Conflicts:     626000 | #Constraints:      25920
428.43/429.66	c #Conflicts:     627000 | #Constraints:      26989
428.43/429.66	c #Conflicts:     628000 | #Constraints:      28034
428.43/429.66	c #Conflicts:     629000 | #Constraints:      29085
428.43/429.66	c #Conflicts:     630000 | #Constraints:      30127
428.43/429.66	c #Conflicts:     631000 | #Constraints:      31170
428.43/429.66	c #Conflicts:     632000 | #Constraints:      32211
428.43/429.66	c #Conflicts:     633000 | #Constraints:      33241
428.43/429.66	c #Conflicts:     634000 | #Constraints:      34274
428.43/429.66	c #Conflicts:     635000 | #Constraints:      35304
428.43/429.66	c #Conflicts:     636000 | #Constraints:      36339
428.43/429.66	c #Conflicts:     637000 | #Constraints:      37372
428.43/429.66	c #Conflicts:     638000 | #Constraints:      38413
428.43/429.66	c #Conflicts:     639000 | #Constraints:      39444
428.43/429.66	c INPROCESSING
428.43/429.66	c GARBAGE COLLECT
428.43/429.66	c rational objective 997
440.80/442.01	c #Conflicts:     640000 | #Constraints:      24113
440.80/442.01	c #Conflicts:     641000 | #Constraints:      25113
440.80/442.01	c #Conflicts:     642000 | #Constraints:      26113
440.80/442.01	c #Conflicts:     643000 | #Constraints:      27113
440.80/442.01	c #Conflicts:     644000 | #Constraints:      28113
440.80/442.01	c #Conflicts:     645000 | #Constraints:      29113
440.80/442.01	c #Conflicts:     646000 | #Constraints:      30113
440.80/442.01	c #Conflicts:     647000 | #Constraints:      31113
440.80/442.01	c #Conflicts:     648000 | #Constraints:      32113
440.80/442.01	c #Conflicts:     649000 | #Constraints:      33113
440.80/442.01	c #Conflicts:     650000 | #Constraints:      34113
440.80/442.01	c #Conflicts:     651000 | #Constraints:      35113
440.80/442.01	c #Conflicts:     652000 | #Constraints:      36113
440.80/442.01	c #Conflicts:     653000 | #Constraints:      37113
440.80/442.01	c #Conflicts:     654000 | #Constraints:      38113
440.80/442.01	c #Conflicts:     655000 | #Constraints:      39113
440.80/442.01	c INPROCESSING
440.80/442.01	c GARBAGE COLLECT
440.80/442.01	c rational objective 997
452.56/453.87	c #Conflicts:     656000 | #Constraints:      23901
452.56/453.87	c #Conflicts:     657000 | #Constraints:      24901
452.56/453.87	c #Conflicts:     658000 | #Constraints:      25901
452.56/453.87	c #Conflicts:     659000 | #Constraints:      26901
452.56/453.87	c #Conflicts:     660000 | #Constraints:      27901
452.56/453.87	c #Conflicts:     661000 | #Constraints:      28901
452.56/453.87	c #Conflicts:     662000 | #Constraints:      29901
452.56/453.87	c #Conflicts:     663000 | #Constraints:      30901
452.56/453.87	c #Conflicts:     664000 | #Constraints:      31901
452.56/453.87	c #Conflicts:     665000 | #Constraints:      32901
452.56/453.87	c #Conflicts:     666000 | #Constraints:      33901
452.56/453.87	c #Conflicts:     667000 | #Constraints:      34901
452.56/453.87	c #Conflicts:     668000 | #Constraints:      35901
452.56/453.87	c #Conflicts:     669000 | #Constraints:      36901
452.56/453.87	c #Conflicts:     670000 | #Constraints:      37901
452.56/453.87	c #Conflicts:     671000 | #Constraints:      38901
452.56/453.87	c INPROCESSING
452.56/453.87	c GARBAGE COLLECT
452.56/453.87	c rational objective 997
466.02/467.31	c #Conflicts:     672000 | #Constraints:      23594
466.02/467.31	c #Conflicts:     673000 | #Constraints:      24632
466.02/467.31	c #Conflicts:     674000 | #Constraints:      25712
466.02/467.31	c #Conflicts:     675000 | #Constraints:      26769
466.02/467.31	c #Conflicts:     676000 | #Constraints:      27814
466.02/467.31	c #Conflicts:     677000 | #Constraints:      28849
466.02/467.31	c #Conflicts:     678000 | #Constraints:      29877
466.02/467.31	c #Conflicts:     679000 | #Constraints:      30907
466.02/467.31	c #Conflicts:     680000 | #Constraints:      31954
466.02/467.31	c #Conflicts:     681000 | #Constraints:      32994
466.02/467.31	c #Conflicts:     682000 | #Constraints:      34029
466.02/467.31	c #Conflicts:     683000 | #Constraints:      35072
466.02/467.31	c #Conflicts:     684000 | #Constraints:      36115
466.02/467.31	c #Conflicts:     685000 | #Constraints:      37144
466.02/467.31	c #Conflicts:     686000 | #Constraints:      38158
466.02/467.31	c #Conflicts:     687000 | #Constraints:      39198
466.02/467.31	c #Conflicts:     688000 | #Constraints:      40218
466.02/467.31	c INPROCESSING
466.02/467.31	c GARBAGE COLLECT
466.02/467.31	c rational objective 997
479.39/480.74	c #Conflicts:     689000 | #Constraints:      24391
479.39/480.74	c #Conflicts:     690000 | #Constraints:      25391
479.39/480.74	c #Conflicts:     691000 | #Constraints:      26391
479.39/480.74	c #Conflicts:     692000 | #Constraints:      27391
479.39/480.74	c #Conflicts:     693000 | #Constraints:      28391
479.39/480.74	c #Conflicts:     694000 | #Constraints:      29391
479.39/480.74	c #Conflicts:     695000 | #Constraints:      30391
479.39/480.74	c #Conflicts:     696000 | #Constraints:      31391
479.39/480.74	c #Conflicts:     697000 | #Constraints:      32391
479.39/480.74	c #Conflicts:     698000 | #Constraints:      33391
479.39/480.74	c #Conflicts:     699000 | #Constraints:      34391
479.39/480.74	c #Conflicts:     700000 | #Constraints:      35392
479.39/480.74	c #Conflicts:     701000 | #Constraints:      36392
479.39/480.74	c #Conflicts:     702000 | #Constraints:      37393
479.39/480.74	c #Conflicts:     703000 | #Constraints:      38395
479.39/480.74	c #Conflicts:     704000 | #Constraints:      39395
479.39/480.74	c #Conflicts:     705000 | #Constraints:      40396
479.39/480.74	c INPROCESSING
479.39/480.74	c GARBAGE COLLECT
479.39/480.74	c rational objective 997
486.76/488.12	c #Conflicts:     706000 | #Constraints:      24651
486.76/488.12	c #Conflicts:     707000 | #Constraints:      25659
486.76/488.12	c #Conflicts:     708000 | #Constraints:      26693
486.76/488.12	c #Conflicts:     709000 | #Constraints:      27726
486.76/488.12	c #Conflicts:     710000 | #Constraints:      28778
486.76/488.12	c #Conflicts:     711000 | #Constraints:      29830
486.76/488.12	c #Conflicts:     712000 | #Constraints:      30885
486.76/488.12	c #Conflicts:     713000 | #Constraints:      31914
486.76/488.12	c #Conflicts:     714000 | #Constraints:      32975
486.76/488.12	c #Conflicts:     715000 | #Constraints:      34017
486.76/488.12	c bounds 1037 >= 997 @ 480.753
501.13/502.55	c #Conflicts:     716000 | #Constraints:      35059
501.13/502.55	c #Conflicts:     717000 | #Constraints:      36059
501.13/502.55	c #Conflicts:     718000 | #Constraints:      37059
501.13/502.55	c #Conflicts:     719000 | #Constraints:      38059
501.13/502.55	c #Conflicts:     720000 | #Constraints:      39059
501.13/502.55	c #Conflicts:     721000 | #Constraints:      40059
501.13/502.55	c #Conflicts:     722000 | #Constraints:      41059
501.13/502.55	c INPROCESSING
501.13/502.55	c GARBAGE COLLECT
501.13/502.55	c rational objective 997
514.48/515.90	c #Conflicts:     723000 | #Constraints:      24996
514.48/515.90	c #Conflicts:     724000 | #Constraints:      26041
514.48/515.90	c #Conflicts:     725000 | #Constraints:      27078
514.48/515.90	c #Conflicts:     726000 | #Constraints:      28116
514.48/515.90	c #Conflicts:     727000 | #Constraints:      29157
514.48/515.90	c #Conflicts:     728000 | #Constraints:      30194
514.48/515.90	c #Conflicts:     729000 | #Constraints:      31230
514.48/515.90	c #Conflicts:     730000 | #Constraints:      32271
514.48/515.90	c #Conflicts:     731000 | #Constraints:      33313
514.48/515.90	c #Conflicts:     732000 | #Constraints:      34351
514.48/515.90	c #Conflicts:     733000 | #Constraints:      35385
514.48/515.90	c #Conflicts:     734000 | #Constraints:      36419
514.48/515.90	c #Conflicts:     735000 | #Constraints:      37457
514.48/515.90	c #Conflicts:     736000 | #Constraints:      38499
514.48/515.90	c #Conflicts:     737000 | #Constraints:      39532
514.48/515.90	c #Conflicts:     738000 | #Constraints:      40579
514.48/515.90	c #Conflicts:     739000 | #Constraints:      41615
514.48/515.90	c INPROCESSING
514.48/515.90	c GARBAGE COLLECT
514.48/515.90	c rational objective 997
528.74/530.23	c #Conflicts:     740000 | #Constraints:      25103
528.74/530.23	c #Conflicts:     741000 | #Constraints:      26103
528.74/530.23	c #Conflicts:     742000 | #Constraints:      27103
528.74/530.23	c #Conflicts:     743000 | #Constraints:      28103
528.74/530.23	c #Conflicts:     744000 | #Constraints:      29103
528.74/530.23	c #Conflicts:     745000 | #Constraints:      30103
528.74/530.23	c #Conflicts:     746000 | #Constraints:      31103
528.74/530.23	c #Conflicts:     747000 | #Constraints:      32103
528.74/530.23	c #Conflicts:     748000 | #Constraints:      33103
528.74/530.23	c #Conflicts:     749000 | #Constraints:      34103
528.74/530.23	c #Conflicts:     750000 | #Constraints:      35103
528.74/530.23	c #Conflicts:     751000 | #Constraints:      36103
528.74/530.23	c #Conflicts:     752000 | #Constraints:      37103
528.74/530.23	c #Conflicts:     753000 | #Constraints:      38103
528.74/530.23	c #Conflicts:     754000 | #Constraints:      39103
528.74/530.23	c #Conflicts:     755000 | #Constraints:      40103
528.74/530.23	c #Conflicts:     756000 | #Constraints:      41103
528.74/530.23	c INPROCESSING
528.74/530.23	c GARBAGE COLLECT
528.74/530.23	c rational objective 997
544.51/546.10	c #Conflicts:     757000 | #Constraints:      24715
544.51/546.10	c #Conflicts:     758000 | #Constraints:      25716
544.51/546.10	c #Conflicts:     759000 | #Constraints:      26750
544.51/546.10	c #Conflicts:     760000 | #Constraints:      27791
544.51/546.10	c #Conflicts:     761000 | #Constraints:      28831
544.51/546.10	c #Conflicts:     762000 | #Constraints:      29878
544.51/546.10	c #Conflicts:     763000 | #Constraints:      30927
544.51/546.10	c #Conflicts:     764000 | #Constraints:      31959
544.51/546.10	c #Conflicts:     765000 | #Constraints:      33013
544.51/546.10	c #Conflicts:     766000 | #Constraints:      34065
544.51/546.10	c #Conflicts:     767000 | #Constraints:      35102
544.51/546.10	c #Conflicts:     768000 | #Constraints:      36138
544.51/546.10	c #Conflicts:     769000 | #Constraints:      37161
544.51/546.10	c #Conflicts:     770000 | #Constraints:      38200
544.51/546.10	c #Conflicts:     771000 | #Constraints:      39241
544.51/546.10	c #Conflicts:     772000 | #Constraints:      40264
544.51/546.10	c #Conflicts:     773000 | #Constraints:      41288
544.51/546.10	c #Conflicts:     774000 | #Constraints:      42317
544.51/546.10	c INPROCESSING
544.51/546.10	c GARBAGE COLLECT
544.51/546.10	c rational objective 997
559.17/560.78	c #Conflicts:     775000 | #Constraints:      25461
559.17/560.78	c #Conflicts:     776000 | #Constraints:      26461
559.17/560.78	c #Conflicts:     777000 | #Constraints:      27461
559.17/560.78	c #Conflicts:     778000 | #Constraints:      28461
559.17/560.78	c #Conflicts:     779000 | #Constraints:      29461
559.17/560.78	c #Conflicts:     780000 | #Constraints:      30461
559.17/560.78	c #Conflicts:     781000 | #Constraints:      31461
559.17/560.78	c #Conflicts:     782000 | #Constraints:      32461
559.17/560.78	c #Conflicts:     783000 | #Constraints:      33461
559.17/560.78	c #Conflicts:     784000 | #Constraints:      34461
559.17/560.78	c #Conflicts:     785000 | #Constraints:      35461
559.17/560.78	c #Conflicts:     786000 | #Constraints:      36461
559.17/560.78	c #Conflicts:     787000 | #Constraints:      37461
559.17/560.78	c #Conflicts:     788000 | #Constraints:      38461
559.17/560.78	c #Conflicts:     789000 | #Constraints:      39461
559.17/560.78	c #Conflicts:     790000 | #Constraints:      40461
559.17/560.78	c #Conflicts:     791000 | #Constraints:      41461
559.17/560.78	c #Conflicts:     792000 | #Constraints:      42461
559.17/560.78	c INPROCESSING
559.17/560.78	c GARBAGE COLLECT
559.17/560.78	c rational objective 997
573.73/575.37	c #Conflicts:     793000 | #Constraints:      25695
573.73/575.37	c #Conflicts:     794000 | #Constraints:      26695
573.73/575.37	c #Conflicts:     795000 | #Constraints:      27695
573.73/575.37	c #Conflicts:     796000 | #Constraints:      28695
573.73/575.37	c #Conflicts:     797000 | #Constraints:      29695
573.73/575.37	c #Conflicts:     798000 | #Constraints:      30695
573.73/575.37	c #Conflicts:     799000 | #Constraints:      31695
573.73/575.37	c #Conflicts:     800000 | #Constraints:      32695
573.73/575.37	c #Conflicts:     801000 | #Constraints:      33695
573.73/575.37	c #Conflicts:     802000 | #Constraints:      34695
573.73/575.37	c #Conflicts:     803000 | #Constraints:      35695
573.73/575.37	c #Conflicts:     804000 | #Constraints:      36695
573.73/575.37	c #Conflicts:     805000 | #Constraints:      37695
573.73/575.37	c #Conflicts:     806000 | #Constraints:      38695
573.73/575.37	c #Conflicts:     807000 | #Constraints:      39695
573.73/575.37	c #Conflicts:     808000 | #Constraints:      40695
573.73/575.37	c #Conflicts:     809000 | #Constraints:      41695
573.73/575.37	c #Conflicts:     810000 | #Constraints:      42695
573.73/575.37	c INPROCESSING
573.73/575.37	c GARBAGE COLLECT
573.73/575.37	c rational objective 997
588.89/590.58	c #Conflicts:     811000 | #Constraints:      25832
588.89/590.58	c #Conflicts:     812000 | #Constraints:      26850
588.89/590.58	c #Conflicts:     813000 | #Constraints:      27851
588.89/590.58	c #Conflicts:     814000 | #Constraints:      28916
588.89/590.58	c #Conflicts:     815000 | #Constraints:      29964
588.89/590.58	c #Conflicts:     816000 | #Constraints:      31017
588.89/590.58	c #Conflicts:     817000 | #Constraints:      32065
588.89/590.58	c #Conflicts:     818000 | #Constraints:      33097
588.89/590.58	c #Conflicts:     819000 | #Constraints:      34130
588.89/590.58	c #Conflicts:     820000 | #Constraints:      35163
588.89/590.58	c #Conflicts:     821000 | #Constraints:      36198
588.89/590.58	c #Conflicts:     822000 | #Constraints:      37220
588.89/590.58	c #Conflicts:     823000 | #Constraints:      38245
588.89/590.58	c #Conflicts:     824000 | #Constraints:      39289
588.89/590.58	c #Conflicts:     825000 | #Constraints:      40311
588.89/590.58	c #Conflicts:     826000 | #Constraints:      41333
588.89/590.58	c #Conflicts:     827000 | #Constraints:      42360
588.89/590.58	c #Conflicts:     828000 | #Constraints:      43389
588.89/590.58	c INPROCESSING
588.89/590.58	c GARBAGE COLLECT
588.89/590.58	c rational objective 997
603.94/605.60	c #Conflicts:     829000 | #Constraints:      25962
603.94/605.60	c #Conflicts:     830000 | #Constraints:      26962
603.94/605.60	c #Conflicts:     831000 | #Constraints:      27962
603.94/605.60	c #Conflicts:     832000 | #Constraints:      28962
603.94/605.60	c #Conflicts:     833000 | #Constraints:      29962
603.94/605.60	c #Conflicts:     834000 | #Constraints:      30962
603.94/605.60	c #Conflicts:     835000 | #Constraints:      31962
603.94/605.60	c #Conflicts:     836000 | #Constraints:      32962
603.94/605.60	c #Conflicts:     837000 | #Constraints:      33962
603.94/605.60	c #Conflicts:     838000 | #Constraints:      34962
603.94/605.60	c #Conflicts:     839000 | #Constraints:      35962
603.94/605.60	c #Conflicts:     840000 | #Constraints:      36962
603.94/605.60	c #Conflicts:     841000 | #Constraints:      37962
603.94/605.60	c #Conflicts:     842000 | #Constraints:      38962
603.94/605.60	c #Conflicts:     843000 | #Constraints:      39962
603.94/605.60	c #Conflicts:     844000 | #Constraints:      40962
603.94/605.60	c #Conflicts:     845000 | #Constraints:      41962
603.94/605.60	c #Conflicts:     846000 | #Constraints:      42962
603.94/605.60	c INPROCESSING
603.94/605.60	c GARBAGE COLLECT
603.94/605.60	c rational objective 997
618.71/620.46	c #Conflicts:     847000 | #Constraints:      25647
618.71/620.46	c #Conflicts:     848000 | #Constraints:      26647
618.71/620.46	c #Conflicts:     849000 | #Constraints:      27647
618.71/620.46	c #Conflicts:     850000 | #Constraints:      28647
618.71/620.46	c #Conflicts:     851000 | #Constraints:      29647
618.71/620.46	c #Conflicts:     852000 | #Constraints:      30647
618.71/620.46	c #Conflicts:     853000 | #Constraints:      31647
618.71/620.46	c #Conflicts:     854000 | #Constraints:      32647
618.71/620.46	c #Conflicts:     855000 | #Constraints:      33647
618.71/620.46	c #Conflicts:     856000 | #Constraints:      34647
618.71/620.46	c #Conflicts:     857000 | #Constraints:      35647
618.71/620.46	c #Conflicts:     858000 | #Constraints:      36647
618.71/620.46	c #Conflicts:     859000 | #Constraints:      37647
618.71/620.46	c #Conflicts:     860000 | #Constraints:      38647
618.71/620.46	c #Conflicts:     861000 | #Constraints:      39647
618.71/620.46	c #Conflicts:     862000 | #Constraints:      40647
618.71/620.46	c #Conflicts:     863000 | #Constraints:      41647
618.71/620.46	c #Conflicts:     864000 | #Constraints:      42647
618.71/620.46	c #Conflicts:     865000 | #Constraints:      43647
618.71/620.46	c INPROCESSING
618.71/620.46	c GARBAGE COLLECT
618.71/620.46	c rational objective 997
633.56/635.31	c #Conflicts:     866000 | #Constraints:      26181
633.56/635.31	c #Conflicts:     867000 | #Constraints:      27205
633.56/635.31	c #Conflicts:     868000 | #Constraints:      28253
633.56/635.31	c #Conflicts:     869000 | #Constraints:      29310
633.56/635.31	c #Conflicts:     870000 | #Constraints:      30356
633.56/635.31	c #Conflicts:     871000 | #Constraints:      31411
633.56/635.31	c #Conflicts:     872000 | #Constraints:      32461
633.56/635.31	c #Conflicts:     873000 | #Constraints:      33497
633.56/635.31	c #Conflicts:     874000 | #Constraints:      34522
633.56/635.31	c #Conflicts:     875000 | #Constraints:      35544
633.56/635.31	c #Conflicts:     876000 | #Constraints:      36561
633.56/635.31	c #Conflicts:     877000 | #Constraints:      37590
633.56/635.31	c #Conflicts:     878000 | #Constraints:      38610
633.56/635.31	c #Conflicts:     879000 | #Constraints:      39627
633.56/635.31	c #Conflicts:     880000 | #Constraints:      40644
633.56/635.31	c #Conflicts:     881000 | #Constraints:      41670
633.56/635.31	c #Conflicts:     882000 | #Constraints:      42692
633.56/635.31	c #Conflicts:     883000 | #Constraints:      43714
633.56/635.31	c #Conflicts:     884000 | #Constraints:      44735
633.56/635.31	c INPROCESSING
633.56/635.31	c GARBAGE COLLECT
633.56/635.31	c rational objective 997
648.82/650.63	c #Conflicts:     885000 | #Constraints:      26762
648.82/650.63	c #Conflicts:     886000 | #Constraints:      27762
648.82/650.63	c #Conflicts:     887000 | #Constraints:      28762
648.82/650.63	c #Conflicts:     888000 | #Constraints:      29762
648.82/650.63	c #Conflicts:     889000 | #Constraints:      30762
648.82/650.63	c #Conflicts:     890000 | #Constraints:      31762
648.82/650.63	c #Conflicts:     891000 | #Constraints:      32762
648.82/650.63	c #Conflicts:     892000 | #Constraints:      33762
648.82/650.63	c #Conflicts:     893000 | #Constraints:      34762
648.82/650.63	c #Conflicts:     894000 | #Constraints:      35762
648.82/650.63	c #Conflicts:     895000 | #Constraints:      36762
648.82/650.63	c #Conflicts:     896000 | #Constraints:      37762
648.82/650.63	c #Conflicts:     897000 | #Constraints:      38762
648.82/650.63	c #Conflicts:     898000 | #Constraints:      39762
648.82/650.63	c #Conflicts:     899000 | #Constraints:      40762
648.82/650.63	c #Conflicts:     900000 | #Constraints:      41762
648.82/650.63	c #Conflicts:     901000 | #Constraints:      42762
648.82/650.63	c #Conflicts:     902000 | #Constraints:      43762
648.82/650.63	c #Conflicts:     903000 | #Constraints:      44762
648.82/650.63	c INPROCESSING
648.82/650.63	c GARBAGE COLLECT
648.82/650.63	c rational objective 997
662.18/664.08	c #Conflicts:     904000 | #Constraints:      26851
662.18/664.08	c #Conflicts:     905000 | #Constraints:      27882
662.18/664.08	c #Conflicts:     906000 | #Constraints:      28975
662.18/664.08	c #Conflicts:     907000 | #Constraints:      30042
662.18/664.08	c #Conflicts:     908000 | #Constraints:      31079
662.18/664.08	c #Conflicts:     909000 | #Constraints:      32108
662.18/664.08	c #Conflicts:     910000 | #Constraints:      33169
662.18/664.08	c #Conflicts:     911000 | #Constraints:      34202
662.18/664.08	c #Conflicts:     912000 | #Constraints:      35253
662.18/664.08	c #Conflicts:     913000 | #Constraints:      36301
662.18/664.08	c #Conflicts:     914000 | #Constraints:      37334
662.18/664.08	c #Conflicts:     915000 | #Constraints:      38358
662.18/664.08	c #Conflicts:     916000 | #Constraints:      39389
662.18/664.08	c #Conflicts:     917000 | #Constraints:      40424
662.18/664.08	c #Conflicts:     918000 | #Constraints:      41445
662.18/664.08	c #Conflicts:     919000 | #Constraints:      42469
662.18/664.08	c #Conflicts:     920000 | #Constraints:      43513
662.18/664.08	c #Conflicts:     921000 | #Constraints:      44540
662.18/664.08	c #Conflicts:     922000 | #Constraints:      45569
662.18/664.08	c INPROCESSING
662.18/664.08	c GARBAGE COLLECT
662.18/664.08	c rational objective 997
679.53/681.45	c #Conflicts:     923000 | #Constraints:      27066
679.53/681.45	c #Conflicts:     924000 | #Constraints:      28066
679.53/681.45	c #Conflicts:     925000 | #Constraints:      29066
679.53/681.45	c #Conflicts:     926000 | #Constraints:      30066
679.53/681.45	c #Conflicts:     927000 | #Constraints:      31066
679.53/681.45	c #Conflicts:     928000 | #Constraints:      32066
679.53/681.45	c #Conflicts:     929000 | #Constraints:      33066
679.53/681.45	c #Conflicts:     930000 | #Constraints:      34066
679.53/681.45	c #Conflicts:     931000 | #Constraints:      35066
679.53/681.45	c #Conflicts:     932000 | #Constraints:      36066
679.53/681.45	c #Conflicts:     933000 | #Constraints:      37066
679.53/681.45	c #Conflicts:     934000 | #Constraints:      38066
679.53/681.45	c #Conflicts:     935000 | #Constraints:      39066
679.53/681.45	c #Conflicts:     936000 | #Constraints:      40066
679.53/681.45	c #Conflicts:     937000 | #Constraints:      41066
679.53/681.45	c #Conflicts:     938000 | #Constraints:      42066
679.53/681.45	c #Conflicts:     939000 | #Constraints:      43066
679.53/681.45	c #Conflicts:     940000 | #Constraints:      44066
679.53/681.45	c #Conflicts:     941000 | #Constraints:      45066
679.53/681.45	c INPROCESSING
679.53/681.45	c GARBAGE COLLECT
679.53/681.45	c rational objective 997
695.69/697.65	c #Conflicts:     942000 | #Constraints:      26705
695.69/697.65	c #Conflicts:     943000 | #Constraints:      27705
695.69/697.65	c #Conflicts:     944000 | #Constraints:      28705
695.69/697.65	c #Conflicts:     945000 | #Constraints:      29705
695.69/697.65	c #Conflicts:     946000 | #Constraints:      30705
695.69/697.65	c #Conflicts:     947000 | #Constraints:      31705
695.69/697.65	c #Conflicts:     948000 | #Constraints:      32705
695.69/697.65	c #Conflicts:     949000 | #Constraints:      33705
695.69/697.65	c #Conflicts:     950000 | #Constraints:      34705
695.69/697.65	c #Conflicts:     951000 | #Constraints:      35705
695.69/697.65	c #Conflicts:     952000 | #Constraints:      36705
695.69/697.65	c #Conflicts:     953000 | #Constraints:      37705
695.69/697.65	c #Conflicts:     954000 | #Constraints:      38705
695.69/697.65	c #Conflicts:     955000 | #Constraints:      39705
695.69/697.65	c #Conflicts:     956000 | #Constraints:      40705
695.69/697.65	c #Conflicts:     957000 | #Constraints:      41705
695.69/697.65	c #Conflicts:     958000 | #Constraints:      42705
695.69/697.65	c #Conflicts:     959000 | #Constraints:      43705
695.69/697.65	c #Conflicts:     960000 | #Constraints:      44705
695.69/697.65	c #Conflicts:     961000 | #Constraints:      45705
695.69/697.65	c INPROCESSING
695.69/697.65	c GARBAGE COLLECT
695.69/697.65	c rational objective 997
716.42/718.45	c #Conflicts:     962000 | #Constraints:      27212
716.42/718.45	c #Conflicts:     963000 | #Constraints:      28247
716.42/718.45	c #Conflicts:     964000 | #Constraints:      29280
716.42/718.45	c #Conflicts:     965000 | #Constraints:      30321
716.42/718.45	c #Conflicts:     966000 | #Constraints:      31339
716.42/718.45	c #Conflicts:     967000 | #Constraints:      32348
716.42/718.45	c #Conflicts:     968000 | #Constraints:      33372
716.42/718.45	c #Conflicts:     969000 | #Constraints:      34394
716.42/718.45	c #Conflicts:     970000 | #Constraints:      35409
716.42/718.45	c #Conflicts:     971000 | #Constraints:      36425
716.42/718.45	c #Conflicts:     972000 | #Constraints:      37451
716.42/718.45	c #Conflicts:     973000 | #Constraints:      38465
716.42/718.45	c #Conflicts:     974000 | #Constraints:      39476
716.42/718.45	c #Conflicts:     975000 | #Constraints:      40488
716.42/718.45	c #Conflicts:     976000 | #Constraints:      41505
716.42/718.45	c #Conflicts:     977000 | #Constraints:      42520
716.42/718.45	c #Conflicts:     978000 | #Constraints:      43545
716.42/718.45	c #Conflicts:     979000 | #Constraints:      44559
716.42/718.45	c #Conflicts:     980000 | #Constraints:      45623
716.42/718.45	c #Conflicts:     981000 | #Constraints:      46674
716.42/718.45	c INPROCESSING
716.42/718.45	c GARBAGE COLLECT
716.42/718.45	c rational objective 997
732.77/734.86	c #Conflicts:     982000 | #Constraints:      27699
732.77/734.86	c #Conflicts:     983000 | #Constraints:      28699
732.77/734.86	c #Conflicts:     984000 | #Constraints:      29699
732.77/734.86	c #Conflicts:     985000 | #Constraints:      30699
732.77/734.86	c #Conflicts:     986000 | #Constraints:      31699
732.77/734.86	c #Conflicts:     987000 | #Constraints:      32699
732.77/734.86	c #Conflicts:     988000 | #Constraints:      33699
732.77/734.86	c #Conflicts:     989000 | #Constraints:      34699
732.77/734.86	c #Conflicts:     990000 | #Constraints:      35699
732.77/734.86	c #Conflicts:     991000 | #Constraints:      36699
732.77/734.86	c #Conflicts:     992000 | #Constraints:      37699
732.77/734.86	c #Conflicts:     993000 | #Constraints:      38699
732.77/734.86	c #Conflicts:     994000 | #Constraints:      39699
732.77/734.86	c #Conflicts:     995000 | #Constraints:      40700
732.77/734.86	c #Conflicts:     996000 | #Constraints:      41700
732.77/734.86	c #Conflicts:     997000 | #Constraints:      42700
732.77/734.86	c #Conflicts:     998000 | #Constraints:      43701
732.77/734.86	c #Conflicts:     999000 | #Constraints:      44702
732.77/734.86	c #Conflicts:    1000000 | #Constraints:      45702
732.77/734.86	c #Conflicts:    1001000 | #Constraints:      46703
732.77/734.86	c INPROCESSING
732.77/734.86	c GARBAGE COLLECT
732.77/734.86	c rational objective 997
756.31/758.42	c #Conflicts:    1002000 | #Constraints:      27802
756.31/758.42	c #Conflicts:    1003000 | #Constraints:      28822
756.31/758.42	c #Conflicts:    1004000 | #Constraints:      29852
756.31/758.42	c #Conflicts:    1005000 | #Constraints:      30880
756.31/758.42	c #Conflicts:    1006000 | #Constraints:      31880
756.31/758.42	c #Conflicts:    1007000 | #Constraints:      32903
756.31/758.42	c #Conflicts:    1008000 | #Constraints:      33944
756.31/758.42	c #Conflicts:    1009000 | #Constraints:      34990
756.31/758.42	c #Conflicts:    1010000 | #Constraints:      36028
756.31/758.42	c #Conflicts:    1011000 | #Constraints:      37063
756.31/758.42	c #Conflicts:    1012000 | #Constraints:      38090
756.31/758.42	c #Conflicts:    1013000 | #Constraints:      39108
756.31/758.42	c #Conflicts:    1014000 | #Constraints:      40134
756.31/758.42	c #Conflicts:    1015000 | #Constraints:      41158
756.31/758.42	c #Conflicts:    1016000 | #Constraints:      42187
756.31/758.42	c #Conflicts:    1017000 | #Constraints:      43204
756.31/758.42	c #Conflicts:    1018000 | #Constraints:      44227
756.31/758.42	c #Conflicts:    1019000 | #Constraints:      45249
756.31/758.42	c #Conflicts:    1020000 | #Constraints:      46277
756.31/758.42	c #Conflicts:    1021000 | #Constraints:      47297
756.31/758.42	c INPROCESSING
756.31/758.42	c GARBAGE COLLECT
756.31/758.42	c rational objective 997
774.05/776.26	c #Conflicts:    1022000 | #Constraints:      27949
774.05/776.26	c #Conflicts:    1023000 | #Constraints:      28949
774.05/776.26	c #Conflicts:    1024000 | #Constraints:      29949
774.05/776.26	c #Conflicts:    1025000 | #Constraints:      30949
774.05/776.26	c #Conflicts:    1026000 | #Constraints:      31949
774.05/776.26	c #Conflicts:    1027000 | #Constraints:      32949
774.05/776.26	c #Conflicts:    1028000 | #Constraints:      33949
774.05/776.26	c #Conflicts:    1029000 | #Constraints:      34949
774.05/776.26	c #Conflicts:    1030000 | #Constraints:      35949
774.05/776.26	c #Conflicts:    1031000 | #Constraints:      36949
774.05/776.26	c #Conflicts:    1032000 | #Constraints:      37949
774.05/776.26	c #Conflicts:    1033000 | #Constraints:      38949
774.05/776.26	c #Conflicts:    1034000 | #Constraints:      39949
774.05/776.26	c #Conflicts:    1035000 | #Constraints:      40949
774.05/776.26	c #Conflicts:    1036000 | #Constraints:      41949
774.05/776.26	c #Conflicts:    1037000 | #Constraints:      42949
774.05/776.26	c #Conflicts:    1038000 | #Constraints:      43949
774.05/776.26	c #Conflicts:    1039000 | #Constraints:      44949
774.05/776.26	c #Conflicts:    1040000 | #Constraints:      45949
774.05/776.26	c #Conflicts:    1041000 | #Constraints:      46949
774.05/776.26	c INPROCESSING
774.05/776.26	c GARBAGE COLLECT
774.05/776.26	c rational objective 997
793.09/795.32	c #Conflicts:    1042000 | #Constraints:      27640
793.09/795.32	c #Conflicts:    1043000 | #Constraints:      28640
793.09/795.32	c #Conflicts:    1044000 | #Constraints:      29640
793.09/795.32	c #Conflicts:    1045000 | #Constraints:      30640
793.09/795.32	c #Conflicts:    1046000 | #Constraints:      31640
793.09/795.32	c #Conflicts:    1047000 | #Constraints:      32640
793.09/795.32	c #Conflicts:    1048000 | #Constraints:      33640
793.09/795.32	c #Conflicts:    1049000 | #Constraints:      34640
793.09/795.32	c #Conflicts:    1050000 | #Constraints:      35640
793.09/795.32	c #Conflicts:    1051000 | #Constraints:      36640
793.09/795.32	c #Conflicts:    1052000 | #Constraints:      37640
793.09/795.32	c #Conflicts:    1053000 | #Constraints:      38640
793.09/795.32	c #Conflicts:    1054000 | #Constraints:      39640
793.09/795.32	c #Conflicts:    1055000 | #Constraints:      40640
793.09/795.32	c #Conflicts:    1056000 | #Constraints:      41640
793.09/795.32	c #Conflicts:    1057000 | #Constraints:      42640
793.09/795.32	c #Conflicts:    1058000 | #Constraints:      43640
793.09/795.32	c #Conflicts:    1059000 | #Constraints:      44640
793.09/795.32	c #Conflicts:    1060000 | #Constraints:      45640
793.09/795.32	c #Conflicts:    1061000 | #Constraints:      46640
793.09/795.32	c #Conflicts:    1062000 | #Constraints:      47640
793.09/795.32	c INPROCESSING
793.09/795.32	c GARBAGE COLLECT
793.09/795.32	c rational objective 997
801.28/803.53	c #Conflicts:    1063000 | #Constraints:      28192
801.28/803.53	c #Conflicts:    1064000 | #Constraints:      29192
801.28/803.53	c #Conflicts:    1065000 | #Constraints:      30192
801.28/803.53	c #Conflicts:    1066000 | #Constraints:      31192
801.28/803.53	c #Conflicts:    1067000 | #Constraints:      32192
801.28/803.53	c #Conflicts:    1068000 | #Constraints:      33192
801.28/803.53	c #Conflicts:    1069000 | #Constraints:      34192
801.28/803.53	c #Conflicts:    1070000 | #Constraints:      35192
801.28/803.53	c #Conflicts:    1071000 | #Constraints:      36192
801.28/803.53	c #Conflicts:    1072000 | #Constraints:      37192
801.28/803.53	c #Conflicts:    1073000 | #Constraints:      38192
801.28/803.53	c bounds 1037 >= 998 @ 792.714
808.36/810.68	c #Conflicts:    1074000 | #Constraints:      39292
808.36/810.68	c #Conflicts:    1075000 | #Constraints:      40321
808.36/810.68	c #Conflicts:    1076000 | #Constraints:      41364
808.36/810.68	c #Conflicts:    1077000 | #Constraints:      42397
808.36/810.68	c #Conflicts:    1078000 | #Constraints:      43420
808.36/810.68	c #Conflicts:    1079000 | #Constraints:      44464
808.36/810.68	c #Conflicts:    1080000 | #Constraints:      45494
808.36/810.68	c #Conflicts:    1081000 | #Constraints:      46508
808.36/810.68	c #Conflicts:    1082000 | #Constraints:      47537
808.36/810.68	c #Conflicts:    1083000 | #Constraints:      48574
808.36/810.68	c INPROCESSING
808.36/810.68	c GARBAGE COLLECT
808.36/810.68	c rational objective 998
825.10/827.45	c #Conflicts:    1084000 | #Constraints:      28687
825.10/827.45	c #Conflicts:    1085000 | #Constraints:      29687
825.10/827.45	c #Conflicts:    1086000 | #Constraints:      30687
825.10/827.45	c #Conflicts:    1087000 | #Constraints:      31687
825.10/827.45	c #Conflicts:    1088000 | #Constraints:      32687
825.10/827.45	c #Conflicts:    1089000 | #Constraints:      33687
825.10/827.45	c #Conflicts:    1090000 | #Constraints:      34687
825.10/827.45	c #Conflicts:    1091000 | #Constraints:      35687
825.10/827.45	c #Conflicts:    1092000 | #Constraints:      36687
825.10/827.45	c #Conflicts:    1093000 | #Constraints:      37687
825.10/827.45	c #Conflicts:    1094000 | #Constraints:      38687
825.10/827.45	c #Conflicts:    1095000 | #Constraints:      39687
825.10/827.45	c #Conflicts:    1096000 | #Constraints:      40687
825.10/827.45	c #Conflicts:    1097000 | #Constraints:      41687
825.10/827.45	c #Conflicts:    1098000 | #Constraints:      42687
825.10/827.45	c #Conflicts:    1099000 | #Constraints:      43687
825.10/827.45	c #Conflicts:    1100000 | #Constraints:      44687
825.10/827.45	c #Conflicts:    1101000 | #Constraints:      45687
825.10/827.45	c #Conflicts:    1102000 | #Constraints:      46687
825.10/827.45	c #Conflicts:    1103000 | #Constraints:      47687
825.10/827.45	c #Conflicts:    1104000 | #Constraints:      48687
825.10/827.45	c INPROCESSING
825.10/827.45	c GARBAGE COLLECT
825.10/827.45	c rational objective 998
849.33/851.79	c #Conflicts:    1105000 | #Constraints:      28830
849.33/851.79	c #Conflicts:    1106000 | #Constraints:      29859
849.33/851.79	c #Conflicts:    1107000 | #Constraints:      30868
849.33/851.79	c #Conflicts:    1108000 | #Constraints:      31905
849.33/851.79	c #Conflicts:    1109000 | #Constraints:      32934
849.33/851.79	c #Conflicts:    1110000 | #Constraints:      33966
849.33/851.79	c #Conflicts:    1111000 | #Constraints:      35018
849.33/851.79	c #Conflicts:    1112000 | #Constraints:      36053
849.33/851.79	c #Conflicts:    1113000 | #Constraints:      37104
849.33/851.79	c #Conflicts:    1114000 | #Constraints:      38139
849.33/851.79	c #Conflicts:    1115000 | #Constraints:      39168
849.33/851.79	c #Conflicts:    1116000 | #Constraints:      40201
849.33/851.79	c #Conflicts:    1117000 | #Constraints:      41239
849.33/851.79	c #Conflicts:    1118000 | #Constraints:      42269
849.33/851.79	c #Conflicts:    1119000 | #Constraints:      43278
849.33/851.79	c #Conflicts:    1120000 | #Constraints:      44286
849.33/851.79	c #Conflicts:    1121000 | #Constraints:      45328
849.33/851.79	c #Conflicts:    1122000 | #Constraints:      46371
849.33/851.79	c #Conflicts:    1123000 | #Constraints:      47410
849.33/851.79	c #Conflicts:    1124000 | #Constraints:      48448
849.33/851.79	c #Conflicts:    1125000 | #Constraints:      49491
849.33/851.79	c INPROCESSING
849.33/851.79	c GARBAGE COLLECT
849.33/851.79	c rational objective 998
868.28/870.76	c #Conflicts:    1126000 | #Constraints:      29052
868.28/870.76	c #Conflicts:    1127000 | #Constraints:      30052
868.28/870.76	c #Conflicts:    1128000 | #Constraints:      31052
868.28/870.76	c #Conflicts:    1129000 | #Constraints:      32052
868.28/870.76	c #Conflicts:    1130000 | #Constraints:      33052
868.28/870.76	c #Conflicts:    1131000 | #Constraints:      34052
868.28/870.76	c #Conflicts:    1132000 | #Constraints:      35052
868.28/870.76	c #Conflicts:    1133000 | #Constraints:      36052
868.28/870.76	c #Conflicts:    1134000 | #Constraints:      37052
868.28/870.76	c #Conflicts:    1135000 | #Constraints:      38052
868.28/870.76	c #Conflicts:    1136000 | #Constraints:      39052
868.28/870.76	c #Conflicts:    1137000 | #Constraints:      40052
868.28/870.76	c #Conflicts:    1138000 | #Constraints:      41052
868.28/870.76	c #Conflicts:    1139000 | #Constraints:      42053
868.28/870.76	c #Conflicts:    1140000 | #Constraints:      43053
868.28/870.76	c #Conflicts:    1141000 | #Constraints:      44053
868.28/870.76	c #Conflicts:    1142000 | #Constraints:      45053
868.28/870.76	c #Conflicts:    1143000 | #Constraints:      46053
868.28/870.76	c #Conflicts:    1144000 | #Constraints:      47053
868.28/870.76	c #Conflicts:    1145000 | #Constraints:      48053
868.28/870.76	c #Conflicts:    1146000 | #Constraints:      49053
868.28/870.76	c INPROCESSING
868.28/870.76	c GARBAGE COLLECT
868.28/870.76	c rational objective 998
887.62/890.15	c #Conflicts:    1147000 | #Constraints:      28720
887.62/890.15	c #Conflicts:    1148000 | #Constraints:      29720
887.62/890.15	c #Conflicts:    1149000 | #Constraints:      30720
887.62/890.15	c #Conflicts:    1150000 | #Constraints:      31720
887.62/890.15	c #Conflicts:    1151000 | #Constraints:      32720
887.62/890.15	c #Conflicts:    1152000 | #Constraints:      33720
887.62/890.15	c #Conflicts:    1153000 | #Constraints:      34720
887.62/890.15	c #Conflicts:    1154000 | #Constraints:      35720
887.62/890.15	c #Conflicts:    1155000 | #Constraints:      36720
887.62/890.15	c #Conflicts:    1156000 | #Constraints:      37720
887.62/890.15	c #Conflicts:    1157000 | #Constraints:      38720
887.62/890.15	c #Conflicts:    1158000 | #Constraints:      39720
887.62/890.15	c #Conflicts:    1159000 | #Constraints:      40720
887.62/890.15	c #Conflicts:    1160000 | #Constraints:      41720
887.62/890.15	c #Conflicts:    1161000 | #Constraints:      42720
887.62/890.15	c #Conflicts:    1162000 | #Constraints:      43720
887.62/890.15	c #Conflicts:    1163000 | #Constraints:      44720
887.62/890.15	c #Conflicts:    1164000 | #Constraints:      45720
887.62/890.15	c #Conflicts:    1165000 | #Constraints:      46720
887.62/890.15	c #Conflicts:    1166000 | #Constraints:      47720
887.62/890.15	c #Conflicts:    1167000 | #Constraints:      48720
887.62/890.15	c #Conflicts:    1168000 | #Constraints:      49720
887.62/890.15	c INPROCESSING
887.62/890.15	c GARBAGE COLLECT
887.62/890.15	c rational objective 998
905.66/908.20	c #Conflicts:    1169000 | #Constraints:      29261
905.66/908.20	c #Conflicts:    1170000 | #Constraints:      30303
905.66/908.20	c #Conflicts:    1171000 | #Constraints:      31326
905.66/908.20	c #Conflicts:    1172000 | #Constraints:      32387
905.66/908.20	c #Conflicts:    1173000 | #Constraints:      33456
905.66/908.20	c #Conflicts:    1174000 | #Constraints:      34487
905.66/908.20	c #Conflicts:    1175000 | #Constraints:      35525
905.66/908.20	c #Conflicts:    1176000 | #Constraints:      36568
905.66/908.20	c #Conflicts:    1177000 | #Constraints:      37596
905.66/908.20	c #Conflicts:    1178000 | #Constraints:      38631
905.66/908.20	c #Conflicts:    1179000 | #Constraints:      39672
905.66/908.20	c #Conflicts:    1180000 | #Constraints:      40713
905.66/908.20	c #Conflicts:    1181000 | #Constraints:      41751
905.66/908.20	c #Conflicts:    1182000 | #Constraints:      42788
905.66/908.20	c #Conflicts:    1183000 | #Constraints:      43819
905.66/908.20	c #Conflicts:    1184000 | #Constraints:      44848
905.66/908.20	c #Conflicts:    1185000 | #Constraints:      45886
905.66/908.20	c #Conflicts:    1186000 | #Constraints:      46919
905.66/908.20	c #Conflicts:    1187000 | #Constraints:      47951
905.66/908.20	c #Conflicts:    1188000 | #Constraints:      48982
905.66/908.20	c #Conflicts:    1189000 | #Constraints:      50007
905.66/908.20	c #Conflicts:    1190000 | #Constraints:      51031
905.66/908.20	c INPROCESSING
905.66/908.20	c GARBAGE COLLECT
905.66/908.20	c rational objective 998
925.31/928.00	c #Conflicts:    1191000 | #Constraints:      29928
925.31/928.00	c #Conflicts:    1192000 | #Constraints:      30928
925.31/928.00	c #Conflicts:    1193000 | #Constraints:      31928
925.31/928.00	c #Conflicts:    1194000 | #Constraints:      32928
925.31/928.00	c #Conflicts:    1195000 | #Constraints:      33928
925.31/928.00	c #Conflicts:    1196000 | #Constraints:      34928
925.31/928.00	c #Conflicts:    1197000 | #Constraints:      35928
925.31/928.00	c #Conflicts:    1198000 | #Constraints:      36928
925.31/928.00	c #Conflicts:    1199000 | #Constraints:      37928
925.31/928.00	c #Conflicts:    1200000 | #Constraints:      38928
925.31/928.00	c #Conflicts:    1201000 | #Constraints:      39928
925.31/928.00	c #Conflicts:    1202000 | #Constraints:      40928
925.31/928.00	c #Conflicts:    1203000 | #Constraints:      41928
925.31/928.00	c #Conflicts:    1204000 | #Constraints:      42928
925.31/928.00	c #Conflicts:    1205000 | #Constraints:      43928
925.31/928.00	c #Conflicts:    1206000 | #Constraints:      44928
925.31/928.00	c #Conflicts:    1207000 | #Constraints:      45928
925.31/928.00	c #Conflicts:    1208000 | #Constraints:      46928
925.31/928.00	c #Conflicts:    1209000 | #Constraints:      47928
925.31/928.00	c #Conflicts:    1210000 | #Constraints:      48928
925.31/928.00	c #Conflicts:    1211000 | #Constraints:      49928
925.31/928.00	c #Conflicts:    1212000 | #Constraints:      50928
925.31/928.00	c INPROCESSING
925.31/928.00	c GARBAGE COLLECT
925.31/928.00	c rational objective 998
941.37/944.00	c #Conflicts:    1213000 | #Constraints:      29969
941.37/944.00	c #Conflicts:    1214000 | #Constraints:      31003
941.37/944.00	c #Conflicts:    1215000 | #Constraints:      32042
941.37/944.00	c #Conflicts:    1216000 | #Constraints:      33083
941.37/944.00	c #Conflicts:    1217000 | #Constraints:      34134
941.37/944.00	c #Conflicts:    1218000 | #Constraints:      35179
941.37/944.00	c #Conflicts:    1219000 | #Constraints:      36216
941.37/944.00	c #Conflicts:    1220000 | #Constraints:      37260
941.37/944.00	c #Conflicts:    1221000 | #Constraints:      38299
941.37/944.00	c #Conflicts:    1222000 | #Constraints:      39329
941.37/944.00	c #Conflicts:    1223000 | #Constraints:      40362
941.37/944.00	c #Conflicts:    1224000 | #Constraints:      41398
941.37/944.00	c #Conflicts:    1225000 | #Constraints:      42470
941.37/944.00	c #Conflicts:    1226000 | #Constraints:      43518
941.37/944.00	c #Conflicts:    1227000 | #Constraints:      44550
941.37/944.00	c #Conflicts:    1228000 | #Constraints:      45591
941.37/944.00	c #Conflicts:    1229000 | #Constraints:      46621
941.37/944.00	c #Conflicts:    1230000 | #Constraints:      47649
941.37/944.00	c #Conflicts:    1231000 | #Constraints:      48675
941.37/944.00	c #Conflicts:    1232000 | #Constraints:      49715
941.37/944.00	c #Conflicts:    1233000 | #Constraints:      50753
941.37/944.00	c #Conflicts:    1234000 | #Constraints:      51799
941.37/944.00	c INPROCESSING
941.37/944.00	c GARBAGE COLLECT
941.37/944.00	c rational objective 998
962.00/964.79	c #Conflicts:    1235000 | #Constraints:      30190
962.00/964.79	c #Conflicts:    1236000 | #Constraints:      31190
962.00/964.79	c #Conflicts:    1237000 | #Constraints:      32190
962.00/964.79	c #Conflicts:    1238000 | #Constraints:      33190
962.00/964.79	c #Conflicts:    1239000 | #Constraints:      34190
962.00/964.79	c #Conflicts:    1240000 | #Constraints:      35190
962.00/964.79	c #Conflicts:    1241000 | #Constraints:      36190
962.00/964.79	c #Conflicts:    1242000 | #Constraints:      37190
962.00/964.79	c #Conflicts:    1243000 | #Constraints:      38190
962.00/964.79	c #Conflicts:    1244000 | #Constraints:      39190
962.00/964.79	c #Conflicts:    1245000 | #Constraints:      40190
962.00/964.79	c #Conflicts:    1246000 | #Constraints:      41190
962.00/964.79	c #Conflicts:    1247000 | #Constraints:      42190
962.00/964.79	c #Conflicts:    1248000 | #Constraints:      43190
962.00/964.79	c #Conflicts:    1249000 | #Constraints:      44190
962.00/964.79	c #Conflicts:    1250000 | #Constraints:      45190
962.00/964.79	c #Conflicts:    1251000 | #Constraints:      46190
962.00/964.79	c #Conflicts:    1252000 | #Constraints:      47190
962.00/964.79	c #Conflicts:    1253000 | #Constraints:      48190
962.00/964.79	c #Conflicts:    1254000 | #Constraints:      49190
962.00/964.79	c #Conflicts:    1255000 | #Constraints:      50190
962.00/964.79	c #Conflicts:    1256000 | #Constraints:      51190
962.00/964.79	c INPROCESSING
962.00/964.79	c GARBAGE COLLECT
962.00/964.79	c rational objective 998
982.34/985.18	c #Conflicts:    1257000 | #Constraints:      29798
982.34/985.18	c #Conflicts:    1258000 | #Constraints:      30798
982.34/985.18	c #Conflicts:    1259000 | #Constraints:      31798
982.34/985.18	c #Conflicts:    1260000 | #Constraints:      32798
982.34/985.18	c #Conflicts:    1261000 | #Constraints:      33798
982.34/985.18	c #Conflicts:    1262000 | #Constraints:      34798
982.34/985.18	c #Conflicts:    1263000 | #Constraints:      35798
982.34/985.18	c #Conflicts:    1264000 | #Constraints:      36798
982.34/985.18	c #Conflicts:    1265000 | #Constraints:      37798
982.34/985.18	c #Conflicts:    1266000 | #Constraints:      38798
982.34/985.18	c #Conflicts:    1267000 | #Constraints:      39798
982.34/985.18	c #Conflicts:    1268000 | #Constraints:      40798
982.34/985.18	c #Conflicts:    1269000 | #Constraints:      41798
982.34/985.18	c #Conflicts:    1270000 | #Constraints:      42798
982.34/985.18	c #Conflicts:    1271000 | #Constraints:      43798
982.34/985.18	c #Conflicts:    1272000 | #Constraints:      44798
982.34/985.18	c #Conflicts:    1273000 | #Constraints:      45798
982.34/985.18	c #Conflicts:    1274000 | #Constraints:      46798
982.34/985.18	c #Conflicts:    1275000 | #Constraints:      47798
982.34/985.18	c #Conflicts:    1276000 | #Constraints:      48798
982.34/985.18	c #Conflicts:    1277000 | #Constraints:      49798
982.34/985.18	c #Conflicts:    1278000 | #Constraints:      50798
982.34/985.18	c #Conflicts:    1279000 | #Constraints:      51798
982.34/985.18	c INPROCESSING
982.34/985.18	c GARBAGE COLLECT
982.34/985.18	c rational objective 998
1008.06/1010.96	c #Conflicts:    1280000 | #Constraints:      30281
1008.06/1010.96	c #Conflicts:    1281000 | #Constraints:      31314
1008.06/1010.96	c #Conflicts:    1282000 | #Constraints:      32405
1008.06/1010.96	c #Conflicts:    1283000 | #Constraints:      33481
1008.06/1010.96	c #Conflicts:    1284000 | #Constraints:      34536
1008.06/1010.96	c #Conflicts:    1285000 | #Constraints:      35601
1008.06/1010.96	c #Conflicts:    1286000 | #Constraints:      36636
1008.06/1010.96	c #Conflicts:    1287000 | #Constraints:      37697
1008.06/1010.96	c #Conflicts:    1288000 | #Constraints:      38747
1008.06/1010.96	c #Conflicts:    1289000 | #Constraints:      39790
1008.06/1010.96	c #Conflicts:    1290000 | #Constraints:      40830
1008.06/1010.96	c #Conflicts:    1291000 | #Constraints:      41870
1008.06/1010.96	c #Conflicts:    1292000 | #Constraints:      42914
1008.06/1010.96	c #Conflicts:    1293000 | #Constraints:      43947
1008.06/1010.96	c #Conflicts:    1294000 | #Constraints:      44987
1008.06/1010.96	c #Conflicts:    1295000 | #Constraints:      46027
1008.06/1010.96	c #Conflicts:    1296000 | #Constraints:      47056
1008.06/1010.96	c #Conflicts:    1297000 | #Constraints:      48081
1008.06/1010.96	c #Conflicts:    1298000 | #Constraints:      49118
1008.06/1010.96	c #Conflicts:    1299000 | #Constraints:      50148
1008.06/1010.96	c #Conflicts:    1300000 | #Constraints:      51176
1008.06/1010.96	c #Conflicts:    1301000 | #Constraints:      52198
1008.06/1010.96	c #Conflicts:    1302000 | #Constraints:      53223
1008.06/1010.96	c INPROCESSING
1008.06/1010.96	c GARBAGE COLLECT
1008.06/1010.96	c rational objective 998
1031.48/1034.42	c #Conflicts:    1303000 | #Constraints:      31018
1031.48/1034.42	c #Conflicts:    1304000 | #Constraints:      32018
1031.48/1034.42	c #Conflicts:    1305000 | #Constraints:      33018
1031.48/1034.42	c #Conflicts:    1306000 | #Constraints:      34018
1031.48/1034.42	c #Conflicts:    1307000 | #Constraints:      35018
1031.48/1034.42	c #Conflicts:    1308000 | #Constraints:      36018
1031.48/1034.42	c #Conflicts:    1309000 | #Constraints:      37018
1031.48/1034.42	c #Conflicts:    1310000 | #Constraints:      38018
1031.48/1034.42	c #Conflicts:    1311000 | #Constraints:      39018
1031.48/1034.42	c #Conflicts:    1312000 | #Constraints:      40018
1031.48/1034.42	c #Conflicts:    1313000 | #Constraints:      41018
1031.48/1034.42	c #Conflicts:    1314000 | #Constraints:      42018
1031.48/1034.42	c #Conflicts:    1315000 | #Constraints:      43018
1031.48/1034.42	c #Conflicts:    1316000 | #Constraints:      44018
1031.48/1034.42	c #Conflicts:    1317000 | #Constraints:      45018
1031.48/1034.42	c #Conflicts:    1318000 | #Constraints:      46018
1031.48/1034.42	c #Conflicts:    1319000 | #Constraints:      47019
1031.48/1034.42	c #Conflicts:    1320000 | #Constraints:      48019
1031.48/1034.42	c #Conflicts:    1321000 | #Constraints:      49019
1031.48/1034.42	c #Conflicts:    1322000 | #Constraints:      50019
1031.48/1034.42	c #Conflicts:    1323000 | #Constraints:      51019
1031.48/1034.42	c #Conflicts:    1324000 | #Constraints:      52019
1031.48/1034.42	c #Conflicts:    1325000 | #Constraints:      53019
1031.48/1034.42	c INPROCESSING
1031.48/1034.42	c GARBAGE COLLECT
1031.48/1034.42	c rational objective 998
1055.62/1058.68	c #Conflicts:    1326000 | #Constraints:      30979
1055.62/1058.68	c #Conflicts:    1327000 | #Constraints:      32016
1055.62/1058.68	c #Conflicts:    1328000 | #Constraints:      33066
1055.62/1058.68	c #Conflicts:    1329000 | #Constraints:      34123
1055.62/1058.68	c #Conflicts:    1330000 | #Constraints:      35159
1055.62/1058.68	c #Conflicts:    1331000 | #Constraints:      36198
1055.62/1058.68	c #Conflicts:    1332000 | #Constraints:      37235
1055.62/1058.68	c #Conflicts:    1333000 | #Constraints:      38285
1055.62/1058.68	c #Conflicts:    1334000 | #Constraints:      39344
1055.62/1058.68	c #Conflicts:    1335000 | #Constraints:      40381
1055.62/1058.68	c #Conflicts:    1336000 | #Constraints:      41423
1055.62/1058.68	c #Conflicts:    1337000 | #Constraints:      42460
1055.62/1058.68	c #Conflicts:    1338000 | #Constraints:      43502
1055.62/1058.68	c #Conflicts:    1339000 | #Constraints:      44547
1055.62/1058.68	c #Conflicts:    1340000 | #Constraints:      45596
1055.62/1058.68	c #Conflicts:    1341000 | #Constraints:      46632
1055.62/1058.68	c #Conflicts:    1342000 | #Constraints:      47666
1055.62/1058.68	c #Conflicts:    1343000 | #Constraints:      48695
1055.62/1058.68	c #Conflicts:    1344000 | #Constraints:      49714
1055.62/1058.68	c #Conflicts:    1345000 | #Constraints:      50746
1055.62/1058.68	c #Conflicts:    1346000 | #Constraints:      51781
1055.62/1058.68	c #Conflicts:    1347000 | #Constraints:      52805
1055.62/1058.68	c #Conflicts:    1348000 | #Constraints:      53822
1055.62/1058.68	c INPROCESSING
1055.62/1058.68	c GARBAGE COLLECT
1055.62/1058.68	c rational objective 998
1079.24/1082.37	c #Conflicts:    1349000 | #Constraints:      31223
1079.24/1082.37	c #Conflicts:    1350000 | #Constraints:      32223
1079.24/1082.37	c #Conflicts:    1351000 | #Constraints:      33223
1079.24/1082.37	c #Conflicts:    1352000 | #Constraints:      34223
1079.24/1082.37	c #Conflicts:    1353000 | #Constraints:      35223
1079.24/1082.37	c #Conflicts:    1354000 | #Constraints:      36223
1079.24/1082.37	c #Conflicts:    1355000 | #Constraints:      37223
1079.24/1082.37	c #Conflicts:    1356000 | #Constraints:      38223
1079.24/1082.37	c #Conflicts:    1357000 | #Constraints:      39223
1079.24/1082.37	c #Conflicts:    1358000 | #Constraints:      40223
1079.24/1082.37	c #Conflicts:    1359000 | #Constraints:      41223
1079.24/1082.37	c #Conflicts:    1360000 | #Constraints:      42223
1079.24/1082.37	c #Conflicts:    1361000 | #Constraints:      43223
1079.24/1082.37	c #Conflicts:    1362000 | #Constraints:      44223
1079.24/1082.37	c #Conflicts:    1363000 | #Constraints:      45223
1079.24/1082.37	c #Conflicts:    1364000 | #Constraints:      46223
1079.24/1082.37	c #Conflicts:    1365000 | #Constraints:      47223
1079.24/1082.37	c #Conflicts:    1366000 | #Constraints:      48223
1079.24/1082.37	c #Conflicts:    1367000 | #Constraints:      49223
1079.24/1082.37	c #Conflicts:    1368000 | #Constraints:      50223
1079.24/1082.37	c #Conflicts:    1369000 | #Constraints:      51223
1079.24/1082.37	c #Conflicts:    1370000 | #Constraints:      52223
1079.24/1082.37	c #Conflicts:    1371000 | #Constraints:      53223
1079.24/1082.37	c INPROCESSING
1079.24/1082.37	c GARBAGE COLLECT
1079.24/1082.37	c rational objective 998
1101.67/1104.86	c #Conflicts:    1372000 | #Constraints:      30805
1101.67/1104.86	c #Conflicts:    1373000 | #Constraints:      31805
1101.67/1104.86	c #Conflicts:    1374000 | #Constraints:      32805
1101.67/1104.86	c #Conflicts:    1375000 | #Constraints:      33805
1101.67/1104.86	c #Conflicts:    1376000 | #Constraints:      34805
1101.67/1104.86	c #Conflicts:    1377000 | #Constraints:      35805
1101.67/1104.86	c #Conflicts:    1378000 | #Constraints:      36805
1101.67/1104.86	c #Conflicts:    1379000 | #Constraints:      37805
1101.67/1104.86	c #Conflicts:    1380000 | #Constraints:      38805
1101.67/1104.86	c #Conflicts:    1381000 | #Constraints:      39805
1101.67/1104.86	c #Conflicts:    1382000 | #Constraints:      40805
1101.67/1104.86	c #Conflicts:    1383000 | #Constraints:      41805
1101.67/1104.86	c #Conflicts:    1384000 | #Constraints:      42805
1101.67/1104.86	c #Conflicts:    1385000 | #Constraints:      43805
1101.67/1104.86	c #Conflicts:    1386000 | #Constraints:      44805
1101.67/1104.86	c #Conflicts:    1387000 | #Constraints:      45805
1101.67/1104.86	c #Conflicts:    1388000 | #Constraints:      46805
1101.67/1104.86	c #Conflicts:    1389000 | #Constraints:      47805
1101.67/1104.86	c #Conflicts:    1390000 | #Constraints:      48805
1101.67/1104.86	c #Conflicts:    1391000 | #Constraints:      49805
1101.67/1104.86	c #Conflicts:    1392000 | #Constraints:      50805
1101.67/1104.86	c #Conflicts:    1393000 | #Constraints:      51805
1101.67/1104.86	c #Conflicts:    1394000 | #Constraints:      52805
1101.67/1104.86	c #Conflicts:    1395000 | #Constraints:      53805
1101.67/1104.86	c INPROCESSING
1101.67/1104.86	c GARBAGE COLLECT
1101.67/1104.86	c rational objective 998
1120.61/1123.80	c #Conflicts:    1396000 | #Constraints:      31309
1120.61/1123.80	c #Conflicts:    1397000 | #Constraints:      32427
1120.61/1123.80	c #Conflicts:    1398000 | #Constraints:      33514
1120.61/1123.80	c #Conflicts:    1399000 | #Constraints:      34578
1120.61/1123.80	c #Conflicts:    1400000 | #Constraints:      35632
1120.61/1123.80	c #Conflicts:    1401000 | #Constraints:      36683
1120.61/1123.80	c #Conflicts:    1402000 | #Constraints:      37730
1120.61/1123.80	c #Conflicts:    1403000 | #Constraints:      38763
1120.61/1123.80	c #Conflicts:    1404000 | #Constraints:      39804
1120.61/1123.80	c #Conflicts:    1405000 | #Constraints:      40834
1120.61/1123.80	c #Conflicts:    1406000 | #Constraints:      41865
1120.61/1123.80	c #Conflicts:    1407000 | #Constraints:      42907
1120.61/1123.80	c #Conflicts:    1408000 | #Constraints:      43928
1120.61/1123.80	c #Conflicts:    1409000 | #Constraints:      44955
1120.61/1123.80	c #Conflicts:    1410000 | #Constraints:      45986
1120.61/1123.80	c #Conflicts:    1411000 | #Constraints:      47005
1120.61/1123.80	c #Conflicts:    1412000 | #Constraints:      48033
1120.61/1123.80	c #Conflicts:    1413000 | #Constraints:      49058
1120.61/1123.80	c #Conflicts:    1414000 | #Constraints:      50083
1120.61/1123.80	c #Conflicts:    1415000 | #Constraints:      51104
1120.61/1123.80	c #Conflicts:    1416000 | #Constraints:      52126
1120.61/1123.80	c #Conflicts:    1417000 | #Constraints:      53158
1120.61/1123.80	c #Conflicts:    1418000 | #Constraints:      54182
1120.61/1123.80	c #Conflicts:    1419000 | #Constraints:      55204
1120.61/1123.80	c INPROCESSING
1120.61/1123.80	c GARBAGE COLLECT
1120.61/1123.80	c rational objective 998
1144.34/1147.62	c #Conflicts:    1420000 | #Constraints:      32023
1144.34/1147.62	c #Conflicts:    1421000 | #Constraints:      33023
1144.34/1147.62	c #Conflicts:    1422000 | #Constraints:      34023
1144.34/1147.62	c #Conflicts:    1423000 | #Constraints:      35023
1144.34/1147.62	c #Conflicts:    1424000 | #Constraints:      36023
1144.34/1147.62	c #Conflicts:    1425000 | #Constraints:      37023
1144.34/1147.62	c #Conflicts:    1426000 | #Constraints:      38023
1144.34/1147.62	c #Conflicts:    1427000 | #Constraints:      39023
1144.34/1147.62	c #Conflicts:    1428000 | #Constraints:      40023
1144.34/1147.62	c #Conflicts:    1429000 | #Constraints:      41023
1144.34/1147.62	c #Conflicts:    1430000 | #Constraints:      42023
1144.34/1147.62	c #Conflicts:    1431000 | #Constraints:      43023
1144.34/1147.62	c #Conflicts:    1432000 | #Constraints:      44023
1144.34/1147.62	c #Conflicts:    1433000 | #Constraints:      45023
1144.34/1147.62	c #Conflicts:    1434000 | #Constraints:      46023
1144.34/1147.62	c #Conflicts:    1435000 | #Constraints:      47023
1144.34/1147.62	c #Conflicts:    1436000 | #Constraints:      48023
1144.34/1147.62	c #Conflicts:    1437000 | #Constraints:      49023
1144.34/1147.62	c #Conflicts:    1438000 | #Constraints:      50023
1144.34/1147.62	c #Conflicts:    1439000 | #Constraints:      51023
1144.34/1147.62	c #Conflicts:    1440000 | #Constraints:      52023
1144.34/1147.62	c #Conflicts:    1441000 | #Constraints:      53023
1144.34/1147.62	c #Conflicts:    1442000 | #Constraints:      54023
1144.34/1147.62	c #Conflicts:    1443000 | #Constraints:      55023
1144.34/1147.62	c INPROCESSING
1144.34/1147.62	c GARBAGE COLLECT
1144.34/1147.62	c rational objective 998
1164.08/1167.44	c #Conflicts:    1444000 | #Constraints:      32024
1164.08/1167.44	c #Conflicts:    1445000 | #Constraints:      33062
1164.08/1167.44	c #Conflicts:    1446000 | #Constraints:      34148
1164.08/1167.44	c #Conflicts:    1447000 | #Constraints:      35226
1164.08/1167.44	c #Conflicts:    1448000 | #Constraints:      36293
1164.08/1167.44	c #Conflicts:    1449000 | #Constraints:      37357
1164.08/1167.44	c #Conflicts:    1450000 | #Constraints:      38400
1164.08/1167.44	c #Conflicts:    1451000 | #Constraints:      39434
1164.08/1167.44	c #Conflicts:    1452000 | #Constraints:      40477
1164.08/1167.44	c #Conflicts:    1453000 | #Constraints:      41522
1164.08/1167.44	c #Conflicts:    1454000 | #Constraints:      42577
1164.08/1167.44	c #Conflicts:    1455000 | #Constraints:      43616
1164.08/1167.44	c #Conflicts:    1456000 | #Constraints:      44656
1164.08/1167.44	c #Conflicts:    1457000 | #Constraints:      45692
1164.08/1167.44	c #Conflicts:    1458000 | #Constraints:      46710
1164.08/1167.44	c #Conflicts:    1459000 | #Constraints:      47742
1164.08/1167.44	c #Conflicts:    1460000 | #Constraints:      48776
1164.08/1167.44	c #Conflicts:    1461000 | #Constraints:      49821
1164.08/1167.44	c #Conflicts:    1462000 | #Constraints:      50850
1164.08/1167.44	c #Conflicts:    1463000 | #Constraints:      51876
1164.08/1167.44	c #Conflicts:    1464000 | #Constraints:      52898
1164.08/1167.44	c #Conflicts:    1465000 | #Constraints:      53930
1164.08/1167.44	c #Conflicts:    1466000 | #Constraints:      54970
1164.08/1167.44	c #Conflicts:    1467000 | #Constraints:      56007
1164.08/1167.44	c INPROCESSING
1164.08/1167.44	c GARBAGE COLLECT
1164.08/1167.44	c rational objective 998
1189.30/1192.78	c #Conflicts:    1468000 | #Constraints:      32312
1189.30/1192.78	c #Conflicts:    1469000 | #Constraints:      33312
1189.30/1192.78	c #Conflicts:    1470000 | #Constraints:      34312
1189.30/1192.78	c #Conflicts:    1471000 | #Constraints:      35312
1189.30/1192.78	c #Conflicts:    1472000 | #Constraints:      36312
1189.30/1192.78	c #Conflicts:    1473000 | #Constraints:      37312
1189.30/1192.78	c #Conflicts:    1474000 | #Constraints:      38312
1189.30/1192.78	c #Conflicts:    1475000 | #Constraints:      39312
1189.30/1192.78	c #Conflicts:    1476000 | #Constraints:      40312
1189.30/1192.78	c #Conflicts:    1477000 | #Constraints:      41312
1189.30/1192.78	c #Conflicts:    1478000 | #Constraints:      42312
1189.30/1192.78	c #Conflicts:    1479000 | #Constraints:      43312
1189.30/1192.78	c #Conflicts:    1480000 | #Constraints:      44312
1189.30/1192.78	c #Conflicts:    1481000 | #Constraints:      45312
1189.30/1192.78	c #Conflicts:    1482000 | #Constraints:      46312
1189.30/1192.78	c #Conflicts:    1483000 | #Constraints:      47312
1189.30/1192.78	c #Conflicts:    1484000 | #Constraints:      48312
1189.30/1192.78	c #Conflicts:    1485000 | #Constraints:      49312
1189.30/1192.78	c #Conflicts:    1486000 | #Constraints:      50312
1189.30/1192.78	c #Conflicts:    1487000 | #Constraints:      51312
1189.30/1192.78	c #Conflicts:    1488000 | #Constraints:      52312
1189.30/1192.78	c #Conflicts:    1489000 | #Constraints:      53312
1189.30/1192.78	c #Conflicts:    1490000 | #Constraints:      54312
1189.30/1192.78	c #Conflicts:    1491000 | #Constraints:      55312
1189.30/1192.78	c INPROCESSING
1189.30/1192.78	c GARBAGE COLLECT
1189.30/1192.78	c rational objective 998
1216.31/1219.84	c #Conflicts:    1492000 | #Constraints:      31863
1216.31/1219.84	c #Conflicts:    1493000 | #Constraints:      32878
1216.31/1219.84	c #Conflicts:    1494000 | #Constraints:      33935
1216.31/1219.84	c #Conflicts:    1495000 | #Constraints:      35012
1216.31/1219.84	c #Conflicts:    1496000 | #Constraints:      36065
1216.31/1219.84	c #Conflicts:    1497000 | #Constraints:      37109
1216.31/1219.84	c #Conflicts:    1498000 | #Constraints:      38158
1216.31/1219.84	c #Conflicts:    1499000 | #Constraints:      39220
1216.31/1219.84	c #Conflicts:    1500000 | #Constraints:      40266
1216.31/1219.84	c #Conflicts:    1501000 | #Constraints:      41317
1216.31/1219.84	c #Conflicts:    1502000 | #Constraints:      42364
1216.31/1219.84	c #Conflicts:    1503000 | #Constraints:      43399
1216.31/1219.84	c #Conflicts:    1504000 | #Constraints:      44453
1216.31/1219.84	c #Conflicts:    1505000 | #Constraints:      45492
1216.31/1219.84	c #Conflicts:    1506000 | #Constraints:      46530
1216.31/1219.84	c #Conflicts:    1507000 | #Constraints:      47574
1216.31/1219.84	c #Conflicts:    1508000 | #Constraints:      48619
1216.31/1219.84	c #Conflicts:    1509000 | #Constraints:      49688
1216.31/1219.84	c #Conflicts:    1510000 | #Constraints:      50726
1216.31/1219.84	c #Conflicts:    1511000 | #Constraints:      51761
1216.31/1219.84	c #Conflicts:    1512000 | #Constraints:      52792
1216.31/1219.84	c #Conflicts:    1513000 | #Constraints:      53820
1216.31/1219.84	c #Conflicts:    1514000 | #Constraints:      54843
1216.31/1219.84	c #Conflicts:    1515000 | #Constraints:      55885
1216.31/1219.84	c #Conflicts:    1516000 | #Constraints:      56919
1216.31/1219.84	c INPROCESSING
1216.31/1219.84	c GARBAGE COLLECT
1216.31/1219.84	c rational objective 998
1244.72/1248.37	c #Conflicts:    1517000 | #Constraints:      32764
1244.72/1248.37	c #Conflicts:    1518000 | #Constraints:      33764
1244.72/1248.37	c #Conflicts:    1519000 | #Constraints:      34764
1244.72/1248.37	c #Conflicts:    1520000 | #Constraints:      35764
1244.72/1248.37	c #Conflicts:    1521000 | #Constraints:      36764
1244.72/1248.37	c #Conflicts:    1522000 | #Constraints:      37764
1244.72/1248.37	c #Conflicts:    1523000 | #Constraints:      38764
1244.72/1248.37	c #Conflicts:    1524000 | #Constraints:      39764
1244.72/1248.37	c #Conflicts:    1525000 | #Constraints:      40764
1244.72/1248.37	c #Conflicts:    1526000 | #Constraints:      41764
1244.72/1248.37	c #Conflicts:    1527000 | #Constraints:      42764
1244.72/1248.37	c #Conflicts:    1528000 | #Constraints:      43764
1244.72/1248.37	c #Conflicts:    1529000 | #Constraints:      44764
1244.72/1248.37	c #Conflicts:    1530000 | #Constraints:      45764
1244.72/1248.37	c #Conflicts:    1531000 | #Constraints:      46764
1244.72/1248.37	c #Conflicts:    1532000 | #Constraints:      47764
1244.72/1248.37	c #Conflicts:    1533000 | #Constraints:      48764
1244.72/1248.37	c #Conflicts:    1534000 | #Constraints:      49764
1244.72/1248.37	c #Conflicts:    1535000 | #Constraints:      50764
1244.72/1248.37	c #Conflicts:    1536000 | #Constraints:      51764
1244.72/1248.37	c #Conflicts:    1537000 | #Constraints:      52764
1244.72/1248.37	c #Conflicts:    1538000 | #Constraints:      53764
1244.72/1248.37	c #Conflicts:    1539000 | #Constraints:      54764
1244.72/1248.37	c #Conflicts:    1540000 | #Constraints:      55764
1244.72/1248.37	c #Conflicts:    1541000 | #Constraints:      56764
1244.72/1248.37	c INPROCESSING
1244.72/1248.37	c GARBAGE COLLECT
1244.72/1248.37	c rational objective 998
1270.25/1273.91	c #Conflicts:    1542000 | #Constraints:      32872
1270.25/1273.91	c #Conflicts:    1543000 | #Constraints:      33872
1270.25/1273.91	c #Conflicts:    1544000 | #Constraints:      34872
1270.25/1273.91	c #Conflicts:    1545000 | #Constraints:      35872
1270.25/1273.91	c #Conflicts:    1546000 | #Constraints:      36872
1270.25/1273.91	c #Conflicts:    1547000 | #Constraints:      37872
1270.25/1273.91	c #Conflicts:    1548000 | #Constraints:      38872
1270.25/1273.91	c #Conflicts:    1549000 | #Constraints:      39872
1270.25/1273.91	c #Conflicts:    1550000 | #Constraints:      40872
1270.25/1273.91	c #Conflicts:    1551000 | #Constraints:      41872
1270.25/1273.91	c #Conflicts:    1552000 | #Constraints:      42872
1270.25/1273.91	c #Conflicts:    1553000 | #Constraints:      43872
1270.25/1273.91	c #Conflicts:    1554000 | #Constraints:      44872
1270.25/1273.91	c #Conflicts:    1555000 | #Constraints:      45872
1270.25/1273.91	c #Conflicts:    1556000 | #Constraints:      46872
1270.25/1273.91	c #Conflicts:    1557000 | #Constraints:      47872
1270.25/1273.91	c #Conflicts:    1558000 | #Constraints:      48872
1270.25/1273.91	c #Conflicts:    1559000 | #Constraints:      49872
1270.25/1273.91	c #Conflicts:    1560000 | #Constraints:      50872
1270.25/1273.91	c #Conflicts:    1561000 | #Constraints:      51872
1270.25/1273.91	c #Conflicts:    1562000 | #Constraints:      52872
1270.25/1273.91	c #Conflicts:    1563000 | #Constraints:      53872
1270.25/1273.91	c #Conflicts:    1564000 | #Constraints:      54872
1270.25/1273.91	c #Conflicts:    1565000 | #Constraints:      55872
1270.25/1273.91	c #Conflicts:    1566000 | #Constraints:      56872
1270.25/1273.91	c INPROCESSING
1270.25/1273.91	c GARBAGE COLLECT
1270.25/1273.91	c rational objective 998
1291.28/1295.02	c #Conflicts:    1567000 | #Constraints:      32945
1291.28/1295.02	c #Conflicts:    1568000 | #Constraints:      33973
1291.28/1295.02	c #Conflicts:    1569000 | #Constraints:      34978
1291.28/1295.02	c #Conflicts:    1570000 | #Constraints:      36031
1291.28/1295.02	c #Conflicts:    1571000 | #Constraints:      37081
1291.28/1295.02	c #Conflicts:    1572000 | #Constraints:      38126
1291.28/1295.02	c #Conflicts:    1573000 | #Constraints:      39158
1291.28/1295.02	c #Conflicts:    1574000 | #Constraints:      40198
1291.28/1295.02	c #Conflicts:    1575000 | #Constraints:      41231
1291.28/1295.02	c #Conflicts:    1576000 | #Constraints:      42257
1291.28/1295.02	c #Conflicts:    1577000 | #Constraints:      43290
1291.28/1295.02	c #Conflicts:    1578000 | #Constraints:      44327
1291.28/1295.02	c #Conflicts:    1579000 | #Constraints:      45360
1291.28/1295.02	c #Conflicts:    1580000 | #Constraints:      46394
1291.28/1295.02	c #Conflicts:    1581000 | #Constraints:      47424
1291.28/1295.02	c #Conflicts:    1582000 | #Constraints:      48451
1291.28/1295.02	c #Conflicts:    1583000 | #Constraints:      49476
1291.28/1295.02	c #Conflicts:    1584000 | #Constraints:      50496
1291.28/1295.02	c #Conflicts:    1585000 | #Constraints:      51542
1291.28/1295.02	c #Conflicts:    1586000 | #Constraints:      52570
1291.28/1295.02	c #Conflicts:    1587000 | #Constraints:      53592
1291.28/1295.02	c #Conflicts:    1588000 | #Constraints:      54617
1291.28/1295.02	c #Conflicts:    1589000 | #Constraints:      55635
1291.28/1295.02	c #Conflicts:    1590000 | #Constraints:      56664
1291.28/1295.02	c #Conflicts:    1591000 | #Constraints:      57690
1291.28/1295.02	c INPROCESSING
1291.28/1295.02	c GARBAGE COLLECT
1291.28/1295.02	c rational objective 998
1318.69/1322.60	c #Conflicts:    1592000 | #Constraints:      33181
1318.69/1322.60	c #Conflicts:    1593000 | #Constraints:      34181
1318.69/1322.60	c #Conflicts:    1594000 | #Constraints:      35181
1318.69/1322.60	c #Conflicts:    1595000 | #Constraints:      36181
1318.69/1322.60	c #Conflicts:    1596000 | #Constraints:      37181
1318.69/1322.60	c #Conflicts:    1597000 | #Constraints:      38181
1318.69/1322.60	c #Conflicts:    1598000 | #Constraints:      39181
1318.69/1322.60	c #Conflicts:    1599000 | #Constraints:      40181
1318.69/1322.60	c #Conflicts:    1600000 | #Constraints:      41181
1318.69/1322.60	c #Conflicts:    1601000 | #Constraints:      42181
1318.69/1322.60	c #Conflicts:    1602000 | #Constraints:      43181
1318.69/1322.60	c #Conflicts:    1603000 | #Constraints:      44181
1318.69/1322.60	c #Conflicts:    1604000 | #Constraints:      45181
1318.69/1322.60	c #Conflicts:    1605000 | #Constraints:      46181
1318.69/1322.60	c #Conflicts:    1606000 | #Constraints:      47181
1318.69/1322.60	c #Conflicts:    1607000 | #Constraints:      48181
1318.69/1322.60	c #Conflicts:    1608000 | #Constraints:      49181
1318.69/1322.60	c #Conflicts:    1609000 | #Constraints:      50181
1318.69/1322.60	c #Conflicts:    1610000 | #Constraints:      51181
1318.69/1322.60	c #Conflicts:    1611000 | #Constraints:      52181
1318.69/1322.60	c #Conflicts:    1612000 | #Constraints:      53181
1318.69/1322.60	c #Conflicts:    1613000 | #Constraints:      54181
1318.69/1322.60	c #Conflicts:    1614000 | #Constraints:      55181
1318.69/1322.60	c #Conflicts:    1615000 | #Constraints:      56181
1318.69/1322.60	c #Conflicts:    1616000 | #Constraints:      57181
1318.69/1322.60	c INPROCESSING
1318.69/1322.60	c GARBAGE COLLECT
1318.69/1322.60	c rational objective 998
1341.43/1345.37	c #Conflicts:    1617000 | #Constraints:      32786
1341.43/1345.37	c #Conflicts:    1618000 | #Constraints:      33819
1341.43/1345.37	c #Conflicts:    1619000 | #Constraints:      34851
1341.43/1345.37	c #Conflicts:    1620000 | #Constraints:      35869
1341.43/1345.37	c #Conflicts:    1621000 | #Constraints:      36882
1341.43/1345.37	c #Conflicts:    1622000 | #Constraints:      37934
1341.43/1345.37	c #Conflicts:    1623000 | #Constraints:      38980
1341.43/1345.37	c #Conflicts:    1624000 | #Constraints:      40024
1341.43/1345.37	c #Conflicts:    1625000 | #Constraints:      41054
1341.43/1345.37	c #Conflicts:    1626000 | #Constraints:      42108
1341.43/1345.37	c #Conflicts:    1627000 | #Constraints:      43131
1341.43/1345.37	c #Conflicts:    1628000 | #Constraints:      44181
1341.43/1345.37	c #Conflicts:    1629000 | #Constraints:      45211
1341.43/1345.37	c #Conflicts:    1630000 | #Constraints:      46244
1341.43/1345.37	c #Conflicts:    1631000 | #Constraints:      47265
1341.43/1345.37	c #Conflicts:    1632000 | #Constraints:      48299
1341.43/1345.37	c #Conflicts:    1633000 | #Constraints:      49330
1341.43/1345.37	c #Conflicts:    1634000 | #Constraints:      50361
1341.43/1345.37	c #Conflicts:    1635000 | #Constraints:      51388
1341.43/1345.37	c #Conflicts:    1636000 | #Constraints:      52414
1341.43/1345.37	c #Conflicts:    1637000 | #Constraints:      53442
1341.43/1345.37	c #Conflicts:    1638000 | #Constraints:      54494
1341.43/1345.37	c #Conflicts:    1639000 | #Constraints:      55520
1341.43/1345.37	c #Conflicts:    1640000 | #Constraints:      56550
1341.43/1345.37	c #Conflicts:    1641000 | #Constraints:      57578
1341.43/1345.37	c #Conflicts:    1642000 | #Constraints:      58599
1341.43/1345.37	c INPROCESSING
1341.43/1345.37	c GARBAGE COLLECT
1341.43/1345.37	c rational objective 998
1368.04/1372.04	c #Conflicts:    1643000 | #Constraints:      33624
1368.04/1372.04	c #Conflicts:    1644000 | #Constraints:      34624
1368.04/1372.04	c #Conflicts:    1645000 | #Constraints:      35624
1368.04/1372.04	c #Conflicts:    1646000 | #Constraints:      36624
1368.04/1372.04	c #Conflicts:    1647000 | #Constraints:      37624
1368.04/1372.04	c #Conflicts:    1648000 | #Constraints:      38624
1368.04/1372.04	c #Conflicts:    1649000 | #Constraints:      39624
1368.04/1372.04	c #Conflicts:    1650000 | #Constraints:      40624
1368.04/1372.04	c #Conflicts:    1651000 | #Constraints:      41624
1368.04/1372.04	c #Conflicts:    1652000 | #Constraints:      42624
1368.04/1372.04	c #Conflicts:    1653000 | #Constraints:      43624
1368.04/1372.04	c #Conflicts:    1654000 | #Constraints:      44624
1368.04/1372.04	c #Conflicts:    1655000 | #Constraints:      45624
1368.04/1372.04	c #Conflicts:    1656000 | #Constraints:      46624
1368.04/1372.04	c #Conflicts:    1657000 | #Constraints:      47624
1368.04/1372.04	c #Conflicts:    1658000 | #Constraints:      48624
1368.04/1372.04	c #Conflicts:    1659000 | #Constraints:      49624
1368.04/1372.04	c #Conflicts:    1660000 | #Constraints:      50624
1368.04/1372.04	c #Conflicts:    1661000 | #Constraints:      51624
1368.04/1372.04	c #Conflicts:    1662000 | #Constraints:      52624
1368.04/1372.04	c #Conflicts:    1663000 | #Constraints:      53624
1368.04/1372.04	c #Conflicts:    1664000 | #Constraints:      54624
1368.04/1372.04	c #Conflicts:    1665000 | #Constraints:      55624
1368.04/1372.04	c #Conflicts:    1666000 | #Constraints:      56624
1368.04/1372.04	c #Conflicts:    1667000 | #Constraints:      57624
1368.04/1372.04	c #Conflicts:    1668000 | #Constraints:      58624
1368.04/1372.04	c INPROCESSING
1368.04/1372.04	c GARBAGE COLLECT
1368.04/1372.04	c rational objective 998
1398.84/1402.90	c #Conflicts:    1669000 | #Constraints:      33804
1398.84/1402.90	c #Conflicts:    1670000 | #Constraints:      34848
1398.84/1402.90	c #Conflicts:    1671000 | #Constraints:      35908
1398.84/1402.90	c #Conflicts:    1672000 | #Constraints:      36949
1398.84/1402.90	c #Conflicts:    1673000 | #Constraints:      38006
1398.84/1402.90	c #Conflicts:    1674000 | #Constraints:      39059
1398.84/1402.90	c #Conflicts:    1675000 | #Constraints:      40108
1398.84/1402.90	c #Conflicts:    1676000 | #Constraints:      41161
1398.84/1402.90	c #Conflicts:    1677000 | #Constraints:      42199
1398.84/1402.90	c #Conflicts:    1678000 | #Constraints:      43237
1398.84/1402.90	c #Conflicts:    1679000 | #Constraints:      44282
1398.84/1402.90	c #Conflicts:    1680000 | #Constraints:      45316
1398.84/1402.90	c #Conflicts:    1681000 | #Constraints:      46357
1398.84/1402.90	c #Conflicts:    1682000 | #Constraints:      47403
1398.84/1402.90	c #Conflicts:    1683000 | #Constraints:      48443
1398.84/1402.90	c #Conflicts:    1684000 | #Constraints:      49488
1398.84/1402.90	c #Conflicts:    1685000 | #Constraints:      50527
1398.84/1402.90	c #Conflicts:    1686000 | #Constraints:      51566
1398.84/1402.90	c #Conflicts:    1687000 | #Constraints:      52606
1398.84/1402.90	c #Conflicts:    1688000 | #Constraints:      53638
1398.84/1402.90	c #Conflicts:    1689000 | #Constraints:      54678
1398.84/1402.90	c #Conflicts:    1690000 | #Constraints:      55720
1398.84/1402.90	c #Conflicts:    1691000 | #Constraints:      56749
1398.84/1402.90	c #Conflicts:    1692000 | #Constraints:      57781
1398.84/1402.90	c #Conflicts:    1693000 | #Constraints:      58807
1398.84/1402.90	c #Conflicts:    1694000 | #Constraints:      59837
1398.84/1402.90	c INPROCESSING
1398.84/1402.90	c GARBAGE COLLECT
1398.84/1402.90	c rational objective 998
1430.44/1434.69	c #Conflicts:    1695000 | #Constraints:      34294
1430.44/1434.69	c #Conflicts:    1696000 | #Constraints:      35294
1430.44/1434.69	c #Conflicts:    1697000 | #Constraints:      36294
1430.44/1434.69	c #Conflicts:    1698000 | #Constraints:      37294
1430.44/1434.69	c #Conflicts:    1699000 | #Constraints:      38294
1430.44/1434.69	c #Conflicts:    1700000 | #Constraints:      39294
1430.44/1434.69	c #Conflicts:    1701000 | #Constraints:      40294
1430.44/1434.69	c #Conflicts:    1702000 | #Constraints:      41294
1430.44/1434.69	c #Conflicts:    1703000 | #Constraints:      42294
1430.44/1434.69	c #Conflicts:    1704000 | #Constraints:      43294
1430.44/1434.69	c #Conflicts:    1705000 | #Constraints:      44294
1430.44/1434.69	c #Conflicts:    1706000 | #Constraints:      45294
1430.44/1434.69	c #Conflicts:    1707000 | #Constraints:      46294
1430.44/1434.69	c #Conflicts:    1708000 | #Constraints:      47294
1430.44/1434.69	c #Conflicts:    1709000 | #Constraints:      48294
1430.44/1434.69	c #Conflicts:    1710000 | #Constraints:      49294
1430.44/1434.69	c #Conflicts:    1711000 | #Constraints:      50294
1430.44/1434.69	c #Conflicts:    1712000 | #Constraints:      51294
1430.44/1434.69	c #Conflicts:    1713000 | #Constraints:      52295
1430.44/1434.69	c #Conflicts:    1714000 | #Constraints:      53295
1430.44/1434.69	c #Conflicts:    1715000 | #Constraints:      54295
1430.44/1434.69	c #Conflicts:    1716000 | #Constraints:      55295
1430.44/1434.69	c #Conflicts:    1717000 | #Constraints:      56295
1430.44/1434.69	c #Conflicts:    1718000 | #Constraints:      57295
1430.44/1434.69	c #Conflicts:    1719000 | #Constraints:      58295
1430.44/1434.69	c #Conflicts:    1720000 | #Constraints:      59295
1430.44/1434.69	c INPROCESSING
1430.44/1434.69	c GARBAGE COLLECT
1430.44/1434.69	c rational objective 998
1458.06/1462.35	c #Conflicts:    1721000 | #Constraints:      34051
1458.06/1462.35	c #Conflicts:    1722000 | #Constraints:      35051
1458.06/1462.35	c #Conflicts:    1723000 | #Constraints:      36051
1458.06/1462.35	c #Conflicts:    1724000 | #Constraints:      37051
1458.06/1462.35	c #Conflicts:    1725000 | #Constraints:      38051
1458.06/1462.35	c #Conflicts:    1726000 | #Constraints:      39051
1458.06/1462.35	c #Conflicts:    1727000 | #Constraints:      40051
1458.06/1462.35	c #Conflicts:    1728000 | #Constraints:      41051
1458.06/1462.35	c #Conflicts:    1729000 | #Constraints:      42051
1458.06/1462.35	c #Conflicts:    1730000 | #Constraints:      43051
1458.06/1462.35	c #Conflicts:    1731000 | #Constraints:      44051
1458.06/1462.35	c #Conflicts:    1732000 | #Constraints:      45051
1458.06/1462.35	c #Conflicts:    1733000 | #Constraints:      46051
1458.06/1462.35	c #Conflicts:    1734000 | #Constraints:      47051
1458.06/1462.35	c #Conflicts:    1735000 | #Constraints:      48051
1458.06/1462.35	c #Conflicts:    1736000 | #Constraints:      49051
1458.06/1462.35	c #Conflicts:    1737000 | #Constraints:      50051
1458.06/1462.35	c #Conflicts:    1738000 | #Constraints:      51051
1458.06/1462.35	c #Conflicts:    1739000 | #Constraints:      52051
1458.06/1462.35	c #Conflicts:    1740000 | #Constraints:      53051
1458.06/1462.35	c #Conflicts:    1741000 | #Constraints:      54051
1458.06/1462.35	c #Conflicts:    1742000 | #Constraints:      55051
1458.06/1462.35	c #Conflicts:    1743000 | #Constraints:      56051
1458.06/1462.35	c #Conflicts:    1744000 | #Constraints:      57051
1458.06/1462.35	c #Conflicts:    1745000 | #Constraints:      58051
1458.06/1462.35	c #Conflicts:    1746000 | #Constraints:      59051
1458.06/1462.35	c INPROCESSING
1458.06/1462.35	c GARBAGE COLLECT
1458.06/1462.35	c rational objective 998
1485.37/1489.70	c #Conflicts:    1747000 | #Constraints:      33746
1485.37/1489.70	c #Conflicts:    1748000 | #Constraints:      34765
1485.37/1489.70	c #Conflicts:    1749000 | #Constraints:      35791
1485.37/1489.70	c #Conflicts:    1750000 | #Constraints:      36832
1485.37/1489.70	c #Conflicts:    1751000 | #Constraints:      37877
1485.37/1489.70	c #Conflicts:    1752000 | #Constraints:      38910
1485.37/1489.70	c #Conflicts:    1753000 | #Constraints:      39942
1485.37/1489.70	c #Conflicts:    1754000 | #Constraints:      40979
1485.37/1489.70	c #Conflicts:    1755000 | #Constraints:      42026
1485.37/1489.70	c #Conflicts:    1756000 | #Constraints:      43070
1485.37/1489.70	c #Conflicts:    1757000 | #Constraints:      44105
1485.37/1489.70	c #Conflicts:    1758000 | #Constraints:      45133
1485.37/1489.70	c #Conflicts:    1759000 | #Constraints:      46175
1485.37/1489.70	c #Conflicts:    1760000 | #Constraints:      47220
1485.37/1489.70	c #Conflicts:    1761000 | #Constraints:      48244
1485.37/1489.70	c #Conflicts:    1762000 | #Constraints:      49272
1485.37/1489.70	c #Conflicts:    1763000 | #Constraints:      50303
1485.37/1489.70	c #Conflicts:    1764000 | #Constraints:      51343
1485.37/1489.70	c #Conflicts:    1765000 | #Constraints:      52378
1485.37/1489.70	c #Conflicts:    1766000 | #Constraints:      53403
1485.37/1489.70	c #Conflicts:    1767000 | #Constraints:      54454
1485.37/1489.70	c #Conflicts:    1768000 | #Constraints:      55491
1485.37/1489.70	c #Conflicts:    1769000 | #Constraints:      56517
1485.37/1489.70	c #Conflicts:    1770000 | #Constraints:      57546
1485.37/1489.70	c #Conflicts:    1771000 | #Constraints:      58591
1485.37/1489.70	c #Conflicts:    1772000 | #Constraints:      59635
1485.37/1489.70	c #Conflicts:    1773000 | #Constraints:      60679
1485.37/1489.70	c INPROCESSING
1485.37/1489.70	c GARBAGE COLLECT
1485.37/1489.70	c rational objective 998
1518.76/1523.21	c #Conflicts:    1774000 | #Constraints:      34642
1518.76/1523.21	c #Conflicts:    1775000 | #Constraints:      35642
1518.76/1523.21	c #Conflicts:    1776000 | #Constraints:      36642
1518.76/1523.21	c #Conflicts:    1777000 | #Constraints:      37642
1518.76/1523.21	c #Conflicts:    1778000 | #Constraints:      38642
1518.76/1523.21	c #Conflicts:    1779000 | #Constraints:      39642
1518.76/1523.21	c #Conflicts:    1780000 | #Constraints:      40642
1518.76/1523.21	c #Conflicts:    1781000 | #Constraints:      41642
1518.76/1523.21	c #Conflicts:    1782000 | #Constraints:      42642
1518.76/1523.21	c #Conflicts:    1783000 | #Constraints:      43642
1518.76/1523.21	c #Conflicts:    1784000 | #Constraints:      44642
1518.76/1523.21	c #Conflicts:    1785000 | #Constraints:      45642
1518.76/1523.21	c #Conflicts:    1786000 | #Constraints:      46642
1518.76/1523.21	c #Conflicts:    1787000 | #Constraints:      47642
1518.76/1523.21	c #Conflicts:    1788000 | #Constraints:      48642
1518.76/1523.21	c #Conflicts:    1789000 | #Constraints:      49642
1518.76/1523.21	c #Conflicts:    1790000 | #Constraints:      50642
1518.76/1523.21	c #Conflicts:    1791000 | #Constraints:      51642
1518.76/1523.21	c #Conflicts:    1792000 | #Constraints:      52642
1518.76/1523.21	c #Conflicts:    1793000 | #Constraints:      53642
1518.76/1523.21	c #Conflicts:    1794000 | #Constraints:      54642
1518.76/1523.21	c #Conflicts:    1795000 | #Constraints:      55642
1518.76/1523.21	c #Conflicts:    1796000 | #Constraints:      56642
1518.76/1523.21	c #Conflicts:    1797000 | #Constraints:      57642
1518.76/1523.21	c #Conflicts:    1798000 | #Constraints:      58642
1518.76/1523.21	c #Conflicts:    1799000 | #Constraints:      59642
1518.76/1523.21	c #Conflicts:    1800000 | #Constraints:      60642
1518.76/1523.21	c INPROCESSING
1518.76/1523.21	c GARBAGE COLLECT
1518.76/1523.21	c rational objective 998
1549.37/1553.94	c #Conflicts:    1801000 | #Constraints:      34808
1549.37/1553.94	c #Conflicts:    1802000 | #Constraints:      35825
1549.37/1553.94	c #Conflicts:    1803000 | #Constraints:      36875
1549.37/1553.94	c #Conflicts:    1804000 | #Constraints:      37928
1549.37/1553.94	c #Conflicts:    1805000 | #Constraints:      38975
1549.37/1553.94	c #Conflicts:    1806000 | #Constraints:      40010
1549.37/1553.94	c #Conflicts:    1807000 | #Constraints:      41042
1549.37/1553.94	c #Conflicts:    1808000 | #Constraints:      42080
1549.37/1553.94	c #Conflicts:    1809000 | #Constraints:      43124
1549.37/1553.94	c #Conflicts:    1810000 | #Constraints:      44166
1549.37/1553.94	c #Conflicts:    1811000 | #Constraints:      45195
1549.37/1553.94	c #Conflicts:    1812000 | #Constraints:      46234
1549.37/1553.94	c #Conflicts:    1813000 | #Constraints:      47271
1549.37/1553.94	c #Conflicts:    1814000 | #Constraints:      48304
1549.37/1553.94	c #Conflicts:    1815000 | #Constraints:      49335
1549.37/1553.94	c #Conflicts:    1816000 | #Constraints:      50358
1549.37/1553.94	c #Conflicts:    1817000 | #Constraints:      51386
1549.37/1553.94	c #Conflicts:    1818000 | #Constraints:      52425
1549.37/1553.94	c #Conflicts:    1819000 | #Constraints:      53451
1549.37/1553.94	c #Conflicts:    1820000 | #Constraints:      54472
1549.37/1553.94	c #Conflicts:    1821000 | #Constraints:      55494
1549.37/1553.94	c #Conflicts:    1822000 | #Constraints:      56523
1549.37/1553.94	c #Conflicts:    1823000 | #Constraints:      57546
1549.37/1553.94	c #Conflicts:    1824000 | #Constraints:      58565
1549.37/1553.94	c #Conflicts:    1825000 | #Constraints:      59587
1549.37/1553.94	c #Conflicts:    1826000 | #Constraints:      60604
1549.37/1553.94	c #Conflicts:    1827000 | #Constraints:      61627
1549.37/1553.94	c INPROCESSING
1549.37/1553.94	c GARBAGE COLLECT
1549.37/1553.94	c rational objective 998
1580.07/1584.77	c #Conflicts:    1828000 | #Constraints:      35211
1580.07/1584.77	c #Conflicts:    1829000 | #Constraints:      36211
1580.07/1584.77	c #Conflicts:    1830000 | #Constraints:      37211
1580.07/1584.77	c #Conflicts:    1831000 | #Constraints:      38211
1580.07/1584.77	c #Conflicts:    1832000 | #Constraints:      39211
1580.07/1584.77	c #Conflicts:    1833000 | #Constraints:      40211
1580.07/1584.77	c #Conflicts:    1834000 | #Constraints:      41211
1580.07/1584.77	c #Conflicts:    1835000 | #Constraints:      42211
1580.07/1584.77	c #Conflicts:    1836000 | #Constraints:      43211
1580.07/1584.77	c #Conflicts:    1837000 | #Constraints:      44211
1580.07/1584.77	c #Conflicts:    1838000 | #Constraints:      45211
1580.07/1584.77	c #Conflicts:    1839000 | #Constraints:      46211
1580.07/1584.77	c #Conflicts:    1840000 | #Constraints:      47211
1580.07/1584.77	c #Conflicts:    1841000 | #Constraints:      48211
1580.07/1584.77	c #Conflicts:    1842000 | #Constraints:      49211
1580.07/1584.77	c #Conflicts:    1843000 | #Constraints:      50211
1580.07/1584.77	c #Conflicts:    1844000 | #Constraints:      51211
1580.07/1584.77	c #Conflicts:    1845000 | #Constraints:      52211
1580.07/1584.77	c #Conflicts:    1846000 | #Constraints:      53211
1580.07/1584.77	c #Conflicts:    1847000 | #Constraints:      54211
1580.07/1584.77	c #Conflicts:    1848000 | #Constraints:      55211
1580.07/1584.77	c #Conflicts:    1849000 | #Constraints:      56211
1580.07/1584.77	c #Conflicts:    1850000 | #Constraints:      57211
1580.07/1584.77	c #Conflicts:    1851000 | #Constraints:      58212
1580.07/1584.77	c #Conflicts:    1852000 | #Constraints:      59212
1580.07/1584.77	c #Conflicts:    1853000 | #Constraints:      60212
1580.07/1584.77	c #Conflicts:    1854000 | #Constraints:      61212
1580.07/1584.77	c INPROCESSING
1580.07/1584.77	c GARBAGE COLLECT
1580.07/1584.77	c rational objective 998
1611.08/1615.80	c #Conflicts:    1855000 | #Constraints:      35013
1611.08/1615.80	c #Conflicts:    1856000 | #Constraints:      36013
1611.08/1615.80	c #Conflicts:    1857000 | #Constraints:      37013
1611.08/1615.80	c #Conflicts:    1858000 | #Constraints:      38013
1611.08/1615.80	c #Conflicts:    1859000 | #Constraints:      39013
1611.08/1615.80	c #Conflicts:    1860000 | #Constraints:      40013
1611.08/1615.80	c #Conflicts:    1861000 | #Constraints:      41013
1611.08/1615.80	c #Conflicts:    1862000 | #Constraints:      42013
1611.08/1615.80	c #Conflicts:    1863000 | #Constraints:      43013
1611.08/1615.80	c #Conflicts:    1864000 | #Constraints:      44013
1611.08/1615.80	c #Conflicts:    1865000 | #Constraints:      45013
1611.08/1615.80	c #Conflicts:    1866000 | #Constraints:      46013
1611.08/1615.80	c #Conflicts:    1867000 | #Constraints:      47013
1611.08/1615.80	c #Conflicts:    1868000 | #Constraints:      48013
1611.08/1615.80	c #Conflicts:    1869000 | #Constraints:      49013
1611.08/1615.80	c #Conflicts:    1870000 | #Constraints:      50013
1611.08/1615.80	c #Conflicts:    1871000 | #Constraints:      51013
1611.08/1615.80	c #Conflicts:    1872000 | #Constraints:      52013
1611.08/1615.80	c #Conflicts:    1873000 | #Constraints:      53013
1611.08/1615.80	c #Conflicts:    1874000 | #Constraints:      54013
1611.08/1615.80	c #Conflicts:    1875000 | #Constraints:      55013
1611.08/1615.80	c #Conflicts:    1876000 | #Constraints:      56013
1611.08/1615.80	c #Conflicts:    1877000 | #Constraints:      57013
1611.08/1615.80	c #Conflicts:    1878000 | #Constraints:      58013
1611.08/1615.80	c #Conflicts:    1879000 | #Constraints:      59013
1611.08/1615.80	c #Conflicts:    1880000 | #Constraints:      60013
1611.08/1615.80	c #Conflicts:    1881000 | #Constraints:      61013
1611.08/1615.80	c INPROCESSING
1611.08/1615.80	c GARBAGE COLLECT
1611.08/1615.80	c rational objective 998
1643.57/1648.46	c #Conflicts:    1882000 | #Constraints:      34707
1643.57/1648.46	c #Conflicts:    1883000 | #Constraints:      35711
1643.57/1648.46	c #Conflicts:    1884000 | #Constraints:      36767
1643.57/1648.46	c #Conflicts:    1885000 | #Constraints:      37807
1643.57/1648.46	c #Conflicts:    1886000 | #Constraints:      38858
1643.57/1648.46	c #Conflicts:    1887000 | #Constraints:      39911
1643.57/1648.46	c #Conflicts:    1888000 | #Constraints:      40953
1643.57/1648.46	c #Conflicts:    1889000 | #Constraints:      41987
1643.57/1648.46	c #Conflicts:    1890000 | #Constraints:      43027
1643.57/1648.46	c #Conflicts:    1891000 | #Constraints:      44064
1643.57/1648.46	c #Conflicts:    1892000 | #Constraints:      45112
1643.57/1648.46	c #Conflicts:    1893000 | #Constraints:      46150
1643.57/1648.46	c #Conflicts:    1894000 | #Constraints:      47185
1643.57/1648.46	c #Conflicts:    1895000 | #Constraints:      48211
1643.57/1648.46	c #Conflicts:    1896000 | #Constraints:      49241
1643.57/1648.46	c #Conflicts:    1897000 | #Constraints:      50271
1643.57/1648.46	c #Conflicts:    1898000 | #Constraints:      51303
1643.57/1648.46	c #Conflicts:    1899000 | #Constraints:      52328
1643.57/1648.46	c #Conflicts:    1900000 | #Constraints:      53363
1643.57/1648.46	c #Conflicts:    1901000 | #Constraints:      54394
1643.57/1648.46	c #Conflicts:    1902000 | #Constraints:      55420
1643.57/1648.46	c #Conflicts:    1903000 | #Constraints:      56449
1643.57/1648.46	c #Conflicts:    1904000 | #Constraints:      57490
1643.57/1648.46	c #Conflicts:    1905000 | #Constraints:      58515
1643.57/1648.46	c #Conflicts:    1906000 | #Constraints:      59548
1643.57/1648.46	c #Conflicts:    1907000 | #Constraints:      60568
1643.57/1648.46	c #Conflicts:    1908000 | #Constraints:      61608
1643.57/1648.46	c #Conflicts:    1909000 | #Constraints:      62629
1643.57/1648.46	c INPROCESSING
1643.57/1648.46	c GARBAGE COLLECT
1643.57/1648.46	c rational objective 998
1676.48/1681.49	c #Conflicts:    1910000 | #Constraints:      35635
1676.48/1681.49	c #Conflicts:    1911000 | #Constraints:      36635
1676.48/1681.49	c #Conflicts:    1912000 | #Constraints:      37635
1676.48/1681.49	c #Conflicts:    1913000 | #Constraints:      38635
1676.48/1681.49	c #Conflicts:    1914000 | #Constraints:      39635
1676.48/1681.49	c #Conflicts:    1915000 | #Constraints:      40635
1676.48/1681.49	c #Conflicts:    1916000 | #Constraints:      41635
1676.48/1681.49	c #Conflicts:    1917000 | #Constraints:      42635
1676.48/1681.49	c #Conflicts:    1918000 | #Constraints:      43635
1676.48/1681.49	c #Conflicts:    1919000 | #Constraints:      44635
1676.48/1681.49	c #Conflicts:    1920000 | #Constraints:      45635
1676.48/1681.49	c #Conflicts:    1921000 | #Constraints:      46635
1676.48/1681.49	c #Conflicts:    1922000 | #Constraints:      47635
1676.48/1681.49	c #Conflicts:    1923000 | #Constraints:      48635
1676.48/1681.49	c #Conflicts:    1924000 | #Constraints:      49635
1676.48/1681.49	c #Conflicts:    1925000 | #Constraints:      50635
1676.48/1681.49	c #Conflicts:    1926000 | #Constraints:      51635
1676.48/1681.49	c #Conflicts:    1927000 | #Constraints:      52635
1676.48/1681.49	c #Conflicts:    1928000 | #Constraints:      53635
1676.48/1681.49	c #Conflicts:    1929000 | #Constraints:      54635
1676.48/1681.49	c #Conflicts:    1930000 | #Constraints:      55635
1676.48/1681.49	c #Conflicts:    1931000 | #Constraints:      56635
1676.48/1681.49	c #Conflicts:    1932000 | #Constraints:      57635
1676.48/1681.49	c #Conflicts:    1933000 | #Constraints:      58635
1676.48/1681.49	c #Conflicts:    1934000 | #Constraints:      59635
1676.48/1681.49	c #Conflicts:    1935000 | #Constraints:      60635
1676.48/1681.49	c #Conflicts:    1936000 | #Constraints:      61635
1676.48/1681.49	c #Conflicts:    1937000 | #Constraints:      62635
1676.48/1681.49	c INPROCESSING
1676.48/1681.49	c GARBAGE COLLECT
1676.48/1681.49	c rational objective 998
1707.20/1712.28	c #Conflicts:    1938000 | #Constraints:      35825
1707.20/1712.28	c #Conflicts:    1939000 | #Constraints:      36825
1707.20/1712.28	c #Conflicts:    1940000 | #Constraints:      37825
1707.20/1712.28	c #Conflicts:    1941000 | #Constraints:      38825
1707.20/1712.28	c #Conflicts:    1942000 | #Constraints:      39825
1707.20/1712.28	c #Conflicts:    1943000 | #Constraints:      40825
1707.20/1712.28	c #Conflicts:    1944000 | #Constraints:      41825
1707.20/1712.28	c #Conflicts:    1945000 | #Constraints:      42825
1707.20/1712.28	c #Conflicts:    1946000 | #Constraints:      43825
1707.20/1712.28	c #Conflicts:    1947000 | #Constraints:      44825
1707.20/1712.28	c #Conflicts:    1948000 | #Constraints:      45825
1707.20/1712.28	c #Conflicts:    1949000 | #Constraints:      46825
1707.20/1712.28	c #Conflicts:    1950000 | #Constraints:      47825
1707.20/1712.28	c #Conflicts:    1951000 | #Constraints:      48825
1707.20/1712.28	c #Conflicts:    1952000 | #Constraints:      49825
1707.20/1712.28	c #Conflicts:    1953000 | #Constraints:      50825
1707.20/1712.28	c #Conflicts:    1954000 | #Constraints:      51825
1707.20/1712.28	c #Conflicts:    1955000 | #Constraints:      52825
1707.20/1712.28	c #Conflicts:    1956000 | #Constraints:      53825
1707.20/1712.28	c #Conflicts:    1957000 | #Constraints:      54825
1707.20/1712.28	c #Conflicts:    1958000 | #Constraints:      55825
1707.20/1712.28	c #Conflicts:    1959000 | #Constraints:      56825
1707.20/1712.28	c #Conflicts:    1960000 | #Constraints:      57825
1707.20/1712.28	c #Conflicts:    1961000 | #Constraints:      58825
1707.20/1712.28	c #Conflicts:    1962000 | #Constraints:      59825
1707.20/1712.28	c #Conflicts:    1963000 | #Constraints:      60825
1707.20/1712.28	c #Conflicts:    1964000 | #Constraints:      61825
1707.20/1712.28	c #Conflicts:    1965000 | #Constraints:      62825
1707.20/1712.28	c INPROCESSING
1707.20/1712.28	c GARBAGE COLLECT
1707.20/1712.28	c rational objective 998
1735.23/1740.39	c #Conflicts:    1966000 | #Constraints:      35921
1735.23/1740.39	c #Conflicts:    1967000 | #Constraints:      36948
1735.23/1740.39	c #Conflicts:    1968000 | #Constraints:      37988
1735.23/1740.39	c #Conflicts:    1969000 | #Constraints:      39037
1735.23/1740.39	c #Conflicts:    1970000 | #Constraints:      40089
1735.23/1740.39	c #Conflicts:    1971000 | #Constraints:      41136
1735.23/1740.39	c #Conflicts:    1972000 | #Constraints:      42168
1735.23/1740.39	c #Conflicts:    1973000 | #Constraints:      43216
1735.23/1740.39	c #Conflicts:    1974000 | #Constraints:      44255
1735.23/1740.39	c #Conflicts:    1975000 | #Constraints:      45291
1735.23/1740.39	c #Conflicts:    1976000 | #Constraints:      46325
1735.23/1740.39	c #Conflicts:    1977000 | #Constraints:      47356
1735.23/1740.39	c #Conflicts:    1978000 | #Constraints:      48385
1735.23/1740.39	c #Conflicts:    1979000 | #Constraints:      49419
1735.23/1740.39	c #Conflicts:    1980000 | #Constraints:      50455
1735.23/1740.39	c #Conflicts:    1981000 | #Constraints:      51482
1735.23/1740.39	c #Conflicts:    1982000 | #Constraints:      52512
1735.23/1740.39	c #Conflicts:    1983000 | #Constraints:      53546
1735.23/1740.39	c #Conflicts:    1984000 | #Constraints:      54567
1735.23/1740.39	c #Conflicts:    1985000 | #Constraints:      55592
1735.23/1740.39	c #Conflicts:    1986000 | #Constraints:      56616
1735.23/1740.39	c #Conflicts:    1987000 | #Constraints:      57638
1735.23/1740.39	c #Conflicts:    1988000 | #Constraints:      58673
1735.23/1740.39	c #Conflicts:    1989000 | #Constraints:      59707
1735.23/1740.39	c #Conflicts:    1990000 | #Constraints:      60725
1735.23/1740.39	c #Conflicts:    1991000 | #Constraints:      61747
1735.23/1740.39	c #Conflicts:    1992000 | #Constraints:      62786
1735.23/1740.39	c #Conflicts:    1993000 | #Constraints:      63810
1735.23/1740.39	c INPROCESSING
1735.23/1740.39	c GARBAGE COLLECT
1735.23/1740.39	c rational objective 998
1769.54/1774.75	c #Conflicts:    1994000 | #Constraints:      36237
1769.54/1774.75	c #Conflicts:    1995000 | #Constraints:      37237
1769.54/1774.75	c #Conflicts:    1996000 | #Constraints:      38237
1769.54/1774.75	c #Conflicts:    1997000 | #Constraints:      39237
1769.54/1774.75	c #Conflicts:    1998000 | #Constraints:      40237
1769.54/1774.75	c #Conflicts:    1999000 | #Constraints:      41237
1769.54/1774.75	c #Conflicts:    2000000 | #Constraints:      42237
1769.54/1774.75	c #Conflicts:    2001000 | #Constraints:      43237
1769.54/1774.75	c #Conflicts:    2002000 | #Constraints:      44237
1769.54/1774.75	c #Conflicts:    2003000 | #Constraints:      45237
1769.54/1774.75	c #Conflicts:    2004000 | #Constraints:      46237
1769.54/1774.75	c #Conflicts:    2005000 | #Constraints:      47237
1769.54/1774.75	c #Conflicts:    2006000 | #Constraints:      48237
1769.54/1774.75	c #Conflicts:    2007000 | #Constraints:      49237
1769.54/1774.75	c #Conflicts:    2008000 | #Constraints:      50237
1769.54/1774.75	c #Conflicts:    2009000 | #Constraints:      51237
1769.54/1774.75	c #Conflicts:    2010000 | #Constraints:      52237
1769.54/1774.75	c #Conflicts:    2011000 | #Constraints:      53237
1769.54/1774.75	c #Conflicts:    2012000 | #Constraints:      54237
1769.54/1774.75	c #Conflicts:    2013000 | #Constraints:      55237
1769.54/1774.75	c #Conflicts:    2014000 | #Constraints:      56237
1769.54/1774.75	c #Conflicts:    2015000 | #Constraints:      57237
1769.54/1774.75	c #Conflicts:    2016000 | #Constraints:      58237
1769.54/1774.75	c #Conflicts:    2017000 | #Constraints:      59237
1769.54/1774.75	c #Conflicts:    2018000 | #Constraints:      60237
1769.54/1774.75	c #Conflicts:    2019000 | #Constraints:      61237
1769.54/1774.75	c #Conflicts:    2020000 | #Constraints:      62237
1769.54/1774.75	c #Conflicts:    2021000 | #Constraints:      63237
1769.54/1774.75	c INPROCESSING
1769.54/1774.75	c GARBAGE COLLECT
1769.54/1774.75	c rational objective 998
1802.05/1807.38	c #Conflicts:    2022000 | #Constraints:      35801
1802.05/1807.38	c #Conflicts:    2023000 | #Constraints:      36810
1802.05/1807.38	c #Conflicts:    2024000 | #Constraints:      37846
1802.05/1807.38	c #Conflicts:    2025000 | #Constraints:      38887
1802.05/1807.38	c #Conflicts:    2026000 | #Constraints:      39936
1802.05/1807.38	c #Conflicts:    2027000 | #Constraints:      40980
1802.05/1807.38	c #Conflicts:    2028000 | #Constraints:      42035
1802.05/1807.38	c #Conflicts:    2029000 | #Constraints:      43071
1802.05/1807.38	c #Conflicts:    2030000 | #Constraints:      44107
1802.05/1807.38	c #Conflicts:    2031000 | #Constraints:      45137
1802.05/1807.38	c #Conflicts:    2032000 | #Constraints:      46176
1802.05/1807.38	c #Conflicts:    2033000 | #Constraints:      47205
1802.05/1807.38	c #Conflicts:    2034000 | #Constraints:      48232
1802.05/1807.38	c #Conflicts:    2035000 | #Constraints:      49268
1802.05/1807.38	c #Conflicts:    2036000 | #Constraints:      50306
1802.05/1807.38	c #Conflicts:    2037000 | #Constraints:      51346
1802.05/1807.38	c #Conflicts:    2038000 | #Constraints:      52379
1802.05/1807.38	c #Conflicts:    2039000 | #Constraints:      53412
1802.05/1807.38	c #Conflicts:    2040000 | #Constraints:      54438
1802.05/1807.38	c #Conflicts:    2041000 | #Constraints:      55480
1802.05/1807.38	c #Conflicts:    2042000 | #Constraints:      56502
1802.05/1807.38	c #Conflicts:    2043000 | #Constraints:      57539
1802.05/1807.38	c #Conflicts:    2044000 | #Constraints:      58586
1802.05/1807.38	c #Conflicts:    2045000 | #Constraints:      59620
1802.05/1807.38	c #Conflicts:    2046000 | #Constraints:      60654
1802.05/1807.38	c #Conflicts:    2047000 | #Constraints:      61703
1802.05/1807.38	c #Conflicts:    2048000 | #Constraints:      62740
1802.05/1807.38	c #Conflicts:    2049000 | #Constraints:      63771
1802.05/1807.38	c #Conflicts:    2050000 | #Constraints:      64799
1802.05/1807.38	c INPROCESSING
1802.05/1807.38	c GARBAGE COLLECT
1802.05/1807.38	c rational objective 998
1833.68/1839.06	c #Conflicts:    2051000 | #Constraints:      36715
1833.68/1839.06	c #Conflicts:    2052000 | #Constraints:      37715
1833.68/1839.06	c #Conflicts:    2053000 | #Constraints:      38715
1833.68/1839.06	c #Conflicts:    2054000 | #Constraints:      39715
1833.68/1839.06	c #Conflicts:    2055000 | #Constraints:      40715
1833.68/1839.06	c #Conflicts:    2056000 | #Constraints:      41715
1833.68/1839.06	c #Conflicts:    2057000 | #Constraints:      42715
1833.68/1839.06	c #Conflicts:    2058000 | #Constraints:      43715
1833.68/1839.06	c #Conflicts:    2059000 | #Constraints:      44715
1833.68/1839.06	c #Conflicts:    2060000 | #Constraints:      45715
1833.68/1839.06	c #Conflicts:    2061000 | #Constraints:      46715
1833.68/1839.06	c #Conflicts:    2062000 | #Constraints:      47715
1833.68/1839.06	c #Conflicts:    2063000 | #Constraints:      48715
1833.68/1839.06	c #Conflicts:    2064000 | #Constraints:      49715
1833.68/1839.06	c #Conflicts:    2065000 | #Constraints:      50715
1833.68/1839.06	c #Conflicts:    2066000 | #Constraints:      51715
1833.68/1839.06	c #Conflicts:    2067000 | #Constraints:      52715
1833.68/1839.06	c #Conflicts:    2068000 | #Constraints:      53715
1833.68/1839.06	c #Conflicts:    2069000 | #Constraints:      54715
1833.68/1839.06	c #Conflicts:    2070000 | #Constraints:      55715
1833.68/1839.06	c #Conflicts:    2071000 | #Constraints:      56715
1833.68/1839.06	c #Conflicts:    2072000 | #Constraints:      57715
1833.68/1839.06	c #Conflicts:    2073000 | #Constraints:      58715
1833.68/1839.06	c #Conflicts:    2074000 | #Constraints:      59715
1833.68/1839.06	c #Conflicts:    2075000 | #Constraints:      60715
1833.68/1839.06	c #Conflicts:    2076000 | #Constraints:      61715
1833.68/1839.06	c #Conflicts:    2077000 | #Constraints:      62715
1833.68/1839.06	c #Conflicts:    2078000 | #Constraints:      63715
1833.68/1839.06	c #Conflicts:    2079000 | #Constraints:      64715
1833.68/1839.06	c INPROCESSING
1833.68/1839.06	c GARBAGE COLLECT
1833.68/1839.06	c rational objective 998
1870.59/1876.04	c #Conflicts:    2080000 | #Constraints:      36876
1870.59/1876.04	c #Conflicts:    2081000 | #Constraints:      37876
1870.59/1876.04	c #Conflicts:    2082000 | #Constraints:      38876
1870.59/1876.04	c #Conflicts:    2083000 | #Constraints:      39876
1870.59/1876.04	c #Conflicts:    2084000 | #Constraints:      40876
1870.59/1876.04	c #Conflicts:    2085000 | #Constraints:      41876
1870.59/1876.04	c #Conflicts:    2086000 | #Constraints:      42876
1870.59/1876.04	c #Conflicts:    2087000 | #Constraints:      43876
1870.59/1876.04	c #Conflicts:    2088000 | #Constraints:      44876
1870.59/1876.04	c #Conflicts:    2089000 | #Constraints:      45876
1870.59/1876.04	c #Conflicts:    2090000 | #Constraints:      46876
1870.59/1876.04	c #Conflicts:    2091000 | #Constraints:      47876
1870.59/1876.04	c #Conflicts:    2092000 | #Constraints:      48876
1870.59/1876.04	c #Conflicts:    2093000 | #Constraints:      49876
1870.59/1876.04	c #Conflicts:    2094000 | #Constraints:      50876
1870.59/1876.04	c #Conflicts:    2095000 | #Constraints:      51876
1870.59/1876.04	c #Conflicts:    2096000 | #Constraints:      52876
1870.59/1876.04	c #Conflicts:    2097000 | #Constraints:      53876
1870.59/1876.04	c #Conflicts:    2098000 | #Constraints:      54876
1870.59/1876.04	c #Conflicts:    2099000 | #Constraints:      55876
1870.59/1876.04	c #Conflicts:    2100000 | #Constraints:      56876
1870.59/1876.04	c #Conflicts:    2101000 | #Constraints:      57876
1870.59/1876.04	c #Conflicts:    2102000 | #Constraints:      58876
1870.59/1876.04	c #Conflicts:    2103000 | #Constraints:      59876
1870.59/1876.04	c #Conflicts:    2104000 | #Constraints:      60876
1870.59/1876.04	c #Conflicts:    2105000 | #Constraints:      61876
1870.59/1876.04	c #Conflicts:    2106000 | #Constraints:      62876
1870.59/1876.04	c #Conflicts:    2107000 | #Constraints:      63876
1870.59/1876.04	c #Conflicts:    2108000 | #Constraints:      64876
1870.59/1876.04	c INPROCESSING
1870.59/1876.04	c GARBAGE COLLECT
1870.59/1876.04	c rational objective 998
1902.70/1908.28	c #Conflicts:    2109000 | #Constraints:      36967
1902.70/1908.28	c #Conflicts:    2110000 | #Constraints:      38013
1902.70/1908.28	c #Conflicts:    2111000 | #Constraints:      39067
1902.70/1908.28	c #Conflicts:    2112000 | #Constraints:      40120
1902.70/1908.28	c #Conflicts:    2113000 | #Constraints:      41174
1902.70/1908.28	c #Conflicts:    2114000 | #Constraints:      42221
1902.70/1908.28	c #Conflicts:    2115000 | #Constraints:      43269
1902.70/1908.28	c #Conflicts:    2116000 | #Constraints:      44312
1902.70/1908.28	c #Conflicts:    2117000 | #Constraints:      45354
1902.70/1908.28	c #Conflicts:    2118000 | #Constraints:      46396
1902.70/1908.28	c #Conflicts:    2119000 | #Constraints:      47467
1902.70/1908.28	c #Conflicts:    2120000 | #Constraints:      48514
1902.70/1908.28	c #Conflicts:    2121000 | #Constraints:      49539
1902.70/1908.28	c #Conflicts:    2122000 | #Constraints:      50561
1902.70/1908.28	c #Conflicts:    2123000 | #Constraints:      51620
1902.70/1908.28	c #Conflicts:    2124000 | #Constraints:      52667
1902.70/1908.28	c #Conflicts:    2125000 | #Constraints:      53702
1902.70/1908.28	c #Conflicts:    2126000 | #Constraints:      54743
1902.70/1908.28	c #Conflicts:    2127000 | #Constraints:      55783
1902.70/1908.28	c #Conflicts:    2128000 | #Constraints:      56823
1902.70/1908.28	c #Conflicts:    2129000 | #Constraints:      57846
1902.70/1908.28	c #Conflicts:    2130000 | #Constraints:      58881
1902.70/1908.28	c #Conflicts:    2131000 | #Constraints:      59911
1902.70/1908.28	c #Conflicts:    2132000 | #Constraints:      60965
1902.70/1908.28	c #Conflicts:    2133000 | #Constraints:      61985
1902.70/1908.28	c #Conflicts:    2134000 | #Constraints:      63009
1902.70/1908.28	c #Conflicts:    2135000 | #Constraints:      64031
1902.70/1908.28	c #Conflicts:    2136000 | #Constraints:      65064
1902.70/1908.28	c #Conflicts:    2137000 | #Constraints:      66086
1902.70/1908.28	c INPROCESSING
1902.70/1908.28	c GARBAGE COLLECT
1902.70/1908.28	c rational objective 998
1937.52/1943.13	c #Conflicts:    2138000 | #Constraints:      37358
1937.52/1943.13	c #Conflicts:    2139000 | #Constraints:      38358
1937.52/1943.13	c #Conflicts:    2140000 | #Constraints:      39358
1937.52/1943.13	c #Conflicts:    2141000 | #Constraints:      40358
1937.52/1943.13	c #Conflicts:    2142000 | #Constraints:      41358
1937.52/1943.13	c #Conflicts:    2143000 | #Constraints:      42358
1937.52/1943.13	c #Conflicts:    2144000 | #Constraints:      43358
1937.52/1943.13	c #Conflicts:    2145000 | #Constraints:      44358
1937.52/1943.13	c #Conflicts:    2146000 | #Constraints:      45358
1937.52/1943.13	c #Conflicts:    2147000 | #Constraints:      46358
1937.52/1943.13	c #Conflicts:    2148000 | #Constraints:      47358
1937.52/1943.13	c #Conflicts:    2149000 | #Constraints:      48358
1937.52/1943.13	c #Conflicts:    2150000 | #Constraints:      49358
1937.52/1943.13	c #Conflicts:    2151000 | #Constraints:      50358
1937.52/1943.13	c #Conflicts:    2152000 | #Constraints:      51358
1937.52/1943.13	c #Conflicts:    2153000 | #Constraints:      52358
1937.52/1943.13	c #Conflicts:    2154000 | #Constraints:      53358
1937.52/1943.13	c #Conflicts:    2155000 | #Constraints:      54358
1937.52/1943.13	c #Conflicts:    2156000 | #Constraints:      55358
1937.52/1943.13	c #Conflicts:    2157000 | #Constraints:      56358
1937.52/1943.13	c #Conflicts:    2158000 | #Constraints:      57358
1937.52/1943.13	c #Conflicts:    2159000 | #Constraints:      58358
1937.52/1943.13	c #Conflicts:    2160000 | #Constraints:      59358
1937.52/1943.13	c #Conflicts:    2161000 | #Constraints:      60358
1937.52/1943.13	c #Conflicts:    2162000 | #Constraints:      61358
1937.52/1943.13	c #Conflicts:    2163000 | #Constraints:      62358
1937.52/1943.13	c #Conflicts:    2164000 | #Constraints:      63358
1937.52/1943.13	c #Conflicts:    2165000 | #Constraints:      64358
1937.52/1943.13	c #Conflicts:    2166000 | #Constraints:      65358
1937.52/1943.13	c INPROCESSING
1937.52/1943.13	c GARBAGE COLLECT
1937.52/1943.13	c rational objective 998
1983.01/1988.71	c #Conflicts:    2167000 | #Constraints:      36904
1983.01/1988.71	c #Conflicts:    2168000 | #Constraints:      37931
1983.01/1988.71	c #Conflicts:    2169000 | #Constraints:      38952
1983.01/1988.71	c #Conflicts:    2170000 | #Constraints:      39994
1983.01/1988.71	c #Conflicts:    2171000 | #Constraints:      41031
1983.01/1988.71	c #Conflicts:    2172000 | #Constraints:      42058
1983.01/1988.71	c #Conflicts:    2173000 | #Constraints:      43079
1983.01/1988.71	c #Conflicts:    2174000 | #Constraints:      44117
1983.01/1988.71	c #Conflicts:    2175000 | #Constraints:      45146
1983.01/1988.71	c #Conflicts:    2176000 | #Constraints:      46190
1983.01/1988.71	c #Conflicts:    2177000 | #Constraints:      47221
1983.01/1988.71	c #Conflicts:    2178000 | #Constraints:      48249
1983.01/1988.71	c #Conflicts:    2179000 | #Constraints:      49295
1983.01/1988.71	c #Conflicts:    2180000 | #Constraints:      50347
1983.01/1988.71	c #Conflicts:    2181000 | #Constraints:      51386
1983.01/1988.71	c #Conflicts:    2182000 | #Constraints:      52414
1983.01/1988.71	c #Conflicts:    2183000 | #Constraints:      53452
1983.01/1988.71	c #Conflicts:    2184000 | #Constraints:      54484
1983.01/1988.71	c #Conflicts:    2185000 | #Constraints:      55510
1983.01/1988.71	c #Conflicts:    2186000 | #Constraints:      56543
1983.01/1988.71	c #Conflicts:    2187000 | #Constraints:      57600
1983.01/1988.71	c #Conflicts:    2188000 | #Constraints:      58635
1983.01/1988.71	c #Conflicts:    2189000 | #Constraints:      59662
1983.01/1988.71	c #Conflicts:    2190000 | #Constraints:      60676
1983.01/1988.71	c #Conflicts:    2191000 | #Constraints:      61695
1983.01/1988.71	c #Conflicts:    2192000 | #Constraints:      62719
1983.01/1988.71	c #Conflicts:    2193000 | #Constraints:      63739
1983.01/1988.71	c #Conflicts:    2194000 | #Constraints:      64761
1983.01/1988.71	c #Conflicts:    2195000 | #Constraints:      65779
1983.01/1988.71	c #Conflicts:    2196000 | #Constraints:      66803
1983.01/1988.71	c INPROCESSING
1983.01/1988.71	c GARBAGE COLLECT
1983.01/1988.71	c rational objective 998
2017.73/2023.52	c #Conflicts:    2197000 | #Constraints:      37741
2017.73/2023.52	c #Conflicts:    2198000 | #Constraints:      38741
2017.73/2023.52	c #Conflicts:    2199000 | #Constraints:      39741
2017.73/2023.52	c #Conflicts:    2200000 | #Constraints:      40741
2017.73/2023.52	c #Conflicts:    2201000 | #Constraints:      41741
2017.73/2023.52	c #Conflicts:    2202000 | #Constraints:      42741
2017.73/2023.52	c #Conflicts:    2203000 | #Constraints:      43741
2017.73/2023.52	c #Conflicts:    2204000 | #Constraints:      44741
2017.73/2023.52	c #Conflicts:    2205000 | #Constraints:      45741
2017.73/2023.52	c #Conflicts:    2206000 | #Constraints:      46741
2017.73/2023.52	c #Conflicts:    2207000 | #Constraints:      47741
2017.73/2023.52	c #Conflicts:    2208000 | #Constraints:      48741
2017.73/2023.52	c #Conflicts:    2209000 | #Constraints:      49741
2017.73/2023.52	c #Conflicts:    2210000 | #Constraints:      50741
2017.73/2023.52	c #Conflicts:    2211000 | #Constraints:      51741
2017.73/2023.52	c #Conflicts:    2212000 | #Constraints:      52741
2017.73/2023.52	c #Conflicts:    2213000 | #Constraints:      53741
2017.73/2023.52	c #Conflicts:    2214000 | #Constraints:      54741
2017.73/2023.52	c #Conflicts:    2215000 | #Constraints:      55741
2017.73/2023.52	c #Conflicts:    2216000 | #Constraints:      56741
2017.73/2023.52	c #Conflicts:    2217000 | #Constraints:      57741
2017.73/2023.52	c #Conflicts:    2218000 | #Constraints:      58741
2017.73/2023.52	c #Conflicts:    2219000 | #Constraints:      59741
2017.73/2023.52	c #Conflicts:    2220000 | #Constraints:      60741
2017.73/2023.52	c #Conflicts:    2221000 | #Constraints:      61741
2017.73/2023.52	c #Conflicts:    2222000 | #Constraints:      62741
2017.73/2023.52	c #Conflicts:    2223000 | #Constraints:      63741
2017.73/2023.52	c #Conflicts:    2224000 | #Constraints:      64741
2017.73/2023.52	c #Conflicts:    2225000 | #Constraints:      65741
2017.73/2023.52	c #Conflicts:    2226000 | #Constraints:      66741
2017.73/2023.52	c INPROCESSING
2017.73/2023.52	c GARBAGE COLLECT
2017.73/2023.52	c rational objective 998
2052.84/2058.78	c #Conflicts:    2227000 | #Constraints:      37883
2052.84/2058.78	c #Conflicts:    2228000 | #Constraints:      38883
2052.84/2058.78	c #Conflicts:    2229000 | #Constraints:      39883
2052.84/2058.78	c #Conflicts:    2230000 | #Constraints:      40883
2052.84/2058.78	c #Conflicts:    2231000 | #Constraints:      41883
2052.84/2058.78	c #Conflicts:    2232000 | #Constraints:      42883
2052.84/2058.78	c #Conflicts:    2233000 | #Constraints:      43883
2052.84/2058.78	c #Conflicts:    2234000 | #Constraints:      44883
2052.84/2058.78	c #Conflicts:    2235000 | #Constraints:      45883
2052.84/2058.78	c #Conflicts:    2236000 | #Constraints:      46883
2052.84/2058.78	c #Conflicts:    2237000 | #Constraints:      47883
2052.84/2058.78	c #Conflicts:    2238000 | #Constraints:      48883
2052.84/2058.78	c #Conflicts:    2239000 | #Constraints:      49883
2052.84/2058.78	c #Conflicts:    2240000 | #Constraints:      50883
2052.84/2058.78	c #Conflicts:    2241000 | #Constraints:      51883
2052.84/2058.78	c #Conflicts:    2242000 | #Constraints:      52883
2052.84/2058.78	c #Conflicts:    2243000 | #Constraints:      53883
2052.84/2058.78	c #Conflicts:    2244000 | #Constraints:      54883
2052.84/2058.78	c #Conflicts:    2245000 | #Constraints:      55883
2052.84/2058.78	c #Conflicts:    2246000 | #Constraints:      56883
2052.84/2058.78	c #Conflicts:    2247000 | #Constraints:      57883
2052.84/2058.78	c #Conflicts:    2248000 | #Constraints:      58883
2052.84/2058.78	c #Conflicts:    2249000 | #Constraints:      59883
2052.84/2058.78	c #Conflicts:    2250000 | #Constraints:      60883
2052.84/2058.78	c #Conflicts:    2251000 | #Constraints:      61883
2052.84/2058.78	c #Conflicts:    2252000 | #Constraints:      62883
2052.84/2058.78	c #Conflicts:    2253000 | #Constraints:      63883
2052.84/2058.78	c #Conflicts:    2254000 | #Constraints:      64883
2052.84/2058.78	c #Conflicts:    2255000 | #Constraints:      65883
2052.84/2058.78	c #Conflicts:    2256000 | #Constraints:      66883
2052.84/2058.78	c INPROCESSING
2052.84/2058.78	c GARBAGE COLLECT
2052.84/2058.78	c rational objective 998
2085.96/2091.90	c #Conflicts:    2257000 | #Constraints:      37960
2085.96/2091.90	c #Conflicts:    2258000 | #Constraints:      38993
2085.96/2091.90	c #Conflicts:    2259000 | #Constraints:      40036
2085.96/2091.90	c #Conflicts:    2260000 | #Constraints:      41044
2085.96/2091.90	c #Conflicts:    2261000 | #Constraints:      42051
2085.96/2091.90	c #Conflicts:    2262000 | #Constraints:      43091
2085.96/2091.90	c #Conflicts:    2263000 | #Constraints:      44139
2085.96/2091.90	c #Conflicts:    2264000 | #Constraints:      45174
2085.96/2091.90	c #Conflicts:    2265000 | #Constraints:      46205
2085.96/2091.90	c #Conflicts:    2266000 | #Constraints:      47229
2085.96/2091.90	c #Conflicts:    2267000 | #Constraints:      48254
2085.96/2091.90	c #Conflicts:    2268000 | #Constraints:      49280
2085.96/2091.90	c #Conflicts:    2269000 | #Constraints:      50308
2085.96/2091.90	c #Conflicts:    2270000 | #Constraints:      51326
2085.96/2091.90	c #Conflicts:    2271000 | #Constraints:      52357
2085.96/2091.90	c #Conflicts:    2272000 | #Constraints:      53379
2085.96/2091.90	c #Conflicts:    2273000 | #Constraints:      54401
2085.96/2091.90	c #Conflicts:    2274000 | #Constraints:      55419
2085.96/2091.90	c #Conflicts:    2275000 | #Constraints:      56441
2085.96/2091.90	c #Conflicts:    2276000 | #Constraints:      57477
2085.96/2091.90	c #Conflicts:    2277000 | #Constraints:      58496
2085.96/2091.90	c #Conflicts:    2278000 | #Constraints:      59521
2085.96/2091.90	c #Conflicts:    2279000 | #Constraints:      60555
2085.96/2091.90	c #Conflicts:    2280000 | #Constraints:      61574
2085.96/2091.90	c #Conflicts:    2281000 | #Constraints:      62607
2085.96/2091.90	c #Conflicts:    2282000 | #Constraints:      63630
2085.96/2091.90	c #Conflicts:    2283000 | #Constraints:      64658
2085.96/2091.90	c #Conflicts:    2284000 | #Constraints:      65693
2085.96/2091.90	c #Conflicts:    2285000 | #Constraints:      66715
2085.96/2091.90	c #Conflicts:    2286000 | #Constraints:      67734
2085.96/2091.90	c INPROCESSING
2085.96/2091.90	c GARBAGE COLLECT
2085.96/2091.90	c rational objective 998
2121.17/2127.20	c #Conflicts:    2287000 | #Constraints:      38179
2121.17/2127.20	c #Conflicts:    2288000 | #Constraints:      39179
2121.17/2127.20	c #Conflicts:    2289000 | #Constraints:      40179
2121.17/2127.20	c #Conflicts:    2290000 | #Constraints:      41179
2121.17/2127.20	c #Conflicts:    2291000 | #Constraints:      42179
2121.17/2127.20	c #Conflicts:    2292000 | #Constraints:      43179
2121.17/2127.20	c #Conflicts:    2293000 | #Constraints:      44179
2121.17/2127.20	c #Conflicts:    2294000 | #Constraints:      45179
2121.17/2127.20	c #Conflicts:    2295000 | #Constraints:      46179
2121.17/2127.20	c #Conflicts:    2296000 | #Constraints:      47179
2121.17/2127.20	c #Conflicts:    2297000 | #Constraints:      48179
2121.17/2127.20	c #Conflicts:    2298000 | #Constraints:      49179
2121.17/2127.20	c #Conflicts:    2299000 | #Constraints:      50179
2121.17/2127.20	c #Conflicts:    2300000 | #Constraints:      51179
2121.17/2127.20	c #Conflicts:    2301000 | #Constraints:      52179
2121.17/2127.20	c #Conflicts:    2302000 | #Constraints:      53179
2121.17/2127.20	c #Conflicts:    2303000 | #Constraints:      54179
2121.17/2127.20	c #Conflicts:    2304000 | #Constraints:      55179
2121.17/2127.20	c #Conflicts:    2305000 | #Constraints:      56179
2121.17/2127.20	c #Conflicts:    2306000 | #Constraints:      57179
2121.17/2127.20	c #Conflicts:    2307000 | #Constraints:      58179
2121.17/2127.20	c #Conflicts:    2308000 | #Constraints:      59179
2121.17/2127.20	c #Conflicts:    2309000 | #Constraints:      60179
2121.17/2127.20	c #Conflicts:    2310000 | #Constraints:      61179
2121.17/2127.20	c #Conflicts:    2311000 | #Constraints:      62179
2121.17/2127.20	c #Conflicts:    2312000 | #Constraints:      63179
2121.17/2127.20	c #Conflicts:    2313000 | #Constraints:      64179
2121.17/2127.20	c #Conflicts:    2314000 | #Constraints:      65179
2121.17/2127.20	c #Conflicts:    2315000 | #Constraints:      66179
2121.17/2127.20	c #Conflicts:    2316000 | #Constraints:      67179
2121.17/2127.20	c INPROCESSING
2121.17/2127.20	c GARBAGE COLLECT
2121.17/2127.20	c rational objective 998
2162.37/2168.56	c #Conflicts:    2317000 | #Constraints:      37818
2162.37/2168.56	c #Conflicts:    2318000 | #Constraints:      38848
2162.37/2168.56	c #Conflicts:    2319000 | #Constraints:      39873
2162.37/2168.56	c #Conflicts:    2320000 | #Constraints:      40907
2162.37/2168.56	c #Conflicts:    2321000 | #Constraints:      41954
2162.37/2168.56	c #Conflicts:    2322000 | #Constraints:      42989
2162.37/2168.56	c #Conflicts:    2323000 | #Constraints:      44029
2162.37/2168.56	c #Conflicts:    2324000 | #Constraints:      45060
2162.37/2168.56	c #Conflicts:    2325000 | #Constraints:      46082
2162.37/2168.56	c #Conflicts:    2326000 | #Constraints:      47104
2162.37/2168.56	c #Conflicts:    2327000 | #Constraints:      48136
2162.37/2168.56	c #Conflicts:    2328000 | #Constraints:      49158
2162.37/2168.56	c #Conflicts:    2329000 | #Constraints:      50200
2162.37/2168.56	c #Conflicts:    2330000 | #Constraints:      51229
2162.37/2168.56	c #Conflicts:    2331000 | #Constraints:      52258
2162.37/2168.56	c #Conflicts:    2332000 | #Constraints:      53278
2162.37/2168.56	c #Conflicts:    2333000 | #Constraints:      54299
2162.37/2168.56	c #Conflicts:    2334000 | #Constraints:      55324
2162.37/2168.56	c #Conflicts:    2335000 | #Constraints:      56340
2162.37/2168.56	c #Conflicts:    2336000 | #Constraints:      57375
2162.37/2168.56	c #Conflicts:    2337000 | #Constraints:      58409
2162.37/2168.56	c #Conflicts:    2338000 | #Constraints:      59435
2162.37/2168.56	c #Conflicts:    2339000 | #Constraints:      60458
2162.37/2168.56	c #Conflicts:    2340000 | #Constraints:      61477
2162.37/2168.56	c #Conflicts:    2341000 | #Constraints:      62498
2162.37/2168.56	c #Conflicts:    2342000 | #Constraints:      63525
2162.37/2168.56	c #Conflicts:    2343000 | #Constraints:      64553
2162.37/2168.56	c #Conflicts:    2344000 | #Constraints:      65581
2162.37/2168.56	c #Conflicts:    2345000 | #Constraints:      66615
2162.37/2168.56	c #Conflicts:    2346000 | #Constraints:      67636
2162.37/2168.56	c #Conflicts:    2347000 | #Constraints:      68662
2162.37/2168.56	c INPROCESSING
2162.37/2168.56	c GARBAGE COLLECT
2162.37/2168.56	c rational objective 998
2197.48/2203.77	c #Conflicts:    2348000 | #Constraints:      38667
2197.48/2203.77	c #Conflicts:    2349000 | #Constraints:      39667
2197.48/2203.77	c #Conflicts:    2350000 | #Constraints:      40667
2197.48/2203.77	c #Conflicts:    2351000 | #Constraints:      41667
2197.48/2203.77	c #Conflicts:    2352000 | #Constraints:      42667
2197.48/2203.77	c #Conflicts:    2353000 | #Constraints:      43667
2197.48/2203.77	c #Conflicts:    2354000 | #Constraints:      44667
2197.48/2203.77	c #Conflicts:    2355000 | #Constraints:      45667
2197.48/2203.77	c #Conflicts:    2356000 | #Constraints:      46667
2197.48/2203.77	c #Conflicts:    2357000 | #Constraints:      47667
2197.48/2203.77	c #Conflicts:    2358000 | #Constraints:      48667
2197.48/2203.77	c #Conflicts:    2359000 | #Constraints:      49667
2197.48/2203.77	c #Conflicts:    2360000 | #Constraints:      50667
2197.48/2203.77	c #Conflicts:    2361000 | #Constraints:      51667
2197.48/2203.77	c #Conflicts:    2362000 | #Constraints:      52667
2197.48/2203.77	c #Conflicts:    2363000 | #Constraints:      53667
2197.48/2203.77	c #Conflicts:    2364000 | #Constraints:      54667
2197.48/2203.77	c #Conflicts:    2365000 | #Constraints:      55667
2197.48/2203.77	c #Conflicts:    2366000 | #Constraints:      56667
2197.48/2203.77	c #Conflicts:    2367000 | #Constraints:      57667
2197.48/2203.77	c #Conflicts:    2368000 | #Constraints:      58667
2197.48/2203.77	c #Conflicts:    2369000 | #Constraints:      59667
2197.48/2203.77	c #Conflicts:    2370000 | #Constraints:      60667
2197.48/2203.77	c #Conflicts:    2371000 | #Constraints:      61667
2197.48/2203.77	c #Conflicts:    2372000 | #Constraints:      62667
2197.48/2203.77	c #Conflicts:    2373000 | #Constraints:      63667
2197.48/2203.77	c #Conflicts:    2374000 | #Constraints:      64667
2197.48/2203.77	c #Conflicts:    2375000 | #Constraints:      65667
2197.48/2203.77	c #Conflicts:    2376000 | #Constraints:      66667
2197.48/2203.77	c #Conflicts:    2377000 | #Constraints:      67667
2197.48/2203.77	c #Conflicts:    2378000 | #Constraints:      68667
2197.48/2203.77	c INPROCESSING
2197.48/2203.77	c GARBAGE COLLECT
2197.48/2203.77	c rational objective 998
2236.19/2242.53	c #Conflicts:    2379000 | #Constraints:      38844
2236.19/2242.53	c #Conflicts:    2380000 | #Constraints:      39844
2236.19/2242.53	c #Conflicts:    2381000 | #Constraints:      40844
2236.19/2242.53	c #Conflicts:    2382000 | #Constraints:      41844
2236.19/2242.53	c #Conflicts:    2383000 | #Constraints:      42844
2236.19/2242.53	c #Conflicts:    2384000 | #Constraints:      43844
2236.19/2242.53	c #Conflicts:    2385000 | #Constraints:      44844
2236.19/2242.53	c #Conflicts:    2386000 | #Constraints:      45844
2236.19/2242.53	c #Conflicts:    2387000 | #Constraints:      46844
2236.19/2242.53	c #Conflicts:    2388000 | #Constraints:      47844
2236.19/2242.53	c #Conflicts:    2389000 | #Constraints:      48844
2236.19/2242.53	c #Conflicts:    2390000 | #Constraints:      49844
2236.19/2242.53	c #Conflicts:    2391000 | #Constraints:      50844
2236.19/2242.53	c #Conflicts:    2392000 | #Constraints:      51844
2236.19/2242.53	c #Conflicts:    2393000 | #Constraints:      52844
2236.19/2242.53	c #Conflicts:    2394000 | #Constraints:      53844
2236.19/2242.53	c #Conflicts:    2395000 | #Constraints:      54844
2236.19/2242.53	c #Conflicts:    2396000 | #Constraints:      55844
2236.19/2242.53	c #Conflicts:    2397000 | #Constraints:      56844
2236.19/2242.53	c #Conflicts:    2398000 | #Constraints:      57844
2236.19/2242.53	c #Conflicts:    2399000 | #Constraints:      58844
2236.19/2242.53	c #Conflicts:    2400000 | #Constraints:      59844
2236.19/2242.53	c #Conflicts:    2401000 | #Constraints:      60844
2236.19/2242.53	c #Conflicts:    2402000 | #Constraints:      61844
2236.19/2242.53	c #Conflicts:    2403000 | #Constraints:      62844
2236.19/2242.53	c #Conflicts:    2404000 | #Constraints:      63844
2236.19/2242.53	c #Conflicts:    2405000 | #Constraints:      64844
2236.19/2242.53	c #Conflicts:    2406000 | #Constraints:      65844
2236.19/2242.53	c #Conflicts:    2407000 | #Constraints:      66844
2236.19/2242.53	c #Conflicts:    2408000 | #Constraints:      67844
2236.19/2242.53	c #Conflicts:    2409000 | #Constraints:      68844
2236.19/2242.53	c INPROCESSING
2236.19/2242.53	c GARBAGE COLLECT
2236.19/2242.53	c rational objective 998
2290.45/2296.93	c #Conflicts:    2410000 | #Constraints:      38950
2290.45/2296.93	c #Conflicts:    2411000 | #Constraints:      39987
2290.45/2296.93	c #Conflicts:    2412000 | #Constraints:      41010
2290.45/2296.93	c #Conflicts:    2413000 | #Constraints:      42026
2290.45/2296.93	c #Conflicts:    2414000 | #Constraints:      43059
2290.45/2296.93	c #Conflicts:    2415000 | #Constraints:      44079
2290.45/2296.93	c #Conflicts:    2416000 | #Constraints:      45087
2290.45/2296.93	c #Conflicts:    2417000 | #Constraints:      46103
2290.45/2296.93	c #Conflicts:    2418000 | #Constraints:      47130
2290.45/2296.93	c #Conflicts:    2419000 | #Constraints:      48157
2290.45/2296.93	c #Conflicts:    2420000 | #Constraints:      49176
2290.45/2296.93	c #Conflicts:    2421000 | #Constraints:      50197
2290.45/2296.93	c #Conflicts:    2422000 | #Constraints:      51222
2290.45/2296.93	c #Conflicts:    2423000 | #Constraints:      52250
2290.45/2296.93	c #Conflicts:    2424000 | #Constraints:      53263
2290.45/2296.93	c #Conflicts:    2425000 | #Constraints:      54281
2290.45/2296.93	c #Conflicts:    2426000 | #Constraints:      55300
2290.45/2296.93	c #Conflicts:    2427000 | #Constraints:      56314
2290.45/2296.93	c #Conflicts:    2428000 | #Constraints:      57341
2290.45/2296.93	c #Conflicts:    2429000 | #Constraints:      58364
2290.45/2296.93	c #Conflicts:    2430000 | #Constraints:      59386
2290.45/2296.93	c #Conflicts:    2431000 | #Constraints:      60406
2290.45/2296.93	c #Conflicts:    2432000 | #Constraints:      61421
2290.45/2296.93	c #Conflicts:    2433000 | #Constraints:      62434
2290.45/2296.93	c #Conflicts:    2434000 | #Constraints:      63460
2290.45/2296.93	c #Conflicts:    2435000 | #Constraints:      64480
2290.45/2296.93	c #Conflicts:    2436000 | #Constraints:      65491
2290.45/2296.93	c #Conflicts:    2437000 | #Constraints:      66507
2290.45/2296.93	c #Conflicts:    2438000 | #Constraints:      67522
2290.45/2296.93	c #Conflicts:    2439000 | #Constraints:      68541
2290.45/2296.93	c #Conflicts:    2440000 | #Constraints:      69563
2290.45/2296.93	c INPROCESSING
2290.45/2296.93	c GARBAGE COLLECT
2290.45/2296.93	c rational objective 998
2326.37/2332.90	c #Conflicts:    2441000 | #Constraints:      39106
2326.37/2332.90	c #Conflicts:    2442000 | #Constraints:      40106
2326.37/2332.90	c #Conflicts:    2443000 | #Constraints:      41106
2326.37/2332.90	c #Conflicts:    2444000 | #Constraints:      42106
2326.37/2332.90	c #Conflicts:    2445000 | #Constraints:      43106
2326.37/2332.90	c #Conflicts:    2446000 | #Constraints:      44106
2326.37/2332.90	c #Conflicts:    2447000 | #Constraints:      45106
2326.37/2332.90	c #Conflicts:    2448000 | #Constraints:      46106
2326.37/2332.90	c #Conflicts:    2449000 | #Constraints:      47106
2326.37/2332.90	c #Conflicts:    2450000 | #Constraints:      48106
2326.37/2332.90	c #Conflicts:    2451000 | #Constraints:      49106
2326.37/2332.90	c #Conflicts:    2452000 | #Constraints:      50106
2326.37/2332.90	c #Conflicts:    2453000 | #Constraints:      51106
2326.37/2332.90	c #Conflicts:    2454000 | #Constraints:      52106
2326.37/2332.90	c #Conflicts:    2455000 | #Constraints:      53106
2326.37/2332.90	c #Conflicts:    2456000 | #Constraints:      54106
2326.37/2332.90	c #Conflicts:    2457000 | #Constraints:      55106
2326.37/2332.90	c #Conflicts:    2458000 | #Constraints:      56106
2326.37/2332.90	c #Conflicts:    2459000 | #Constraints:      57106
2326.37/2332.90	c #Conflicts:    2460000 | #Constraints:      58106
2326.37/2332.90	c #Conflicts:    2461000 | #Constraints:      59106
2326.37/2332.90	c #Conflicts:    2462000 | #Constraints:      60106
2326.37/2332.90	c #Conflicts:    2463000 | #Constraints:      61106
2326.37/2332.90	c #Conflicts:    2464000 | #Constraints:      62106
2326.37/2332.90	c #Conflicts:    2465000 | #Constraints:      63106
2326.37/2332.90	c #Conflicts:    2466000 | #Constraints:      64106
2326.37/2332.90	c #Conflicts:    2467000 | #Constraints:      65106
2326.37/2332.90	c #Conflicts:    2468000 | #Constraints:      66106
2326.37/2332.90	c #Conflicts:    2469000 | #Constraints:      67106
2326.37/2332.90	c #Conflicts:    2470000 | #Constraints:      68106
2326.37/2332.90	c #Conflicts:    2471000 | #Constraints:      69106
2326.37/2332.90	c INPROCESSING
2326.37/2332.90	c GARBAGE COLLECT
2326.37/2332.90	c rational objective 998
2364.49/2371.19	c #Conflicts:    2472000 | #Constraints:      38775
2364.49/2371.19	c #Conflicts:    2473000 | #Constraints:      39775
2364.49/2371.19	c #Conflicts:    2474000 | #Constraints:      40775
2364.49/2371.19	c #Conflicts:    2475000 | #Constraints:      41775
2364.49/2371.19	c #Conflicts:    2476000 | #Constraints:      42775
2364.49/2371.19	c #Conflicts:    2477000 | #Constraints:      43775
2364.49/2371.19	c #Conflicts:    2478000 | #Constraints:      44775
2364.49/2371.19	c #Conflicts:    2479000 | #Constraints:      45775
2364.49/2371.19	c #Conflicts:    2480000 | #Constraints:      46775
2364.49/2371.19	c #Conflicts:    2481000 | #Constraints:      47775
2364.49/2371.19	c #Conflicts:    2482000 | #Constraints:      48775
2364.49/2371.19	c #Conflicts:    2483000 | #Constraints:      49775
2364.49/2371.19	c #Conflicts:    2484000 | #Constraints:      50775
2364.49/2371.19	c #Conflicts:    2485000 | #Constraints:      51775
2364.49/2371.19	c #Conflicts:    2486000 | #Constraints:      52775
2364.49/2371.19	c #Conflicts:    2487000 | #Constraints:      53775
2364.49/2371.19	c #Conflicts:    2488000 | #Constraints:      54775
2364.49/2371.19	c #Conflicts:    2489000 | #Constraints:      55775
2364.49/2371.19	c #Conflicts:    2490000 | #Constraints:      56775
2364.49/2371.19	c #Conflicts:    2491000 | #Constraints:      57775
2364.49/2371.19	c #Conflicts:    2492000 | #Constraints:      58775
2364.49/2371.19	c #Conflicts:    2493000 | #Constraints:      59775
2364.49/2371.19	c #Conflicts:    2494000 | #Constraints:      60775
2364.49/2371.19	c #Conflicts:    2495000 | #Constraints:      61775
2364.49/2371.19	c #Conflicts:    2496000 | #Constraints:      62775
2364.49/2371.19	c #Conflicts:    2497000 | #Constraints:      63775
2364.49/2371.19	c #Conflicts:    2498000 | #Constraints:      64775
2364.49/2371.19	c #Conflicts:    2499000 | #Constraints:      65775
2364.49/2371.19	c #Conflicts:    2500000 | #Constraints:      66775
2364.49/2371.19	c #Conflicts:    2501000 | #Constraints:      67775
2364.49/2371.19	c #Conflicts:    2502000 | #Constraints:      68775
2364.49/2371.19	c #Conflicts:    2503000 | #Constraints:      69775
2364.49/2371.19	c INPROCESSING
2364.49/2371.19	c GARBAGE COLLECT
2364.49/2371.19	c rational objective 998
2401.19/2407.99	c #Conflicts:    2504000 | #Constraints:      39309
2401.19/2407.99	c #Conflicts:    2505000 | #Constraints:      40309
2401.19/2407.99	c #Conflicts:    2506000 | #Constraints:      41309
2401.19/2407.99	c #Conflicts:    2507000 | #Constraints:      42309
2401.19/2407.99	c #Conflicts:    2508000 | #Constraints:      43309
2401.19/2407.99	c #Conflicts:    2509000 | #Constraints:      44309
2401.19/2407.99	c #Conflicts:    2510000 | #Constraints:      45309
2401.19/2407.99	c #Conflicts:    2511000 | #Constraints:      46309
2401.19/2407.99	c #Conflicts:    2512000 | #Constraints:      47309
2401.19/2407.99	c #Conflicts:    2513000 | #Constraints:      48309
2401.19/2407.99	c #Conflicts:    2514000 | #Constraints:      49309
2401.19/2407.99	c #Conflicts:    2515000 | #Constraints:      50309
2401.19/2407.99	c #Conflicts:    2516000 | #Constraints:      51309
2401.19/2407.99	c #Conflicts:    2517000 | #Constraints:      52309
2401.19/2407.99	c #Conflicts:    2518000 | #Constraints:      53309
2401.19/2407.99	c #Conflicts:    2519000 | #Constraints:      54309
2401.19/2407.99	c #Conflicts:    2520000 | #Constraints:      55309
2401.19/2407.99	c #Conflicts:    2521000 | #Constraints:      56309
2401.19/2407.99	c #Conflicts:    2522000 | #Constraints:      57309
2401.19/2407.99	c #Conflicts:    2523000 | #Constraints:      58309
2401.19/2407.99	c #Conflicts:    2524000 | #Constraints:      59309
2401.19/2407.99	c #Conflicts:    2525000 | #Constraints:      60309
2401.19/2407.99	c #Conflicts:    2526000 | #Constraints:      61309
2401.19/2407.99	c #Conflicts:    2527000 | #Constraints:      62309
2401.19/2407.99	c #Conflicts:    2528000 | #Constraints:      63309
2401.19/2407.99	c #Conflicts:    2529000 | #Constraints:      64309
2401.19/2407.99	c #Conflicts:    2530000 | #Constraints:      65309
2401.19/2407.99	c #Conflicts:    2531000 | #Constraints:      66309
2401.19/2407.99	c #Conflicts:    2532000 | #Constraints:      67309
2401.19/2407.99	c #Conflicts:    2533000 | #Constraints:      68309
2401.19/2407.99	c #Conflicts:    2534000 | #Constraints:      69309
2401.19/2407.99	c #Conflicts:    2535000 | #Constraints:      70309
2401.19/2407.99	c INPROCESSING
2401.19/2407.99	c GARBAGE COLLECT
2401.19/2407.99	c rational objective 998
2440.59/2447.43	c #Conflicts:    2536000 | #Constraints:      39679
2440.59/2447.43	c #Conflicts:    2537000 | #Constraints:      40731
2440.59/2447.43	c #Conflicts:    2538000 | #Constraints:      41789
2440.59/2447.43	c #Conflicts:    2539000 | #Constraints:      42858
2440.59/2447.43	c #Conflicts:    2540000 | #Constraints:      43909
2440.59/2447.43	c #Conflicts:    2541000 | #Constraints:      44954
2440.59/2447.43	c #Conflicts:    2542000 | #Constraints:      45990
2440.59/2447.43	c #Conflicts:    2543000 | #Constraints:      47027
2440.59/2447.43	c #Conflicts:    2544000 | #Constraints:      48058
2440.59/2447.43	c #Conflicts:    2545000 | #Constraints:      49093
2440.59/2447.43	c #Conflicts:    2546000 | #Constraints:      50131
2440.59/2447.43	c #Conflicts:    2547000 | #Constraints:      51164
2440.59/2447.43	c #Conflicts:    2548000 | #Constraints:      52199
2440.59/2447.43	c #Conflicts:    2549000 | #Constraints:      53234
2440.59/2447.43	c #Conflicts:    2550000 | #Constraints:      54267
2440.59/2447.43	c #Conflicts:    2551000 | #Constraints:      55296
2440.59/2447.43	c #Conflicts:    2552000 | #Constraints:      56337
2440.59/2447.43	c #Conflicts:    2553000 | #Constraints:      57373
2440.59/2447.43	c #Conflicts:    2554000 | #Constraints:      58425
2440.59/2447.43	c #Conflicts:    2555000 | #Constraints:      59459
2440.59/2447.43	c #Conflicts:    2556000 | #Constraints:      60494
2440.59/2447.43	c #Conflicts:    2557000 | #Constraints:      61536
2440.59/2447.43	c #Conflicts:    2558000 | #Constraints:      62579
2440.59/2447.43	c #Conflicts:    2559000 | #Constraints:      63625
2440.59/2447.43	c #Conflicts:    2560000 | #Constraints:      64675
2440.59/2447.43	c #Conflicts:    2561000 | #Constraints:      65712
2440.59/2447.43	c #Conflicts:    2562000 | #Constraints:      66757
2440.59/2447.43	c #Conflicts:    2563000 | #Constraints:      67812
2440.59/2447.43	c #Conflicts:    2564000 | #Constraints:      68871
2440.59/2447.43	c #Conflicts:    2565000 | #Constraints:      69932
2440.59/2447.43	c #Conflicts:    2566000 | #Constraints:      70999
2440.59/2447.43	c #Conflicts:    2567000 | #Constraints:      72023
2440.59/2447.43	c INPROCESSING
2440.59/2447.43	c GARBAGE COLLECT
2440.59/2447.43	c rational objective 998
2482.59/2489.55	c #Conflicts:    2568000 | #Constraints:      40423
2482.59/2489.55	c #Conflicts:    2569000 | #Constraints:      41423
2482.59/2489.55	c #Conflicts:    2570000 | #Constraints:      42423
2482.59/2489.55	c #Conflicts:    2571000 | #Constraints:      43423
2482.59/2489.55	c #Conflicts:    2572000 | #Constraints:      44423
2482.59/2489.55	c #Conflicts:    2573000 | #Constraints:      45423
2482.59/2489.55	c #Conflicts:    2574000 | #Constraints:      46423
2482.59/2489.55	c #Conflicts:    2575000 | #Constraints:      47423
2482.59/2489.55	c #Conflicts:    2576000 | #Constraints:      48423
2482.59/2489.55	c #Conflicts:    2577000 | #Constraints:      49423
2482.59/2489.55	c #Conflicts:    2578000 | #Constraints:      50423
2482.59/2489.55	c #Conflicts:    2579000 | #Constraints:      51423
2482.59/2489.55	c #Conflicts:    2580000 | #Constraints:      52423
2482.59/2489.55	c #Conflicts:    2581000 | #Constraints:      53423
2482.59/2489.55	c #Conflicts:    2582000 | #Constraints:      54423
2482.59/2489.55	c #Conflicts:    2583000 | #Constraints:      55423
2482.59/2489.55	c #Conflicts:    2584000 | #Constraints:      56423
2482.59/2489.55	c #Conflicts:    2585000 | #Constraints:      57423
2482.59/2489.55	c #Conflicts:    2586000 | #Constraints:      58423
2482.59/2489.55	c #Conflicts:    2587000 | #Constraints:      59423
2482.59/2489.55	c #Conflicts:    2588000 | #Constraints:      60423
2482.59/2489.55	c #Conflicts:    2589000 | #Constraints:      61423
2482.59/2489.55	c #Conflicts:    2590000 | #Constraints:      62423
2482.59/2489.55	c #Conflicts:    2591000 | #Constraints:      63423
2482.59/2489.55	c #Conflicts:    2592000 | #Constraints:      64423
2482.59/2489.55	c #Conflicts:    2593000 | #Constraints:      65423
2482.59/2489.55	c #Conflicts:    2594000 | #Constraints:      66423
2482.59/2489.55	c #Conflicts:    2595000 | #Constraints:      67423
2482.59/2489.55	c #Conflicts:    2596000 | #Constraints:      68423
2482.59/2489.55	c #Conflicts:    2597000 | #Constraints:      69423
2482.59/2489.55	c #Conflicts:    2598000 | #Constraints:      70423
2482.59/2489.55	c #Conflicts:    2599000 | #Constraints:      71423
2482.59/2489.55	c INPROCESSING
2482.59/2489.55	c GARBAGE COLLECT
2482.59/2489.55	c rational objective 998
2517.30/2524.32	c #Conflicts:    2600000 | #Constraints:      40112
2517.30/2524.32	c #Conflicts:    2601000 | #Constraints:      41143
2517.30/2524.32	c #Conflicts:    2602000 | #Constraints:      42188
2517.30/2524.32	c #Conflicts:    2603000 | #Constraints:      43239
2517.30/2524.32	c #Conflicts:    2604000 | #Constraints:      44288
2517.30/2524.32	c #Conflicts:    2605000 | #Constraints:      45323
2517.30/2524.32	c #Conflicts:    2606000 | #Constraints:      46363
2517.30/2524.32	c #Conflicts:    2607000 | #Constraints:      47403
2517.30/2524.32	c #Conflicts:    2608000 | #Constraints:      48435
2517.30/2524.32	c #Conflicts:    2609000 | #Constraints:      49473
2517.30/2524.32	c #Conflicts:    2610000 | #Constraints:      50508
2517.30/2524.32	c #Conflicts:    2611000 | #Constraints:      51543
2517.30/2524.32	c #Conflicts:    2612000 | #Constraints:      52576
2517.30/2524.32	c #Conflicts:    2613000 | #Constraints:      53605
2517.30/2524.32	c #Conflicts:    2614000 | #Constraints:      54633
2517.30/2524.32	c #Conflicts:    2615000 | #Constraints:      55662
2517.30/2524.32	c #Conflicts:    2616000 | #Constraints:      56694
2517.30/2524.32	c #Conflicts:    2617000 | #Constraints:      57715
2517.30/2524.32	c #Conflicts:    2618000 | #Constraints:      58747
2517.30/2524.32	c #Conflicts:    2619000 | #Constraints:      59765
2517.30/2524.32	c #Conflicts:    2620000 | #Constraints:      60788
2517.30/2524.32	c #Conflicts:    2621000 | #Constraints:      61824
2517.30/2524.32	c #Conflicts:    2622000 | #Constraints:      62846
2517.30/2524.32	c #Conflicts:    2623000 | #Constraints:      63868
2517.30/2524.32	c #Conflicts:    2624000 | #Constraints:      64899
2517.30/2524.32	c #Conflicts:    2625000 | #Constraints:      65912
2517.30/2524.32	c #Conflicts:    2626000 | #Constraints:      66938
2517.30/2524.32	c #Conflicts:    2627000 | #Constraints:      67961
2517.30/2524.32	c #Conflicts:    2628000 | #Constraints:      68979
2517.30/2524.32	c #Conflicts:    2629000 | #Constraints:      69999
2517.30/2524.32	c #Conflicts:    2630000 | #Constraints:      71041
2517.30/2524.32	c #Conflicts:    2631000 | #Constraints:      72070
2517.30/2524.32	c INPROCESSING
2517.30/2524.32	c GARBAGE COLLECT
2517.30/2524.32	c rational objective 998
2559.20/2566.39	c #Conflicts:    2632000 | #Constraints:      40192
2559.20/2566.39	c #Conflicts:    2633000 | #Constraints:      41192
2559.20/2566.39	c #Conflicts:    2634000 | #Constraints:      42192
2559.20/2566.39	c #Conflicts:    2635000 | #Constraints:      43192
2559.20/2566.39	c #Conflicts:    2636000 | #Constraints:      44192
2559.20/2566.39	c #Conflicts:    2637000 | #Constraints:      45192
2559.20/2566.39	c #Conflicts:    2638000 | #Constraints:      46192
2559.20/2566.39	c #Conflicts:    2639000 | #Constraints:      47192
2559.20/2566.39	c #Conflicts:    2640000 | #Constraints:      48192
2559.20/2566.39	c #Conflicts:    2641000 | #Constraints:      49192
2559.20/2566.39	c #Conflicts:    2642000 | #Constraints:      50192
2559.20/2566.39	c #Conflicts:    2643000 | #Constraints:      51192
2559.20/2566.39	c #Conflicts:    2644000 | #Constraints:      52192
2559.20/2566.39	c #Conflicts:    2645000 | #Constraints:      53193
2559.20/2566.39	c #Conflicts:    2646000 | #Constraints:      54193
2559.20/2566.39	c #Conflicts:    2647000 | #Constraints:      55195
2559.20/2566.39	c #Conflicts:    2648000 | #Constraints:      56196
2559.20/2566.39	c #Conflicts:    2649000 | #Constraints:      57196
2559.20/2566.39	c #Conflicts:    2650000 | #Constraints:      58197
2559.20/2566.39	c #Conflicts:    2651000 | #Constraints:      59197
2559.20/2566.39	c #Conflicts:    2652000 | #Constraints:      60197
2559.20/2566.39	c #Conflicts:    2653000 | #Constraints:      61198
2559.20/2566.39	c #Conflicts:    2654000 | #Constraints:      62198
2559.20/2566.39	c #Conflicts:    2655000 | #Constraints:      63198
2559.20/2566.39	c #Conflicts:    2656000 | #Constraints:      64199
2559.20/2566.39	c #Conflicts:    2657000 | #Constraints:      65200
2559.20/2566.39	c #Conflicts:    2658000 | #Constraints:      66201
2559.20/2566.39	c #Conflicts:    2659000 | #Constraints:      67201
2559.20/2566.39	c #Conflicts:    2660000 | #Constraints:      68201
2559.20/2566.39	c #Conflicts:    2661000 | #Constraints:      69201
2559.20/2566.39	c #Conflicts:    2662000 | #Constraints:      70201
2559.20/2566.39	c #Conflicts:    2663000 | #Constraints:      71202
2559.20/2566.39	c #Conflicts:    2664000 | #Constraints:      72202
2559.20/2566.39	c INPROCESSING
2559.20/2566.39	c GARBAGE COLLECT
2559.20/2566.39	c rational objective 998
2599.60/2606.85	c #Conflicts:    2665000 | #Constraints:      40528
2599.60/2606.85	c #Conflicts:    2666000 | #Constraints:      41528
2599.60/2606.85	c #Conflicts:    2667000 | #Constraints:      42528
2599.60/2606.85	c #Conflicts:    2668000 | #Constraints:      43528
2599.60/2606.85	c #Conflicts:    2669000 | #Constraints:      44528
2599.60/2606.85	c #Conflicts:    2670000 | #Constraints:      45528
2599.60/2606.85	c #Conflicts:    2671000 | #Constraints:      46528
2599.60/2606.85	c #Conflicts:    2672000 | #Constraints:      47528
2599.60/2606.85	c #Conflicts:    2673000 | #Constraints:      48528
2599.60/2606.85	c #Conflicts:    2674000 | #Constraints:      49528
2599.60/2606.85	c #Conflicts:    2675000 | #Constraints:      50528
2599.60/2606.85	c #Conflicts:    2676000 | #Constraints:      51528
2599.60/2606.85	c #Conflicts:    2677000 | #Constraints:      52528
2599.60/2606.85	c #Conflicts:    2678000 | #Constraints:      53528
2599.60/2606.85	c #Conflicts:    2679000 | #Constraints:      54528
2599.60/2606.85	c #Conflicts:    2680000 | #Constraints:      55528
2599.60/2606.85	c #Conflicts:    2681000 | #Constraints:      56528
2599.60/2606.85	c #Conflicts:    2682000 | #Constraints:      57528
2599.60/2606.85	c #Conflicts:    2683000 | #Constraints:      58528
2599.60/2606.85	c #Conflicts:    2684000 | #Constraints:      59528
2599.60/2606.85	c #Conflicts:    2685000 | #Constraints:      60528
2599.60/2606.85	c #Conflicts:    2686000 | #Constraints:      61528
2599.60/2606.85	c #Conflicts:    2687000 | #Constraints:      62528
2599.60/2606.85	c #Conflicts:    2688000 | #Constraints:      63528
2599.60/2606.85	c #Conflicts:    2689000 | #Constraints:      64528
2599.60/2606.85	c #Conflicts:    2690000 | #Constraints:      65528
2599.60/2606.85	c #Conflicts:    2691000 | #Constraints:      66528
2599.60/2606.85	c #Conflicts:    2692000 | #Constraints:      67528
2599.60/2606.85	c #Conflicts:    2693000 | #Constraints:      68528
2599.60/2606.85	c #Conflicts:    2694000 | #Constraints:      69528
2599.60/2606.85	c #Conflicts:    2695000 | #Constraints:      70528
2599.60/2606.85	c #Conflicts:    2696000 | #Constraints:      71528
2599.60/2606.85	c #Conflicts:    2697000 | #Constraints:      72528
2599.60/2606.85	c INPROCESSING
2599.60/2606.85	c GARBAGE COLLECT
2599.60/2606.85	c rational objective 998
2638.30/2645.61	c #Conflicts:    2698000 | #Constraints:      40798
2638.30/2645.61	c #Conflicts:    2699000 | #Constraints:      41901
2638.30/2645.61	c #Conflicts:    2700000 | #Constraints:      42950
2638.30/2645.61	c #Conflicts:    2701000 | #Constraints:      43989
2638.30/2645.61	c #Conflicts:    2702000 | #Constraints:      45045
2638.30/2645.61	c #Conflicts:    2703000 | #Constraints:      46088
2638.30/2645.61	c #Conflicts:    2704000 | #Constraints:      47128
2638.30/2645.61	c #Conflicts:    2705000 | #Constraints:      48160
2638.30/2645.61	c #Conflicts:    2706000 | #Constraints:      49198
2638.30/2645.61	c #Conflicts:    2707000 | #Constraints:      50241
2638.30/2645.61	c #Conflicts:    2708000 | #Constraints:      51281
2638.30/2645.61	c #Conflicts:    2709000 | #Constraints:      52312
2638.30/2645.61	c #Conflicts:    2710000 | #Constraints:      53347
2638.30/2645.61	c #Conflicts:    2711000 | #Constraints:      54378
2638.30/2645.61	c #Conflicts:    2712000 | #Constraints:      55412
2638.30/2645.61	c #Conflicts:    2713000 | #Constraints:      56455
2638.30/2645.61	c #Conflicts:    2714000 | #Constraints:      57484
2638.30/2645.61	c #Conflicts:    2715000 | #Constraints:      58499
2638.30/2645.61	c #Conflicts:    2716000 | #Constraints:      59523
2638.30/2645.61	c #Conflicts:    2717000 | #Constraints:      60553
2638.30/2645.61	c #Conflicts:    2718000 | #Constraints:      61581
2638.30/2645.61	c #Conflicts:    2719000 | #Constraints:      62614
2638.30/2645.61	c #Conflicts:    2720000 | #Constraints:      63649
2638.30/2645.61	c #Conflicts:    2721000 | #Constraints:      64680
2638.30/2645.61	c #Conflicts:    2722000 | #Constraints:      65708
2638.30/2645.61	c #Conflicts:    2723000 | #Constraints:      66726
2638.30/2645.61	c #Conflicts:    2724000 | #Constraints:      67749
2638.30/2645.61	c #Conflicts:    2725000 | #Constraints:      68776
2638.30/2645.61	c #Conflicts:    2726000 | #Constraints:      69806
2638.30/2645.61	c #Conflicts:    2727000 | #Constraints:      70826
2638.30/2645.61	c #Conflicts:    2728000 | #Constraints:      71843
2638.30/2645.61	c #Conflicts:    2729000 | #Constraints:      72870
2638.30/2645.61	c #Conflicts:    2730000 | #Constraints:      73889
2638.30/2645.61	c INPROCESSING
2638.30/2645.61	c GARBAGE COLLECT
2638.30/2645.61	c rational objective 998
2682.50/2689.90	c #Conflicts:    2731000 | #Constraints:      41365
2682.50/2689.90	c #Conflicts:    2732000 | #Constraints:      42365
2682.50/2689.90	c #Conflicts:    2733000 | #Constraints:      43365
2682.50/2689.90	c #Conflicts:    2734000 | #Constraints:      44365
2682.50/2689.90	c #Conflicts:    2735000 | #Constraints:      45365
2682.50/2689.90	c #Conflicts:    2736000 | #Constraints:      46365
2682.50/2689.90	c #Conflicts:    2737000 | #Constraints:      47365
2682.50/2689.90	c #Conflicts:    2738000 | #Constraints:      48365
2682.50/2689.90	c #Conflicts:    2739000 | #Constraints:      49365
2682.50/2689.90	c #Conflicts:    2740000 | #Constraints:      50365
2682.50/2689.90	c #Conflicts:    2741000 | #Constraints:      51365
2682.50/2689.90	c #Conflicts:    2742000 | #Constraints:      52365
2682.50/2689.90	c #Conflicts:    2743000 | #Constraints:      53365
2682.50/2689.90	c #Conflicts:    2744000 | #Constraints:      54365
2682.50/2689.90	c #Conflicts:    2745000 | #Constraints:      55365
2682.50/2689.90	c #Conflicts:    2746000 | #Constraints:      56365
2682.50/2689.90	c #Conflicts:    2747000 | #Constraints:      57365
2682.50/2689.90	c #Conflicts:    2748000 | #Constraints:      58365
2682.50/2689.90	c #Conflicts:    2749000 | #Constraints:      59365
2682.50/2689.90	c #Conflicts:    2750000 | #Constraints:      60365
2682.50/2689.90	c #Conflicts:    2751000 | #Constraints:      61365
2682.50/2689.90	c #Conflicts:    2752000 | #Constraints:      62365
2682.50/2689.90	c #Conflicts:    2753000 | #Constraints:      63365
2682.50/2689.90	c #Conflicts:    2754000 | #Constraints:      64365
2682.50/2689.90	c #Conflicts:    2755000 | #Constraints:      65365
2682.50/2689.90	c #Conflicts:    2756000 | #Constraints:      66365
2682.50/2689.90	c #Conflicts:    2757000 | #Constraints:      67365
2682.50/2689.90	c #Conflicts:    2758000 | #Constraints:      68365
2682.50/2689.90	c #Conflicts:    2759000 | #Constraints:      69365
2682.50/2689.90	c #Conflicts:    2760000 | #Constraints:      70365
2682.50/2689.90	c #Conflicts:    2761000 | #Constraints:      71365
2682.50/2689.90	c #Conflicts:    2762000 | #Constraints:      72365
2682.50/2689.90	c #Conflicts:    2763000 | #Constraints:      73365
2682.50/2689.90	c INPROCESSING
2682.50/2689.90	c GARBAGE COLLECT
2682.50/2689.90	c rational objective 998
2724.88/2732.50	c #Conflicts:    2764000 | #Constraints:      41100
2724.88/2732.50	c #Conflicts:    2765000 | #Constraints:      42100
2724.88/2732.50	c #Conflicts:    2766000 | #Constraints:      43135
2724.88/2732.50	c #Conflicts:    2767000 | #Constraints:      44174
2724.88/2732.50	c #Conflicts:    2768000 | #Constraints:      45207
2724.88/2732.50	c #Conflicts:    2769000 | #Constraints:      46244
2724.88/2732.50	c #Conflicts:    2770000 | #Constraints:      47278
2724.88/2732.50	c #Conflicts:    2771000 | #Constraints:      48311
2724.88/2732.50	c #Conflicts:    2772000 | #Constraints:      49351
2724.88/2732.50	c #Conflicts:    2773000 | #Constraints:      50389
2724.88/2732.50	c #Conflicts:    2774000 | #Constraints:      51424
2724.88/2732.50	c #Conflicts:    2775000 | #Constraints:      52452
2724.88/2732.50	c #Conflicts:    2776000 | #Constraints:      53480
2724.88/2732.50	c #Conflicts:    2777000 | #Constraints:      54517
2724.88/2732.50	c #Conflicts:    2778000 | #Constraints:      55551
2724.88/2732.50	c #Conflicts:    2779000 | #Constraints:      56579
2724.88/2732.50	c #Conflicts:    2780000 | #Constraints:      57599
2724.88/2732.50	c #Conflicts:    2781000 | #Constraints:      58631
2724.88/2732.50	c #Conflicts:    2782000 | #Constraints:      59651
2724.88/2732.50	c #Conflicts:    2783000 | #Constraints:      60680
2724.88/2732.50	c #Conflicts:    2784000 | #Constraints:      61710
2724.88/2732.50	c #Conflicts:    2785000 | #Constraints:      62735
2724.88/2732.50	c #Conflicts:    2786000 | #Constraints:      63764
2724.88/2732.50	c #Conflicts:    2787000 | #Constraints:      64794
2724.88/2732.50	c #Conflicts:    2788000 | #Constraints:      65827
2724.88/2732.50	c #Conflicts:    2789000 | #Constraints:      66856
2724.88/2732.50	c #Conflicts:    2790000 | #Constraints:      67894
2724.88/2732.50	c #Conflicts:    2791000 | #Constraints:      68925
2724.88/2732.50	c #Conflicts:    2792000 | #Constraints:      69969
2724.88/2732.50	c #Conflicts:    2793000 | #Constraints:      71004
2724.88/2732.50	c #Conflicts:    2794000 | #Constraints:      72043
2724.88/2732.50	c #Conflicts:    2795000 | #Constraints:      73082
2724.88/2732.50	c #Conflicts:    2796000 | #Constraints:      74126
2724.88/2732.50	c INPROCESSING
2724.88/2732.50	c GARBAGE COLLECT
2724.88/2732.50	c rational objective 998
2768.75/2776.46	c #Conflicts:    2797000 | #Constraints:      41189
2768.75/2776.46	c #Conflicts:    2798000 | #Constraints:      42189
2768.75/2776.46	c #Conflicts:    2799000 | #Constraints:      43189
2768.75/2776.46	c #Conflicts:    2800000 | #Constraints:      44189
2768.75/2776.46	c #Conflicts:    2801000 | #Constraints:      45189
2768.75/2776.46	c #Conflicts:    2802000 | #Constraints:      46189
2768.75/2776.46	c #Conflicts:    2803000 | #Constraints:      47189
2768.75/2776.46	c #Conflicts:    2804000 | #Constraints:      48189
2768.75/2776.46	c #Conflicts:    2805000 | #Constraints:      49190
2768.75/2776.46	c #Conflicts:    2806000 | #Constraints:      50190
2768.75/2776.46	c #Conflicts:    2807000 | #Constraints:      51190
2768.75/2776.46	c #Conflicts:    2808000 | #Constraints:      52190
2768.75/2776.46	c #Conflicts:    2809000 | #Constraints:      53190
2768.75/2776.46	c #Conflicts:    2810000 | #Constraints:      54190
2768.75/2776.46	c #Conflicts:    2811000 | #Constraints:      55190
2768.75/2776.46	c #Conflicts:    2812000 | #Constraints:      56190
2768.75/2776.46	c #Conflicts:    2813000 | #Constraints:      57191
2768.75/2776.46	c #Conflicts:    2814000 | #Constraints:      58192
2768.75/2776.46	c #Conflicts:    2815000 | #Constraints:      59193
2768.75/2776.46	c #Conflicts:    2816000 | #Constraints:      60194
2768.75/2776.46	c #Conflicts:    2817000 | #Constraints:      61195
2768.75/2776.46	c #Conflicts:    2818000 | #Constraints:      62195
2768.75/2776.46	c #Conflicts:    2819000 | #Constraints:      63196
2768.75/2776.46	c #Conflicts:    2820000 | #Constraints:      64197
2768.75/2776.46	c #Conflicts:    2821000 | #Constraints:      65199
2768.75/2776.46	c #Conflicts:    2822000 | #Constraints:      66199
2768.75/2776.46	c #Conflicts:    2823000 | #Constraints:      67200
2768.75/2776.46	c #Conflicts:    2824000 | #Constraints:      68201
2768.75/2776.46	c #Conflicts:    2825000 | #Constraints:      69201
2768.75/2776.46	c #Conflicts:    2826000 | #Constraints:      70202
2768.75/2776.46	c #Conflicts:    2827000 | #Constraints:      71203
2768.75/2776.46	c #Conflicts:    2828000 | #Constraints:      72203
2768.75/2776.46	c #Conflicts:    2829000 | #Constraints:      73204
2768.75/2776.46	c #Conflicts:    2830000 | #Constraints:      74204
2768.75/2776.46	c INPROCESSING
2768.75/2776.46	c GARBAGE COLLECT
2768.75/2776.46	c rational objective 998
2813.52/2821.31	c #Conflicts:    2831000 | #Constraints:      41535
2813.52/2821.31	c #Conflicts:    2832000 | #Constraints:      42535
2813.52/2821.31	c #Conflicts:    2833000 | #Constraints:      43535
2813.52/2821.31	c #Conflicts:    2834000 | #Constraints:      44535
2813.52/2821.31	c #Conflicts:    2835000 | #Constraints:      45535
2813.52/2821.31	c #Conflicts:    2836000 | #Constraints:      46535
2813.52/2821.31	c #Conflicts:    2837000 | #Constraints:      47535
2813.52/2821.31	c #Conflicts:    2838000 | #Constraints:      48535
2813.52/2821.31	c #Conflicts:    2839000 | #Constraints:      49535
2813.52/2821.31	c #Conflicts:    2840000 | #Constraints:      50535
2813.52/2821.31	c #Conflicts:    2841000 | #Constraints:      51535
2813.52/2821.31	c #Conflicts:    2842000 | #Constraints:      52535
2813.52/2821.31	c #Conflicts:    2843000 | #Constraints:      53535
2813.52/2821.31	c #Conflicts:    2844000 | #Constraints:      54535
2813.52/2821.31	c #Conflicts:    2845000 | #Constraints:      55535
2813.52/2821.31	c #Conflicts:    2846000 | #Constraints:      56535
2813.52/2821.31	c #Conflicts:    2847000 | #Constraints:      57535
2813.52/2821.31	c #Conflicts:    2848000 | #Constraints:      58535
2813.52/2821.31	c #Conflicts:    2849000 | #Constraints:      59535
2813.52/2821.31	c #Conflicts:    2850000 | #Constraints:      60535
2813.52/2821.31	c #Conflicts:    2851000 | #Constraints:      61535
2813.52/2821.31	c #Conflicts:    2852000 | #Constraints:      62535
2813.52/2821.31	c #Conflicts:    2853000 | #Constraints:      63535
2813.52/2821.31	c #Conflicts:    2854000 | #Constraints:      64535
2813.52/2821.31	c #Conflicts:    2855000 | #Constraints:      65535
2813.52/2821.31	c #Conflicts:    2856000 | #Constraints:      66535
2813.52/2821.31	c #Conflicts:    2857000 | #Constraints:      67535
2813.52/2821.31	c #Conflicts:    2858000 | #Constraints:      68535
2813.52/2821.31	c #Conflicts:    2859000 | #Constraints:      69535
2813.52/2821.31	c #Conflicts:    2860000 | #Constraints:      70535
2813.52/2821.31	c #Conflicts:    2861000 | #Constraints:      71535
2813.52/2821.31	c #Conflicts:    2862000 | #Constraints:      72535
2813.52/2821.31	c #Conflicts:    2863000 | #Constraints:      73535
2813.52/2821.31	c #Conflicts:    2864000 | #Constraints:      74535
2813.52/2821.31	c INPROCESSING
2813.52/2821.31	c GARBAGE COLLECT
2813.52/2821.31	c rational objective 998
2860.48/2868.42	c #Conflicts:    2865000 | #Constraints:      41790
2860.48/2868.42	c #Conflicts:    2866000 | #Constraints:      42791
2860.48/2868.42	c #Conflicts:    2867000 | #Constraints:      43818
2860.48/2868.42	c #Conflicts:    2868000 | #Constraints:      44877
2860.48/2868.42	c #Conflicts:    2869000 | #Constraints:      45945
2860.48/2868.42	c #Conflicts:    2870000 | #Constraints:      46998
2860.48/2868.42	c #Conflicts:    2871000 | #Constraints:      48047
2860.48/2868.42	c #Conflicts:    2872000 | #Constraints:      49106
2860.48/2868.42	c #Conflicts:    2873000 | #Constraints:      50149
2860.48/2868.42	c #Conflicts:    2874000 | #Constraints:      51183
2860.48/2868.42	c #Conflicts:    2875000 | #Constraints:      52225
2860.48/2868.42	c #Conflicts:    2876000 | #Constraints:      53265
2860.48/2868.42	c #Conflicts:    2877000 | #Constraints:      54315
2860.48/2868.42	c #Conflicts:    2878000 | #Constraints:      55354
2860.48/2868.42	c #Conflicts:    2879000 | #Constraints:      56372
2860.48/2868.42	c #Conflicts:    2880000 | #Constraints:      57402
2860.48/2868.42	c #Conflicts:    2881000 | #Constraints:      58427
2860.48/2868.42	c #Conflicts:    2882000 | #Constraints:      59455
2860.48/2868.42	c #Conflicts:    2883000 | #Constraints:      60490
2860.48/2868.42	c #Conflicts:    2884000 | #Constraints:      61523
2860.48/2868.42	c #Conflicts:    2885000 | #Constraints:      62566
2860.48/2868.42	c #Conflicts:    2886000 | #Constraints:      63596
2860.48/2868.42	c #Conflicts:    2887000 | #Constraints:      64629
2860.48/2868.42	c #Conflicts:    2888000 | #Constraints:      65663
2860.48/2868.42	c #Conflicts:    2889000 | #Constraints:      66698
2860.48/2868.42	c #Conflicts:    2890000 | #Constraints:      67724
2860.48/2868.42	c #Conflicts:    2891000 | #Constraints:      68751
2860.48/2868.42	c #Conflicts:    2892000 | #Constraints:      69778
2860.48/2868.42	c #Conflicts:    2893000 | #Constraints:      70805
2860.48/2868.42	c #Conflicts:    2894000 | #Constraints:      71830
2860.48/2868.42	c #Conflicts:    2895000 | #Constraints:      72858
2860.48/2868.42	c #Conflicts:    2896000 | #Constraints:      73882
2860.48/2868.42	c #Conflicts:    2897000 | #Constraints:      74916
2860.48/2868.42	c #Conflicts:    2898000 | #Constraints:      75943
2860.48/2868.42	c INPROCESSING
2860.48/2868.42	c GARBAGE COLLECT
2860.48/2868.42	c rational objective 998
2908.54/2916.66	c #Conflicts:    2899000 | #Constraints:      42406
2908.54/2916.66	c #Conflicts:    2900000 | #Constraints:      43406
2908.54/2916.66	c #Conflicts:    2901000 | #Constraints:      44406
2908.54/2916.66	c #Conflicts:    2902000 | #Constraints:      45406
2908.54/2916.66	c #Conflicts:    2903000 | #Constraints:      46406
2908.54/2916.66	c #Conflicts:    2904000 | #Constraints:      47406
2908.54/2916.66	c #Conflicts:    2905000 | #Constraints:      48406
2908.54/2916.66	c #Conflicts:    2906000 | #Constraints:      49406
2908.54/2916.66	c #Conflicts:    2907000 | #Constraints:      50406
2908.54/2916.66	c #Conflicts:    2908000 | #Constraints:      51406
2908.54/2916.66	c #Conflicts:    2909000 | #Constraints:      52406
2908.54/2916.66	c #Conflicts:    2910000 | #Constraints:      53406
2908.54/2916.66	c #Conflicts:    2911000 | #Constraints:      54406
2908.54/2916.66	c #Conflicts:    2912000 | #Constraints:      55407
2908.54/2916.66	c #Conflicts:    2913000 | #Constraints:      56407
2908.54/2916.66	c #Conflicts:    2914000 | #Constraints:      57407
2908.54/2916.66	c #Conflicts:    2915000 | #Constraints:      58408
2908.54/2916.66	c #Conflicts:    2916000 | #Constraints:      59408
2908.54/2916.66	c #Conflicts:    2917000 | #Constraints:      60409
2908.54/2916.66	c #Conflicts:    2918000 | #Constraints:      61410
2908.54/2916.66	c #Conflicts:    2919000 | #Constraints:      62410
2908.54/2916.66	c #Conflicts:    2920000 | #Constraints:      63410
2908.54/2916.66	c #Conflicts:    2921000 | #Constraints:      64411
2908.54/2916.66	c #Conflicts:    2922000 | #Constraints:      65411
2908.54/2916.66	c #Conflicts:    2923000 | #Constraints:      66412
2908.54/2916.66	c #Conflicts:    2924000 | #Constraints:      67412
2908.54/2916.66	c #Conflicts:    2925000 | #Constraints:      68412
2908.54/2916.66	c #Conflicts:    2926000 | #Constraints:      69413
2908.54/2916.66	c #Conflicts:    2927000 | #Constraints:      70413
2908.54/2916.66	c #Conflicts:    2928000 | #Constraints:      71414
2908.54/2916.66	c #Conflicts:    2929000 | #Constraints:      72414
2908.54/2916.66	c #Conflicts:    2930000 | #Constraints:      73415
2908.54/2916.66	c #Conflicts:    2931000 | #Constraints:      74416
2908.54/2916.66	c #Conflicts:    2932000 | #Constraints:      75416
2908.54/2916.66	c INPROCESSING
2908.54/2916.66	c GARBAGE COLLECT
2908.54/2916.66	c rational objective 998
2946.32/2954.52	c #Conflicts:    2933000 | #Constraints:      42138
2946.32/2954.52	c #Conflicts:    2934000 | #Constraints:      43166
2946.32/2954.52	c #Conflicts:    2935000 | #Constraints:      44205
2946.32/2954.52	c #Conflicts:    2936000 | #Constraints:      45238
2946.32/2954.52	c #Conflicts:    2937000 | #Constraints:      46254
2946.32/2954.52	c #Conflicts:    2938000 | #Constraints:      47278
2946.32/2954.52	c #Conflicts:    2939000 | #Constraints:      48306
2946.32/2954.52	c #Conflicts:    2940000 | #Constraints:      49331
2946.32/2954.52	c #Conflicts:    2941000 | #Constraints:      50382
2946.32/2954.52	c #Conflicts:    2942000 | #Constraints:      51423
2946.32/2954.52	c #Conflicts:    2943000 | #Constraints:      52439
2946.32/2954.52	c #Conflicts:    2944000 | #Constraints:      53472
2946.32/2954.52	c #Conflicts:    2945000 | #Constraints:      54493
2946.32/2954.52	c #Conflicts:    2946000 | #Constraints:      55524
2946.32/2954.52	c #Conflicts:    2947000 | #Constraints:      56542
2946.32/2954.52	c #Conflicts:    2948000 | #Constraints:      57561
2946.32/2954.52	c #Conflicts:    2949000 | #Constraints:      58587
2946.32/2954.52	c #Conflicts:    2950000 | #Constraints:      59613
2946.32/2954.52	c #Conflicts:    2951000 | #Constraints:      60639
2946.32/2954.52	c #Conflicts:    2952000 | #Constraints:      61661
2946.32/2954.52	c #Conflicts:    2953000 | #Constraints:      62678
2946.32/2954.52	c #Conflicts:    2954000 | #Constraints:      63689
2946.32/2954.52	c #Conflicts:    2955000 | #Constraints:      64711
2946.32/2954.52	c #Conflicts:    2956000 | #Constraints:      65727
2946.32/2954.52	c #Conflicts:    2957000 | #Constraints:      66743
2946.32/2954.52	c #Conflicts:    2958000 | #Constraints:      67757
2946.32/2954.52	c #Conflicts:    2959000 | #Constraints:      68784
2946.32/2954.52	c #Conflicts:    2960000 | #Constraints:      69807
2946.32/2954.52	c #Conflicts:    2961000 | #Constraints:      70821
2946.32/2954.52	c #Conflicts:    2962000 | #Constraints:      71838
2946.32/2954.52	c #Conflicts:    2963000 | #Constraints:      72861
2946.32/2954.52	c #Conflicts:    2964000 | #Constraints:      73875
2946.32/2954.52	c #Conflicts:    2965000 | #Constraints:      74889
2946.32/2954.52	c #Conflicts:    2966000 | #Constraints:      75913
2946.32/2954.52	c INPROCESSING
2946.32/2954.52	c GARBAGE COLLECT
2946.32/2954.52	c rational objective 998
2990.09/2998.44	c #Conflicts:    2967000 | #Constraints:      42111
2990.09/2998.44	c #Conflicts:    2968000 | #Constraints:      43111
2990.09/2998.44	c #Conflicts:    2969000 | #Constraints:      44111
2990.09/2998.44	c #Conflicts:    2970000 | #Constraints:      45111
2990.09/2998.44	c #Conflicts:    2971000 | #Constraints:      46111
2990.09/2998.44	c #Conflicts:    2972000 | #Constraints:      47111
2990.09/2998.44	c #Conflicts:    2973000 | #Constraints:      48111
2990.09/2998.44	c #Conflicts:    2974000 | #Constraints:      49111
2990.09/2998.44	c #Conflicts:    2975000 | #Constraints:      50111
2990.09/2998.44	c #Conflicts:    2976000 | #Constraints:      51111
2990.09/2998.44	c #Conflicts:    2977000 | #Constraints:      52111
2990.09/2998.44	c #Conflicts:    2978000 | #Constraints:      53111
2990.09/2998.44	c #Conflicts:    2979000 | #Constraints:      54111
2990.09/2998.44	c #Conflicts:    2980000 | #Constraints:      55111
2990.09/2998.44	c #Conflicts:    2981000 | #Constraints:      56111
2990.09/2998.44	c #Conflicts:    2982000 | #Constraints:      57111
2990.09/2998.44	c #Conflicts:    2983000 | #Constraints:      58111
2990.09/2998.44	c #Conflicts:    2984000 | #Constraints:      59111
2990.09/2998.44	c #Conflicts:    2985000 | #Constraints:      60111
2990.09/2998.44	c #Conflicts:    2986000 | #Constraints:      61111
2990.09/2998.44	c #Conflicts:    2987000 | #Constraints:      62111
2990.09/2998.44	c #Conflicts:    2988000 | #Constraints:      63111
2990.09/2998.44	c #Conflicts:    2989000 | #Constraints:      64111
2990.09/2998.44	c #Conflicts:    2990000 | #Constraints:      65111
2990.09/2998.44	c #Conflicts:    2991000 | #Constraints:      66111
2990.09/2998.44	c #Conflicts:    2992000 | #Constraints:      67111
2990.09/2998.44	c #Conflicts:    2993000 | #Constraints:      68111
2990.09/2998.44	c #Conflicts:    2994000 | #Constraints:      69111
2990.09/2998.44	c #Conflicts:    2995000 | #Constraints:      70111
2990.09/2998.44	c #Conflicts:    2996000 | #Constraints:      71111
2990.09/2998.44	c #Conflicts:    2997000 | #Constraints:      72111
2990.09/2998.44	c #Conflicts:    2998000 | #Constraints:      73111
2990.09/2998.44	c #Conflicts:    2999000 | #Constraints:      74111
2990.09/2998.44	c #Conflicts:    3000000 | #Constraints:      75111
2990.09/2998.44	c #Conflicts:    3001000 | #Constraints:      76111
2990.09/2998.44	c INPROCESSING
2990.09/2998.44	c GARBAGE COLLECT
2990.09/2998.44	c rational objective 998
3035.26/3043.71	c #Conflicts:    3002000 | #Constraints:      42480
3035.26/3043.71	c #Conflicts:    3003000 | #Constraints:      43480
3035.26/3043.71	c #Conflicts:    3004000 | #Constraints:      44480
3035.26/3043.71	c #Conflicts:    3005000 | #Constraints:      45480
3035.26/3043.71	c #Conflicts:    3006000 | #Constraints:      46480
3035.26/3043.71	c #Conflicts:    3007000 | #Constraints:      47480
3035.26/3043.71	c #Conflicts:    3008000 | #Constraints:      48480
3035.26/3043.71	c #Conflicts:    3009000 | #Constraints:      49480
3035.26/3043.71	c #Conflicts:    3010000 | #Constraints:      50480
3035.26/3043.71	c #Conflicts:    3011000 | #Constraints:      51480
3035.26/3043.71	c #Conflicts:    3012000 | #Constraints:      52480
3035.26/3043.71	c #Conflicts:    3013000 | #Constraints:      53480
3035.26/3043.71	c #Conflicts:    3014000 | #Constraints:      54480
3035.26/3043.71	c #Conflicts:    3015000 | #Constraints:      55480
3035.26/3043.71	c #Conflicts:    3016000 | #Constraints:      56480
3035.26/3043.71	c #Conflicts:    3017000 | #Constraints:      57480
3035.26/3043.71	c #Conflicts:    3018000 | #Constraints:      58480
3035.26/3043.71	c #Conflicts:    3019000 | #Constraints:      59480
3035.26/3043.71	c #Conflicts:    3020000 | #Constraints:      60480
3035.26/3043.71	c #Conflicts:    3021000 | #Constraints:      61480
3035.26/3043.71	c #Conflicts:    3022000 | #Constraints:      62480
3035.26/3043.71	c #Conflicts:    3023000 | #Constraints:      63480
3035.26/3043.71	c #Conflicts:    3024000 | #Constraints:      64480
3035.26/3043.71	c #Conflicts:    3025000 | #Constraints:      65480
3035.26/3043.71	c #Conflicts:    3026000 | #Constraints:      66480
3035.26/3043.71	c #Conflicts:    3027000 | #Constraints:      67480
3035.26/3043.71	c #Conflicts:    3028000 | #Constraints:      68480
3035.26/3043.71	c #Conflicts:    3029000 | #Constraints:      69480
3035.26/3043.71	c #Conflicts:    3030000 | #Constraints:      70480
3035.26/3043.71	c #Conflicts:    3031000 | #Constraints:      71480
3035.26/3043.71	c #Conflicts:    3032000 | #Constraints:      72480
3035.26/3043.71	c #Conflicts:    3033000 | #Constraints:      73480
3035.26/3043.71	c #Conflicts:    3034000 | #Constraints:      74480
3035.26/3043.71	c #Conflicts:    3035000 | #Constraints:      75480
3035.26/3043.71	c #Conflicts:    3036000 | #Constraints:      76480
3035.26/3043.71	c INPROCESSING
3035.26/3043.71	c GARBAGE COLLECT
3035.26/3043.71	c rational objective 998
3069.35/3077.92	c #Conflicts:    3037000 | #Constraints:      42800
3069.35/3077.92	c #Conflicts:    3038000 | #Constraints:      43867
3069.35/3077.92	c #Conflicts:    3039000 | #Constraints:      44923
3069.35/3077.92	c #Conflicts:    3040000 | #Constraints:      45986
3069.35/3077.92	c #Conflicts:    3041000 | #Constraints:      47052
3069.35/3077.92	c #Conflicts:    3042000 | #Constraints:      48095
3069.35/3077.92	c #Conflicts:    3043000 | #Constraints:      49134
3069.35/3077.92	c #Conflicts:    3044000 | #Constraints:      50171
3069.35/3077.92	c #Conflicts:    3045000 | #Constraints:      51214
3069.35/3077.92	c #Conflicts:    3046000 | #Constraints:      52243
3069.35/3077.92	c #Conflicts:    3047000 | #Constraints:      53280
3069.35/3077.92	c #Conflicts:    3048000 | #Constraints:      54317
3069.35/3077.92	c #Conflicts:    3049000 | #Constraints:      55342
3069.35/3077.92	c #Conflicts:    3050000 | #Constraints:      56391
3069.35/3077.92	c #Conflicts:    3051000 | #Constraints:      57440
3069.35/3077.92	c #Conflicts:    3052000 | #Constraints:      58482
3069.35/3077.92	c #Conflicts:    3053000 | #Constraints:      59514
3069.35/3077.92	c #Conflicts:    3054000 | #Constraints:      60538
3069.35/3077.92	c #Conflicts:    3055000 | #Constraints:      61565
3069.35/3077.92	c #Conflicts:    3056000 | #Constraints:      62596
3069.35/3077.92	c #Conflicts:    3057000 | #Constraints:      63618
3069.35/3077.92	c #Conflicts:    3058000 | #Constraints:      64644
3069.35/3077.92	c #Conflicts:    3059000 | #Constraints:      65683
3069.35/3077.92	c #Conflicts:    3060000 | #Constraints:      66723
3069.35/3077.92	c #Conflicts:    3061000 | #Constraints:      67762
3069.35/3077.92	c #Conflicts:    3062000 | #Constraints:      68797
3069.35/3077.92	c #Conflicts:    3063000 | #Constraints:      69828
3069.35/3077.92	c #Conflicts:    3064000 | #Constraints:      70866
3069.35/3077.92	c #Conflicts:    3065000 | #Constraints:      71902
3069.35/3077.92	c #Conflicts:    3066000 | #Constraints:      72945
3069.35/3077.92	c #Conflicts:    3067000 | #Constraints:      73976
3069.35/3077.92	c #Conflicts:    3068000 | #Constraints:      75011
3069.35/3077.92	c #Conflicts:    3069000 | #Constraints:      76035
3069.35/3077.92	c #Conflicts:    3070000 | #Constraints:      77058
3069.35/3077.92	c #Conflicts:    3071000 | #Constraints:      78083
3069.35/3077.92	c INPROCESSING
3069.35/3077.92	c GARBAGE COLLECT
3069.35/3077.92	c rational objective 998
3117.42/3126.13	c #Conflicts:    3072000 | #Constraints:      43482
3117.42/3126.13	c #Conflicts:    3073000 | #Constraints:      44482
3117.42/3126.13	c #Conflicts:    3074000 | #Constraints:      45482
3117.42/3126.13	c #Conflicts:    3075000 | #Constraints:      46482
3117.42/3126.13	c #Conflicts:    3076000 | #Constraints:      47482
3117.42/3126.13	c #Conflicts:    3077000 | #Constraints:      48482
3117.42/3126.13	c #Conflicts:    3078000 | #Constraints:      49482
3117.42/3126.13	c #Conflicts:    3079000 | #Constraints:      50482
3117.42/3126.13	c #Conflicts:    3080000 | #Constraints:      51482
3117.42/3126.13	c #Conflicts:    3081000 | #Constraints:      52482
3117.42/3126.13	c #Conflicts:    3082000 | #Constraints:      53482
3117.42/3126.13	c #Conflicts:    3083000 | #Constraints:      54482
3117.42/3126.13	c #Conflicts:    3084000 | #Constraints:      55482
3117.42/3126.13	c #Conflicts:    3085000 | #Constraints:      56482
3117.42/3126.13	c #Conflicts:    3086000 | #Constraints:      57482
3117.42/3126.13	c #Conflicts:    3087000 | #Constraints:      58482
3117.42/3126.13	c #Conflicts:    3088000 | #Constraints:      59482
3117.42/3126.13	c #Conflicts:    3089000 | #Constraints:      60482
3117.42/3126.13	c #Conflicts:    3090000 | #Constraints:      61482
3117.42/3126.13	c #Conflicts:    3091000 | #Constraints:      62482
3117.42/3126.13	c #Conflicts:    3092000 | #Constraints:      63482
3117.42/3126.13	c #Conflicts:    3093000 | #Constraints:      64482
3117.42/3126.13	c #Conflicts:    3094000 | #Constraints:      65482
3117.42/3126.13	c #Conflicts:    3095000 | #Constraints:      66482
3117.42/3126.13	c #Conflicts:    3096000 | #Constraints:      67482
3117.42/3126.13	c #Conflicts:    3097000 | #Constraints:      68482
3117.42/3126.13	c #Conflicts:    3098000 | #Constraints:      69482
3117.42/3126.13	c #Conflicts:    3099000 | #Constraints:      70482
3117.42/3126.13	c #Conflicts:    3100000 | #Constraints:      71482
3117.42/3126.13	c #Conflicts:    3101000 | #Constraints:      72482
3117.42/3126.13	c #Conflicts:    3102000 | #Constraints:      73482
3117.42/3126.13	c #Conflicts:    3103000 | #Constraints:      74482
3117.42/3126.13	c #Conflicts:    3104000 | #Constraints:      75482
3117.42/3126.13	c #Conflicts:    3105000 | #Constraints:      76482
3117.42/3126.13	c #Conflicts:    3106000 | #Constraints:      77482
3117.42/3126.13	c INPROCESSING
3117.42/3126.13	c GARBAGE COLLECT
3117.42/3126.13	c rational objective 998
3152.71/3161.58	c #Conflicts:    3107000 | #Constraints:      43183
3152.71/3161.58	c #Conflicts:    3108000 | #Constraints:      44226
3152.71/3161.58	c #Conflicts:    3109000 | #Constraints:      45274
3152.71/3161.58	c #Conflicts:    3110000 | #Constraints:      46322
3152.71/3161.58	c #Conflicts:    3111000 | #Constraints:      47360
3152.71/3161.58	c #Conflicts:    3112000 | #Constraints:      48403
3152.71/3161.58	c #Conflicts:    3113000 | #Constraints:      49433
3152.71/3161.58	c #Conflicts:    3114000 | #Constraints:      50459
3152.71/3161.58	c #Conflicts:    3115000 | #Constraints:      51490
3152.71/3161.58	c #Conflicts:    3116000 | #Constraints:      52526
3152.71/3161.58	c #Conflicts:    3117000 | #Constraints:      53570
3152.71/3161.58	c #Conflicts:    3118000 | #Constraints:      54599
3152.71/3161.58	c #Conflicts:    3119000 | #Constraints:      55637
3152.71/3161.58	c #Conflicts:    3120000 | #Constraints:      56668
3152.71/3161.58	c #Conflicts:    3121000 | #Constraints:      57705
3152.71/3161.58	c #Conflicts:    3122000 | #Constraints:      58734
3152.71/3161.58	c #Conflicts:    3123000 | #Constraints:      59758
3152.71/3161.58	c #Conflicts:    3124000 | #Constraints:      60789
3152.71/3161.58	c #Conflicts:    3125000 | #Constraints:      61830
3152.71/3161.58	c #Conflicts:    3126000 | #Constraints:      62861
3152.71/3161.58	c #Conflicts:    3127000 | #Constraints:      63881
3152.71/3161.58	c #Conflicts:    3128000 | #Constraints:      64909
3152.71/3161.58	c #Conflicts:    3129000 | #Constraints:      65938
3152.71/3161.58	c #Conflicts:    3130000 | #Constraints:      66966
3152.71/3161.58	c #Conflicts:    3131000 | #Constraints:      67993
3152.71/3161.58	c #Conflicts:    3132000 | #Constraints:      69029
3152.71/3161.58	c #Conflicts:    3133000 | #Constraints:      70057
3152.71/3161.58	c #Conflicts:    3134000 | #Constraints:      71087
3152.71/3161.58	c #Conflicts:    3135000 | #Constraints:      72111
3152.71/3161.58	c #Conflicts:    3136000 | #Constraints:      73143
3152.71/3161.58	c #Conflicts:    3137000 | #Constraints:      74177
3152.71/3161.58	c #Conflicts:    3138000 | #Constraints:      75200
3152.71/3161.58	c #Conflicts:    3139000 | #Constraints:      76226
3152.71/3161.58	c #Conflicts:    3140000 | #Constraints:      77248
3152.71/3161.58	c #Conflicts:    3141000 | #Constraints:      78274
3152.71/3161.58	c INPROCESSING
3152.71/3161.58	c GARBAGE COLLECT
3152.71/3161.58	c rational objective 998
3199.57/3208.57	c #Conflicts:    3142000 | #Constraints:      43237
3199.57/3208.57	c #Conflicts:    3143000 | #Constraints:      44237
3199.57/3208.57	c #Conflicts:    3144000 | #Constraints:      45237
3199.57/3208.57	c #Conflicts:    3145000 | #Constraints:      46237
3199.57/3208.57	c #Conflicts:    3146000 | #Constraints:      47237
3199.57/3208.57	c #Conflicts:    3147000 | #Constraints:      48237
3199.57/3208.57	c #Conflicts:    3148000 | #Constraints:      49237
3199.57/3208.57	c #Conflicts:    3149000 | #Constraints:      50237
3199.57/3208.57	c #Conflicts:    3150000 | #Constraints:      51237
3199.57/3208.57	c #Conflicts:    3151000 | #Constraints:      52237
3199.57/3208.57	c #Conflicts:    3152000 | #Constraints:      53237
3199.57/3208.57	c #Conflicts:    3153000 | #Constraints:      54237
3199.57/3208.57	c #Conflicts:    3154000 | #Constraints:      55237
3199.57/3208.57	c #Conflicts:    3155000 | #Constraints:      56237
3199.57/3208.57	c #Conflicts:    3156000 | #Constraints:      57237
3199.57/3208.57	c #Conflicts:    3157000 | #Constraints:      58237
3199.57/3208.57	c #Conflicts:    3158000 | #Constraints:      59237
3199.57/3208.57	c #Conflicts:    3159000 | #Constraints:      60237
3199.57/3208.57	c #Conflicts:    3160000 | #Constraints:      61237
3199.57/3208.57	c #Conflicts:    3161000 | #Constraints:      62237
3199.57/3208.57	c #Conflicts:    3162000 | #Constraints:      63237
3199.57/3208.57	c #Conflicts:    3163000 | #Constraints:      64237
3199.57/3208.57	c #Conflicts:    3164000 | #Constraints:      65237
3199.57/3208.57	c #Conflicts:    3165000 | #Constraints:      66237
3199.57/3208.57	c #Conflicts:    3166000 | #Constraints:      67237
3199.57/3208.57	c #Conflicts:    3167000 | #Constraints:      68237
3199.57/3208.57	c #Conflicts:    3168000 | #Constraints:      69237
3199.57/3208.57	c #Conflicts:    3169000 | #Constraints:      70237
3199.57/3208.57	c #Conflicts:    3170000 | #Constraints:      71237
3199.57/3208.57	c #Conflicts:    3171000 | #Constraints:      72237
3199.57/3208.57	c #Conflicts:    3172000 | #Constraints:      73237
3199.57/3208.57	c #Conflicts:    3173000 | #Constraints:      74237
3199.57/3208.57	c #Conflicts:    3174000 | #Constraints:      75237
3199.57/3208.57	c #Conflicts:    3175000 | #Constraints:      76237
3199.57/3208.57	c #Conflicts:    3176000 | #Constraints:      77237
3199.57/3208.57	c #Conflicts:    3177000 | #Constraints:      78237
3199.57/3208.57	c INPROCESSING
3199.57/3208.57	c GARBAGE COLLECT
3199.57/3208.57	c rational objective 998
3235.88/3244.98	c #Conflicts:    3178000 | #Constraints:      43567
3235.88/3244.98	c #Conflicts:    3179000 | #Constraints:      44594
3235.88/3244.98	c #Conflicts:    3180000 | #Constraints:      45605
3235.88/3244.98	c #Conflicts:    3181000 | #Constraints:      46635
3235.88/3244.98	c #Conflicts:    3182000 | #Constraints:      47655
3235.88/3244.98	c #Conflicts:    3183000 | #Constraints:      48672
3235.88/3244.98	c #Conflicts:    3184000 | #Constraints:      49683
3235.88/3244.98	c #Conflicts:    3185000 | #Constraints:      50693
3235.88/3244.98	c #Conflicts:    3186000 | #Constraints:      51737
3235.88/3244.98	c #Conflicts:    3187000 | #Constraints:      52787
3235.88/3244.98	c #Conflicts:    3188000 | #Constraints:      53843
3235.88/3244.98	c #Conflicts:    3189000 | #Constraints:      54880
3235.88/3244.98	c #Conflicts:    3190000 | #Constraints:      55921
3235.88/3244.98	c #Conflicts:    3191000 | #Constraints:      56954
3235.88/3244.98	c #Conflicts:    3192000 | #Constraints:      57996
3235.88/3244.98	c #Conflicts:    3193000 | #Constraints:      59029
3235.88/3244.98	c #Conflicts:    3194000 | #Constraints:      60069
3235.88/3244.98	c #Conflicts:    3195000 | #Constraints:      61097
3235.88/3244.98	c #Conflicts:    3196000 | #Constraints:      62132
3235.88/3244.98	c #Conflicts:    3197000 | #Constraints:      63159
3235.88/3244.98	c #Conflicts:    3198000 | #Constraints:      64192
3235.88/3244.98	c #Conflicts:    3199000 | #Constraints:      65225
3235.88/3244.98	c #Conflicts:    3200000 | #Constraints:      66251
3235.88/3244.98	c #Conflicts:    3201000 | #Constraints:      67283
3235.88/3244.98	c #Conflicts:    3202000 | #Constraints:      68322
3235.88/3244.98	c #Conflicts:    3203000 | #Constraints:      69357
3235.88/3244.98	c #Conflicts:    3204000 | #Constraints:      70382
3235.88/3244.98	c #Conflicts:    3205000 | #Constraints:      71427
3235.88/3244.98	c #Conflicts:    3206000 | #Constraints:      72457
3235.88/3244.98	c #Conflicts:    3207000 | #Constraints:      73482
3235.88/3244.98	c #Conflicts:    3208000 | #Constraints:      74507
3235.88/3244.98	c #Conflicts:    3209000 | #Constraints:      75533
3235.88/3244.98	c #Conflicts:    3210000 | #Constraints:      76554
3235.88/3244.98	c #Conflicts:    3211000 | #Constraints:      77586
3235.88/3244.98	c #Conflicts:    3212000 | #Constraints:      78601
3235.88/3244.98	c #Conflicts:    3213000 | #Constraints:      79625
3235.88/3244.98	c INPROCESSING
3235.88/3244.98	c GARBAGE COLLECT
3235.88/3244.98	c rational objective 998
3285.74/3294.92	c #Conflicts:    3214000 | #Constraints:      44236
3285.74/3294.92	c #Conflicts:    3215000 | #Constraints:      45236
3285.74/3294.92	c #Conflicts:    3216000 | #Constraints:      46236
3285.74/3294.92	c #Conflicts:    3217000 | #Constraints:      47236
3285.74/3294.92	c #Conflicts:    3218000 | #Constraints:      48236
3285.74/3294.92	c #Conflicts:    3219000 | #Constraints:      49236
3285.74/3294.92	c #Conflicts:    3220000 | #Constraints:      50236
3285.74/3294.92	c #Conflicts:    3221000 | #Constraints:      51236
3285.74/3294.92	c #Conflicts:    3222000 | #Constraints:      52236
3285.74/3294.92	c #Conflicts:    3223000 | #Constraints:      53236
3285.74/3294.92	c #Conflicts:    3224000 | #Constraints:      54236
3285.74/3294.92	c #Conflicts:    3225000 | #Constraints:      55236
3285.74/3294.92	c #Conflicts:    3226000 | #Constraints:      56236
3285.74/3294.92	c #Conflicts:    3227000 | #Constraints:      57236
3285.74/3294.92	c #Conflicts:    3228000 | #Constraints:      58236
3285.74/3294.92	c #Conflicts:    3229000 | #Constraints:      59236
3285.74/3294.92	c #Conflicts:    3230000 | #Constraints:      60236
3285.74/3294.92	c #Conflicts:    3231000 | #Constraints:      61236
3285.74/3294.92	c #Conflicts:    3232000 | #Constraints:      62236
3285.74/3294.92	c #Conflicts:    3233000 | #Constraints:      63236
3285.74/3294.92	c #Conflicts:    3234000 | #Constraints:      64236
3285.74/3294.92	c #Conflicts:    3235000 | #Constraints:      65236
3285.74/3294.92	c #Conflicts:    3236000 | #Constraints:      66236
3285.74/3294.92	c #Conflicts:    3237000 | #Constraints:      67236
3285.74/3294.92	c #Conflicts:    3238000 | #Constraints:      68236
3285.74/3294.92	c #Conflicts:    3239000 | #Constraints:      69236
3285.74/3294.92	c #Conflicts:    3240000 | #Constraints:      70236
3285.74/3294.92	c #Conflicts:    3241000 | #Constraints:      71236
3285.74/3294.92	c #Conflicts:    3242000 | #Constraints:      72236
3285.74/3294.92	c #Conflicts:    3243000 | #Constraints:      73236
3285.74/3294.92	c #Conflicts:    3244000 | #Constraints:      74236
3285.74/3294.92	c #Conflicts:    3245000 | #Constraints:      75236
3285.74/3294.92	c #Conflicts:    3246000 | #Constraints:      76236
3285.74/3294.92	c #Conflicts:    3247000 | #Constraints:      77236
3285.74/3294.92	c #Conflicts:    3248000 | #Constraints:      78236
3285.74/3294.92	c #Conflicts:    3249000 | #Constraints:      79236
3285.74/3294.92	c INPROCESSING
3285.74/3294.92	c GARBAGE COLLECT
3285.74/3294.92	c rational objective 998
3326.05/3335.36	c #Conflicts:    3250000 | #Constraints:      44114
3326.05/3335.36	c #Conflicts:    3251000 | #Constraints:      45139
3326.05/3335.36	c #Conflicts:    3252000 | #Constraints:      46183
3326.05/3335.36	c #Conflicts:    3253000 | #Constraints:      47230
3326.05/3335.36	c #Conflicts:    3254000 | #Constraints:      48266
3326.05/3335.36	c #Conflicts:    3255000 | #Constraints:      49309
3326.05/3335.36	c #Conflicts:    3256000 | #Constraints:      50379
3326.05/3335.36	c #Conflicts:    3257000 | #Constraints:      51425
3326.05/3335.36	c #Conflicts:    3258000 | #Constraints:      52461
3326.05/3335.36	c #Conflicts:    3259000 | #Constraints:      53494
3326.05/3335.36	c #Conflicts:    3260000 | #Constraints:      54521
3326.05/3335.36	c #Conflicts:    3261000 | #Constraints:      55546
3326.05/3335.36	c #Conflicts:    3262000 | #Constraints:      56570
3326.05/3335.36	c #Conflicts:    3263000 | #Constraints:      57605
3326.05/3335.36	c #Conflicts:    3264000 | #Constraints:      58641
3326.05/3335.36	c #Conflicts:    3265000 | #Constraints:      59680
3326.05/3335.36	c #Conflicts:    3266000 | #Constraints:      60705
3326.05/3335.36	c #Conflicts:    3267000 | #Constraints:      61726
3326.05/3335.36	c #Conflicts:    3268000 | #Constraints:      62756
3326.05/3335.36	c #Conflicts:    3269000 | #Constraints:      63769
3326.05/3335.36	c #Conflicts:    3270000 | #Constraints:      64788
3326.05/3335.36	c #Conflicts:    3271000 | #Constraints:      65813
3326.05/3335.36	c #Conflicts:    3272000 | #Constraints:      66846
3326.05/3335.36	c #Conflicts:    3273000 | #Constraints:      67879
3326.05/3335.36	c #Conflicts:    3274000 | #Constraints:      68899
3326.05/3335.36	c #Conflicts:    3275000 | #Constraints:      69920
3326.05/3335.36	c #Conflicts:    3276000 | #Constraints:      70947
3326.05/3335.36	c #Conflicts:    3277000 | #Constraints:      71968
3326.05/3335.36	c #Conflicts:    3278000 | #Constraints:      72987
3326.05/3335.36	c #Conflicts:    3279000 | #Constraints:      74008
3326.05/3335.36	c #Conflicts:    3280000 | #Constraints:      75032
3326.05/3335.36	c #Conflicts:    3281000 | #Constraints:      76061
3326.05/3335.36	c #Conflicts:    3282000 | #Constraints:      77089
3326.05/3335.36	c #Conflicts:    3283000 | #Constraints:      78120
3326.05/3335.36	c #Conflicts:    3284000 | #Constraints:      79151
3326.05/3335.36	c #Conflicts:    3285000 | #Constraints:      80174
3326.05/3335.36	c INPROCESSING
3326.05/3335.36	c GARBAGE COLLECT
3326.05/3335.36	c rational objective 998
3380.22/3389.62	c #Conflicts:    3286000 | #Constraints:      44406
3380.22/3389.62	c #Conflicts:    3287000 | #Constraints:      45406
3380.22/3389.62	c #Conflicts:    3288000 | #Constraints:      46406
3380.22/3389.62	c #Conflicts:    3289000 | #Constraints:      47406
3380.22/3389.62	c #Conflicts:    3290000 | #Constraints:      48406
3380.22/3389.62	c #Conflicts:    3291000 | #Constraints:      49406
3380.22/3389.62	c #Conflicts:    3292000 | #Constraints:      50406
3380.22/3389.62	c #Conflicts:    3293000 | #Constraints:      51406
3380.22/3389.62	c #Conflicts:    3294000 | #Constraints:      52406
3380.22/3389.62	c #Conflicts:    3295000 | #Constraints:      53406
3380.22/3389.62	c #Conflicts:    3296000 | #Constraints:      54406
3380.22/3389.62	c #Conflicts:    3297000 | #Constraints:      55406
3380.22/3389.62	c #Conflicts:    3298000 | #Constraints:      56406
3380.22/3389.62	c #Conflicts:    3299000 | #Constraints:      57406
3380.22/3389.62	c #Conflicts:    3300000 | #Constraints:      58406
3380.22/3389.62	c #Conflicts:    3301000 | #Constraints:      59406
3380.22/3389.62	c #Conflicts:    3302000 | #Constraints:      60406
3380.22/3389.62	c #Conflicts:    3303000 | #Constraints:      61406
3380.22/3389.62	c #Conflicts:    3304000 | #Constraints:      62406
3380.22/3389.62	c #Conflicts:    3305000 | #Constraints:      63406
3380.22/3389.62	c #Conflicts:    3306000 | #Constraints:      64406
3380.22/3389.62	c #Conflicts:    3307000 | #Constraints:      65406
3380.22/3389.62	c #Conflicts:    3308000 | #Constraints:      66406
3380.22/3389.62	c #Conflicts:    3309000 | #Constraints:      67406
3380.22/3389.62	c #Conflicts:    3310000 | #Constraints:      68406
3380.22/3389.62	c #Conflicts:    3311000 | #Constraints:      69406
3380.22/3389.62	c #Conflicts:    3312000 | #Constraints:      70406
3380.22/3389.62	c #Conflicts:    3313000 | #Constraints:      71406
3380.22/3389.62	c #Conflicts:    3314000 | #Constraints:      72406
3380.22/3389.62	c #Conflicts:    3315000 | #Constraints:      73406
3380.22/3389.62	c #Conflicts:    3316000 | #Constraints:      74406
3380.22/3389.62	c #Conflicts:    3317000 | #Constraints:      75406
3380.22/3389.62	c #Conflicts:    3318000 | #Constraints:      76406
3380.22/3389.62	c #Conflicts:    3319000 | #Constraints:      77406
3380.22/3389.62	c #Conflicts:    3320000 | #Constraints:      78406
3380.22/3389.62	c #Conflicts:    3321000 | #Constraints:      79406
3380.22/3389.62	c INPROCESSING
3380.22/3389.62	c GARBAGE COLLECT
3380.22/3389.62	c rational objective 998
3428.00/3437.53	c #Conflicts:    3322000 | #Constraints:      43939
3428.00/3437.53	c #Conflicts:    3323000 | #Constraints:      44939
3428.00/3437.53	c #Conflicts:    3324000 | #Constraints:      45939
3428.00/3437.53	c #Conflicts:    3325000 | #Constraints:      46939
3428.00/3437.53	c #Conflicts:    3326000 | #Constraints:      47939
3428.00/3437.53	c #Conflicts:    3327000 | #Constraints:      48939
3428.00/3437.53	c #Conflicts:    3328000 | #Constraints:      49939
3428.00/3437.53	c #Conflicts:    3329000 | #Constraints:      50939
3428.00/3437.53	c #Conflicts:    3330000 | #Constraints:      51939
3428.00/3437.53	c #Conflicts:    3331000 | #Constraints:      52939
3428.00/3437.53	c #Conflicts:    3332000 | #Constraints:      53939
3428.00/3437.53	c #Conflicts:    3333000 | #Constraints:      54939
3428.00/3437.53	c #Conflicts:    3334000 | #Constraints:      55939
3428.00/3437.53	c #Conflicts:    3335000 | #Constraints:      56939
3428.00/3437.53	c #Conflicts:    3336000 | #Constraints:      57939
3428.00/3437.53	c #Conflicts:    3337000 | #Constraints:      58939
3428.00/3437.53	c #Conflicts:    3338000 | #Constraints:      59939
3428.00/3437.53	c #Conflicts:    3339000 | #Constraints:      60939
3428.00/3437.53	c #Conflicts:    3340000 | #Constraints:      61939
3428.00/3437.53	c #Conflicts:    3341000 | #Constraints:      62939
3428.00/3437.53	c #Conflicts:    3342000 | #Constraints:      63939
3428.00/3437.53	c #Conflicts:    3343000 | #Constraints:      64939
3428.00/3437.53	c #Conflicts:    3344000 | #Constraints:      65939
3428.00/3437.53	c #Conflicts:    3345000 | #Constraints:      66939
3428.00/3437.53	c #Conflicts:    3346000 | #Constraints:      67939
3428.00/3437.53	c #Conflicts:    3347000 | #Constraints:      68939
3428.00/3437.53	c #Conflicts:    3348000 | #Constraints:      69939
3428.00/3437.53	c #Conflicts:    3349000 | #Constraints:      70939
3428.00/3437.53	c #Conflicts:    3350000 | #Constraints:      71939
3428.00/3437.53	c #Conflicts:    3351000 | #Constraints:      72939
3428.00/3437.53	c #Conflicts:    3352000 | #Constraints:      73939
3428.00/3437.53	c #Conflicts:    3353000 | #Constraints:      74939
3428.00/3437.53	c #Conflicts:    3354000 | #Constraints:      75939
3428.00/3437.53	c #Conflicts:    3355000 | #Constraints:      76939
3428.00/3437.53	c #Conflicts:    3356000 | #Constraints:      77939
3428.00/3437.53	c #Conflicts:    3357000 | #Constraints:      78939
3428.00/3437.53	c #Conflicts:    3358000 | #Constraints:      79939
3428.00/3437.53	c INPROCESSING
3428.00/3437.53	c GARBAGE COLLECT
3428.00/3437.53	c rational objective 998
3458.02/3467.62	c #Conflicts:    3359000 | #Constraints:      44397
3458.02/3467.62	c #Conflicts:    3360000 | #Constraints:      45444
3458.02/3467.62	c #Conflicts:    3361000 | #Constraints:      46525
3458.02/3467.62	c #Conflicts:    3362000 | #Constraints:      47587
3458.02/3467.62	c #Conflicts:    3363000 | #Constraints:      48648
3458.02/3467.62	c #Conflicts:    3364000 | #Constraints:      49696
3458.02/3467.62	c #Conflicts:    3365000 | #Constraints:      50734
3458.02/3467.62	c #Conflicts:    3366000 | #Constraints:      51769
3458.02/3467.62	c #Conflicts:    3367000 | #Constraints:      52815
3458.02/3467.62	c #Conflicts:    3368000 | #Constraints:      53853
3458.02/3467.62	c #Conflicts:    3369000 | #Constraints:      54897
3458.02/3467.62	c #Conflicts:    3370000 | #Constraints:      55934
3458.02/3467.62	c #Conflicts:    3371000 | #Constraints:      56972
3458.02/3467.62	c #Conflicts:    3372000 | #Constraints:      58006
3458.02/3467.62	c #Conflicts:    3373000 | #Constraints:      59042
3458.02/3467.62	c #Conflicts:    3374000 | #Constraints:      60101
3458.02/3467.62	c #Conflicts:    3375000 | #Constraints:      61139
3458.02/3467.62	c #Conflicts:    3376000 | #Constraints:      62165
3458.02/3467.62	c #Conflicts:    3377000 | #Constraints:      63203
3458.02/3467.62	c #Conflicts:    3378000 | #Constraints:      64250
3458.02/3467.62	c #Conflicts:    3379000 | #Constraints:      65284
3458.02/3467.62	c #Conflicts:    3380000 | #Constraints:      66313
3458.02/3467.62	c #Conflicts:    3381000 | #Constraints:      67348
3458.02/3467.62	c #Conflicts:    3382000 | #Constraints:      68380
3458.02/3467.62	c #Conflicts:    3383000 | #Constraints:      69400
3458.02/3467.62	c #Conflicts:    3384000 | #Constraints:      70429
3458.02/3467.62	c #Conflicts:    3385000 | #Constraints:      71458
3458.02/3467.62	c #Conflicts:    3386000 | #Constraints:      72480
3458.02/3467.62	c #Conflicts:    3387000 | #Constraints:      73505
3458.02/3467.62	c #Conflicts:    3388000 | #Constraints:      74525
3458.02/3467.62	c #Conflicts:    3389000 | #Constraints:      75537
3458.02/3467.62	c #Conflicts:    3390000 | #Constraints:      76563
3458.02/3467.62	c #Conflicts:    3391000 | #Constraints:      77580
3458.02/3467.62	c #Conflicts:    3392000 | #Constraints:      78610
3458.02/3467.62	c #Conflicts:    3393000 | #Constraints:      79635
3458.02/3467.62	c #Conflicts:    3394000 | #Constraints:      80661
3458.02/3467.62	c #Conflicts:    3395000 | #Constraints:      81682
3458.02/3467.62	c INPROCESSING
3458.02/3467.62	c GARBAGE COLLECT
3458.02/3467.62	c rational objective 998
3515.19/3524.92	c #Conflicts:    3396000 | #Constraints:      45240
3515.19/3524.92	c #Conflicts:    3397000 | #Constraints:      46240
3515.19/3524.92	c #Conflicts:    3398000 | #Constraints:      47240
3515.19/3524.92	c #Conflicts:    3399000 | #Constraints:      48240
3515.19/3524.92	c #Conflicts:    3400000 | #Constraints:      49240
3515.19/3524.92	c #Conflicts:    3401000 | #Constraints:      50240
3515.19/3524.92	c #Conflicts:    3402000 | #Constraints:      51240
3515.19/3524.92	c #Conflicts:    3403000 | #Constraints:      52240
3515.19/3524.92	c #Conflicts:    3404000 | #Constraints:      53240
3515.19/3524.92	c #Conflicts:    3405000 | #Constraints:      54240
3515.19/3524.92	c #Conflicts:    3406000 | #Constraints:      55240
3515.19/3524.92	c #Conflicts:    3407000 | #Constraints:      56240
3515.19/3524.92	c #Conflicts:    3408000 | #Constraints:      57240
3515.19/3524.92	c #Conflicts:    3409000 | #Constraints:      58240
3515.19/3524.92	c #Conflicts:    3410000 | #Constraints:      59240
3515.19/3524.92	c #Conflicts:    3411000 | #Constraints:      60240
3515.19/3524.92	c #Conflicts:    3412000 | #Constraints:      61240
3515.19/3524.92	c #Conflicts:    3413000 | #Constraints:      62240
3515.19/3524.92	c #Conflicts:    3414000 | #Constraints:      63240
3515.19/3524.92	c #Conflicts:    3415000 | #Constraints:      64240
3515.19/3524.92	c #Conflicts:    3416000 | #Constraints:      65240
3515.19/3524.92	c #Conflicts:    3417000 | #Constraints:      66240
3515.19/3524.92	c #Conflicts:    3418000 | #Constraints:      67240
3515.19/3524.92	c #Conflicts:    3419000 | #Constraints:      68240
3515.19/3524.92	c #Conflicts:    3420000 | #Constraints:      69240
3515.19/3524.92	c #Conflicts:    3421000 | #Constraints:      70240
3515.19/3524.92	c #Conflicts:    3422000 | #Constraints:      71240
3515.19/3524.92	c #Conflicts:    3423000 | #Constraints:      72240
3515.19/3524.92	c #Conflicts:    3424000 | #Constraints:      73240
3515.19/3524.92	c #Conflicts:    3425000 | #Constraints:      74240
3515.19/3524.92	c #Conflicts:    3426000 | #Constraints:      75240
3515.19/3524.92	c #Conflicts:    3427000 | #Constraints:      76240
3515.19/3524.92	c #Conflicts:    3428000 | #Constraints:      77240
3515.19/3524.92	c #Conflicts:    3429000 | #Constraints:      78240
3515.19/3524.92	c #Conflicts:    3430000 | #Constraints:      79240
3515.19/3524.92	c #Conflicts:    3431000 | #Constraints:      80240
3515.19/3524.92	c #Conflicts:    3432000 | #Constraints:      81240
3515.19/3524.92	c INPROCESSING
3515.19/3524.92	c GARBAGE COLLECT
3515.19/3524.92	c rational objective 998
3554.09/3563.90	c #Conflicts:    3433000 | #Constraints:      45151
3554.09/3563.90	c #Conflicts:    3434000 | #Constraints:      46197
3554.09/3563.90	c #Conflicts:    3435000 | #Constraints:      47236
3554.09/3563.90	c #Conflicts:    3436000 | #Constraints:      48276
3554.09/3563.90	c #Conflicts:    3437000 | #Constraints:      49305
3554.09/3563.90	c #Conflicts:    3438000 | #Constraints:      50336
3554.09/3563.90	c #Conflicts:    3439000 | #Constraints:      51364
3554.09/3563.90	c #Conflicts:    3440000 | #Constraints:      52387
3554.09/3563.90	c #Conflicts:    3441000 | #Constraints:      53408
3554.09/3563.90	c #Conflicts:    3442000 | #Constraints:      54432
3554.09/3563.90	c #Conflicts:    3443000 | #Constraints:      55481
3554.09/3563.90	c #Conflicts:    3444000 | #Constraints:      56525
3554.09/3563.90	c #Conflicts:    3445000 | #Constraints:      57556
3554.09/3563.90	c #Conflicts:    3446000 | #Constraints:      58594
3554.09/3563.90	c #Conflicts:    3447000 | #Constraints:      59626
3554.09/3563.90	c #Conflicts:    3448000 | #Constraints:      60653
3554.09/3563.90	c #Conflicts:    3449000 | #Constraints:      61687
3554.09/3563.90	c #Conflicts:    3450000 | #Constraints:      62727
3554.09/3563.90	c #Conflicts:    3451000 | #Constraints:      63758
3554.09/3563.90	c #Conflicts:    3452000 | #Constraints:      64787
3554.09/3563.90	c #Conflicts:    3453000 | #Constraints:      65809
3554.09/3563.90	c #Conflicts:    3454000 | #Constraints:      66877
3554.09/3563.90	c #Conflicts:    3455000 | #Constraints:      67926
3554.09/3563.90	c #Conflicts:    3456000 | #Constraints:      68957
3554.09/3563.90	c #Conflicts:    3457000 | #Constraints:      69978
3554.09/3563.90	c #Conflicts:    3458000 | #Constraints:      70999
3554.09/3563.90	c #Conflicts:    3459000 | #Constraints:      72021
3554.09/3563.90	c #Conflicts:    3460000 | #Constraints:      73038
3554.09/3563.90	c #Conflicts:    3461000 | #Constraints:      74052
3554.09/3563.90	c #Conflicts:    3462000 | #Constraints:      75096
3554.09/3563.90	c #Conflicts:    3463000 | #Constraints:      76131
3554.09/3563.90	c #Conflicts:    3464000 | #Constraints:      77154
3554.09/3563.90	c #Conflicts:    3465000 | #Constraints:      78179
3554.09/3563.90	c #Conflicts:    3466000 | #Constraints:      79204
3554.09/3563.90	c #Conflicts:    3467000 | #Constraints:      80238
3554.09/3563.90	c #Conflicts:    3468000 | #Constraints:      81273
3554.09/3563.90	c #Conflicts:    3469000 | #Constraints:      82296
3554.09/3563.90	c INPROCESSING
3554.09/3563.90	c GARBAGE COLLECT
3554.09/3563.90	c rational objective 998
3600.09/3610.00	c #Conflicts:    3470000 | #Constraints:      45476
3600.09/3610.00	c #Conflicts:    3471000 | #Constraints:      46476
3600.09/3610.00	c #Conflicts:    3472000 | #Constraints:      47476
3600.09/3610.00	c #Conflicts:    3473000 | #Constraints:      48476
3600.09/3610.00	c #Conflicts:    3474000 | #Constraints:      49476
3600.09/3610.00	c #Conflicts:    3475000 | #Constraints:      50476
3600.09/3610.00	c #Conflicts:    3476000 | #Constraints:      51476
3600.09/3610.00	c #Conflicts:    3477000 | #Constraints:      52476
3600.09/3610.00	c #Conflicts:    3478000 | #Constraints:      53476
3600.09/3610.00	c #Conflicts:    3479000 | #Constraints:      54476
3600.09/3610.00	c #Conflicts:    3480000 | #Constraints:      55476
3600.09/3610.00	c #Conflicts:    3481000 | #Constraints:      56476
3600.09/3610.00	c #Conflicts:    3482000 | #Constraints:      57476
3600.09/3610.00	c #Conflicts:    3483000 | #Constraints:      58476
3600.09/3610.00	c #Conflicts:    3484000 | #Constraints:      59476
3600.09/3610.00	c #Conflicts:    3485000 | #Constraints:      60476
3600.09/3610.00	c #Conflicts:    3486000 | #Constraints:      61476
3600.09/3610.00	c #Conflicts:    3487000 | #Constraints:      62476
3600.09/3610.00	c #Conflicts:    3488000 | #Constraints:      63476
3600.09/3610.00	c #Conflicts:    3489000 | #Constraints:      64476
3600.09/3610.00	c #Conflicts:    3490000 | #Constraints:      65476
3600.09/3610.00	c #Conflicts:    3491000 | #Constraints:      66476
3600.09/3610.00	c #Conflicts:    3492000 | #Constraints:      67476
3600.09/3610.00	c #Conflicts:    3493000 | #Constraints:      68476
3600.09/3610.00	c #Conflicts:    3494000 | #Constraints:      69476
3600.09/3610.00	c #Conflicts:    3495000 | #Constraints:      70476
3600.09/3610.00	c #Conflicts:    3496000 | #Constraints:      71476
3600.09/3610.00	c #Conflicts:    3497000 | #Constraints:      72476
3600.09/3610.00	c #Conflicts:    3498000 | #Constraints:      73476
3600.09/3610.00	c #Conflicts:    3499000 | #Constraints:      74476
3600.09/3610.00	c #Conflicts:    3500000 | #Constraints:      75476
3600.09/3610.00	c cpu time 3573.24 s
3600.09/3610.00	c deterministic time 220816354916 2.21e+11
3600.09/3610.00	c optimization time 45.9455 s
3600.09/3610.00	c total solve time 3527.28 s
3600.09/3610.00	c core-guided solve time 2146.93 s
3600.09/3610.00	c propagation time 2801.22 s
3600.09/3610.00	c conflict analysis time 697.985 s
3600.09/3610.00	c propagations 888237599
3600.09/3610.00	c resolve steps 54647747
3600.09/3610.00	c decisions 10588913
3600.09/3610.00	c conflicts 3500991
3600.09/3610.00	c restarts 6141
3600.09/3610.00	c inprocessing phases 177
3600.09/3610.00	c garbage collections 177 ,( 100.00 )
3600.09/3610.00	c input clauses 5188 ,( 63.70 )
3600.09/3610.00	c input cardinalities 2532 ,( 31.09 )
3600.09/3610.00	c input general constraints 425 ,( 5.22 )
3600.09/3610.00	c input average constraint length 265.37
3600.09/3610.00	c input average constraint degree 72.30
3600.09/3610.00	c learned clauses 2073013 ,( 58.40 )
3600.09/3610.00	c learned cardinalities 358586 ,( 10.10 )
3600.09/3610.00	c learned general constraints 1117893 ,( 31.49 )
3600.09/3610.00	c learned average constraint length 260.78
3600.09/3610.00	c learned average constraint degree 871198320.05
3600.09/3610.00	c watched  CF 32, 64, 128, Arb: 429755 , 0 , 0 , 0
3600.09/3610.00	c counting CF 32, 64, 128, Arb: 688564 , 0 , 0 , 0
3600.09/3610.00	c watched   constraints 429755 ,( 38.43 ) 
3600.09/3610.00	c counting  constraints 688563 ,( 61.57 ) 
3600.09/3610.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1720544611 , 5658017500 , 33405181918 ,( 727867622 , 32677314296 )
3600.09/3610.00	c gcd simplifications 94837
3600.09/3610.00	c detected cardinalities 61540
3600.09/3610.00	c weakened non-implied lits 382057962
3600.09/3610.00	c weakened non-implying lits 196514
3600.09/3610.00	c original variables 1968
3600.09/3610.00	c clausal propagations 371843083
3600.09/3610.00	c cardinality propagations 70128515
3600.09/3610.00	c watched propagations 13402073
3600.09/3610.00	c counting propagations 399719336
3600.09/3610.00	c watch lookups 124712760361
3600.09/3610.00	c watch backjump lookups 0
3600.09/3610.00	c watch checks 48237465812
3600.09/3610.00	c propagation checks 43145559641
3600.09/3610.00	c constraint additions 2915892782
3600.09/3610.00	c trail pops 902279150
3600.09/3610.00	c formula constraints 4008
3600.09/3610.00	c learned constraints 3453830
3600.09/3610.00	c bound constraints 1083
3600.09/3610.00	c core-guided constraints 3054
3600.09/3610.00	c encountered formula constraints 18137165
3600.09/3610.00	c encountered learned constraints 29280457
3600.09/3610.00	c encountered bound constraints 86
3600.09/3610.00	c encountered core-guided constraints 9746250
3600.09/3610.00	c LP total time 341.891 s
3600.09/3610.00	c LP solve time 304.07 s
3600.09/3610.00	c LP constraints added 6367
3600.09/3610.00	c LP constraints removed 2342
3600.09/3610.00	c LP pivots internal 3501293
3600.09/3610.00	c LP pivots root 69364
3600.09/3610.00	c LP calls 54718
3600.09/3610.00	c LP optimalities 7339
3600.09/3610.00	c LP no pivot count 2175
3600.09/3610.00	c LP infeasibilities 47375
3600.09/3610.00	c LP valid Farkas constraints 47366
3600.09/3610.00	c LP learned Farkas constraints 47301
3600.09/3610.00	c LP basis resets 9
3600.09/3610.00	c LP cycling count 0
3600.09/3610.00	c LP singular count 0
3600.09/3610.00	c LP no primal count 0
3600.09/3610.00	c LP no farkas count 9
3600.09/3610.00	c LP other issue count 0
3600.09/3610.00	c LP Gomory cuts 995
3600.09/3610.00	c LP learned cuts 1364
3600.09/3610.00	c LP deleted cuts 2342
3600.09/3610.00	c LP encountered Gomory constraints 3988
3600.09/3610.00	c LP encountered Farkas constraints 657365
3600.09/3610.00	c LP encountered learned Farkas constraints 276126
3600.09/3610.00	c CG auxiliary variables introduced 1350
3600.09/3610.00	c CG solutions found 84
3600.09/3610.00	c CG cores constructed 998
3600.09/3610.00	c CG core cardinality constraints returned 0
3600.09/3610.00	c CG unit cores 0
3600.09/3610.00	c CG single cores 998
3600.09/3610.00	c CG blocks removed during cardinality reduction 0
3600.09/3610.00	c CG first core best 0
3600.09/3610.00	c CG decision core best 0
3600.09/3610.00	c CG core reduction tie 0
3600.09/3610.00	c CG core degree average 1.00
3600.09/3610.00	c CG core slack average 2.11
3600.09/3610.00	c CG core upper bound improvements 6
3600.09/3610.00	c STR number of successful calls 0
3600.09/3610.00	c STR number of unsuccessful calls 0
3600.09/3610.00	c STR number of inconclusive calls 0
3600.09/3610.00	c STR number of successful attempts 0
3600.09/3610.00	c STR number of unsuccessful attempts 0
3600.09/3610.00	c STR number of inconclusive attempts 0
3600.09/3610.00	c STR average degree increase per successful call inf
3600.09/3610.00	c STR average degree increase per successful attempt inf
3600.09/3610.00	c STR total number of conflicts for successful attempts 0
3600.09/3610.00	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3610.00	c STR total number of conflicts for inconclusive attempts 0
3600.09/3610.00	c STR average number of conflicts per successful attempt inf
3600.09/3610.00	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3610.00	c STR average number of conflicts per inconclusive attempt inf
3600.09/3610.00	c AVG.sumWPerc 49.42 
3600.09/3610.00	c bigint constraints 0 
3600.09/3610.00	o 1037
3600.09/3610.00	s SATISFIABLE
3600.09/3610.00	v x1 x2 x3 x4 x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 x16 x17 x18 -x19 x20 -x21 x22 -x23 x24 x25 -x26 x27 -x28 x29 x30 -x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 -x41 x42 x43 x44 x45 -x46 x47 x48 x49 -x50 x51 x52 x53 x54 -x55 x56 -x57 -x58 -x59 x60 -x61 -x62 x63 x64 -x65 -x66 -x67 x68 x69 -x70 x71 x72 -x73 -x74 -x75 -x76 -x77 x78 x79 x80 -x81 -x82 x83 -x84 x85 x86 -x87 x88 x89 x90 x91 -x92 -x93 x94 x95 -x96 x97 -x98 -x99 x100 x101 -x102 x103 -x104 x105 x106 -x107 x108 -x109 x110 x111 x112 -x113 x114 x115 x116 -x117 x118 x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 x127 x128 x129 x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 x138 -x139 -x140 x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 x150 x151 x152 x153 x154 -x155 x156 x157 x158 x159 x160 x161 -x162 -x163 x164 x165 -x166 -x167 x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 -x177 -x178 -x179 x180 -x181 x182 -x183 -x184 x185 x186 -x187 -x188 x189 -x190 -x191 x192 x193 x194 x195 x196 x197 -x198 x199 x200 x201 x202 x203 x204 -x205 x206 -x207 x208 -x209 -x210 x211 x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 x225 -x226 x227 x228 -x229 x230 x231 -x232 -x233 x234 x235 x236 -x237 -x238 -x239 -x240 x241 -x242 x243 -x244 -x245 x246 x247 x248 -x249 -x250 -x251 -x252 x253 -x254 -x255 x256 -x257 -x258 x259 -x260 -x261 x262 -x263 -x264 x265 x266 -x267 -x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 -x281 -x282 x283 x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 x296 x297 -x298 x299 -x300 x301 x302 -x303 x304 x305 x306 -x307 x308 x309 x310 -x311 -x312 -x313 x314 -x315 x316 -x317 x318 -x319 x320 x321 x322 x323 x324 -x325 x326 x327 -x328 x329 x330 x331 -x332 x333 x334 x335 x336 x337 -x338 -x339 -x340 x341 -x342 x343 -x344 x345 x346 x347 x348 x349 x350 -x351 x352 x353 -x354 x355 -x356 -x357 x358 -x359 x360 -x361 -x362 x363 x364 x365 x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 -x379 -x380 -x381 x382 x383 x384 -x385 -x386 x387 x388 -x389 -x390 -x391 x392 x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 x403 -x404 -x405 x406 x407 x408 x409 x410 -x411 x412 -x413 x414 x415 -x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 -x424 x425 -x426 -x427 x428 -x429 x430 -x431 -x432 x433 -x434 -x435 x436 -x437 x438 x439 x440 x441 -x442 -x443 x444 x445 x446 -x447 x448 -x449 x450 -x451 x452 -x453 -x454 x455 -x456 -x457 x458 x459 -x460 x461 x462 -x463 -x464 -x465 -x466 x467 -x468 x469 -x470 -x471 -x472 x473 x474 x475 x476 -x477 x478 -x479 x480 x481 x482 -x483 x484 x485 x486 -x487 x488 -x489 -x490 x491 x492 x493 -x494 x495 x496 -x497 -x498 x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 -x509 x510 x511 x512 x513 -x514 -x515 x516 -x517 -x518 x519 x520 x521 x522 x523 -x524 -x525 -x526 -x527 -x528 x529 x530 -x531 -x532 x533 -x534 -x535 x536 -x537 x538 -x539 -x540 -x541 x542 -x543 x544 x545 -x546 -x547 x548 -x549 -x550 -x551 x552 -x553 x554 -x555 x556 x557 -x558 -x559 -x560 -x561 -x562 x563 -x564 -x565 x566 x567 x568 x569 x570 x571 -x572 -x573 x574 -x575 x576 -x577 -x578 x579 x580 -x581 x582 x583 x584 x585 -x586 -x587 -x588 x589 x590 -x591 -x592 x593 -x594 x595 x596 -x597 x598 -x599 -x600 x601 -x602 -x603 -x604 -x605 -x606 x607 -x608 x609 x610 -x611 -x612 x613 x614 -x615 -x616 -x617 x618 -x619 x620 -x621 -x622 -x623 x624 x625 x626 -x627 x628 x629 -x630 x631 -x632 -x633 -x634 -x635 x636 -x637 -x638 x639 x640 -x641 x642 -x643 x644 -x645 x646 -x647 -x648 -x649 -x650 -x651 x652 -x653 x654 x655 x656 x657 -x658 -x659 -x660 -x661 x662 x663 x664 -x665 x666 x667 -x668 -x669 x670 -x671 x672 -x673 -x674 x675 -x676 x677 x678 x679 x680 x681 x682 -x683 x684 x685 x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 x694 x695 x696 x697 -x698 x699 -x700 x701 x702 x703 -x704 x705 x706 -x707 x708 x709 x710 x711 x712 -x713 x714 -x715 -x716 -x717 x718 x719 x720 -x721 -x722 x723 -x724 x725 x726 -x727 x728 -x729 x730 x731 x732 -x733 x734 x735 x736 x737 x738 x739 x740 x741 -x742 -x743 -x744 x745 x746 -x747 -x748 x749 -x750 -x751 x752 x753 -x754 x755 -x756 x757 -x758 x759 -x760 -x761 -x762 -x763 x764 x765 x766 x767 -x768 x769 -x770 x771 -x772 x773 x774 x775 -x776 x777 x778 x779 -x780 -x781 x782 x783 -x784 x785 -x786 x787 x788 x789 -x790 x791 -x792 x793 x794 -x795 -x796 -x797 x798 x799 -x800 x801 x802 -x803 -x804 x805 -x806 x807 -x808 -x809 -x810 x811 -x812 x813 x814 -x815 -x816 x817 x818 x819 x820 -x821 x822 -x823 x824 -x825 x826 x827 -x828 x829 x830 x831 -x832 -x833 -x834 x835 x836 -x837 x838 x839 -x840 -x841 -x842 -x843 -x844 x845 x846 -x847 -x848 x849 x850 x851 -x852 x853 -x854 -x855 x856 x857 x858 -x859 x860 x861 -x862 x863 -x864 -x865 x866 -x867 -x868 x869 -x870 x871 x872 -x873 -x874 x875 -x876 x877 -x878 -x879 x880 x881 -x882 x883 x884 x885 -x886 -x887 x888 x889 x890 x891 -x892 -x893 -x894 -x895 -x896 -x897 x898 -x899 x900 -x901 -x902 x903 -x904 -x905 x906 x907 x908 x909 x910 -x911 x912 x913 -x914 x915 -x916 -x917 -x918 x919 x920 -x921 -x922 x923 x924 x925 x926 -x927 -x928 x929 -x930 x931 x932 -x933 -x934 x935 x936 -x937 x938 -x939 -x940 x941 x942 -x943 -x944 -x945 -x946 x947 -x948 x949 x950 x951 x952 -x953 x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 x965 x966 x967 x968 x969 x970 -x971 x972 -x973 x974 x975 -x976 x977 -x978 -x979 -x980 x981 -x982 x983 x984 x985 -x986 -x987 x988 x989 x990 -x991 x992 x993 -x994 -x995 x996 -x997 x998 -x999 -x1000 -x1001 x1002 -x1003 -x1004 -x1005 x1006 -x1007 -x1008 x1009 -x1010 -x1011 -x1012 x1013 x1014 -x1015 -x1016 x1017 -x1018 x1019 -x1020 x1021 -x1022 x1023 x1024 -x1025 x1026 -x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 x1034 x1035 -x1036 x1037 -x1038 x1039 -x1040 x1041 x1042 x1043 -x1044 -x1045 x1046 -x1047 x1048 x1049 -x1050 x1051 x1052 x1053 x1054 -x1055 x1056 -x1057 x1058 x1059 x1060 x1061 -x1062 -x1063 -x1064 -x1065 x1066 x1067 -x1068 -x1069 -x1070 x1071 x1072 -x1073 -x1074 -x1075 x1076 x1077 x1078 -x1079 -x1080 x1081 -x1082 x1083 x1084 x1085 x1086 -x1087 -x1088 x1089 -x1090 -x1091 -x1092 -x1093 -x1094 x1095 -x1096 -x1097 x1098 x1099 x1100 -x1101 x1102 x1103 x1104 x1105 -x1106 -x1107 x1108 x1109 -x1110 x1111 x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 x1119 -x1120 x1121 -x1122 x1123 -x1124 -x1125 -x1126 x1127 -x1128 x1129 x1130 x1131 -x1132 -x1133 -x1134 -x1135 x1136 x1137 x1138 x1139 -x1140 x1141 -x1142 -x1143 -x1144 x1145 x1146 -x1147 -x1148 -x1149 x1150 -x1151 x1152 x1153 -x1154 -x1155 -x1156 x1157 x1158 x1159 x1160 x1161 -x1162 -x1163 -x1164 -x1165 -x1166 x1167 -x1168 x1169 -x1170 x1171 x1172 x1173 -x1174 -x1175 x1176 -x1177 x1178 x1179 x1180 x1181 x1182 x1183 -x1184 x1185 x1186 -x1187 -x1188 x1189 x1190 x1191 x1192 -x1193 x1194 x1195 x1196 x1197 x1198 x1199 x1200 x1201 x1202 -x1203 -x1204 -x1205 x1206 x1207 x1208 x1209 -x1210 x1211 -x1212 -x1213 -x1214 -x1215 x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 x1223 -x1224 x1225 x1226 x1227 x1228 -x1229 x1230 x1231 -x1232 x1233 x1234 x1235 x1236 -x1237 -x1238 -x1239 x1240 -x1241 x1242 x1243 -x1244 -x1245 -x1246 -x1247 -x1248 x1249 -x1250 -x1251 -x1252 x1253 -x1254 x1255 x1256 -x1257 -x1258 x1259 x1260 x1261 -x1262 x1263 -x1264 -x1265 -x1266 x1267 -x1268 x1269 -x1270 x1271 x1272 -x1273 x1274 -x1275 x1276 x1277 x1278 x1279 -x1280 x1281 x1282 x1283 x1284 x1285 -x1286 -x1287 -x1288 -x1289 x1290 -x1291 x1292 -x1293 x1294 -x1295 -x1296 -x1297 x1298 x1299 x1300 -x1301 x1302 -x1303 x1304 -x1305 -x1306 x1307 -x1308 x1309 -x1310 x1311 -x1312 x1313 x1314 x1315 -x1316 x1317 -x1318 -x1319 x1320 -x1321 x1322 x1323 x1324 x1325 -x1326 x1327 -x1328 -x1329 x1330 x1331 -x1332 -x1333 -x1334 x1335 -x1336 -x1337 -x1338 x1339 -x1340 x1341 x1342 -x1343 -x1344 -x1345 x1346 -x1347 x1348 -x1349 x1350 x1351 x1352 x1353 -x1354 x1355 -x1356 -x1357 x1358 -x1359 -x1360 x1361 -x1362 -x1363 -x1364 -x1365 x1366 x1367 -x1368 -x1369 x1370 -x1371 x1372 x1373 -x1374 -x1375 -x1376 x1377 -x1378 x1379 -x1380 -x1381 x1382 -x1383 -x1384 x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 x1392 -x1393 -x1394 x1395 x1396 x1397 -x1398 x1399 -x1400 x1401 x1402 x1403 x1404 x1405 -x1406 x1407 x1408 -x1409 x1410 x1411 -x1412 x1413 -x1414 -x1415 -x1416 -x1417 -x1418 x1419 -x1420 x1421 -x1422 -x1423 -x1424 -x1425 x1426 -x1427 x1428 -x1429 -x1430 x1431 -x1432 -x1433 x1434 -x1435 -x1436 x1437 -x1438 x1439 x1440 -x1441 x1442 x1443 -x1444 -x1445 x1446 -x1447 -x1448 -x1449 x1450 x1451 -x1452 x1453 -x1454 x1455 x1456 -x1457 x1458 -x1459 -x1460 x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 x1468 -x1469 -x1470 -x1471 x1472 x1473 x1474 x1475 -x1476 x1477 -x1478 -x1479 -x1480 x1481 x1482 x1483 x1484 x1485 -x1486 -x1487 -x1488 x1489 -x1490 x1491 -x1492 -x1493 x1494 x1495 x1496 x1497 -x1498 -x1499 -x1500 x1501 x1502 x1503 x1504 x1505 -x1506 x1507 x1508 x1509 -x1510 -x1511 -x1512 x1513 -x1514 -x1515 x1516 x1517 x1518 x1519 -x1520 x1521 x1522 x1523 -x1524 x1525 x1526 -x1527 x1528 x1529 x1530 -x1531 x1532 x1533 x1534 x1535 x1536 x1537 -x1538 x1539 -x1540 x1541 x1542 -x1543 -x1544 -x1545 x1546 x1547 -x1548 -x1549 -x1550 x1551 x1552 -x1553 x1554 x1555 x1556 -x1557 -x1558 x1559 x1560 -x1561 x1562 x1563 x1564 x1565 -x1566 -x1567 x1568 -x1569 -x1570 x1571 -x1572 -x1573 x1574 -x1575 -x1576 -x1577 x1578 -x1579 x1580 -x1581 x1582 x1583 x1584 -x1585 -x1586 x1587 -x1588 x1589 x1590 x1591 -x1592 -x1593 -x1594 -x1595 x1596 x1597 x1598 x1599 x1600 x1601 x1602 -x1603 -x1604 x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 x1612 -x1613 x1614 x1615 -x1616 -x1617 x1618 -x1619 -x1620 x1621 x1622 -x1623 x1624 x1625 -x1626 -x1627 -x1628 -x1629 x1630 x1631 -x1632 -x1633 x1634 x1635 x1636 x1637 -x1638 x1639 x1640 -x1641 x1642 x1643 -x1644 -x1645 -x1646 x1647 -x1648 -x1649 x1650 x1651 x1652 -x1653 x1654 x1655 -x1656 x1657 x1658 -x1659 x1660 x1661 x1662 x1663 x1664 -x1665 x1666 x1667 -x1668 x1669 x1670 x1671 -x1672 x1673 -x1674 x1675 -x1676 x1677 -x1678 -x1679 x1680 x1681 -x1682 x1683 x1684 -x1685 -x1686 x1687 x1688 x1689 x1690 x1691 x1692 x1693 x1694 x1695 -x1696 -x1697 -x1698 x1699 x1700 x1701 x1702 x1703 x1704 x1705 x1706 -x1707 x1708 x1709 -x1710 -x1711 x1712 -x1713 -x1714 x1715 x1716 -x1717 -x1718 x1719 x1720 -x1721 x1722 x1723 x1724 -x1725 -x1726 x1727 -x1728 x1729 -x1730 x1731 x1732 -x1733 x1734 x1735 -x1736 x1737 x1738 x1739 x1740 -x1741 x1742 -x1743 -x1744 x1745 x1746 -x1747 x1748 -x1749 x1750 x1751 x1752 -x1753 -x1754 x1755 -x1756 -x1757 -x1758 x1759 x1760 -x1761 x1762 -x1763 -x1764 -x1765 -x1766 x1767 -x1768 -x1769 -x1770 -x1771 x1772 -x1773 -x1774 -x1775 -x1776 x1777 x1778 -x1779 -x1780 x1781 x1782 x1783 -x1784 x1785 -x1786 -x1787 x1788 -x1789 x1790 x1791 x1792 -x1793 x1794 -x1795 -x1796 -x1797 x1798 x1799 x1800 x1801 -x1802 -x1803 -x1804 x1805 x1806 -x1807 x1808 -x1809 x1810 x1811 x1812 -x1813 x1814 x1815 -x1816 x1817 x1818 -x1819 -x1820 -x1821 x1822 x1823 -x1824 x1825 -x1826 -x1827 x1828 -x1829 x1830 x1831 x1832 x1833 -x1834 -x1835 -x1836 x1837 -x1838 x1839 x1840 -x1841 -x1842 -x1843 x1844 x1845 x1846 x1847 x1848 x1849 x1850 -x1851 x1852 -x1853 x1854 -x1855 -x1856 -x1857 x1858 x1859 x1860 x1861 x1862 x1863 x1864 x1865 x1866 x1867 x1868 x1869 -x1870 x1871 -x1872 -x1873 x1874 x1875 x1876 x1877 x1878 -x1879 x1880 x1881 -x1882 -x1883 x1884 -x1885 x1886 -x1887 -x1888 x1889 -x1890 -x1891 x1892 x1893 x1894 x1895 x1896 x1897 x1898 x1899 x1900 x1901 -x1902 -x1903 x1904 -x1905 x1906 -x1907 -x1908 -x1909 -x1910 x1911 x1912 x1913 -x1914 -x1915 -x1916 x1917 x1918 x1919 x1920 x1921 x1922 -x1923 x1924 x1925 -x1926 -x1927 -x1928 x1929 x1930 -x1931 -x1932 -x1933 -x1934 x1935 x1936 x1937 -x1938 -x1939 -x1940 -x1941 -x1942 x1943 x1944 -x1945 -x1946 -x1947 x1948 -x1949 -x1950 x1951 x1952 -x1953 x1954 -x1955 -x1956 x1957 -x1958 x1959 x1960 x1961 x1962 x1963 -x1964 x1965 x1966 -x1967 -x1968
3600.09/3610.00	c Program interrupted by user.

Verifier Data

OK	1037

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488956-1751334438/watcher-4488956-1751334438 -o /tmp/evaluation-result-4488956-1751334438/solver-4488956-1751334438 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751327214-45662 --watchdog 3760 run-opt-ls.sh HOME/instance-4488956-1751334438.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=46752, runsolver pid=46747

[startup+0.100059 s]*
/proc/loadavg: 4.42 4.16 4.11 5/268 46761
/proc/meminfo: memFree=128857432/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=61684 memory=16092 CPUtime=0.04 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 2540 0 0 0 4 0 0 0 20 0 1 0 49122301 63164416 4023 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 15421 4023 2304 1147 0 2848 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 65876 KiB
Current children cumulated memory: 19164 KiB

[startup+0.205466 s]*
/proc/loadavg: 4.42 4.16 4.11 5/268 46761
/proc/meminfo: memFree=128853108/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=64908 memory=23496 CPUtime=0.14 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 3314 0 0 0 13 1 0 0 20 0 1 0 49122301 66465792 5874 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 16227 5874 2368 1147 0 3654 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 69100 KiB
Current children cumulated memory: 26568 KiB

[startup+0.305076 s]*
/proc/loadavg: 4.42 4.16 4.11 6/268 46761
/proc/meminfo: memFree=128849328/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=72844 memory=29896 CPUtime=0.24 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 4921 0 0 0 22 2 0 0 20 0 1 0 49122301 74592256 7474 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 18211 7474 2368 1147 0 5638 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 77036 KiB
Current children cumulated memory: 32968 KiB

[startup+0.700183 s]
/proc/loadavg: 4.55 4.19 4.12 5/268 46761
/proc/meminfo: memFree=128821796/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=103644 memory=56096 CPUtime=0.63 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 10434 0 0 0 55 8 0 0 20 0 1 0 49122301 106131456 14024 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 25911 14024 2368 1147 0 13338 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 107836 KiB
Current children cumulated memory: 59168 KiB

[startup+1.50015 s]
/proc/loadavg: 4.55 4.19 4.12 5/268 46761
/proc/meminfo: memFree=128761944/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=120224 memory=75388 CPUtime=1.43 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 14241 0 0 0 131 12 0 0 20 0 1 0 49122301 123109376 18847 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 30056 18847 2368 1147 0 17483 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 124416 KiB
Current children cumulated memory: 78460 KiB

[startup+3.10531 s]
/proc/loadavg: 4.55 4.19 4.12 5/268 46761
/proc/meminfo: memFree=128722388/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=149196 memory=95868 CPUtime=3.02 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 19344 0 0 0 285 17 0 0 20 0 1 0 49122301 152776704 23967 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 37299 23967 2400 1147 0 24726 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 153388 KiB
Current children cumulated memory: 98940 KiB

[startup+6.30015 s]
/proc/loadavg: 4.50 4.19 4.12 5/268 46761
/proc/meminfo: memFree=128690504/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=166624 memory=102780 CPUtime=6.21 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 21069 0 0 0 599 22 0 0 20 0 1 0 49122301 170622976 25695 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 41656 25695 2400 1147 0 29083 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 170816 KiB
Current children cumulated memory: 105852 KiB

[startup+12.7002 s]
/proc/loadavg: 4.46 4.19 4.12 5/268 46762
/proc/meminfo: memFree=128654908/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=178092 memory=119012 CPUtime=12.6 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 24118 0 0 0 1225 35 0 0 20 0 1 0 49122301 182366208 29753 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 44523 29753 2400 1147 0 31950 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 182284 KiB
Current children cumulated memory: 122084 KiB

[startup+25.5002 s]
/proc/loadavg: 4.39 4.18 4.12 5/268 46762
/proc/meminfo: memFree=128590424/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=184924 memory=135984 CPUtime=25.37 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 27332 0 0 0 2481 56 0 0 20 0 1 0 49122301 189362176 33996 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 46231 33996 2400 1147 0 33658 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 189116 KiB
Current children cumulated memory: 139056 KiB

[startup+51.1054 s]
/proc/loadavg: 4.30 4.18 4.12 5/268 46762
/proc/meminfo: memFree=128486500/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=250012 memory=172948 CPUtime=50.92 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 36070 0 0 0 4993 99 0 0 20 0 1 0 49122301 256012288 43237 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 62503 43237 2400 1147 0 49930 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 254204 KiB
Current children cumulated memory: 176020 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.16 4.12 5/270 46766
/proc/meminfo: memFree=128377344/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=299412 memory=229940 CPUtime=101.98 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 46237 0 0 0 10016 182 0 0 20 0 1 0 49122301 306597888 57485 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 74853 57485 2400 1147 0 62280 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 303604 KiB
Current children cumulated memory: 233012 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/269 46768
/proc/meminfo: memFree=128244864/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=388020 memory=282464 CPUtime=161.84 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 57831 0 0 0 15928 256 0 0 20 0 1 0 49122301 397332480 70616 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 97005 70616 2400 1147 0 84432 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 392212 KiB
Current children cumulated memory: 285536 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/269 46771
/proc/meminfo: memFree=128187408/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=404636 memory=296288 CPUtime=221.69 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 61300 0 0 0 21845 324 0 0 20 0 1 0 49122301 414347264 74072 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 101159 74072 2400 1147 0 88586 0
Current children cumulated CPU time: 221.69 s

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

/proc/46760/statm: 210295 185691 2400 1147 0 197722 0
Current children cumulated CPU time: 3033.86 s
Current children cumulated vsize: 845372 KiB
Current children cumulated memory: 745836 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.16 4.11 5/269 46973
/proc/meminfo: memFree=127566940/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=843400 memory=744428 CPUtime=3093.68 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 129413 0 0 0 306982 2386 0 0 20 0 1 0 49122301 863641600 186107 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 210850 186107 2400 1147 0 198277 0
Current children cumulated CPU time: 3093.68 s
Current children cumulated vsize: 847592 KiB
Current children cumulated memory: 747500 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/269 46975
/proc/meminfo: memFree=127559412/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=848012 memory=747756 CPUtime=3153.5 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 130289 0 0 0 312923 2427 0 0 20 0 1 0 49122301 868364288 186939 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 212003 186939 2400 1147 0 199430 0
Current children cumulated CPU time: 3153.5 s
Current children cumulated vsize: 852204 KiB
Current children cumulated memory: 750828 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/269 46977
/proc/meminfo: memFree=127518392/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=848012 memory=751340 CPUtime=3213.34 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 130293 0 0 0 318875 2459 0 0 20 0 1 0 49122301 868364288 187835 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 212003 187835 2400 1147 0 199430 0
Current children cumulated CPU time: 3213.34 s
Current children cumulated vsize: 852204 KiB
Current children cumulated memory: 754412 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/268 46979
/proc/meminfo: memFree=127461760/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=854676 memory=791020 CPUtime=3273.17 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 131389 0 0 0 324824 2493 0 0 20 0 1 0 49122301 875188224 197755 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 213669 197755 2400 1147 0 201096 0
Current children cumulated CPU time: 3273.17 s
Current children cumulated vsize: 858868 KiB
Current children cumulated memory: 794092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/267 46981
/proc/meminfo: memFree=127437108/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=863384 memory=806636 CPUtime=3333.03 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 132795 0 0 0 330769 2534 0 0 20 0 1 0 49122301 884105216 201659 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 215846 201659 2400 1147 0 203273 0
Current children cumulated CPU time: 3333.03 s
Current children cumulated vsize: 867576 KiB
Current children cumulated memory: 809708 KiB

[startup+3402.3 s]
/proc/loadavg: 4.44 4.20 4.12 5/267 46983
/proc/meminfo: memFree=127459676/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=863384 memory=806636 CPUtime=3392.88 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 132796 0 0 0 336725 2563 0 0 20 0 1 0 49122301 884105216 201659 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 215846 201659 2400 1147 0 203273 0
Current children cumulated CPU time: 3392.88 s
Current children cumulated vsize: 867576 KiB
Current children cumulated memory: 809708 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.18 4.12 5/267 46985
/proc/meminfo: memFree=127459024/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=863384 memory=806636 CPUtime=3452.74 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 132796 0 0 0 342665 2609 0 0 20 0 1 0 49122301 884105216 201659 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 215846 201659 2400 1147 0 203273 0
Current children cumulated CPU time: 3452.74 s
Current children cumulated vsize: 867576 KiB
Current children cumulated memory: 809708 KiB

[startup+3522.3 s]
/proc/loadavg: 4.44 4.26 4.15 5/267 46987
/proc/meminfo: memFree=127447068/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=863908 memory=807276 CPUtime=3512.59 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 132955 0 0 0 348625 2634 0 0 20 0 1 0 49122301 884641792 201819 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 215977 201819 2400 1147 0 203404 0
Current children cumulated CPU time: 3512.59 s
Current children cumulated vsize: 868100 KiB
Current children cumulated memory: 810348 KiB

[startup+3582.3 s]
/proc/loadavg: 4.26 4.24 4.15 5/268 46996
/proc/meminfo: memFree=127346812/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=962196 memory=835632 CPUtime=3572.44 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 136591 0 0 0 354571 2673 0 0 20 0 1 0 49122301 985288704 208908 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 240549 208908 2400 1147 0 227976 0
Current children cumulated CPU time: 3572.44 s
Current children cumulated vsize: 966388 KiB
Current children cumulated memory: 838704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.17 4.22 4.14 3/258 47013
/proc/meminfo: memFree=128627488/131249996 swapFree=33010684/33010684
[pid=46752] ppid=46747 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46752/stat : 46752 (run-opt-ls.sh) S 46747 46752 45650 0 -1 4194304 240 1433 0 0 0 0 0 0 20 0 1 0 49122297 4292608 768 18446744073709551615 94240206872576 94240207767109 140734356284800 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94240208006160 94240208053904 94240238931968 140734356293991 140734356294117 140734356294117 140734356299719 0
/proc/46752/statm: 1048 768 704 219 0 110 0
[pid=46760] ppid=46752 vsize=962196 memory=835632 CPUtime=3600.09 cores=1,3
/proc/46760/stat : 46760 (roundingsat) R 46752 46752 45650 0 -1 4194304 136709 0 0 0 357324 2685 0 0 20 0 1 0 49122301 985288704 208908 18446744073709551615 4227072 8923433 140735062958192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21168128 140735062960454 140735062960680 140735062960680 140735062966250 0
/proc/46760/statm: 240549 208908 2400 1147 0 227976 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 966388 KiB
Current children cumulated memory: 838704 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3573.25 s, system=26.8618 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.01
CPU time (s): 3600.11
CPU user time (s): 3573.25
CPU system time (s): 26.8618
CPU usage (%): 99.7257
Max. virtual memory (cumulated for all children) (KiB): 966388
Max. memory (cumulated for all children) (KiB): 838704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.25
system time used= 26.8618
maximum resident set size= 836016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138414
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= 474
involuntary context switches= 2789


# summary of solver processes directly reported to runsolver:
#   pid: 46752,46760
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3573.25
#   total CPU system time (s): 26.8618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.8828 second user time and 16.1417 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-01 03:47:18
IDJOB=4488956
IDBENCH=147535
IDSOLVER=3355
FILE ID=nodeC029/4488956-1751334438
RUNJOBID= nodeC029-1751327214-45662
SLURM_JOB_ID= 9594367
Free space on /tmp= 433048 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_7.opb.PB06.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488956-1751334438/watcher-4488956-1751334438 -o /tmp/evaluation-result-4488956-1751334438/solver-4488956-1751334438 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751327214-45662 --watchdog 3760  run-opt-ls.sh HOME/instance-4488956-1751334438.opb

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

MD5SUM BENCH= 4613bd71ebda28f991e46514414d76dd
RANDOM SEED=1044064538

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.727
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.725
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.358
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.418
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.818
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.661
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.716
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128872640 kB
MemAvailable:   128749204 kB
Buffers:            3280 kB
Cached:           683916 kB
SwapCached:            0 kB
Active:          1333668 kB
Inactive:         426740 kB
Active(anon):    1091272 kB
Inactive(anon):        0 kB
Active(file):     242396 kB
Inactive(file):   426740 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22404 kB
Writeback:             4 kB
AnonPages:       1075104 kB
Mapped:           109072 kB
Shmem:             18060 kB
KReclaimable:      93332 kB
Slab:             180152 kB
SReclaimable:      93332 kB
SUnreclaim:        86820 kB
KernelStack:        4144 kB
PageTables:         4980 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1367036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1007616 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC029 at 2025-07-01 04:47:29