Trace number 4488820

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt 63f22adSAT (TO)1035 3600.04 3609.91

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_33.opb.PB06.opb
MD5SUM40249833eecc795c9ed736ead45c4ff1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1034
Best CPU time to get the best result obtained on this benchmark15154.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1965
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 1965
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 1965
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 1965
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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4488820-1751331199.opb'
0.00/0.01	c 	read 0.11MB  (1.87ms)
0.00/0.01	c	 [cnf: #variables 1965 #clauses 4000 #duplicates 1 #arr 9963]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 16] (2.26ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.36ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 9895 #edges 27786]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 2.56*10^2 #generators 8] (1.73ms)
0.00/0.02	c 
0.00/0.02	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.02	c 	(0.01ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c add generic predicates (break_depth=20)
0.00/0.02	c 	added predicates for 8 generators (0.01ms)
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 8 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4488820-1751331199.opb.pre'
0.00/0.02	c 	wrote 0.12MB (0.36ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.26ms 33.05% approx_orbits
0.00/0.02	c                   1.87ms 27.35% parse
0.00/0.02	c                   1.73ms 25.34% detect_generic
0.00/0.02	c                   0.36ms  5.26% detect_special
0.00/0.02	c                   0.36ms  5.25% output
0.00/0.02	c                   0.19ms  2.72% other
0.00/0.02	c                   0.06ms  0.82% finalize_order
0.00/0.02	c                   0.01ms  0.11% optimize_gens
0.00/0.02	c                   0.01ms  0.09% break_generic
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   6.84ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.05	c #variables 1965 #constraints 4007
0.00/0.05	c objective is ce32 
0.00/0.05	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.05	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.05	c bounds - >= 0 @ 0.010729
0.00/0.09	c bounds 1205 >= 0 @ 0.048655
0.00/0.09	c bounds 1205 >= 1 @ 0.049127
0.00/0.09	c bounds 1205 >= 2 @ 0.049735
0.00/0.09	c bounds 1205 >= 3 @ 0.049948
0.00/0.09	c bounds 1205 >= 4 @ 0.050163
0.00/0.09	c bounds 1205 >= 5 @ 0.050373
0.00/0.09	c bounds 1205 >= 6 @ 0.050587
0.00/0.09	c bounds 1205 >= 7 @ 0.050801
0.00/0.09	c bounds 1205 >= 8 @ 0.051015
0.00/0.09	c bounds 1205 >= 9 @ 0.051231
0.00/0.09	c bounds 1205 >= 10 @ 0.051448
0.00/0.09	c bounds 1205 >= 11 @ 0.051664
0.00/0.09	c bounds 1205 >= 12 @ 0.05188
0.00/0.09	c bounds 1205 >= 13 @ 0.052097
0.00/0.09	c bounds 1205 >= 14 @ 0.052314
0.00/0.09	c bounds 1205 >= 15 @ 0.052532
0.00/0.09	c bounds 1205 >= 16 @ 0.05275
0.00/0.10	c bounds 1205 >= 17 @ 0.052967
0.00/0.10	c bounds 1205 >= 18 @ 0.053185
0.00/0.10	c bounds 1205 >= 19 @ 0.053404
0.00/0.10	c bounds 1205 >= 20 @ 0.053633
0.00/0.10	c bounds 1205 >= 21 @ 0.053853
0.00/0.10	c bounds 1205 >= 22 @ 0.054071
0.00/0.10	c bounds 1205 >= 23 @ 0.054289
0.00/0.10	c bounds 1205 >= 24 @ 0.054507
0.00/0.10	c bounds 1205 >= 25 @ 0.054723
0.00/0.10	c bounds 1205 >= 26 @ 0.054939
0.00/0.10	c bounds 1205 >= 27 @ 0.055159
0.00/0.10	c bounds 1205 >= 28 @ 0.055374
0.00/0.10	c bounds 1205 >= 29 @ 0.055591
0.00/0.10	c bounds 1205 >= 30 @ 0.055816
0.00/0.10	c bounds 1205 >= 31 @ 0.055895
0.00/0.10	c bounds 1205 >= 32 @ 0.055895
0.00/0.10	c bounds 1205 >= 33 @ 0.055895
0.00/0.10	c bounds 1205 >= 34 @ 0.055895
0.00/0.10	c bounds 1205 >= 35 @ 0.056023
0.00/0.10	c bounds 1205 >= 36 @ 0.056247
0.00/0.10	c bounds 1205 >= 37 @ 0.05647
0.00/0.10	c bounds 1205 >= 38 @ 0.056692
0.00/0.10	c bounds 1205 >= 39 @ 0.056884
0.00/0.10	c bounds 1205 >= 40 @ 0.057109
0.00/0.10	c bounds 1205 >= 41 @ 0.057334
0.06/0.10	c bounds 1205 >= 42 @ 0.05756
0.06/0.10	c bounds 1205 >= 43 @ 0.057786
0.06/0.10	c bounds 1205 >= 44 @ 0.058008
0.06/0.10	c bounds 1205 >= 45 @ 0.058228
0.06/0.10	c bounds 1205 >= 46 @ 0.058447
0.06/0.10	c bounds 1205 >= 47 @ 0.058665
0.06/0.10	c bounds 1205 >= 48 @ 0.058882
0.06/0.10	c bounds 1205 >= 49 @ 0.0591
0.06/0.10	c bounds 1205 >= 50 @ 0.059322
0.06/0.10	c bounds 1205 >= 51 @ 0.059541
0.06/0.10	c bounds 1205 >= 52 @ 0.05976
0.06/0.10	c bounds 1205 >= 53 @ 0.059982
0.06/0.10	c bounds 1205 >= 54 @ 0.060202
0.06/0.10	c bounds 1205 >= 55 @ 0.060422
0.06/0.10	c bounds 1205 >= 56 @ 0.060646
0.06/0.10	c bounds 1205 >= 57 @ 0.06082
0.06/0.10	c bounds 1205 >= 58 @ 0.06082
0.06/0.10	c bounds 1205 >= 59 @ 0.06082
0.06/0.10	c bounds 1205 >= 60 @ 0.06082
0.06/0.11	c bounds 1205 >= 61 @ 0.06082
0.06/0.11	c bounds 1205 >= 62 @ 0.060822
0.06/0.11	c bounds 1205 >= 63 @ 0.060822
0.06/0.11	c bounds 1205 >= 64 @ 0.060822
0.06/0.11	c bounds 1205 >= 65 @ 0.060822
0.06/0.11	c bounds 1205 >= 66 @ 0.060865
0.06/0.11	c bounds 1205 >= 67 @ 0.061085
0.06/0.11	c bounds 1205 >= 68 @ 0.061306
0.06/0.11	c bounds 1205 >= 69 @ 0.061525
0.06/0.11	c bounds 1205 >= 70 @ 0.061742
0.06/0.11	c bounds 1205 >= 71 @ 0.061945
0.06/0.11	c bounds 1205 >= 72 @ 0.062163
0.06/0.11	c bounds 1205 >= 73 @ 0.062381
0.06/0.11	c bounds 1205 >= 74 @ 0.062597
0.06/0.11	c bounds 1205 >= 75 @ 0.062816
0.06/0.11	c bounds 1205 >= 76 @ 0.063033
0.06/0.11	c bounds 1205 >= 77 @ 0.063253
0.06/0.11	c bounds 1205 >= 78 @ 0.063472
0.06/0.11	c bounds 1205 >= 79 @ 0.063693
0.06/0.11	c bounds 1205 >= 80 @ 0.063914
0.06/0.11	c bounds 1205 >= 81 @ 0.064134
0.06/0.11	c bounds 1205 >= 82 @ 0.064506
0.06/0.11	c bounds 1205 >= 83 @ 0.06506
0.06/0.11	c bounds 1205 >= 84 @ 0.065321
0.06/0.11	c bounds 1205 >= 85 @ 0.065534
0.06/0.11	c bounds 1205 >= 86 @ 0.065747
0.06/0.11	c bounds 1205 >= 87 @ 0.06596
0.06/0.11	c bounds 1205 >= 88 @ 0.066172
0.06/0.11	c bounds 1205 >= 89 @ 0.066388
0.06/0.11	c bounds 1205 >= 90 @ 0.0666
0.06/0.11	c bounds 1205 >= 91 @ 0.066814
0.06/0.11	c bounds 1205 >= 92 @ 0.067031
0.06/0.11	c bounds 1205 >= 93 @ 0.067245
0.06/0.11	c bounds 1205 >= 94 @ 0.067459
0.06/0.11	c bounds 1205 >= 95 @ 0.067673
0.06/0.11	c bounds 1205 >= 96 @ 0.067887
0.06/0.11	c bounds 1205 >= 97 @ 0.068101
0.06/0.11	c bounds 1205 >= 98 @ 0.068314
0.06/0.11	c bounds 1205 >= 99 @ 0.068527
0.06/0.11	c bounds 1205 >= 100 @ 0.06874
0.06/0.11	c bounds 1205 >= 101 @ 0.068957
0.06/0.11	c bounds 1205 >= 102 @ 0.069169
0.06/0.11	c bounds 1205 >= 103 @ 0.069381
0.06/0.11	c bounds 1205 >= 104 @ 0.069593
0.06/0.12	c bounds 1205 >= 105 @ 0.069808
0.06/0.12	c bounds 1205 >= 106 @ 0.070021
0.06/0.12	c bounds 1205 >= 107 @ 0.070236
0.06/0.12	c bounds 1205 >= 108 @ 0.070449
0.06/0.12	c bounds 1205 >= 109 @ 0.070665
0.06/0.12	c bounds 1205 >= 110 @ 0.070899
0.06/0.12	c bounds 1205 >= 111 @ 0.071114
0.06/0.12	c bounds 1205 >= 112 @ 0.071329
0.06/0.12	c bounds 1205 >= 113 @ 0.071543
0.06/0.12	c bounds 1205 >= 114 @ 0.071758
0.06/0.12	c bounds 1205 >= 115 @ 0.07197
0.06/0.12	c bounds 1205 >= 116 @ 0.072184
0.06/0.12	c bounds 1205 >= 117 @ 0.072398
0.06/0.12	c bounds 1205 >= 118 @ 0.072615
0.06/0.12	c bounds 1205 >= 119 @ 0.072836
0.06/0.12	c bounds 1205 >= 120 @ 0.073055
0.06/0.12	c bounds 1205 >= 121 @ 0.073272
0.06/0.12	c bounds 1205 >= 122 @ 0.073483
0.06/0.12	c bounds 1205 >= 123 @ 0.073698
0.06/0.12	c bounds 1205 >= 124 @ 0.073917
0.06/0.12	c bounds 1205 >= 125 @ 0.074134
0.06/0.12	c bounds 1205 >= 126 @ 0.074356
0.06/0.12	c bounds 1205 >= 127 @ 0.074574
0.06/0.12	c bounds 1205 >= 128 @ 0.074806
0.06/0.12	c bounds 1205 >= 129 @ 0.075024
0.06/0.12	c bounds 1205 >= 130 @ 0.075243
0.06/0.12	c bounds 1205 >= 131 @ 0.075459
0.06/0.12	c bounds 1205 >= 132 @ 0.075676
0.06/0.12	c bounds 1205 >= 133 @ 0.075892
0.06/0.12	c bounds 1205 >= 134 @ 0.076111
0.06/0.12	c bounds 1205 >= 135 @ 0.076328
0.06/0.12	c bounds 1205 >= 136 @ 0.076547
0.06/0.12	c bounds 1205 >= 137 @ 0.076767
0.06/0.12	c bounds 1205 >= 138 @ 0.076985
0.06/0.12	c bounds 1205 >= 139 @ 0.077202
0.06/0.12	c bounds 1205 >= 140 @ 0.077417
0.06/0.12	c bounds 1205 >= 141 @ 0.077631
0.06/0.12	c bounds 1205 >= 142 @ 0.077848
0.06/0.12	c bounds 1205 >= 143 @ 0.078063
0.06/0.12	c bounds 1205 >= 144 @ 0.078283
0.06/0.12	c bounds 1205 >= 145 @ 0.078498
0.06/0.12	c bounds 1205 >= 146 @ 0.078715
0.06/0.12	c bounds 1205 >= 147 @ 0.078931
0.06/0.12	c bounds 1205 >= 148 @ 0.07915
0.06/0.12	c bounds 1205 >= 149 @ 0.079367
0.06/0.12	c bounds 1205 >= 150 @ 0.079583
0.06/0.13	c bounds 1205 >= 151 @ 0.0798
0.06/0.13	c bounds 1205 >= 152 @ 0.080018
0.06/0.13	c bounds 1205 >= 153 @ 0.080248
0.06/0.13	c bounds 1205 >= 154 @ 0.080466
0.06/0.13	c bounds 1205 >= 155 @ 0.080683
0.06/0.13	c bounds 1205 >= 156 @ 0.080905
0.06/0.13	c bounds 1205 >= 157 @ 0.081123
0.06/0.13	c bounds 1205 >= 158 @ 0.081347
0.06/0.13	c bounds 1205 >= 159 @ 0.081566
0.06/0.13	c bounds 1205 >= 160 @ 0.081779
0.06/0.13	c bounds 1205 >= 161 @ 0.081995
0.06/0.13	c bounds 1205 >= 162 @ 0.082213
0.06/0.13	c bounds 1205 >= 163 @ 0.082431
0.06/0.13	c bounds 1205 >= 164 @ 0.082646
0.06/0.13	c bounds 1205 >= 165 @ 0.082865
0.06/0.13	c bounds 1205 >= 166 @ 0.083082
0.06/0.13	c bounds 1205 >= 167 @ 0.083304
0.06/0.13	c bounds 1205 >= 168 @ 0.08352
0.06/0.13	c bounds 1205 >= 169 @ 0.083742
0.06/0.13	c bounds 1205 >= 170 @ 0.083742
0.06/0.13	c bounds 1205 >= 171 @ 0.083742
0.06/0.13	c bounds 1205 >= 172 @ 0.083742
0.06/0.13	c bounds 1205 >= 173 @ 0.083742
0.06/0.13	c bounds 1205 >= 174 @ 0.083871
0.06/0.13	c bounds 1205 >= 175 @ 0.084081
0.06/0.13	c bounds 1205 >= 176 @ 0.084294
0.06/0.13	c bounds 1205 >= 177 @ 0.084506
0.06/0.13	c bounds 1205 >= 178 @ 0.084689
0.06/0.13	c bounds 1205 >= 179 @ 0.08489
0.06/0.13	c bounds 1205 >= 180 @ 0.085116
0.06/0.13	c bounds 1205 >= 181 @ 0.08533
0.06/0.13	c bounds 1205 >= 182 @ 0.085549
0.06/0.13	c bounds 1205 >= 183 @ 0.085764
0.06/0.13	c bounds 1205 >= 184 @ 0.085977
0.06/0.15	c bounds 1204 >= 184 @ 0.103203
0.06/0.15	c bounds 1204 >= 185 @ 0.103479
0.06/0.15	c bounds 1204 >= 186 @ 0.103701
0.06/0.15	c bounds 1204 >= 187 @ 0.103925
0.06/0.15	c bounds 1204 >= 188 @ 0.104143
0.06/0.15	c bounds 1204 >= 189 @ 0.10436
0.06/0.15	c bounds 1204 >= 190 @ 0.104578
0.06/0.15	c bounds 1204 >= 191 @ 0.104794
0.06/0.15	c bounds 1204 >= 192 @ 0.105014
0.06/0.15	c bounds 1204 >= 193 @ 0.105228
0.06/0.15	c bounds 1204 >= 194 @ 0.105442
0.06/0.15	c bounds 1204 >= 195 @ 0.105659
0.06/0.15	c bounds 1204 >= 196 @ 0.105875
0.06/0.15	c bounds 1204 >= 197 @ 0.106087
0.06/0.15	c bounds 1204 >= 198 @ 0.106304
0.06/0.15	c bounds 1204 >= 199 @ 0.106522
0.06/0.16	c bounds 1204 >= 200 @ 0.106693
0.06/0.16	c bounds 1204 >= 201 @ 0.106693
0.06/0.16	c bounds 1204 >= 202 @ 0.106693
0.06/0.16	c bounds 1204 >= 203 @ 0.106693
0.06/0.16	c bounds 1204 >= 204 @ 0.106693
0.06/0.16	c bounds 1204 >= 205 @ 0.106833
0.06/0.16	c bounds 1204 >= 206 @ 0.107059
0.06/0.16	c bounds 1204 >= 207 @ 0.107285
0.06/0.16	c bounds 1204 >= 208 @ 0.107504
0.06/0.16	c bounds 1204 >= 209 @ 0.107734
0.06/0.16	c bounds 1204 >= 210 @ 0.107953
0.06/0.16	c bounds 1204 >= 211 @ 0.108559
0.06/0.16	c bounds 1204 >= 212 @ 0.108774
0.06/0.16	c bounds 1204 >= 213 @ 0.108995
0.06/0.16	c bounds 1204 >= 214 @ 0.109213
0.06/0.16	c bounds 1204 >= 215 @ 0.109427
0.06/0.16	c bounds 1204 >= 216 @ 0.109644
0.06/0.16	c bounds 1204 >= 217 @ 0.109866
0.06/0.16	c bounds 1204 >= 218 @ 0.110089
0.06/0.16	c bounds 1204 >= 219 @ 0.110304
0.06/0.16	c bounds 1204 >= 220 @ 0.110519
0.06/0.16	c bounds 1204 >= 221 @ 0.110732
0.06/0.16	c bounds 1204 >= 222 @ 0.110946
0.06/0.16	c bounds 1204 >= 223 @ 0.111159
0.06/0.16	c bounds 1204 >= 224 @ 0.111376
0.06/0.16	c bounds 1204 >= 225 @ 0.111593
0.06/0.16	c bounds 1204 >= 226 @ 0.111806
0.06/0.16	c bounds 1204 >= 227 @ 0.112018
0.06/0.16	c bounds 1204 >= 228 @ 0.112231
0.06/0.16	c bounds 1204 >= 229 @ 0.112444
0.06/0.16	c bounds 1204 >= 230 @ 0.112665
0.06/0.16	c bounds 1204 >= 231 @ 0.112886
0.06/0.16	c bounds 1204 >= 232 @ 0.113101
0.06/0.16	c bounds 1204 >= 233 @ 0.113318
0.06/0.16	c bounds 1204 >= 234 @ 0.113537
0.06/0.16	c bounds 1204 >= 235 @ 0.11375
0.06/0.16	c bounds 1204 >= 236 @ 0.11397
0.06/0.16	c bounds 1204 >= 237 @ 0.114193
0.06/0.16	c bounds 1204 >= 238 @ 0.114413
0.06/0.16	c bounds 1204 >= 239 @ 0.114644
0.06/0.16	c bounds 1204 >= 240 @ 0.114861
0.06/0.16	c bounds 1204 >= 241 @ 0.11508
0.06/0.16	c bounds 1204 >= 242 @ 0.115295
0.06/0.16	c bounds 1204 >= 243 @ 0.115511
0.06/0.17	c bounds 1204 >= 244 @ 0.115739
0.06/0.17	c bounds 1204 >= 245 @ 0.115958
0.06/0.17	c bounds 1204 >= 246 @ 0.116183
0.06/0.17	c bounds 1204 >= 247 @ 0.116401
0.06/0.17	c bounds 1204 >= 248 @ 0.116622
0.06/0.17	c bounds 1204 >= 249 @ 0.116849
0.06/0.17	c bounds 1204 >= 250 @ 0.117067
0.06/0.17	c bounds 1204 >= 251 @ 0.117289
0.06/0.17	c bounds 1204 >= 252 @ 0.117598
0.06/0.17	c bounds 1204 >= 253 @ 0.117811
0.06/0.17	c bounds 1204 >= 254 @ 0.118023
0.06/0.17	c bounds 1204 >= 255 @ 0.118237
0.06/0.17	c bounds 1204 >= 256 @ 0.118454
0.06/0.17	c bounds 1204 >= 257 @ 0.118673
0.06/0.17	c bounds 1204 >= 258 @ 0.118892
0.06/0.17	c bounds 1204 >= 259 @ 0.119112
0.06/0.17	c bounds 1204 >= 260 @ 0.119332
0.06/0.17	c bounds 1204 >= 261 @ 0.119549
0.06/0.17	c bounds 1204 >= 262 @ 0.119766
0.06/0.17	c bounds 1204 >= 263 @ 0.119998
0.06/0.17	c bounds 1204 >= 264 @ 0.120218
0.06/0.17	c bounds 1204 >= 265 @ 0.120431
0.06/0.17	c bounds 1204 >= 266 @ 0.120661
0.06/0.17	c bounds 1204 >= 267 @ 0.120893
0.06/0.17	c bounds 1204 >= 268 @ 0.121109
0.06/0.17	c bounds 1204 >= 269 @ 0.121328
0.06/0.17	c bounds 1204 >= 270 @ 0.121574
0.06/0.17	c bounds 1204 >= 271 @ 0.121795
0.06/0.17	c bounds 1204 >= 272 @ 0.122009
0.06/0.17	c bounds 1204 >= 273 @ 0.122225
0.06/0.17	c bounds 1204 >= 274 @ 0.122441
0.06/0.17	c bounds 1204 >= 275 @ 0.122662
0.06/0.17	c bounds 1204 >= 276 @ 0.122889
0.06/0.17	c bounds 1204 >= 277 @ 0.123117
0.06/0.17	c bounds 1204 >= 278 @ 0.123341
0.06/0.17	c bounds 1204 >= 279 @ 0.123564
0.06/0.17	c bounds 1204 >= 280 @ 0.123793
0.06/0.17	c bounds 1204 >= 281 @ 0.12402
0.06/0.17	c bounds 1204 >= 282 @ 0.124242
0.06/0.17	c bounds 1204 >= 283 @ 0.124462
0.06/0.17	c bounds 1204 >= 284 @ 0.124679
0.06/0.17	c bounds 1204 >= 285 @ 0.124902
0.06/0.17	c bounds 1204 >= 286 @ 0.125126
0.06/0.17	c bounds 1204 >= 287 @ 0.125347
0.06/0.18	c bounds 1204 >= 288 @ 0.125568
0.06/0.18	c bounds 1204 >= 289 @ 0.125638
0.06/0.18	c bounds 1204 >= 290 @ 0.125638
0.06/0.18	c bounds 1204 >= 291 @ 0.125638
0.06/0.18	c bounds 1204 >= 292 @ 0.125638
0.06/0.18	c bounds 1204 >= 293 @ 0.125638
0.06/0.18	c bounds 1204 >= 294 @ 0.125638
0.06/0.18	c bounds 1204 >= 295 @ 0.125638
0.06/0.18	c bounds 1204 >= 296 @ 0.125638
0.06/0.18	c bounds 1204 >= 297 @ 0.125638
0.06/0.18	c bounds 1204 >= 298 @ 0.125857
0.06/0.18	c bounds 1204 >= 299 @ 0.126079
0.06/0.18	c bounds 1204 >= 300 @ 0.126308
0.06/0.18	c bounds 1204 >= 301 @ 0.126513
0.06/0.18	c bounds 1204 >= 302 @ 0.126727
0.06/0.18	c bounds 1204 >= 303 @ 0.126953
0.06/0.18	c bounds 1204 >= 304 @ 0.127172
0.06/0.18	c bounds 1204 >= 305 @ 0.127393
0.06/0.18	c bounds 1204 >= 306 @ 0.127614
0.06/0.18	c bounds 1204 >= 307 @ 0.127845
0.06/0.18	c bounds 1204 >= 308 @ 0.12808
0.06/0.18	c bounds 1204 >= 309 @ 0.128307
0.06/0.18	c bounds 1204 >= 310 @ 0.128532
0.06/0.18	c bounds 1204 >= 311 @ 0.128757
0.06/0.18	c bounds 1204 >= 312 @ 0.129001
0.06/0.18	c bounds 1204 >= 313 @ 0.129222
0.06/0.18	c bounds 1204 >= 314 @ 0.129447
0.06/0.18	c bounds 1204 >= 315 @ 0.129627
0.06/0.18	c bounds 1204 >= 316 @ 0.129627
0.06/0.18	c bounds 1204 >= 317 @ 0.129627
0.06/0.18	c bounds 1204 >= 318 @ 0.129627
0.06/0.18	c bounds 1204 >= 319 @ 0.129627
0.06/0.18	c bounds 1204 >= 320 @ 0.129789
0.06/0.18	c bounds 1204 >= 321 @ 0.130014
0.06/0.18	c bounds 1204 >= 322 @ 0.130247
0.06/0.18	c bounds 1204 >= 323 @ 0.130465
0.06/0.18	c bounds 1204 >= 324 @ 0.130692
0.06/0.18	c bounds 1204 >= 325 @ 0.130915
0.06/0.18	c bounds 1204 >= 326 @ 0.131135
0.06/0.18	c bounds 1204 >= 327 @ 0.131359
0.06/0.18	c bounds 1204 >= 328 @ 0.131582
0.06/0.18	c bounds 1204 >= 329 @ 0.131811
0.06/0.18	c bounds 1204 >= 330 @ 0.132041
0.06/0.18	c bounds 1204 >= 331 @ 0.132262
0.06/0.18	c bounds 1204 >= 332 @ 0.132487
0.06/0.19	c bounds 1204 >= 333 @ 0.132722
0.06/0.19	c bounds 1204 >= 334 @ 0.132946
0.06/0.19	c bounds 1204 >= 335 @ 0.133176
0.06/0.19	c bounds 1204 >= 336 @ 0.133401
0.06/0.19	c bounds 1204 >= 337 @ 0.133627
0.06/0.19	c bounds 1204 >= 338 @ 0.133853
0.06/0.19	c bounds 1204 >= 339 @ 0.134077
0.06/0.19	c bounds 1204 >= 340 @ 0.134296
0.06/0.19	c bounds 1204 >= 341 @ 0.134523
0.06/0.19	c bounds 1204 >= 342 @ 0.134747
0.06/0.19	c bounds 1204 >= 343 @ 0.134972
0.06/0.19	c bounds 1204 >= 344 @ 0.135196
0.06/0.19	c bounds 1204 >= 345 @ 0.135434
0.06/0.19	c bounds 1204 >= 346 @ 0.135661
0.06/0.19	c bounds 1204 >= 347 @ 0.135886
0.06/0.19	c bounds 1204 >= 348 @ 0.136116
0.06/0.19	c bounds 1204 >= 349 @ 0.136342
0.06/0.19	c bounds 1204 >= 350 @ 0.136569
0.06/0.19	c bounds 1204 >= 351 @ 0.136789
0.06/0.19	c bounds 1204 >= 352 @ 0.137041
0.06/0.19	c bounds 1204 >= 353 @ 0.137277
0.06/0.19	c bounds 1204 >= 354 @ 0.137503
0.06/0.19	c bounds 1204 >= 355 @ 0.137725
0.06/0.19	c bounds 1204 >= 356 @ 0.137951
0.06/0.19	c bounds 1204 >= 357 @ 0.138175
0.06/0.19	c bounds 1204 >= 358 @ 0.138401
0.06/0.19	c bounds 1204 >= 359 @ 0.138627
0.06/0.19	c bounds 1204 >= 360 @ 0.138847
0.06/0.19	c bounds 1204 >= 361 @ 0.139078
0.06/0.19	c bounds 1204 >= 362 @ 0.13931
0.06/0.19	c bounds 1204 >= 363 @ 0.139529
0.06/0.19	c bounds 1204 >= 364 @ 0.139754
0.06/0.19	c bounds 1204 >= 365 @ 0.139993
0.06/0.19	c bounds 1204 >= 366 @ 0.140215
0.06/0.19	c bounds 1204 >= 367 @ 0.140442
0.06/0.19	c bounds 1204 >= 368 @ 0.140667
0.06/0.19	c bounds 1204 >= 369 @ 0.140892
0.06/0.19	c bounds 1204 >= 370 @ 0.141117
0.06/0.19	c bounds 1204 >= 371 @ 0.141343
0.06/0.19	c bounds 1204 >= 372 @ 0.141581
0.06/0.19	c bounds 1204 >= 373 @ 0.141816
0.06/0.19	c bounds 1204 >= 374 @ 0.142056
0.06/0.19	c bounds 1204 >= 375 @ 0.142284
0.06/0.20	c bounds 1204 >= 376 @ 0.142518
0.06/0.20	c bounds 1204 >= 377 @ 0.142743
0.06/0.20	c bounds 1204 >= 378 @ 0.142971
0.06/0.20	c bounds 1204 >= 379 @ 0.143194
0.06/0.20	c bounds 1204 >= 380 @ 0.143411
0.06/0.20	c bounds 1204 >= 381 @ 0.143631
0.06/0.20	c bounds 1204 >= 382 @ 0.143858
0.06/0.20	c bounds 1204 >= 383 @ 0.144092
0.06/0.20	c bounds 1204 >= 384 @ 0.144328
0.06/0.20	c bounds 1204 >= 385 @ 0.144557
0.06/0.20	c bounds 1204 >= 386 @ 0.144784
0.06/0.20	c bounds 1204 >= 387 @ 0.145011
0.06/0.20	c bounds 1204 >= 388 @ 0.145244
0.06/0.20	c bounds 1204 >= 389 @ 0.145469
0.06/0.20	c bounds 1204 >= 390 @ 0.145692
0.06/0.20	c bounds 1204 >= 391 @ 0.145924
0.06/0.20	c bounds 1204 >= 392 @ 0.14615
0.06/0.20	c bounds 1204 >= 393 @ 0.146385
0.06/0.20	c bounds 1204 >= 394 @ 0.146611
0.06/0.20	c bounds 1204 >= 395 @ 0.146837
0.06/0.20	c bounds 1204 >= 396 @ 0.147065
0.06/0.20	c bounds 1204 >= 397 @ 0.14729
0.06/0.20	c bounds 1204 >= 398 @ 0.147527
0.06/0.20	c bounds 1204 >= 399 @ 0.147761
0.06/0.20	c bounds 1204 >= 400 @ 0.147982
0.06/0.20	c bounds 1204 >= 401 @ 0.148206
0.06/0.20	c bounds 1204 >= 402 @ 0.148426
0.06/0.20	c bounds 1204 >= 403 @ 0.14866
0.06/0.20	c bounds 1204 >= 404 @ 0.148893
0.06/0.20	c bounds 1204 >= 405 @ 0.149131
0.06/0.20	c bounds 1204 >= 406 @ 0.149362
0.06/0.20	c bounds 1204 >= 407 @ 0.149599
0.06/0.20	c bounds 1204 >= 408 @ 0.149841
0.06/0.20	c bounds 1204 >= 409 @ 0.150075
0.06/0.20	c bounds 1204 >= 410 @ 0.150308
0.06/0.20	c bounds 1204 >= 411 @ 0.150539
0.06/0.20	c bounds 1204 >= 412 @ 0.150776
0.06/0.20	c bounds 1204 >= 413 @ 0.151016
0.06/0.20	c bounds 1204 >= 414 @ 0.151245
0.06/0.20	c bounds 1204 >= 415 @ 0.151489
0.06/0.20	c bounds 1204 >= 416 @ 0.151724
0.06/0.20	c bounds 1204 >= 417 @ 0.151955
0.06/0.20	c bounds 1204 >= 418 @ 0.152199
0.06/0.21	c bounds 1204 >= 419 @ 0.152435
0.06/0.21	c bounds 1204 >= 420 @ 0.152672
0.06/0.21	c bounds 1204 >= 421 @ 0.152916
0.06/0.21	c bounds 1204 >= 422 @ 0.153149
0.06/0.21	c bounds 1204 >= 423 @ 0.153384
0.17/0.21	c bounds 1204 >= 424 @ 0.153617
0.17/0.21	c bounds 1204 >= 425 @ 0.153858
0.17/0.21	c bounds 1204 >= 426 @ 0.15409
0.17/0.21	c bounds 1204 >= 427 @ 0.15432
0.17/0.21	c bounds 1204 >= 428 @ 0.154558
0.17/0.21	c bounds 1204 >= 429 @ 0.154789
0.17/0.21	c bounds 1204 >= 430 @ 0.155015
0.17/0.21	c bounds 1204 >= 431 @ 0.15524
0.17/0.21	c bounds 1204 >= 432 @ 0.155313
0.17/0.21	c bounds 1204 >= 433 @ 0.155313
0.17/0.21	c bounds 1204 >= 434 @ 0.155313
0.17/0.21	c bounds 1204 >= 435 @ 0.155313
0.17/0.21	c bounds 1204 >= 436 @ 0.155457
0.17/0.21	c bounds 1204 >= 437 @ 0.155704
0.17/0.21	c bounds 1204 >= 438 @ 0.155933
0.17/0.21	c bounds 1204 >= 439 @ 0.156173
0.17/0.21	c bounds 1204 >= 440 @ 0.156449
0.17/0.21	c bounds 1204 >= 441 @ 0.156679
0.17/0.21	c bounds 1204 >= 442 @ 0.156908
0.17/0.21	c bounds 1204 >= 443 @ 0.157144
0.17/0.21	c bounds 1204 >= 444 @ 0.157365
0.17/0.21	c bounds 1204 >= 445 @ 0.157595
0.17/0.21	c bounds 1204 >= 446 @ 0.157824
0.17/0.21	c bounds 1204 >= 447 @ 0.158049
0.17/0.21	c bounds 1204 >= 448 @ 0.158275
0.17/0.21	c bounds 1204 >= 449 @ 0.158335
0.17/0.21	c bounds 1204 >= 450 @ 0.158335
0.17/0.21	c bounds 1204 >= 451 @ 0.158335
0.17/0.21	c bounds 1204 >= 452 @ 0.158335
0.17/0.21	c bounds 1204 >= 453 @ 0.158474
0.17/0.21	c bounds 1204 >= 454 @ 0.15872
0.17/0.21	c bounds 1204 >= 455 @ 0.158971
0.17/0.21	c bounds 1204 >= 456 @ 0.159183
0.17/0.21	c bounds 1204 >= 457 @ 0.159399
0.17/0.21	c bounds 1204 >= 458 @ 0.159624
0.17/0.21	c bounds 1204 >= 459 @ 0.159854
0.17/0.21	c bounds 1204 >= 460 @ 0.160076
0.17/0.22	c bounds 1204 >= 461 @ 0.160305
0.17/0.22	c bounds 1204 >= 462 @ 0.160536
0.17/0.22	c bounds 1204 >= 463 @ 0.160771
0.17/0.22	c bounds 1204 >= 464 @ 0.161004
0.17/0.22	c bounds 1204 >= 465 @ 0.161234
0.17/0.22	c bounds 1204 >= 466 @ 0.161465
0.17/0.22	c bounds 1204 >= 467 @ 0.161702
0.17/0.22	c bounds 1204 >= 468 @ 0.161941
0.17/0.22	c bounds 1204 >= 469 @ 0.162182
0.17/0.22	c bounds 1204 >= 470 @ 0.162418
0.17/0.22	c bounds 1204 >= 471 @ 0.162651
0.17/0.22	c bounds 1204 >= 472 @ 0.162883
0.17/0.22	c bounds 1204 >= 473 @ 0.163122
0.17/0.22	c bounds 1204 >= 474 @ 0.163365
0.17/0.22	c bounds 1204 >= 475 @ 0.163609
0.17/0.22	c bounds 1204 >= 476 @ 0.163844
0.17/0.22	c bounds 1204 >= 477 @ 0.164085
0.17/0.22	c bounds 1204 >= 478 @ 0.164316
0.17/0.22	c bounds 1204 >= 479 @ 0.164316
0.17/0.22	c bounds 1204 >= 480 @ 0.164316
0.17/0.22	c bounds 1204 >= 481 @ 0.164316
0.17/0.22	c bounds 1204 >= 482 @ 0.164316
0.17/0.22	c bounds 1204 >= 483 @ 0.164589
0.17/0.22	c bounds 1204 >= 484 @ 0.164833
0.17/0.22	c bounds 1204 >= 485 @ 0.165066
0.17/0.22	c bounds 1204 >= 486 @ 0.165297
0.17/0.22	c bounds 1204 >= 487 @ 0.165526
0.17/0.22	c bounds 1204 >= 488 @ 0.165776
0.17/0.22	c bounds 1204 >= 489 @ 0.166013
0.17/0.22	c bounds 1204 >= 490 @ 0.166249
0.17/0.22	c bounds 1204 >= 491 @ 0.166485
0.17/0.22	c bounds 1204 >= 492 @ 0.166729
0.17/0.22	c bounds 1204 >= 493 @ 0.166964
0.17/0.22	c bounds 1204 >= 494 @ 0.167215
0.17/0.22	c bounds 1204 >= 495 @ 0.16745
0.17/0.22	c bounds 1204 >= 496 @ 0.167697
0.17/0.22	c bounds 1204 >= 497 @ 0.167941
0.17/0.22	c bounds 1204 >= 498 @ 0.168183
0.17/0.22	c bounds 1204 >= 499 @ 0.168426
0.17/0.22	c bounds 1204 >= 500 @ 0.168662
0.17/0.22	c bounds 1204 >= 501 @ 0.168902
0.17/0.22	c bounds 1204 >= 502 @ 0.169157
0.17/0.23	c bounds 1204 >= 503 @ 0.16941
0.17/0.23	c bounds 1204 >= 504 @ 0.169645
0.17/0.23	c bounds 1204 >= 505 @ 0.169886
0.17/0.23	c bounds 1204 >= 506 @ 0.170115
0.17/0.23	c bounds 1204 >= 507 @ 0.170352
0.17/0.23	c bounds 1204 >= 508 @ 0.170596
0.17/0.23	c bounds 1204 >= 509 @ 0.170832
0.17/0.23	c bounds 1204 >= 510 @ 0.171091
0.17/0.23	c bounds 1204 >= 511 @ 0.171335
0.17/0.23	c bounds 1204 >= 512 @ 0.171579
0.17/0.23	c bounds 1204 >= 513 @ 0.171822
0.17/0.23	c bounds 1204 >= 514 @ 0.172062
0.17/0.23	c bounds 1204 >= 515 @ 0.172299
0.17/0.23	c bounds 1204 >= 516 @ 0.172559
0.17/0.23	c bounds 1204 >= 517 @ 0.172798
0.17/0.23	c bounds 1204 >= 518 @ 0.173055
0.17/0.23	c bounds 1204 >= 519 @ 0.173291
0.17/0.23	c bounds 1204 >= 520 @ 0.173542
0.17/0.23	c bounds 1204 >= 521 @ 0.173784
0.17/0.23	c bounds 1204 >= 522 @ 0.174021
0.17/0.23	c bounds 1204 >= 523 @ 0.174272
0.17/0.23	c bounds 1204 >= 524 @ 0.174511
0.17/0.23	c bounds 1204 >= 525 @ 0.174753
0.17/0.23	c bounds 1204 >= 526 @ 0.174988
0.17/0.23	c bounds 1204 >= 527 @ 0.17523
0.17/0.23	c bounds 1204 >= 528 @ 0.175467
0.17/0.23	c bounds 1204 >= 529 @ 0.175702
0.17/0.23	c bounds 1204 >= 530 @ 0.175944
0.17/0.23	c bounds 1204 >= 531 @ 0.176187
0.17/0.23	c bounds 1204 >= 532 @ 0.17626
0.17/0.23	c bounds 1204 >= 533 @ 0.17626
0.17/0.23	c bounds 1204 >= 534 @ 0.17626
0.17/0.23	c bounds 1204 >= 535 @ 0.17626
0.17/0.23	c bounds 1204 >= 536 @ 0.176414
0.17/0.23	c bounds 1204 >= 537 @ 0.176661
0.17/0.23	c bounds 1204 >= 538 @ 0.176913
0.17/0.23	c bounds 1204 >= 539 @ 0.177154
0.17/0.23	c bounds 1204 >= 540 @ 0.177395
0.17/0.23	c bounds 1204 >= 541 @ 0.177639
0.17/0.23	c bounds 1204 >= 542 @ 0.177899
0.17/0.23	c bounds 1204 >= 543 @ 0.178134
0.17/0.24	c bounds 1204 >= 544 @ 0.178388
0.17/0.24	c bounds 1204 >= 545 @ 0.178647
0.17/0.24	c bounds 1204 >= 546 @ 0.178885
0.17/0.24	c bounds 1204 >= 547 @ 0.179136
0.17/0.24	c bounds 1204 >= 548 @ 0.179376
0.17/0.24	c bounds 1204 >= 549 @ 0.179613
0.17/0.24	c bounds 1204 >= 550 @ 0.179851
0.17/0.24	c bounds 1204 >= 551 @ 0.180098
0.17/0.24	c bounds 1204 >= 552 @ 0.180342
0.17/0.24	c bounds 1204 >= 553 @ 0.180586
0.17/0.24	c bounds 1204 >= 554 @ 0.180898
0.17/0.24	c bounds 1204 >= 555 @ 0.181143
0.17/0.24	c bounds 1204 >= 556 @ 0.181394
0.17/0.24	c bounds 1204 >= 557 @ 0.181635
0.17/0.24	c bounds 1204 >= 558 @ 0.181877
0.17/0.24	c bounds 1204 >= 559 @ 0.182119
0.17/0.24	c bounds 1204 >= 560 @ 0.182368
0.17/0.24	c bounds 1204 >= 561 @ 0.182627
0.17/0.24	c bounds 1204 >= 562 @ 0.182878
0.17/0.24	c bounds 1204 >= 563 @ 0.183133
0.17/0.24	c bounds 1204 >= 564 @ 0.183388
0.17/0.24	c bounds 1204 >= 565 @ 0.183655
0.17/0.24	c bounds 1204 >= 566 @ 0.18393
0.17/0.24	c bounds 1204 >= 567 @ 0.184191
0.17/0.24	c bounds 1204 >= 568 @ 0.184443
0.17/0.24	c bounds 1204 >= 569 @ 0.184701
0.17/0.24	c bounds 1204 >= 570 @ 0.184948
0.17/0.24	c bounds 1204 >= 571 @ 0.185194
0.17/0.24	c bounds 1204 >= 572 @ 0.185444
0.17/0.24	c bounds 1204 >= 573 @ 0.185695
0.17/0.24	c bounds 1204 >= 574 @ 0.185943
0.17/0.24	c bounds 1204 >= 575 @ 0.186204
0.17/0.24	c bounds 1204 >= 576 @ 0.186458
0.17/0.24	c bounds 1204 >= 577 @ 0.186706
0.17/0.24	c bounds 1204 >= 578 @ 0.186964
0.17/0.24	c bounds 1204 >= 579 @ 0.18721
0.17/0.24	c bounds 1204 >= 580 @ 0.187459
0.17/0.24	c bounds 1204 >= 581 @ 0.187727
0.17/0.24	c bounds 1204 >= 582 @ 0.187984
0.17/0.25	c bounds 1204 >= 583 @ 0.18824
0.17/0.25	c bounds 1204 >= 584 @ 0.188492
0.17/0.25	c bounds 1204 >= 585 @ 0.188745
0.17/0.25	c bounds 1204 >= 586 @ 0.188994
0.17/0.25	c bounds 1204 >= 587 @ 0.189264
0.17/0.25	c bounds 1204 >= 588 @ 0.189522
0.17/0.25	c bounds 1204 >= 589 @ 0.189771
0.17/0.25	c bounds 1204 >= 590 @ 0.190014
0.17/0.25	c bounds 1204 >= 591 @ 0.19026
0.17/0.25	c bounds 1204 >= 592 @ 0.190527
0.17/0.25	c bounds 1204 >= 593 @ 0.190786
0.17/0.25	c bounds 1204 >= 594 @ 0.191042
0.17/0.25	c bounds 1204 >= 595 @ 0.191298
0.17/0.25	c bounds 1204 >= 596 @ 0.191559
0.17/0.25	c bounds 1204 >= 597 @ 0.191833
0.17/0.25	c bounds 1204 >= 598 @ 0.19209
0.17/0.25	c bounds 1204 >= 599 @ 0.192349
0.17/0.25	c bounds 1204 >= 600 @ 0.192641
0.17/0.25	c bounds 1204 >= 601 @ 0.192895
0.17/0.25	c bounds 1204 >= 602 @ 0.193139
0.17/0.25	c bounds 1204 >= 603 @ 0.193383
0.17/0.25	c bounds 1204 >= 604 @ 0.193635
0.17/0.25	c bounds 1204 >= 605 @ 0.193884
0.17/0.25	c bounds 1204 >= 606 @ 0.194136
0.17/0.25	c bounds 1204 >= 607 @ 0.194205
0.17/0.25	c bounds 1204 >= 608 @ 0.194205
0.17/0.25	c bounds 1204 >= 609 @ 0.194205
0.17/0.25	c bounds 1204 >= 610 @ 0.194205
0.17/0.25	c bounds 1204 >= 611 @ 0.194459
0.17/0.25	c bounds 1204 >= 612 @ 0.194723
0.17/0.25	c bounds 1204 >= 613 @ 0.194976
0.17/0.25	c bounds 1204 >= 614 @ 0.195195
0.17/0.25	c bounds 1204 >= 615 @ 0.195454
0.17/0.25	c bounds 1204 >= 616 @ 0.195711
0.17/0.25	c bounds 1204 >= 617 @ 0.195975
0.17/0.25	c bounds 1204 >= 618 @ 0.196227
0.17/0.25	c bounds 1204 >= 619 @ 0.19648
0.17/0.25	c bounds 1204 >= 620 @ 0.196738
0.17/0.25	c bounds 1204 >= 621 @ 0.196993
0.17/0.26	c bounds 1204 >= 622 @ 0.197245
0.17/0.26	c bounds 1204 >= 623 @ 0.197509
0.17/0.26	c bounds 1204 >= 624 @ 0.197777
0.17/0.26	c bounds 1204 >= 625 @ 0.198026
0.17/0.26	c bounds 1204 >= 626 @ 0.198305
0.17/0.26	c bounds 1204 >= 627 @ 0.198558
0.17/0.26	c bounds 1204 >= 628 @ 0.198807
0.17/0.26	c bounds 1204 >= 629 @ 0.199058
0.17/0.26	c bounds 1204 >= 630 @ 0.199327
0.17/0.26	c bounds 1204 >= 631 @ 0.199579
0.17/0.26	c bounds 1204 >= 632 @ 0.199854
0.17/0.26	c bounds 1204 >= 633 @ 0.200113
0.17/0.26	c bounds 1204 >= 634 @ 0.200392
0.17/0.26	c bounds 1204 >= 635 @ 0.200663
0.17/0.26	c bounds 1204 >= 636 @ 0.200917
0.17/0.26	c bounds 1204 >= 637 @ 0.201179
0.17/0.26	c bounds 1204 >= 638 @ 0.201179
0.17/0.26	c bounds 1204 >= 639 @ 0.201179
0.17/0.26	c bounds 1204 >= 640 @ 0.201179
0.17/0.26	c bounds 1204 >= 641 @ 0.201229
0.17/0.26	c bounds 1204 >= 642 @ 0.201513
0.17/0.26	c bounds 1204 >= 643 @ 0.201781
0.17/0.26	c bounds 1204 >= 644 @ 0.202039
0.17/0.26	c bounds 1204 >= 645 @ 0.2023
0.17/0.26	c bounds 1204 >= 646 @ 0.202575
0.17/0.26	c bounds 1204 >= 647 @ 0.202836
0.17/0.26	c bounds 1204 >= 648 @ 0.203093
0.17/0.26	c bounds 1204 >= 649 @ 0.203177
0.17/0.26	c bounds 1204 >= 650 @ 0.203177
0.17/0.26	c bounds 1204 >= 651 @ 0.203177
0.17/0.26	c bounds 1204 >= 652 @ 0.203227
0.17/0.26	c bounds 1204 >= 653 @ 0.203493
0.17/0.26	c bounds 1204 >= 654 @ 0.203756
0.17/0.26	c bounds 1204 >= 655 @ 0.204014
0.17/0.26	c bounds 1204 >= 656 @ 0.204266
0.17/0.26	c bounds 1204 >= 657 @ 0.204556
0.17/0.26	c bounds 1204 >= 658 @ 0.204838
0.17/0.27	c bounds 1204 >= 659 @ 0.205105
0.17/0.27	c bounds 1204 >= 660 @ 0.205171
0.17/0.27	c bounds 1204 >= 661 @ 0.205171
0.17/0.27	c bounds 1204 >= 662 @ 0.205171
0.17/0.27	c bounds 1204 >= 663 @ 0.20522
0.17/0.27	c bounds 1204 >= 664 @ 0.205483
0.17/0.27	c bounds 1204 >= 665 @ 0.205751
0.17/0.27	c bounds 1204 >= 666 @ 0.206025
0.17/0.27	c bounds 1204 >= 667 @ 0.206286
0.17/0.27	c bounds 1204 >= 668 @ 0.20655
0.17/0.27	c bounds 1204 >= 669 @ 0.20682
0.17/0.27	c bounds 1204 >= 670 @ 0.207095
0.17/0.27	c bounds 1204 >= 671 @ 0.207369
0.17/0.27	c bounds 1204 >= 672 @ 0.207634
0.17/0.27	c bounds 1204 >= 673 @ 0.207907
0.17/0.27	c bounds 1204 >= 674 @ 0.208193
0.17/0.27	c bounds 1204 >= 675 @ 0.208469
0.17/0.27	c bounds 1204 >= 676 @ 0.208741
0.17/0.27	c bounds 1204 >= 677 @ 0.209025
0.17/0.27	c bounds 1204 >= 678 @ 0.2093
0.17/0.27	c bounds 1204 >= 679 @ 0.209573
0.17/0.27	c bounds 1204 >= 680 @ 0.209838
0.17/0.27	c bounds 1204 >= 681 @ 0.210114
0.17/0.27	c bounds 1204 >= 682 @ 0.21039
0.17/0.27	c bounds 1204 >= 683 @ 0.210658
0.17/0.27	c bounds 1204 >= 684 @ 0.210925
0.17/0.27	c bounds 1204 >= 685 @ 0.211194
0.17/0.27	c bounds 1204 >= 686 @ 0.211471
0.17/0.27	c bounds 1204 >= 687 @ 0.211758
0.17/0.27	c bounds 1204 >= 688 @ 0.212033
0.17/0.27	c bounds 1204 >= 689 @ 0.212311
0.17/0.27	c bounds 1204 >= 690 @ 0.212591
0.17/0.27	c bounds 1204 >= 691 @ 0.212883
0.17/0.27	c bounds 1204 >= 692 @ 0.213199
0.17/0.27	c bounds 1204 >= 693 @ 0.213505
0.17/0.27	c bounds 1204 >= 694 @ 0.213785
0.17/0.28	c bounds 1204 >= 695 @ 0.214082
0.17/0.28	c bounds 1204 >= 696 @ 0.214142
0.17/0.28	c bounds 1204 >= 697 @ 0.214142
0.17/0.28	c bounds 1204 >= 698 @ 0.214142
0.17/0.28	c bounds 1204 >= 699 @ 0.214293
0.17/0.28	c bounds 1204 >= 700 @ 0.214583
0.17/0.28	c bounds 1204 >= 701 @ 0.214872
0.17/0.28	c bounds 1204 >= 702 @ 0.215126
0.17/0.28	c bounds 1204 >= 703 @ 0.215403
0.17/0.28	c bounds 1204 >= 704 @ 0.215681
0.17/0.28	c bounds 1204 >= 705 @ 0.215964
0.17/0.28	c bounds 1204 >= 706 @ 0.216235
0.17/0.28	c bounds 1204 >= 707 @ 0.216546
0.17/0.28	c bounds 1204 >= 708 @ 0.216842
0.17/0.28	c bounds 1204 >= 709 @ 0.21712
0.17/0.28	c bounds 1204 >= 710 @ 0.21712
0.17/0.28	c bounds 1204 >= 711 @ 0.21712
0.17/0.28	c bounds 1204 >= 712 @ 0.21712
0.17/0.28	c bounds 1204 >= 713 @ 0.217274
0.17/0.28	c bounds 1204 >= 714 @ 0.217574
0.17/0.28	c bounds 1204 >= 715 @ 0.217859
0.17/0.28	c bounds 1204 >= 716 @ 0.218122
0.17/0.28	c bounds 1204 >= 717 @ 0.218403
0.17/0.28	c bounds 1204 >= 718 @ 0.218705
0.17/0.28	c bounds 1204 >= 719 @ 0.218982
0.17/0.28	c bounds 1204 >= 720 @ 0.219277
0.17/0.28	c bounds 1204 >= 721 @ 0.219568
0.17/0.28	c bounds 1204 >= 722 @ 0.219879
0.17/0.28	c bounds 1204 >= 723 @ 0.220171
0.17/0.28	c bounds 1204 >= 724 @ 0.22046
0.17/0.28	c bounds 1204 >= 725 @ 0.220765
0.17/0.28	c bounds 1204 >= 726 @ 0.221067
0.17/0.30	c bounds 1203 >= 726 @ 0.234426
0.17/0.30	c bounds 1203 >= 727 @ 0.235022
0.17/0.30	c bounds 1203 >= 728 @ 0.235361
0.17/0.30	c bounds 1203 >= 729 @ 0.235662
0.17/0.30	c bounds 1203 >= 730 @ 0.235958
0.17/0.30	c bounds 1203 >= 731 @ 0.236249
0.17/0.30	c bounds 1203 >= 732 @ 0.236551
0.17/0.30	c bounds 1203 >= 733 @ 0.236833
0.17/0.30	c bounds 1203 >= 734 @ 0.237143
0.17/0.30	c bounds 1203 >= 735 @ 0.23745
0.17/0.30	c bounds 1203 >= 736 @ 0.237741
0.17/0.30	c bounds 1203 >= 737 @ 0.238023
0.17/0.30	c bounds 1203 >= 738 @ 0.23833
0.17/0.30	c bounds 1203 >= 739 @ 0.238643
0.17/0.30	c bounds 1203 >= 740 @ 0.23894
0.17/0.30	c bounds 1203 >= 741 @ 0.239278
0.17/0.30	c bounds 1203 >= 742 @ 0.239591
0.17/0.30	c bounds 1203 >= 743 @ 0.239887
0.17/0.30	c bounds 1203 >= 744 @ 0.239934
0.17/0.30	c bounds 1203 >= 745 @ 0.239934
0.17/0.30	c bounds 1203 >= 746 @ 0.239934
0.17/0.31	c bounds 1203 >= 747 @ 0.240144
0.17/0.31	c bounds 1203 >= 748 @ 0.240453
0.17/0.31	c bounds 1203 >= 749 @ 0.240755
0.27/0.31	c bounds 1203 >= 750 @ 0.241054
0.27/0.31	c bounds 1203 >= 751 @ 0.241376
0.27/0.31	c bounds 1203 >= 752 @ 0.241695
0.27/0.31	c bounds 1203 >= 753 @ 0.241993
0.27/0.31	c bounds 1203 >= 754 @ 0.242295
0.27/0.31	c bounds 1203 >= 755 @ 0.242617
0.27/0.31	c bounds 1203 >= 756 @ 0.242907
0.27/0.31	c bounds 1203 >= 757 @ 0.24325
0.27/0.31	c bounds 1203 >= 758 @ 0.243551
0.27/0.31	c bounds 1203 >= 759 @ 0.243857
0.27/0.31	c bounds 1203 >= 760 @ 0.244148
0.27/0.31	c bounds 1203 >= 761 @ 0.24446
0.27/0.31	c bounds 1203 >= 762 @ 0.244756
0.27/0.31	c bounds 1203 >= 763 @ 0.245074
0.27/0.31	c bounds 1203 >= 764 @ 0.245409
0.27/0.31	c bounds 1203 >= 765 @ 0.24574
0.27/0.31	c bounds 1203 >= 766 @ 0.246072
0.27/0.31	c bounds 1203 >= 767 @ 0.246415
0.27/0.31	c bounds 1203 >= 768 @ 0.246719
0.27/0.31	c bounds 1203 >= 769 @ 0.247065
0.27/0.31	c bounds 1203 >= 770 @ 0.247375
0.27/0.31	c bounds 1203 >= 771 @ 0.247698
0.27/0.31	c bounds 1203 >= 772 @ 0.248015
0.27/0.31	c bounds 1203 >= 773 @ 0.248341
0.27/0.31	c bounds 1203 >= 774 @ 0.248683
0.27/0.31	c bounds 1203 >= 775 @ 0.249016
0.27/0.31	c bounds 1203 >= 776 @ 0.249338
0.27/0.31	c bounds 1203 >= 777 @ 0.249649
0.27/0.32	c bounds 1203 >= 778 @ 0.249963
0.27/0.32	c bounds 1203 >= 779 @ 0.250276
0.27/0.32	c bounds 1203 >= 780 @ 0.250577
0.27/0.32	c bounds 1203 >= 781 @ 0.250904
0.27/0.32	c bounds 1203 >= 782 @ 0.251228
0.27/0.32	c bounds 1203 >= 783 @ 0.251557
0.27/0.32	c bounds 1203 >= 784 @ 0.251877
0.27/0.32	c bounds 1203 >= 785 @ 0.252193
0.27/0.32	c bounds 1203 >= 786 @ 0.25252
0.27/0.32	c bounds 1203 >= 787 @ 0.252845
0.27/0.32	c bounds 1203 >= 788 @ 0.253169
0.27/0.32	c bounds 1203 >= 789 @ 0.253485
0.27/0.32	c bounds 1203 >= 790 @ 0.253824
0.27/0.32	c bounds 1203 >= 791 @ 0.254166
0.27/0.32	c bounds 1203 >= 792 @ 0.254516
0.27/0.32	c bounds 1203 >= 793 @ 0.254834
0.27/0.32	c bounds 1203 >= 794 @ 0.255199
0.27/0.32	c bounds 1203 >= 795 @ 0.25551
0.27/0.32	c bounds 1203 >= 796 @ 0.255899
0.27/0.32	c bounds 1203 >= 797 @ 0.256226
0.27/0.32	c bounds 1203 >= 798 @ 0.256556
0.27/0.32	c bounds 1203 >= 799 @ 0.256893
0.27/0.32	c bounds 1203 >= 800 @ 0.257209
0.27/0.32	c bounds 1203 >= 801 @ 0.25753
0.27/0.32	c bounds 1203 >= 802 @ 0.257862
0.27/0.32	c bounds 1203 >= 803 @ 0.258218
0.27/0.32	c bounds 1203 >= 804 @ 0.258574
0.27/0.32	c bounds 1203 >= 805 @ 0.258894
0.27/0.32	c bounds 1203 >= 806 @ 0.259226
0.27/0.32	c bounds 1203 >= 807 @ 0.259614
0.27/0.33	c bounds 1203 >= 808 @ 0.259975
0.27/0.33	c bounds 1203 >= 809 @ 0.260309
0.27/0.33	c bounds 1203 >= 810 @ 0.260657
0.27/0.33	c bounds 1203 >= 811 @ 0.260983
0.27/0.33	c bounds 1203 >= 812 @ 0.261329
0.27/0.33	c bounds 1203 >= 813 @ 0.261651
0.27/0.33	c bounds 1203 >= 814 @ 0.261975
0.27/0.33	c bounds 1203 >= 815 @ 0.262318
0.27/0.33	c bounds 1203 >= 816 @ 0.262645
0.27/0.33	c bounds 1203 >= 817 @ 0.262817
0.27/0.33	c bounds 1203 >= 818 @ 0.262817
0.27/0.33	c bounds 1203 >= 819 @ 0.262817
0.27/0.33	c bounds 1203 >= 820 @ 0.263012
0.27/0.35	c bounds 1202 >= 820 @ 0.277183
0.27/0.35	c bounds 1202 >= 821 @ 0.278022
0.27/0.35	c bounds 1202 >= 822 @ 0.278357
0.27/0.35	c bounds 1202 >= 823 @ 0.278544
0.27/0.35	c bounds 1202 >= 824 @ 0.278544
0.27/0.35	c bounds 1202 >= 825 @ 0.278744
0.27/0.35	c bounds 1202 >= 826 @ 0.278744
0.27/0.35	c bounds 1202 >= 827 @ 0.278744
0.27/0.35	c bounds 1202 >= 828 @ 0.278744
0.27/0.35	c bounds 1202 >= 829 @ 0.279051
0.27/0.35	c bounds 1202 >= 830 @ 0.279378
0.27/0.35	c bounds 1202 >= 831 @ 0.279714
0.27/0.35	c bounds 1202 >= 832 @ 0.27977
0.27/0.35	c bounds 1202 >= 833 @ 0.27977
0.27/0.35	c bounds 1202 >= 834 @ 0.27977
0.27/0.35	c bounds 1202 >= 835 @ 0.280061
0.27/0.35	c bounds 1202 >= 836 @ 0.280378
0.27/0.35	c bounds 1202 >= 837 @ 0.280706
0.27/0.35	c bounds 1202 >= 838 @ 0.280769
0.27/0.35	c bounds 1202 >= 839 @ 0.280769
0.27/0.35	c bounds 1202 >= 840 @ 0.280817
0.27/0.35	c bounds 1202 >= 841 @ 0.281167
0.27/0.35	c bounds 1202 >= 842 @ 0.281503
0.27/0.35	c bounds 1202 >= 843 @ 0.281837
0.27/0.35	c bounds 1202 >= 844 @ 0.282172
0.27/0.35	c bounds 1202 >= 845 @ 0.282551
0.27/0.36	c bounds 1202 >= 846 @ 0.282902
0.27/0.36	c bounds 1202 >= 847 @ 0.283263
0.27/0.36	c bounds 1202 >= 848 @ 0.283639
0.27/0.36	c bounds 1202 >= 849 @ 0.28398
0.27/0.36	c bounds 1202 >= 850 @ 0.284329
0.27/0.36	c bounds 1202 >= 851 @ 0.284696
0.27/0.36	c bounds 1202 >= 852 @ 0.284754
0.27/0.36	c bounds 1202 >= 853 @ 0.284754
0.27/0.36	c bounds 1202 >= 854 @ 0.284754
0.27/0.36	c bounds 1202 >= 855 @ 0.28513
0.27/0.36	c bounds 1202 >= 856 @ 0.285474
0.27/0.36	c bounds 1202 >= 857 @ 0.285817
0.27/0.36	c bounds 1202 >= 858 @ 0.286187
0.27/0.36	c bounds 1202 >= 859 @ 0.28655
0.27/0.36	c bounds 1202 >= 860 @ 0.286916
0.27/0.36	c bounds 1202 >= 861 @ 0.2873
0.27/0.36	c bounds 1202 >= 862 @ 0.287652
0.27/0.36	c bounds 1202 >= 863 @ 0.287745
0.27/0.36	c bounds 1202 >= 864 @ 0.287745
0.27/0.36	c bounds 1202 >= 865 @ 0.287745
0.27/0.36	c bounds 1202 >= 866 @ 0.287745
0.27/0.36	c bounds 1202 >= 867 @ 0.287745
0.27/0.36	c bounds 1202 >= 868 @ 0.287745
0.27/0.36	c bounds 1202 >= 869 @ 0.287747
0.27/0.36	c bounds 1202 >= 870 @ 0.287747
0.27/0.36	c bounds 1202 >= 871 @ 0.287902
0.27/0.38	c bounds 1201 >= 871 @ 0.301378
0.27/0.38	c bounds 1201 >= 872 @ 0.302528
0.27/0.38	c bounds 1201 >= 873 @ 0.302903
0.27/0.38	c bounds 1201 >= 874 @ 0.303263
0.27/0.38	c bounds 1201 >= 875 @ 0.303625
0.27/0.38	c bounds 1201 >= 876 @ 0.303704
0.27/0.38	c bounds 1201 >= 877 @ 0.303704
0.27/0.38	c bounds 1201 >= 878 @ 0.30386
0.27/0.38	c bounds 1201 >= 879 @ 0.304268
0.27/0.38	c bounds 1201 >= 880 @ 0.304626
0.27/0.38	c bounds 1201 >= 881 @ 0.305032
0.27/0.38	c bounds 1201 >= 882 @ 0.305398
0.27/0.38	c bounds 1201 >= 883 @ 0.305804
0.27/0.38	c bounds 1201 >= 884 @ 0.306182
0.27/0.38	c bounds 1201 >= 885 @ 0.306537
0.27/0.38	c bounds 1201 >= 886 @ 0.306932
0.27/0.38	c bounds 1201 >= 887 @ 0.307308
0.27/0.39	c bounds 1201 >= 888 @ 0.307674
0.27/0.39	c bounds 1201 >= 889 @ 0.308095
0.27/0.39	c bounds 1201 >= 890 @ 0.308467
0.27/0.39	c bounds 1201 >= 891 @ 0.308826
0.27/0.39	c bounds 1201 >= 892 @ 0.3092
0.27/0.39	c bounds 1201 >= 893 @ 0.309649
0.27/0.39	c bounds 1201 >= 894 @ 0.309687
0.27/0.39	c bounds 1201 >= 895 @ 0.309687
0.27/0.39	c bounds 1201 >= 896 @ 0.309857
0.27/0.39	c bounds 1201 >= 897 @ 0.310233
0.27/0.39	c bounds 1201 >= 898 @ 0.310607
0.27/0.39	c bounds 1201 >= 899 @ 0.310685
0.27/0.40	c bounds 1200 >= 899 @ 0.32315
0.27/0.40	c bounds 1200 >= 900 @ 0.324622
0.27/0.40	c bounds 1200 >= 901 @ 0.325033
0.27/0.41	c bounds 1200 >= 902 @ 0.325481
0.27/0.41	c bounds 1200 >= 903 @ 0.325894
0.27/0.41	c bounds 1200 >= 904 @ 0.326272
0.36/0.41	c bounds 1200 >= 905 @ 0.326636
0.36/0.41	c bounds 1200 >= 906 @ 0.32711
0.36/0.41	c bounds 1200 >= 907 @ 0.327517
0.36/0.41	c bounds 1200 >= 908 @ 0.327967
0.36/0.41	c bounds 1200 >= 909 @ 0.328366
0.36/0.41	c bounds 1200 >= 910 @ 0.328525
0.36/0.41	c bounds 1200 >= 911 @ 0.328525
0.36/0.41	c bounds 1200 >= 912 @ 0.328537
0.36/0.41	c bounds 1200 >= 913 @ 0.328537
0.36/0.41	c bounds 1200 >= 914 @ 0.328741
0.36/0.41	c bounds 1200 >= 915 @ 0.329141
0.36/0.41	c bounds 1200 >= 916 @ 0.329628
0.36/0.41	c bounds 1200 >= 917 @ 0.330082
0.36/0.41	c bounds 1200 >= 918 @ 0.330546
0.36/0.43	c bounds 1199 >= 918 @ 0.342387
0.36/0.43	c bounds 1199 >= 919 @ 0.343016
0.36/0.43	c bounds 1199 >= 920 @ 0.343454
0.36/0.43	c bounds 1199 >= 921 @ 0.343498
0.36/0.43	c bounds 1199 >= 922 @ 0.343498
0.36/0.43	c bounds 1199 >= 923 @ 0.343498
0.36/0.43	c bounds 1199 >= 924 @ 0.343498
0.36/0.43	c bounds 1199 >= 925 @ 0.343499
0.36/0.43	c bounds 1199 >= 926 @ 0.343499
0.36/0.43	c bounds 1199 >= 927 @ 0.343501
0.36/0.43	c bounds 1199 >= 928 @ 0.343501
0.36/0.43	c bounds 1199 >= 929 @ 0.343501
0.36/0.43	c bounds 1199 >= 930 @ 0.343501
0.36/0.43	c bounds 1199 >= 931 @ 0.343503
0.36/0.43	c bounds 1199 >= 932 @ 0.343503
0.36/0.43	c bounds 1199 >= 933 @ 0.343504
0.36/0.43	c bounds 1199 >= 934 @ 0.343504
0.36/0.43	c bounds 1199 >= 935 @ 0.343505
0.36/0.44	c bounds 1199 >= 936 @ 0.343554
0.36/0.44	c bounds 1199 >= 937 @ 0.344043
0.36/0.44	c bounds 1199 >= 938 @ 0.344532
0.36/0.44	c bounds 1199 >= 939 @ 0.345087
0.36/0.44	c bounds 1199 >= 940 @ 0.345596
0.36/0.44	c bounds 1199 >= 941 @ 0.346269
0.36/0.44	c bounds 1199 >= 942 @ 0.346496
0.36/0.44	c bounds 1199 >= 943 @ 0.346496
0.36/0.44	c bounds 1199 >= 944 @ 0.346497
0.36/0.44	c bounds 1199 >= 945 @ 0.346668
0.36/0.44	c bounds 1199 >= 946 @ 0.347277
0.36/0.44	c bounds 1199 >= 947 @ 0.347493
0.36/0.46	c bounds 1198 >= 947 @ 0.359056
0.36/0.46	c bounds 1198 >= 948 @ 0.360521
0.36/0.46	c bounds 1198 >= 949 @ 0.36107
0.36/0.46	c bounds 1198 >= 950 @ 0.361631
0.36/0.46	c bounds 1198 >= 951 @ 0.362189
0.36/0.46	c bounds 1198 >= 952 @ 0.362451
0.36/0.46	c bounds 1198 >= 953 @ 0.362773
0.36/0.46	c bounds 1198 >= 954 @ 0.363586
0.36/0.46	c bounds 1198 >= 955 @ 0.364234
0.36/0.46	c bounds 1198 >= 956 @ 0.36486
0.36/0.46	c bounds 1198 >= 957 @ 0.365584
0.36/0.46	c bounds 1198 >= 958 @ 0.366154
0.36/0.46	c bounds 1198 >= 959 @ 0.366743
0.36/0.47	c bounds 1198 >= 960 @ 0.367318
0.36/0.47	c bounds 1198 >= 961 @ 0.36743
0.36/0.47	c bounds 1198 >= 962 @ 0.367838
0.36/0.47	c bounds 1198 >= 963 @ 0.368775
0.36/0.47	c bounds 1198 >= 964 @ 0.369796
0.36/0.47	c bounds 1198 >= 965 @ 0.370502
0.36/0.48	c bounds 1197 >= 965 @ 0.382222
0.36/0.48	c bounds 1197 >= 966 @ 0.383781
0.36/0.48	c bounds 1197 >= 967 @ 0.385053
0.36/0.48	c bounds 1197 >= 968 @ 0.385873
0.36/0.49	c bounds 1197 >= 969 @ 0.38673
0.36/0.49	c bounds 1197 >= 970 @ 0.38783
0.36/0.49	c bounds 1197 >= 971 @ 0.388365
0.36/0.49	c bounds 1197 >= 972 @ 0.388534
0.36/0.49	c bounds 1197 >= 973 @ 0.390333
0.36/0.50	c bounds 1196 >= 973 @ 0.400787
0.36/0.50	c bounds 1196 >= 974 @ 0.401862
0.36/0.50	c bounds 1196 >= 975 @ 0.403197
0.47/0.51	c bounds 1196 >= 976 @ 0.404961
0.47/0.51	c bounds 1196 >= 977 @ 0.405878
0.47/0.51	c bounds 1196 >= 978 @ 0.407645
0.47/0.52	c bounds 1195 >= 978 @ 0.419244
0.47/0.53	c bounds 1195 >= 979 @ 0.422524
0.47/0.53	c bounds 1195 >= 980 @ 0.424539
0.47/0.53	c bounds 1195 >= 981 @ 0.426698
0.47/0.54	c bounds 1194 >= 981 @ 0.436869
0.47/0.55	c bounds 1194 >= 982 @ 0.440156
0.47/0.56	c bounds 1193 >= 982 @ 0.451738
0.47/0.56	c bounds 1193 >= 983 @ 0.45805
0.47/0.58	c bounds 1192 >= 983 @ 0.469611
0.47/0.59	c bounds 1192 >= 984 @ 0.477153
0.56/0.61	c bounds 1191 >= 984 @ 0.495969
0.56/0.62	c bounds 1190 >= 984 @ 0.509805
0.56/0.63	c bounds 1190 >= 985 @ 0.517977
0.56/0.65	c bounds 1189 >= 985 @ 0.53728
0.56/0.67	c bounds 1189 >= 986 @ 0.548795
0.65/0.72	c bounds 1188 >= 986 @ 0.601221
0.65/0.77	c bounds 1188 >= 987 @ 0.646873
0.65/0.79	c bounds 1187 >= 987 @ 0.663523
0.76/0.80	c #Conflicts:       1000 | #Constraints:       8466
0.76/0.80	c bounds 1186 >= 987 @ 0.680014
0.76/0.82	c bounds 1185 >= 987 @ 0.694355
0.76/0.84	c bounds 1184 >= 987 @ 0.710467
0.86/0.95	c bounds 1184 >= 988 @ 0.824235
0.86/0.97	c bounds 1183 >= 988 @ 0.846734
0.86/0.99	c bounds 1182 >= 988 @ 0.860679
0.96/1.01	c bounds 1181 >= 988 @ 0.881336
0.96/1.04	c bounds 1180 >= 988 @ 0.902358
0.96/1.07	c bounds 1179 >= 988 @ 0.932504
0.96/1.09	c bounds 1178 >= 988 @ 0.952766
1.06/1.13	c bounds 1177 >= 988 @ 0.991206
1.06/1.20	c bounds 1176 >= 988 @ 1.04256
1.15/1.22	c bounds 1175 >= 988 @ 1.06863
1.35/1.48	c #Conflicts:       2000 | #Constraints:       9538
1.35/1.48	c INPROCESSING
1.35/1.48	c GARBAGE COLLECT
1.35/1.48	c rational objective 988
1.46/1.58	c bounds 1174 >= 988 @ 1.41116
1.56/1.61	c bounds 1173 >= 988 @ 1.43818
1.56/1.63	c bounds 1172 >= 988 @ 1.46373
1.56/1.66	c bounds 1171 >= 988 @ 1.49035
1.65/1.75	c bounds 1171 >= 989 @ 1.58125
1.65/1.78	c bounds 1170 >= 989 @ 1.60721
1.75/1.80	c bounds 1169 >= 989 @ 1.62596
1.75/1.83	c bounds 1168 >= 989 @ 1.65863
1.75/1.87	c bounds 1167 >= 989 @ 1.69272
1.86/1.91	c bounds 1166 >= 989 @ 1.73145
1.86/1.94	c #Conflicts:       3000 | #Constraints:       8481
1.86/1.94	c bounds 1165 >= 989 @ 1.76614
1.86/1.98	c bounds 1164 >= 989 @ 1.80056
2.35/2.44	c bounds 1164 >= 990 @ 2.25323
2.35/2.48	c bounds 1163 >= 990 @ 2.29275
2.46/2.53	c bounds 1162 >= 990 @ 2.34037
2.46/2.58	c bounds 1161 >= 990 @ 2.38586
2.55/2.64	c #Conflicts:       4000 | #Constraints:       9537
2.55/2.64	c bounds 1160 >= 990 @ 2.43996
2.55/2.68	c bounds 1159 >= 990 @ 2.48201
2.75/2.80	c INPROCESSING
2.75/2.80	c GARBAGE COLLECT
2.75/2.80	c rational objective 990
2.75/2.89	c bounds 1158 >= 990 @ 2.68681
2.85/2.93	c bounds 1157 >= 990 @ 2.72307
2.85/2.97	c bounds 1156 >= 990 @ 2.7567
2.96/3.00	c bounds 1155 >= 990 @ 2.79182
2.96/3.04	c bounds 1154 >= 990 @ 2.82443
2.96/3.08	c bounds 1153 >= 990 @ 2.86158
3.05/3.12	c bounds 1152 >= 990 @ 2.90109
3.05/3.15	c #Conflicts:       5000 | #Constraints:       8834
3.05/3.15	c bounds 1151 >= 990 @ 2.93371
3.15/3.21	c bounds 1150 >= 990 @ 2.98753
3.15/3.25	c bounds 1149 >= 990 @ 3.03234
3.25/3.30	c bounds 1148 >= 990 @ 3.07981
3.25/3.35	c bounds 1147 >= 990 @ 3.11964
3.25/3.39	c bounds 1146 >= 990 @ 3.16332
3.35/3.43	c bounds 1145 >= 990 @ 3.20008
3.35/3.47	c bounds 1144 >= 990 @ 3.23965
3.45/3.52	c #Conflicts:       6000 | #Constraints:       9845
3.45/3.52	c bounds 1143 >= 990 @ 3.28114
4.45/4.52	c INPROCESSING
4.45/4.52	c GARBAGE COLLECT
4.45/4.52	c bounds 1142 >= 990 @ 4.2773
4.45/4.55	c bounds 1141 >= 990 @ 4.3011
4.45/4.59	c bounds 1140 >= 990 @ 4.3392
4.54/4.62	c bounds 1139 >= 990 @ 4.37234
4.54/4.67	c #Conflicts:       7000 | #Constraints:       8813
4.54/4.67	c bounds 1138 >= 990 @ 4.41834
4.65/4.71	c bounds 1137 >= 990 @ 4.45514
4.65/4.74	c bounds 1136 >= 990 @ 4.4911
4.75/4.80	c bounds 1135 >= 990 @ 4.54205
4.75/4.84	c bounds 1134 >= 990 @ 4.5891
4.75/4.89	c bounds 1133 >= 990 @ 4.63077
4.85/4.95	c bounds 1132 >= 990 @ 4.69092
4.85/4.99	c #Conflicts:       8000 | #Constraints:       9820
4.85/4.99	c bounds 1131 >= 990 @ 4.73593
4.95/5.04	c bounds 1130 >= 990 @ 4.7858
4.95/5.09	c bounds 1129 >= 990 @ 4.82886
5.05/5.13	c bounds 1128 >= 990 @ 4.86722
5.05/5.18	c bounds 1127 >= 990 @ 4.91322
5.14/5.23	c bounds 1126 >= 990 @ 4.96146
5.14/5.27	c bounds 1125 >= 990 @ 5.00213
5.24/5.32	c bounds 1124 >= 990 @ 5.04501
5.24/5.36	c #Conflicts:       9000 | #Constraints:      10829
5.24/5.36	c bounds 1123 >= 990 @ 5.086
5.35/5.40	c bounds 1122 >= 990 @ 5.12563
5.44/5.53	c INPROCESSING
5.44/5.53	c GARBAGE COLLECT
5.44/5.53	c rational objective 990
5.54/5.63	c bounds 1121 >= 990 @ 5.34742
5.54/5.67	c bounds 1120 >= 990 @ 5.38572
5.64/5.71	c bounds 1119 >= 990 @ 5.4256
5.64/5.77	c bounds 1118 >= 990 @ 5.48195
5.74/5.82	c bounds 1117 >= 990 @ 5.53006
5.85/5.93	c #Conflicts:      10000 | #Constraints:       9452
5.85/5.93	c bounds 1116 >= 990 @ 5.62878
5.85/5.98	c bounds 1115 >= 990 @ 5.68223
5.95/6.03	c bounds 1114 >= 990 @ 5.73222
5.95/6.09	c bounds 1113 >= 990 @ 5.78717
6.05/6.15	c bounds 1112 >= 990 @ 5.85243
6.14/6.20	c bounds 1111 >= 990 @ 5.89955
6.14/6.28	c #Conflicts:      11000 | #Constraints:      10461
6.14/6.28	c bounds 1110 >= 990 @ 5.97828
6.24/6.33	c bounds 1109 >= 990 @ 6.02063
7.84/7.91	c #Conflicts:      12000 | #Constraints:      11464
7.84/7.91	c INPROCESSING
7.84/7.91	c GARBAGE COLLECT
7.84/7.91	c rational objective 990
7.84/7.96	c bounds 1108 >= 990 @ 7.64322
7.84/7.98	c bounds 1107 >= 990 @ 7.65969
7.95/8.03	c bounds 1106 >= 990 @ 7.70411
7.95/8.06	c bounds 1105 >= 990 @ 7.73744
8.04/8.11	c bounds 1104 >= 990 @ 7.78184
8.04/8.14	c bounds 1103 >= 990 @ 7.81989
8.14/8.21	c bounds 1102 >= 990 @ 7.88
8.14/8.24	c bounds 1101 >= 990 @ 7.90954
8.14/8.27	c bounds 1100 >= 990 @ 7.94517
8.23/8.32	c #Conflicts:      13000 | #Constraints:       9928
8.23/8.32	c bounds 1099 >= 990 @ 7.98962
8.23/8.40	c bounds 1098 >= 990 @ 8.06545
8.33/8.48	c bounds 1097 >= 990 @ 8.14548
8.44/8.54	c bounds 1096 >= 990 @ 8.20546
8.54/8.60	c bounds 1095 >= 990 @ 8.2665
8.54/8.66	c bounds 1094 >= 990 @ 8.32552
8.63/8.73	c #Conflicts:      14000 | #Constraints:      10935
8.63/8.73	c bounds 1093 >= 990 @ 8.39401
8.63/8.78	c bounds 1092 >= 990 @ 8.43863
8.73/8.83	c bounds 1091 >= 990 @ 8.48301
8.73/8.89	c bounds 1090 >= 990 @ 8.54868
8.94/9.07	c bounds 1089 >= 990 @ 8.71508
9.04/9.12	c bounds 1088 >= 990 @ 8.76207
9.04/9.16	c bounds 1087 >= 990 @ 8.80163
9.34/9.47	c #Conflicts:      15000 | #Constraints:      11948
9.34/9.47	c INPROCESSING
9.34/9.47	c GARBAGE COLLECT
9.34/9.47	c rational objective 990
9.44/9.55	c bounds 1086 >= 990 @ 9.18931
9.44/9.59	c bounds 1085 >= 990 @ 9.22834
9.54/9.64	c bounds 1084 >= 990 @ 9.27738
9.64/9.70	c bounds 1083 >= 990 @ 9.33521
9.73/9.89	c #Conflicts:      16000 | #Constraints:      10138
9.73/9.89	c bounds 1082 >= 990 @ 9.51258
9.94/10.08	c bounds 1081 >= 990 @ 9.70605
10.13/10.20	c #Conflicts:      17000 | #Constraints:      11140
10.13/10.20	c bounds 1080 >= 990 @ 9.82439
10.43/10.58	c bounds 1079 >= 990 @ 10.1943
10.83/10.91	c #Conflicts:      18000 | #Constraints:      12151
10.83/10.91	c INPROCESSING
10.83/10.91	c GARBAGE COLLECT
10.83/10.91	c rational objective 990
11.43/11.52	c bounds 1079 >= 991 @ 11.1099
11.43/11.56	c bounds 1078 >= 991 @ 11.1532
11.53/11.60	c #Conflicts:      19000 | #Constraints:      10268
11.53/11.60	c bounds 1077 >= 991 @ 11.1865
11.53/11.63	c bounds 1076 >= 991 @ 11.2166
11.53/11.68	c bounds 1075 >= 991 @ 11.2612
13.12/13.23	c #Conflicts:      20000 | #Constraints:      11271
13.12/13.23	c #Conflicts:      21000 | #Constraints:      12271
13.12/13.23	c INPROCESSING
13.12/13.23	c GARBAGE COLLECT
13.12/13.23	WSVECS04 Frhs2[13]: 6 -1.00006 0 shouldn't be
13.12/13.23	WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
13.12/13.23	WSVECS04 Frhs2[255]: 6 -1.00002 0 shouldn't be
13.12/13.24	c rational objective 991
13.52/13.63	c #Conflicts:      22000 | #Constraints:      10066
13.52/13.63	c bounds 1074 >= 991 @ 13.1913
13.62/13.75	c bounds 1073 >= 991 @ 13.3047
13.82/13.90	c #Conflicts:      23000 | #Constraints:      11070
13.82/13.90	c bounds 1072 >= 991 @ 13.4557
13.93/14.02	c bounds 1071 >= 991 @ 13.5625
14.22/14.33	c #Conflicts:      24000 | #Constraints:      12075
14.22/14.33	c bounds 1070 >= 991 @ 13.8741
14.42/14.51	c bounds 1069 >= 991 @ 14.0446
14.52/14.67	c #Conflicts:      25000 | #Constraints:      13093
14.52/14.67	c bounds 1068 >= 991 @ 14.1912
14.72/14.87	c INPROCESSING
14.72/14.87	c GARBAGE COLLECT
14.72/14.87	c rational objective 991
14.92/15.03	c bounds 1067 >= 991 @ 14.5479
15.42/15.58	c #Conflicts:      26000 | #Constraints:      10717
15.42/15.58	c bounds 1066 >= 991 @ 15.0899
16.21/16.30	c #Conflicts:      27000 | #Constraints:      11728
16.21/16.30	c bounds 1066 >= 992 @ 15.7996
16.41/16.51	c #Conflicts:      28000 | #Constraints:      12758
16.41/16.51	c bounds 1065 >= 992 @ 16.0119
16.41/16.60	c bounds 1064 >= 992 @ 16.0934
16.81/16.99	c #Conflicts:      29000 | #Constraints:      13761
16.81/16.99	c INPROCESSING
16.81/16.99	c GARBAGE COLLECT
16.81/16.99	c rational objective 992
17.31/17.42	c bounds 1063 >= 992 @ 16.8923
18.91/19.02	c #Conflicts:      30000 | #Constraints:      11116
18.91/19.02	c #Conflicts:      31000 | #Constraints:      12116
18.91/19.02	c #Conflicts:      32000 | #Constraints:      13116
18.91/19.02	c #Conflicts:      33000 | #Constraints:      14116
18.91/19.02	c INPROCESSING
18.91/19.02	c GARBAGE COLLECT
18.91/19.02	c rational objective 992
19.11/19.22	c bounds 1062 >= 992 @ 18.6686
19.31/19.44	c bounds 1061 >= 992 @ 18.8818
19.71/19.88	c #Conflicts:      34000 | #Constraints:      11313
19.71/19.88	c bounds 1060 >= 992 @ 19.3148
21.20/21.30	c #Conflicts:      35000 | #Constraints:      12314
21.20/21.30	c #Conflicts:      36000 | #Constraints:      13314
21.20/21.30	c #Conflicts:      37000 | #Constraints:      14315
21.20/21.30	c INPROCESSING
21.20/21.30	c GARBAGE COLLECT
21.20/21.30	c rational objective 992
21.90/22.02	c #Conflicts:      38000 | #Constraints:      11296
21.90/22.02	c bounds 1059 >= 992 @ 21.4125
23.70/23.89	c #Conflicts:      39000 | #Constraints:      12337
23.70/23.89	c #Conflicts:      40000 | #Constraints:      13337
23.70/23.89	c #Conflicts:      41000 | #Constraints:      14337
23.70/23.89	c INPROCESSING
23.70/23.89	c GARBAGE COLLECT
23.70/23.89	c rational objective 992
24.00/24.14	c #Conflicts:      42000 | #Constraints:      11128
24.00/24.14	c bounds 1058 >= 992 @ 23.5045
24.90/25.10	c #Conflicts:      43000 | #Constraints:      12130
24.90/25.10	c #Conflicts:      44000 | #Constraints:      13198
24.90/25.10	c bounds 1057 >= 992 @ 24.4497
25.20/25.38	c bounds 1056 >= 992 @ 24.721
25.60/25.75	c #Conflicts:      45000 | #Constraints:      14209
25.60/25.75	c bounds 1055 >= 992 @ 25.0875
26.19/26.30	c #Conflicts:      46000 | #Constraints:      15220
26.19/26.30	c INPROCESSING
26.19/26.30	c GARBAGE COLLECT
26.19/26.30	c rational objective 992
27.69/27.87	c #Conflicts:      47000 | #Constraints:      11750
27.69/27.87	c #Conflicts:      48000 | #Constraints:      12750
27.69/27.87	c #Conflicts:      49000 | #Constraints:      13750
27.69/27.87	c bounds 1055 >= 993 @ 27.1761
28.38/28.53	c #Conflicts:      50000 | #Constraints:      14813
28.38/28.53	c #Conflicts:      51000 | #Constraints:      15814
28.38/28.53	c INPROCESSING
28.38/28.53	c GARBAGE COLLECT
28.38/28.53	c rational objective 993
29.08/29.23	c #Conflicts:      52000 | #Constraints:      12123
29.08/29.23	c bounds 1054 >= 993 @ 28.5094
31.58/31.78	c #Conflicts:      53000 | #Constraints:      13124
31.58/31.78	c #Conflicts:      54000 | #Constraints:      14124
31.58/31.78	c #Conflicts:      55000 | #Constraints:      15124
31.58/31.78	c #Conflicts:      56000 | #Constraints:      16124
31.58/31.78	c INPROCESSING
31.58/31.78	c GARBAGE COLLECT
31.58/31.78	c rational objective 993
31.68/31.86	c bounds 1053 >= 993 @ 31.1004
32.17/32.36	c #Conflicts:      57000 | #Constraints:      12344
32.17/32.36	c bounds 1052 >= 993 @ 31.5811
32.47/32.62	c bounds 1051 >= 993 @ 31.8398
32.67/32.84	c #Conflicts:      58000 | #Constraints:      13360
32.67/32.84	c bounds 1050 >= 993 @ 32.0627
32.98/33.18	c #Conflicts:      59000 | #Constraints:      14377
32.98/33.18	c bounds 1049 >= 993 @ 32.3945
34.37/34.50	c #Conflicts:      60000 | #Constraints:      15408
34.37/34.50	c bounds 1048 >= 993 @ 33.6893
34.57/34.79	c #Conflicts:      61000 | #Constraints:      16480
34.57/34.79	c INPROCESSING
34.57/34.79	c GARBAGE COLLECT
34.57/34.79	c rational objective 993
37.76/37.90	c #Conflicts:      62000 | #Constraints:      12400
37.76/37.90	c #Conflicts:      63000 | #Constraints:      13400
37.76/37.90	c #Conflicts:      64000 | #Constraints:      14400
37.76/37.90	c #Conflicts:      65000 | #Constraints:      15401
37.76/37.90	c #Conflicts:      66000 | #Constraints:      16422
37.76/37.90	c INPROCESSING
37.76/37.90	c GARBAGE COLLECT
37.76/37.90	c rational objective 993
40.35/40.51	c #Conflicts:      67000 | #Constraints:      12209
40.35/40.51	c #Conflicts:      68000 | #Constraints:      13209
40.35/40.51	c #Conflicts:      69000 | #Constraints:      14209
40.35/40.51	c #Conflicts:      70000 | #Constraints:      15209
40.35/40.51	c #Conflicts:      71000 | #Constraints:      16209
40.35/40.51	c #Conflicts:      72000 | #Constraints:      17209
40.35/40.51	c INPROCESSING
40.35/40.51	c GARBAGE COLLECT
40.35/40.51	c rational objective 993
42.64/42.86	c #Conflicts:      73000 | #Constraints:      12790
42.64/42.86	c #Conflicts:      74000 | #Constraints:      13790
42.64/42.86	c #Conflicts:      75000 | #Constraints:      14790
42.64/42.86	c #Conflicts:      76000 | #Constraints:      15790
42.64/42.86	c #Conflicts:      77000 | #Constraints:      16790
42.64/42.86	c #Conflicts:      78000 | #Constraints:      17790
42.64/42.86	c INPROCESSING
42.64/42.86	c GARBAGE COLLECT
42.64/42.86	c rational objective 993
42.85/43.07	c bounds 1047 >= 993 @ 42.1017
43.35/43.51	c #Conflicts:      79000 | #Constraints:      13206
43.35/43.51	c bounds 1046 >= 993 @ 42.5244
46.24/46.48	c #Conflicts:      80000 | #Constraints:      14239
46.24/46.48	c #Conflicts:      81000 | #Constraints:      15272
46.24/46.48	c #Conflicts:      82000 | #Constraints:      16323
46.24/46.48	c #Conflicts:      83000 | #Constraints:      17398
46.24/46.48	c #Conflicts:      84000 | #Constraints:      18477
46.24/46.48	c INPROCESSING
46.24/46.48	c GARBAGE COLLECT
46.24/46.48	c rational objective 993
47.03/47.27	c #Conflicts:      85000 | #Constraints:      13543
47.03/47.27	c bounds 1046 >= 994 @ 46.2068
49.04/49.26	c #Conflicts:      86000 | #Constraints:      14609
49.04/49.26	c #Conflicts:      87000 | #Constraints:      15609
49.04/49.26	c #Conflicts:      88000 | #Constraints:      16609
49.04/49.26	c #Conflicts:      89000 | #Constraints:      17609
49.04/49.26	c #Conflicts:      90000 | #Constraints:      18609
49.04/49.26	c INPROCESSING
49.04/49.26	c GARBAGE COLLECT
49.04/49.26	c rational objective 994
51.53/51.76	c #Conflicts:      91000 | #Constraints:      13505
51.53/51.76	c #Conflicts:      92000 | #Constraints:      14505
51.53/51.76	c #Conflicts:      93000 | #Constraints:      15505
51.53/51.76	c #Conflicts:      94000 | #Constraints:      16505
51.53/51.76	c #Conflicts:      95000 | #Constraints:      17505
51.53/51.76	c #Conflicts:      96000 | #Constraints:      18505
51.53/51.76	c INPROCESSING
51.53/51.76	c GARBAGE COLLECT
51.53/51.76	c rational objective 994
51.63/51.89	c bounds 1045 >= 994 @ 50.7428
52.23/52.46	c #Conflicts:      97000 | #Constraints:      13272
52.23/52.46	c #Conflicts:      98000 | #Constraints:      14291
52.23/52.46	c bounds 1044 >= 994 @ 51.3004
55.82/56.07	c #Conflicts:      99000 | #Constraints:      15306
55.82/56.07	c #Conflicts:     100000 | #Constraints:      16306
55.82/56.07	c #Conflicts:     101000 | #Constraints:      17306
55.82/56.07	c #Conflicts:     102000 | #Constraints:      18313
55.82/56.07	c bounds 1043 >= 994 @ 54.8612
56.81/57.04	c #Conflicts:     103000 | #Constraints:      19416
56.81/57.04	c INPROCESSING
56.81/57.04	c GARBAGE COLLECT
56.81/57.04	c rational objective 994
59.50/59.70	c #Conflicts:     104000 | #Constraints:      13908
59.50/59.70	c #Conflicts:     105000 | #Constraints:      14908
59.50/59.70	c #Conflicts:     106000 | #Constraints:      15908
59.50/59.70	c #Conflicts:     107000 | #Constraints:      16908
59.50/59.70	c #Conflicts:     108000 | #Constraints:      17908
59.50/59.70	c #Conflicts:     109000 | #Constraints:      18908
59.50/59.70	c bounds 1043 >= 995 @ 58.4323
60.10/60.39	c #Conflicts:     110000 | #Constraints:      19980
60.10/60.39	c INPROCESSING
60.10/60.39	c GARBAGE COLLECT
60.10/60.39	c rational objective 995
62.69/62.91	c #Conflicts:     111000 | #Constraints:      14316
62.69/62.91	c #Conflicts:     112000 | #Constraints:      15316
62.69/62.91	c #Conflicts:     113000 | #Constraints:      16316
62.69/62.91	c #Conflicts:     114000 | #Constraints:      17316
62.69/62.91	c #Conflicts:     115000 | #Constraints:      18316
62.69/62.91	c #Conflicts:     116000 | #Constraints:      19316
62.69/62.91	c #Conflicts:     117000 | #Constraints:      20316
62.69/62.91	c INPROCESSING
62.69/62.91	c GARBAGE COLLECT
62.69/62.91	c rational objective 995
63.79/64.03	c #Conflicts:     118000 | #Constraints:      14237
63.79/64.03	c #Conflicts:     119000 | #Constraints:      15274
63.79/64.03	c bounds 1042 >= 995 @ 62.6776
69.38/69.67	c #Conflicts:     120000 | #Constraints:      16317
69.38/69.67	c #Conflicts:     121000 | #Constraints:      17317
69.38/69.67	c #Conflicts:     122000 | #Constraints:      18317
69.38/69.67	c #Conflicts:     123000 | #Constraints:      19317
69.38/69.67	c #Conflicts:     124000 | #Constraints:      20317
69.38/69.67	c INPROCESSING
69.38/69.67	c GARBAGE COLLECT
69.38/69.67	c rational objective 995
69.98/70.21	c #Conflicts:     125000 | #Constraints:      14416
69.98/70.21	c bounds 1041 >= 995 @ 68.8028
70.48/70.78	c #Conflicts:     126000 | #Constraints:      15452
70.48/70.78	c bounds 1040 >= 995 @ 69.3623
71.18/71.46	c #Conflicts:     127000 | #Constraints:      16493
71.18/71.46	c bounds 1039 >= 995 @ 70.0331
71.37/71.61	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[5]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[6]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[7]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[8]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[11]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[12]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[13]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[16]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[20]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[24]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[31]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[35]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[36]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[40]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[41]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[45]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[47]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[56]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[59]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[61]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[63]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[64]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[67]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[75]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[78]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[79]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[81]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[82]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[84]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[88]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[96]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[100]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[101]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[104]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[108]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[119]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[120]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[124]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[127]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[128]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[130]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[134]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[141]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[143]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[144]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[145]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[146]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[150]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[159]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[163]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[166]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[167]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[169]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[170]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[171]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[172]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[175]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[178]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[181]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[183]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[186]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[187]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[191]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[194]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[202]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[205]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[209]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[210]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[213]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[219]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[220]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[226]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[227]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[229]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[231]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[237]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[239]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[243]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[245]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[246]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[247]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[253]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[255]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[256]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[257]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[260]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[268]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[272]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[273]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[274]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[277]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[280]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[281]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[282]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[289]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[296]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[297]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[298]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[300]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[301]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[304]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[309]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[310]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[311]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[313]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[314]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[315]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[318]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[319]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[323]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[326]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[329]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[332]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[334]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[337]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[338]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[341]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[344]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[348]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[349]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[352]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[353]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[356]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[357]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[360]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[364]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[366]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[368]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[373]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[377]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[378]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[382]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[383]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[385]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[387]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[388]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[389]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[391]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[395]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[396]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[398]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[399]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[403]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[404]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[414]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[415]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[416]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[418]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[421]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[424]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[425]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[427]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[429]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[433]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[434]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[435]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[436]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[440]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[443]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[445]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[446]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[450]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[452]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[453]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[458]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[460]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[463]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[465]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[466]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[469]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[478]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[479]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[480]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[483]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[484]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[487]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[490]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[495]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[497]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[509]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[514]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[516]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[517]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[518]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[519]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[522]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[525]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[539]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[545]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[546]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[548]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[549]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[550]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[552]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[555]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[559]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[560]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[561]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[562]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[566]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[569]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[571]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[572]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[574]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[580]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[583]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[588]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[593]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[594]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[596]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[597]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[599]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[607]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[618]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[619]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[621]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[631]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[638]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[639]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[641]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[643]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[644]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[645]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[646]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[647]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[650]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[651]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[656]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[672]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[673]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[678]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[680]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[684]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[686]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[688]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[691]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[693]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[695]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[696]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[697]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[703]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[704]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[706]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[709]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[711]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[713]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[717]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[718]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[719]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[722]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[723]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[731]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[732]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[740]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[742]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[744]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[745]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[747]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[748]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[749]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[752]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[754]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[755]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[761]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[764]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[765]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[774]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[775]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[776]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[780]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[781]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[783]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[785]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[786]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[791]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[792]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[793]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[796]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[797]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[798]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[800]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[803]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[806]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[810]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[811]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[813]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[814]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[816]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[817]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[819]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[820]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[821]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[824]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[826]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[829]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[830]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[832]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[834]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[841]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[845]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[846]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[848]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[849]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[854]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[855]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[856]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[857]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[858]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[860]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[863]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[864]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[866]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[872]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[878]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[881]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[884]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[885]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[887]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[889]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[892]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[893]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[894]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[895]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[898]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[901]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[904]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[905]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[906]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[909]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[910]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[912]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[913]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[918]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[922]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[923]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[924]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[927]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[931]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[932]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[941]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[944]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[945]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[946]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[947]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[948]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[950]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[953]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[955]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[958]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[962]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[968]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[970]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[976]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[977]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[978]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[980]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[983]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[984]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[986]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[987]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[989]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[992]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[993]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[998]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1000]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1001]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1002]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1011]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1013]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1016]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1019]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1020]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1025]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1026]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1027]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1031]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1033]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1037]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1038]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1044]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1047]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1051]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1055]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1056]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1060]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1061]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1063]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1065]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1066]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1068]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1070]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1071]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1073]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1077]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1078]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1084]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1087]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1088]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1089]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1090]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1091]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1092]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1093]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1100]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1101]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1103]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1106]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1107]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1110]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1112]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1113]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1114]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1115]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1116]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1117]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1119]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1120]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1121]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1122]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1128]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1132]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1138]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1139]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1144]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1148]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1149]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1151]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1154]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1157]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1158]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1159]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1160]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1165]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1168]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1169]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1170]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1171]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1173]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1175]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1180]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1183]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1187]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1189]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1190]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1191]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1192]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1193]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1195]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1197]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1201]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1202]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1206]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1207]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1211]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1212]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1213]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1216]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1218]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1220]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1223]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1225]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1227]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1228]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1231]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1233]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1240]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1244]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1246]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1248]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1251]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1256]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1257]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1258]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1270]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1273]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1278]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1283]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1285]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1289]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1292]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1293]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1294]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1296]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1297]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1298]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1302]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1305]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1306]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1309]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1311]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1315]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1319]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1322]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1323]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1327]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1331]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1332]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1336]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1337]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1338]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1340]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1341]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1342]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1343]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1344]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1346]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1351]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1352]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1354]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1357]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1361]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1362]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1363]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1365]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1371]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1372]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1373]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1374]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1375]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1378]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1380]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1383]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1385]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1386]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1387]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1388]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1389]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1394]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1397]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1401]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1403]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1404]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1405]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1406]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1407]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1408]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1412]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1414]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1416]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1417]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1419]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1426]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1427]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1432]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1433]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1434]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1436]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1440]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1443]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1448]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1455]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1456]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1457]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1459]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1460]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1468]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1470]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1485]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1487]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1488]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1489]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1490]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1491]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1493]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1495]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1497]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1498]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1503]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1505]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1506]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1508]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1512]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1514]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1520]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1521]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1525]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1530]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1531]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1532]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1533]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1534]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1535]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1536]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1537]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1538]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1540]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1542]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1546]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1550]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1553]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1556]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1563]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1569]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1572]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1573]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1574]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1575]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1578]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1580]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1582]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1584]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1587]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1588]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1591]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1593]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1594]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1597]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1599]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1603]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1604]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1605]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1609]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1610]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1617]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1618]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1620]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1623]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1626]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1627]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1628]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1629]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1632]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1639]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1640]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1644]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1646]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1648]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1649]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1651]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1658]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1661]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1662]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1668]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1670]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1671]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1672]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1673]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1676]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1677]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1682]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1683]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1685]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1687]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1690]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1692]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1693]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1694]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1696]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1699]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1703]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1704]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1712]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1717]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1719]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1721]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1722]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1724]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1728]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1730]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1734]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1736]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1743]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1744]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1745]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1749]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1753]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1754]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1758]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1760]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1761]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1763]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1765]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1766]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1774]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1775]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1776]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1777]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1782]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1783]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1784]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1787]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1790]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1796]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1798]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1800]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1803]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1804]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1805]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1811]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1812]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1813]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1816]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1820]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1823]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1826]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1827]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1829]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1830]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1834]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1835]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1836]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1838]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1839]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1844]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1848]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1852]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1855]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1860]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1861]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1865]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1866]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1867]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1869]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1870]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1872]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1873]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1875]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1882]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1885]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1888]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1889]: 6 -1.00003 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1893]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1894]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1895]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1897]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1903]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1905]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1906]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1907]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1910]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1911]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1912]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1913]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1916]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1917]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1922]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1923]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1924]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1926]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1928]: 6 -1.00007 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1929]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1930]: 6 -1.00005 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1931]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1934]: 6 -1.00001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1935]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1940]: 6 -1.00006 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1942]: 6 -1.00008 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1943]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1946]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1950]: 6 -1.0001 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1952]: 6 -1.00009 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1953]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1958]: 6 -1.00002 0 shouldn't be
71.37/71.61	WSVECS04 Frhs2[1959]: 6 -1.00008 0 shouldn't be
74.57/74.81	c #Conflicts:     128000 | #Constraints:      17517
74.57/74.81	c #Conflicts:     129000 | #Constraints:      18517
74.57/74.81	c #Conflicts:     130000 | #Constraints:      19517
74.57/74.81	c #Conflicts:     131000 | #Constraints:      20554
74.57/74.81	c INPROCESSING
74.57/74.81	c GARBAGE COLLECT
74.57/74.81	c rational objective 995
78.06/78.32	c #Conflicts:     132000 | #Constraints:      14314
78.06/78.32	c #Conflicts:     133000 | #Constraints:      15314
78.06/78.32	c #Conflicts:     134000 | #Constraints:      16314
78.06/78.32	c #Conflicts:     135000 | #Constraints:      17314
78.06/78.32	c #Conflicts:     136000 | #Constraints:      18314
78.06/78.32	c #Conflicts:     137000 | #Constraints:      19314
78.06/78.32	c #Conflicts:     138000 | #Constraints:      20314
78.06/78.32	c #Conflicts:     139000 | #Constraints:      21314
78.06/78.32	c INPROCESSING
78.06/78.32	c GARBAGE COLLECT
78.06/78.32	c rational objective 995
81.54/81.83	c #Conflicts:     140000 | #Constraints:      14919
81.54/81.83	c #Conflicts:     141000 | #Constraints:      15919
81.54/81.83	c #Conflicts:     142000 | #Constraints:      16919
81.54/81.83	c #Conflicts:     143000 | #Constraints:      17919
81.54/81.83	c #Conflicts:     144000 | #Constraints:      18919
81.54/81.83	c #Conflicts:     145000 | #Constraints:      19919
81.54/81.83	c #Conflicts:     146000 | #Constraints:      20919
81.54/81.83	c #Conflicts:     147000 | #Constraints:      21919
81.54/81.83	c INPROCESSING
81.54/81.83	c GARBAGE COLLECT
81.54/81.83	c rational objective 995
81.75/82.03	c bounds 1038 >= 995 @ 80.4086
81.85/82.19	WSVECS04 Frhs2[3]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[5]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[6]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[7]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[8]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[11]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[12]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[13]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[20]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[21]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[23]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[31]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[35]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[40]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[41]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[42]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[56]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[61]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[64]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[67]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[69]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[72]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[78]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[79]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[81]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[82]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[84]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[85]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[88]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[89]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[96]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[100]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[101]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[104]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[108]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[118]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[119]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[120]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[122]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[124]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[128]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[129]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[130]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[136]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[140]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[141]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[143]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[144]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[145]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[146]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[147]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[150]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[151]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[159]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[162]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[163]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[167]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[169]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[170]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[171]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[175]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[176]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[178]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[179]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[181]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[183]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[184]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[186]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[187]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[191]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[194]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[196]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[202]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[205]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[206]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[209]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[213]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[219]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[220]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[226]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[227]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[229]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[231]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[237]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[239]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[243]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[244]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[245]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[246]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[247]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[253]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[255]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[256]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[257]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[260]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[268]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[269]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[272]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[273]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[281]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[288]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[289]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[290]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[292]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[296]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[297]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[298]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[300]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[301]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[304]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[309]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[310]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[311]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[313]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[314]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[315]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[316]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[318]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[319]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[323]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[327]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[329]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[332]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[334]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[335]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[336]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[338]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[343]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[344]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[353]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[356]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[357]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[358]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[360]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[362]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[364]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[365]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[366]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[368]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[373]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[374]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[377]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[378]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[382]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[383]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[385]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[387]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[388]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[389]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[391]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[395]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[396]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[398]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[399]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[403]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[404]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[413]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[414]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[415]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[416]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[419]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[420]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[421]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[424]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[425]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[427]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[429]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[433]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[434]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[435]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[436]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[438]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[440]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[443]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[444]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[445]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[446]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[450]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[453]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[454]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[457]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[458]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[460]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[462]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[463]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[464]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[465]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[466]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[469]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[470]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[478]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[479]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[480]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[483]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[484]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[487]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[495]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[496]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[497]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[501]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[507]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[509]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[512]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[513]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[514]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[516]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[517]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[518]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[519]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[520]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[522]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[523]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[525]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[528]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[536]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[539]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[545]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[546]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[547]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[548]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[549]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[550]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[551]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[552]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[555]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[558]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[559]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[560]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[561]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[562]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[563]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[566]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[568]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[569]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[571]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[572]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[574]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[577]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[579]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[580]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[583]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[588]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[590]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[593]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[594]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[597]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[607]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[614]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[618]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[619]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[621]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[623]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[631]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[638]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[639]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[641]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[643]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[644]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[645]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[646]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[647]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[650]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[651]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[655]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[656]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[658]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[660]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[663]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[672]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[673]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[678]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[680]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[683]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[684]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[686]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[688]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[691]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[692]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[693]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[695]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[696]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[697]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[700]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[704]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[707]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[708]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[709]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[710]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[711]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[713]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[717]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[718]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[719]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[720]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[722]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[723]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[731]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[732]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[737]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[739]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[740]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[742]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[744]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[745]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[747]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[748]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[749]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[751]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[752]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[754]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[755]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[756]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[757]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[764]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[765]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[774]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[775]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[776]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[780]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[781]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[783]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[785]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[786]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[787]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[790]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[791]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[792]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[793]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[795]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[798]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[800]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[803]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[804]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[806]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[810]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[811]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[813]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[814]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[815]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[816]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[817]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[819]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[820]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[821]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[824]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[826]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[830]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[832]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[834]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[835]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[839]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[840]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[841]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[844]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[845]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[846]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[848]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[849]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[852]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[855]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[856]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[857]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[858]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[859]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[863]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[864]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[866]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[872]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[878]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[881]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[884]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[885]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[887]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[889]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[893]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[894]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[895]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[898]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[899]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[901]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[904]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[905]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[906]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[909]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[910]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[912]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[913]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[917]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[918]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[922]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[923]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[924]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[926]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[927]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[931]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[932]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[941]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[942]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[944]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[945]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[946]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[947]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[948]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[950]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[953]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[955]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[957]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[958]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[962]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[966]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[968]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[970]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[972]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[976]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[977]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[978]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[979]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[980]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[983]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[984]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[986]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[987]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[989]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[992]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[993]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[998]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1000]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1001]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1002]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1011]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1012]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1013]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1016]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1019]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1020]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1021]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1022]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1025]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1026]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1027]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1033]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1034]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1037]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1038]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1044]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1047]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1051]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1055]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1056]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1057]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1060]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1061]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1063]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1065]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1066]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1068]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1070]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1071]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1073]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1074]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1077]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1084]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1088]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1089]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1090]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1091]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1092]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1093]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1098]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1099]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1100]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1101]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1104]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1105]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1106]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1107]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1110]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1112]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1113]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1114]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1115]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1116]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1117]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1119]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1120]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1121]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1128]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1132]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1138]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1139]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1144]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1145]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1146]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1148]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1149]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1151]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1154]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1157]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1158]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1159]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1160]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1166]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1169]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1170]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1171]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1173]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1174]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1175]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1180]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1181]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1183]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1186]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1187]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1189]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1190]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1191]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1192]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1193]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1195]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1196]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1197]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1201]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1202]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1203]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1206]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1207]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1209]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1211]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1212]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1213]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1214]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1216]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1217]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1218]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1220]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1223]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1225]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1227]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1228]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1231]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1237]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1238]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1240]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1246]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1248]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1250]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1251]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1254]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1256]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1257]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1258]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1266]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1270]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1273]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1275]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1278]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1282]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1283]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1285]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1289]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1292]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1293]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1294]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1296]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1297]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1298]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1302]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1305]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1306]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1307]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1308]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1309]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1311]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1315]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1318]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1319]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1321]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1322]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1323]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1325]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1327]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1331]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1332]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1336]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1337]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1338]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1340]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1341]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1342]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1343]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1344]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1346]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1351]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1352]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1354]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1357]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1358]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1361]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1362]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1363]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1365]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1366]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1369]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1371]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1374]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1375]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1378]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1379]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1380]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1383]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1385]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1386]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1387]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1388]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1389]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1394]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1397]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1401]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1402]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1403]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1404]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1405]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1406]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1407]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1408]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1412]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1414]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1415]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1416]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1417]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1419]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1421]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1426]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1427]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1431]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1432]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1433]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1434]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1436]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1440]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1443]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1444]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1448]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1455]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1456]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1457]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1459]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1460]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1467]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1468]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1469]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1470]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1478]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1481]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1485]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1486]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1488]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1489]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1490]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1491]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1493]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1494]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1495]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1496]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1497]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1498]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1501]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1503]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1505]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1506]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1508]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1510]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1512]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1514]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1517]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1519]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1520]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1521]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1522]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1525]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1530]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1531]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1532]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1533]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1534]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1535]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1537]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1540]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1542]: 6 -1.00001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1543]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1546]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1550]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1551]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1552]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1553]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1556]: 6 -1.0001 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1558]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1563]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1567]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1569]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1570]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1572]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1574]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1575]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1578]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1580]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1582]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1584]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1585]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1588]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1589]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1592]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1593]: 6 -1.00007 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1594]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1597]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1599]: 6 -1.00006 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1603]: 6 -1.00002 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1604]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1605]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1607]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1608]: 6 -1.00005 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1609]: 6 -1.00008 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1610]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1614]: 6 -1.00004 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1617]: 6 -1.00009 0 shouldn't be
81.85/82.19	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1620]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1622]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1623]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1627]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1628]: 6 -1.00001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1629]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1632]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1636]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1639]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1640]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1644]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1646]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1648]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1649]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1650]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1651]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1652]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1658]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1661]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1662]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1668]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1670]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1671]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1672]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1673]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1676]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1682]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1683]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1685]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1689]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1690]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1691]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1692]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1693]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1694]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1696]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1703]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1704]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1707]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1712]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1717]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1719]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1721]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1722]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1724]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1725]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1726]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1728]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1730]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1732]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1734]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1737]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1743]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1745]: 6 -1.00001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1747]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1749]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1753]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1754]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1758]: 6 -1.00001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1760]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1761]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1765]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1766]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1775]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1776]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1777]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1779]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1782]: 6 -1.00001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1783]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1784]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1787]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1788]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1789]: 6 -1.00001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1790]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1792]: 6 -1.00001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1794]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1795]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1796]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1798]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1803]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1804]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1805]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1807]: 6 -1.00001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1811]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1812]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1813]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1815]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1816]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1820]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1823]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1826]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1827]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1829]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1830]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1833]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1834]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1835]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1836]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1837]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1838]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1839]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1842]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1844]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1848]: 6 -1.00001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1851]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1852]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1855]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1860]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1861]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1865]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1866]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1867]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1869]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1870]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1871]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1872]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1873]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1875]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1882]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1885]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1889]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1890]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1893]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1894]: 6 -1.0001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1895]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1897]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1899]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1902]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1903]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1905]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1907]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1911]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1912]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1913]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1915]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1917]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1918]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1922]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1923]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1924]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1926]: 6 -1.00005 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1928]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1929]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1930]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1931]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1934]: 6 -1.00007 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1935]: 6 -1.00004 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1940]: 6 -1.00008 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1942]: 6 -1.00001 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1943]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1945]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1946]: 6 -1.00006 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1950]: 6 -1.00003 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1953]: 6 -1.00002 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1955]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1958]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1959]: 6 -1.00009 0 shouldn't be
81.85/82.20	WSVECS04 Frhs2[1962]: 6 -1.00008 0 shouldn't be
83.75/84.01	c #Conflicts:     148000 | #Constraints:      15335
83.75/84.01	c #Conflicts:     149000 | #Constraints:      16335
83.75/84.01	c #Conflicts:     150000 | #Constraints:      17336
83.75/84.01	c #Conflicts:     151000 | #Constraints:      18416
83.75/84.01	c bounds 1037 >= 995 @ 82.3566
83.85/84.17	WSVECS04 Frhs2[3]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[5]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[6]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[8]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[11]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[12]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[13]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[20]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[21]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[24]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[31]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[33]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[35]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[40]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[41]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[42]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[47]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[56]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[61]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[63]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[64]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[69]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[70]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[72]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[73]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[75]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[78]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[79]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[81]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[85]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[88]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[89]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[96]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[100]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[101]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[104]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[108]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[118]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[119]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[120]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[122]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[124]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[128]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[129]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[130]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[132]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[134]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[136]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[140]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[141]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[143]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[144]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[145]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[151]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[159]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[162]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[163]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[166]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[167]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[169]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[170]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[172]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[175]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[178]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[179]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[181]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[183]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[186]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[187]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[190]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[191]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[194]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[196]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[202]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[205]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[209]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[213]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[219]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[220]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[229]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[231]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[237]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[239]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[243]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[245]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[246]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[247]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[253]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[255]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[256]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[257]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[258]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[260]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[272]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[273]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[277]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[281]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[289]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[290]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[296]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[297]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[300]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[301]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[304]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[309]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[310]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[311]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[313]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[314]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[315]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[319]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[323]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[326]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[327]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[329]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[334]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[338]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[341]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[348]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[349]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[352]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[353]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[356]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[357]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[358]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[362]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[366]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[368]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[372]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[373]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[374]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[377]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[378]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[381]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[383]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[385]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[388]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[389]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[391]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[392]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[395]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[396]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[398]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[399]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[403]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[411]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[413]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[414]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[416]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[419]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[420]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[421]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[424]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[425]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[427]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[433]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[434]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[435]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[436]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[443]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[444]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[446]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[452]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[453]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[457]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[458]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[460]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[462]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[463]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[465]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[466]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[467]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[469]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[478]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[480]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[483]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[484]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[487]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[490]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[495]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[496]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[497]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[507]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[509]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[514]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[516]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[517]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[518]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[519]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[520]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[522]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[523]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[525]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[528]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[536]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[539]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[545]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[546]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[547]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[548]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[550]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[551]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[552]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[555]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[559]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[560]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[561]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[562]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[566]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[569]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[571]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[572]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[574]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[577]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[580]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[583]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[588]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[590]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[593]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[597]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[599]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[613]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[614]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[618]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[619]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[621]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[623]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[636]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[638]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[639]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[640]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[641]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[643]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[644]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[646]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[647]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[650]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[655]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[656]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[658]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[672]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[678]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[680]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[684]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[686]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[688]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[692]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[693]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[695]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[697]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[700]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[703]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[709]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[710]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[711]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[713]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[717]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[718]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[719]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[720]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[722]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[723]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[728]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[732]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[733]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[739]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[740]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[742]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[744]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[745]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[747]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[748]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[749]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[752]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[754]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[755]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[756]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[757]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[761]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[764]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[765]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[774]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[775]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[776]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[780]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[781]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[783]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[785]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[786]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[787]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[792]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[793]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[797]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[798]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[800]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[803]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[804]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[806]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[810]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[811]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[813]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[814]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[815]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[816]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[817]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[819]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[820]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[821]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[824]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[826]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[829]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[830]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[832]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[835]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[839]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[841]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[845]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[848]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[849]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[852]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[854]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[856]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[857]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[858]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[860]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[863]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[864]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[866]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[872]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[878]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[881]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[884]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[885]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[887]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[889]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[893]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[894]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[895]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[899]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[901]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[904]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[905]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[906]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[909]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[910]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[912]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[913]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[918]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[920]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[922]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[923]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[924]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[926]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[927]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[929]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[931]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[932]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[939]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[941]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[942]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[944]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[945]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[946]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[947]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[948]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[950]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[953]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[957]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[958]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[962]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[966]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[968]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[976]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[977]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[978]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[979]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[980]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[983]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[984]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[986]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[987]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[989]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[992]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[993]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1000]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1001]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1002]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1011]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1012]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1013]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1016]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1019]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1021]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1022]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1025]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1026]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1027]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1033]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1037]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1038]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1042]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1044]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1046]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1047]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1051]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1054]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1055]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1057]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1060]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1061]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1063]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1065]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1066]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1068]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1071]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1072]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1074]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1077]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1084]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1087]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1088]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1089]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1090]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1091]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1092]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1093]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1094]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1101]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1103]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1105]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1107]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1110]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1113]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1114]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1115]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1116]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1117]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1119]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1120]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1121]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1122]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1128]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1132]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1134]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1139]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1144]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1146]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1148]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1149]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1151]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1153]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1154]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1157]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1158]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1159]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1160]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1166]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1169]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1170]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1171]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1173]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1174]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1175]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1179]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1180]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1181]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1183]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1186]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1187]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1189]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1191]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1192]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1193]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1195]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1196]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1197]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1200]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1201]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1202]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1206]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1207]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1209]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1211]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1212]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1213]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1214]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1216]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1218]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1222]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1223]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1225]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1227]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1228]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1231]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1233]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1237]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1240]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1244]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1246]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1248]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1250]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1251]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1254]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1256]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1257]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1258]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1270]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1273]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1278]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1282]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1283]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1285]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1289]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1292]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1293]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1294]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1296]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1297]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1298]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1302]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1305]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1306]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1311]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1315]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1319]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1322]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1323]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1327]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1328]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1331]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1336]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1338]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1340]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1341]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1342]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1343]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1344]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1346]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1351]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1352]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1354]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1357]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1358]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1361]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1362]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1363]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1365]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1366]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1371]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1373]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1374]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1375]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1378]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1383]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1385]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1387]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1388]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1389]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1391]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1392]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1394]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1397]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1401]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1403]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1404]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1405]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1406]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1407]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1408]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1414]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1415]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1416]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1417]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1419]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1421]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1426]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1427]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1431]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1432]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1433]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1434]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1436]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1437]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1440]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1443]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1455]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1457]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1460]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1468]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1470]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1478]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1481]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1485]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1487]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1488]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1489]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1490]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1491]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1493]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1495]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1496]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1497]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1498]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1501]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1503]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1505]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1506]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1508]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1510]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1512]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1514]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1517]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1519]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1520]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1521]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1525]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1530]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1531]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1532]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1533]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1534]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1535]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1536]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1537]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1538]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1540]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1542]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1546]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1550]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1551]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1553]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1556]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1563]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1569]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1572]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1573]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1574]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1575]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1578]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1580]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1582]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1584]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1585]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1588]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1592]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1593]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1594]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1597]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1599]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1603]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1604]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1605]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1609]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1610]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1617]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1620]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1622]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1623]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1626]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1627]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1628]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1629]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1636]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1639]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1640]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1644]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1646]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1649]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1650]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1651]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1652]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1658]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1661]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1668]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1670]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1671]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1672]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1673]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1676]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1677]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1682]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1683]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1685]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1689]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1690]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1691]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1692]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1693]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1694]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1699]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1703]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1704]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1707]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1712]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1717]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1719]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1721]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1722]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1724]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1725]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1728]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1730]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1734]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1736]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1743]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1744]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1745]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1747]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1749]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1753]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1754]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1758]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1760]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1761]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1763]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1765]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1766]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1775]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1776]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1777]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1782]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1783]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1784]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1787]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1789]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1790]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1794]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1796]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1800]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1803]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1804]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1805]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1807]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1811]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1812]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1813]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1816]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1820]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1823]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1826]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1827]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1829]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1830]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1834]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1835]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1836]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1837]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1838]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1839]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1844]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1848]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1852]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1855]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1860]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1861]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1866]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1867]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1869]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1870]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1872]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1873]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1875]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1878]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1882]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1885]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1889]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1890]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1893]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1894]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1895]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1897]: 6 -1.0001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1899]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1903]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1906]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1907]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1910]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1911]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1912]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1913]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1915]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1916]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1917]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1918]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1922]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1923]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1924]: 6 -1.00003 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1926]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1928]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1929]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1930]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1931]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1934]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1935]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1940]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1942]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1943]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1946]: 6 -1.00008 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1951]: 6 -1.00009 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1955]: 6 -1.00002 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1958]: 6 -1.00001 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1959]: 6 -1.00006 0 shouldn't be
83.85/84.17	WSVECS04 Frhs2[1962]: 6 -1.00001 0 shouldn't be
86.84/87.11	c #Conflicts:     152000 | #Constraints:      19420
86.84/87.11	c #Conflicts:     153000 | #Constraints:      20420
86.84/87.11	c #Conflicts:     154000 | #Constraints:      21422
86.84/87.11	c #Conflicts:     155000 | #Constraints:      22485
86.84/87.11	c INPROCESSING
86.84/87.11	c GARBAGE COLLECT
86.84/87.11	c rational objective 995
89.62/89.91	c #Conflicts:     156000 | #Constraints:      15552
89.62/89.91	c #Conflicts:     157000 | #Constraints:      16552
89.62/89.91	c #Conflicts:     158000 | #Constraints:      17552
89.62/89.91	c #Conflicts:     159000 | #Constraints:      18552
89.62/89.91	c #Conflicts:     160000 | #Constraints:      19552
89.62/89.91	c bounds 1037 >= 996 @ 88.1586
91.12/91.47	c #Conflicts:     161000 | #Constraints:      20639
91.12/91.47	c #Conflicts:     162000 | #Constraints:      21639
91.12/91.47	c #Conflicts:     163000 | #Constraints:      22639
91.12/91.47	c INPROCESSING
91.12/91.47	c GARBAGE COLLECT
91.12/91.47	c rational objective 996
97.20/97.52	c #Conflicts:     164000 | #Constraints:      15587
97.20/97.52	c #Conflicts:     165000 | #Constraints:      16587
97.20/97.52	c #Conflicts:     166000 | #Constraints:      17588
97.20/97.52	c #Conflicts:     167000 | #Constraints:      18647
97.20/97.52	c #Conflicts:     168000 | #Constraints:      19735
97.20/97.52	c #Conflicts:     169000 | #Constraints:      20807
97.20/97.52	c #Conflicts:     170000 | #Constraints:      21870
97.20/97.52	c #Conflicts:     171000 | #Constraints:      22934
97.20/97.52	c INPROCESSING
97.20/97.52	c GARBAGE COLLECT
97.20/97.52	c rational objective 996
101.40/101.71	c #Conflicts:     172000 | #Constraints:      15507
101.40/101.71	c #Conflicts:     173000 | #Constraints:      16507
101.40/101.71	c #Conflicts:     174000 | #Constraints:      17507
101.40/101.71	c #Conflicts:     175000 | #Constraints:      18507
101.40/101.71	c #Conflicts:     176000 | #Constraints:      19507
101.40/101.71	c #Conflicts:     177000 | #Constraints:      20507
101.40/101.71	c #Conflicts:     178000 | #Constraints:      21507
101.40/101.71	c #Conflicts:     179000 | #Constraints:      22507
101.40/101.71	c #Conflicts:     180000 | #Constraints:      23507
101.40/101.71	c INPROCESSING
101.40/101.71	c GARBAGE COLLECT
101.40/101.71	c rational objective 996
105.58/105.98	c #Conflicts:     181000 | #Constraints:      16046
105.58/105.98	c #Conflicts:     182000 | #Constraints:      17046
105.58/105.98	c #Conflicts:     183000 | #Constraints:      18046
105.58/105.98	c #Conflicts:     184000 | #Constraints:      19046
105.58/105.98	c #Conflicts:     185000 | #Constraints:      20046
105.58/105.98	c #Conflicts:     186000 | #Constraints:      21046
105.58/105.98	c #Conflicts:     187000 | #Constraints:      22046
105.58/105.98	c #Conflicts:     188000 | #Constraints:      23046
105.58/105.98	c #Conflicts:     189000 | #Constraints:      24046
105.58/105.98	c INPROCESSING
105.58/105.98	c GARBAGE COLLECT
105.58/105.98	c rational objective 996
112.37/112.78	c #Conflicts:     190000 | #Constraints:      16418
112.37/112.78	c #Conflicts:     191000 | #Constraints:      17418
112.37/112.78	c #Conflicts:     192000 | #Constraints:      18463
112.37/112.78	c #Conflicts:     193000 | #Constraints:      19520
112.37/112.78	c #Conflicts:     194000 | #Constraints:      20572
112.37/112.78	c #Conflicts:     195000 | #Constraints:      21629
112.37/112.78	c #Conflicts:     196000 | #Constraints:      22667
112.37/112.78	c #Conflicts:     197000 | #Constraints:      23704
112.37/112.78	c #Conflicts:     198000 | #Constraints:      24734
112.37/112.78	c INPROCESSING
112.37/112.78	c GARBAGE COLLECT
112.37/112.78	c rational objective 996
117.05/117.41	c #Conflicts:     199000 | #Constraints:      16691
117.05/117.41	c #Conflicts:     200000 | #Constraints:      17691
117.05/117.41	c #Conflicts:     201000 | #Constraints:      18691
117.05/117.41	c #Conflicts:     202000 | #Constraints:      19691
117.05/117.41	c #Conflicts:     203000 | #Constraints:      20691
117.05/117.41	c #Conflicts:     204000 | #Constraints:      21691
117.05/117.41	c #Conflicts:     205000 | #Constraints:      22691
117.05/117.41	c #Conflicts:     206000 | #Constraints:      23691
117.05/117.41	c #Conflicts:     207000 | #Constraints:      24691
117.05/117.41	c INPROCESSING
117.05/117.41	c GARBAGE COLLECT
117.05/117.41	c rational objective 996
121.94/122.37	c #Conflicts:     208000 | #Constraints:      16661
121.94/122.37	c #Conflicts:     209000 | #Constraints:      17661
121.94/122.37	c #Conflicts:     210000 | #Constraints:      18661
121.94/122.37	c #Conflicts:     211000 | #Constraints:      19661
121.94/122.37	c #Conflicts:     212000 | #Constraints:      20661
121.94/122.37	c #Conflicts:     213000 | #Constraints:      21661
121.94/122.37	c #Conflicts:     214000 | #Constraints:      22661
121.94/122.37	c #Conflicts:     215000 | #Constraints:      23661
121.94/122.37	c #Conflicts:     216000 | #Constraints:      24661
121.94/122.37	c INPROCESSING
121.94/122.37	c GARBAGE COLLECT
121.94/122.37	c rational objective 996
122.93/123.30	c #Conflicts:     217000 | #Constraints:      16446
122.93/123.30	c #Conflicts:     218000 | #Constraints:      17500
122.93/123.30	c bounds 1036 >= 996 @ 120.999
123.04/123.45	WSVECS04 Frhs2[3]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[6]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[8]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[13]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[20]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[33]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[35]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[36]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[41]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[42]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[45]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[56]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[59]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[61]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[63]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[67]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[69]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[70]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[72]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[73]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[77]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[78]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[79]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[81]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[84]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[88]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[89]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[96]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[101]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[108]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[118]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[120]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[128]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[129]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[136]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[141]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[144]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[145]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[147]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[150]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[151]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[159]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[163]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[166]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[167]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[170]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[172]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[178]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[181]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[183]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[190]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[191]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[202]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[205]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[206]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[213]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[219]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[220]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[223]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[227]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[229]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[239]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[243]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[247]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[256]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[260]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[268]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[273]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[277]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[280]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[282]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[289]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[290]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[296]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[297]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[301]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[304]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[309]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[310]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[311]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[313]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[319]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[323]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[327]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[329]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[334]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[335]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[336]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[341]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[342]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[344]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[346]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[348]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[352]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[353]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[356]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[358]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[364]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[368]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[373]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[374]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[378]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[379]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[382]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[383]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[385]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[387]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[389]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[392]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[395]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[398]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[399]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[403]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[404]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[413]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[414]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[416]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[421]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[424]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[425]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[427]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[433]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[434]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[436]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[440]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[443]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[452]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[453]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[458]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[460]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[465]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[469]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[479]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[480]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[483]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[484]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[487]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[490]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[495]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[496]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[497]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[509]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[514]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[516]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[517]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[518]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[520]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[525]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[528]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[539]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[545]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[546]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[548]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[549]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[550]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[551]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[555]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[558]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[559]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[561]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[562]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[569]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[571]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[574]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[577]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[579]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[583]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[588]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[593]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[594]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[596]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[599]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[600]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[613]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[614]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[618]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[630]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[631]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[635]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[636]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[638]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[639]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[641]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[643]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[644]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[645]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[646]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[647]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[650]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[651]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[656]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[658]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[672]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[673]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[678]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[680]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[684]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[688]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[692]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[693]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[700]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[703]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[704]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[706]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[711]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[713]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[717]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[718]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[723]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[732]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[737]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[738]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[740]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[742]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[744]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[745]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[747]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[748]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[751]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[752]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[755]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[756]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[761]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[764]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[765]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[774]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[776]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[780]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[781]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[783]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[786]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[787]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[788]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[790]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[793]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[796]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[797]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[800]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[803]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[804]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[805]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[806]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[811]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[813]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[814]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[815]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[816]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[819]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[820]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[821]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[824]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[826]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[832]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[839]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[841]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[845]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[846]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[848]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[854]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[855]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[856]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[857]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[859]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[860]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[863]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[864]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[866]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[872]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[881]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[884]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[885]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[892]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[893]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[895]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[898]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[899]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[904]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[905]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[906]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[909]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[912]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[913]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[917]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[918]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[920]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[922]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[923]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[924]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[926]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[927]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[931]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[941]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[944]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[945]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[946]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[947]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[948]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[953]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[957]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[958]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[970]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[972]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[976]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[977]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[983]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[984]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[986]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[987]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[989]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[991]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[993]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1001]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1002]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1011]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1013]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1016]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1025]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1026]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1031]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1034]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1043]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1046]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1051]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1054]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1055]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1057]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1060]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1061]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1063]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1065]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1068]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1070]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1071]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1072]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1073]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1078]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1084]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1087]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1088]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1089]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1091]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1092]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1093]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1094]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1100]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1101]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1103]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1105]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1106]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1107]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1110]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1112]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1113]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1114]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1115]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1116]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1117]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1120]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1121]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1122]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1128]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1139]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1144]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1146]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1148]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1149]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1151]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1153]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1157]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1158]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1159]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1166]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1168]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1173]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1180]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1181]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1183]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1186]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1187]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1192]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1193]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1195]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1196]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1197]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1201]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1202]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1206]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1213]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1216]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1218]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1220]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1222]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1223]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1225]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1227]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1228]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1231]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1233]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1244]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1248]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1256]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1266]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1270]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1273]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1275]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1278]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1282]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1283]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1292]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1293]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1296]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1302]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1305]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1306]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1308]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1311]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1319]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1323]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1325]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1327]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1328]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1331]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1332]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1336]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1340]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1341]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1344]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1351]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1352]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1354]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1357]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1366]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1369]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1371]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1372]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1373]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1378]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1383]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1385]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1387]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1389]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1391]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1401]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1403]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1404]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1405]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1407]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1408]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1412]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1414]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1416]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1417]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1419]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1426]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1427]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1433]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1440]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1443]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1455]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1456]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1457]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1460]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1468]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1470]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1480]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1485]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1489]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1495]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1496]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1497]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1498]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1503]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1506]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1514]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1519]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1520]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1521]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1525]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1530]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1533]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1534]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1536]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1537]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1540]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1542]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1546]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1550]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1553]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1556]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1563]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1573]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1574]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1578]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1582]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1592]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1593]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1594]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1597]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1599]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1604]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1607]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1609]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1610]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1617]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1618]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1620]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1627]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1632]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1639]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1640]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1644]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1646]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1648]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1651]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1652]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1658]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1661]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1668]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1669]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1676]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1677]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1689]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1690]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1692]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1693]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1696]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1703]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1704]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1707]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1717]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1719]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1724]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1725]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1728]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1734]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1743]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1745]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1749]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1753]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1754]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1758]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1761]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1765]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1766]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1776]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1777]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1779]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1782]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1783]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1784]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1787]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1789]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1796]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1803]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1804]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1811]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1812]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1823]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1827]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1829]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1830]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1834]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1835]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1836]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1838]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1839]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1844]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1848]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1852]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1860]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1867]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1869]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1873]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1875]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1882]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1885]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1886]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1888]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1889]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1890]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1893]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1894]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1895]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1897]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1899]: 6 -1.00007 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1903]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1905]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1912]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1916]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1918]: 6 -1.00005 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1922]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1923]: 6 -1.00003 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1926]: 6 -1.00008 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1930]: 6 -1.0001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1935]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1938]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1942]: 6 -1.00006 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1943]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1945]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1946]: 6 -1.00002 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1950]: 6 -1.00004 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1953]: 6 -1.00009 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1959]: 6 -1.00001 0 shouldn't be
123.04/123.45	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
129.32/129.76	c #Conflicts:     219000 | #Constraints:      18503
129.32/129.76	c #Conflicts:     220000 | #Constraints:      19503
129.32/129.76	c #Conflicts:     221000 | #Constraints:      20503
129.32/129.76	c #Conflicts:     222000 | #Constraints:      21503
129.32/129.76	c #Conflicts:     223000 | #Constraints:      22503
129.32/129.76	c #Conflicts:     224000 | #Constraints:      23503
129.32/129.76	c #Conflicts:     225000 | #Constraints:      24503
129.32/129.76	c #Conflicts:     226000 | #Constraints:      25503
129.32/129.76	c INPROCESSING
129.32/129.76	c GARBAGE COLLECT
129.32/129.76	c rational objective 996
138.20/138.66	c #Conflicts:     227000 | #Constraints:      17056
138.20/138.66	c #Conflicts:     228000 | #Constraints:      18060
138.20/138.66	c #Conflicts:     229000 | #Constraints:      19076
138.20/138.66	c #Conflicts:     230000 | #Constraints:      20099
138.20/138.66	c #Conflicts:     231000 | #Constraints:      21125
138.20/138.66	c #Conflicts:     232000 | #Constraints:      22143
138.20/138.66	c #Conflicts:     233000 | #Constraints:      23162
138.20/138.66	c #Conflicts:     234000 | #Constraints:      24185
138.20/138.66	c #Conflicts:     235000 | #Constraints:      25213
138.20/138.66	c #Conflicts:     236000 | #Constraints:      26279
138.20/138.66	c INPROCESSING
138.20/138.66	c GARBAGE COLLECT
138.20/138.66	c rational objective 996
143.28/143.71	c #Conflicts:     237000 | #Constraints:      17460
143.28/143.71	c #Conflicts:     238000 | #Constraints:      18460
143.28/143.71	c #Conflicts:     239000 | #Constraints:      19460
143.28/143.71	c #Conflicts:     240000 | #Constraints:      20460
143.28/143.71	c #Conflicts:     241000 | #Constraints:      21460
143.28/143.71	c #Conflicts:     242000 | #Constraints:      22460
143.28/143.71	c #Conflicts:     243000 | #Constraints:      23460
143.28/143.71	c #Conflicts:     244000 | #Constraints:      24460
143.28/143.71	c #Conflicts:     245000 | #Constraints:      25460
143.28/143.71	c #Conflicts:     246000 | #Constraints:      26460
143.28/143.71	c INPROCESSING
143.28/143.71	c GARBAGE COLLECT
143.28/143.71	c rational objective 996
151.46/151.93	c #Conflicts:     247000 | #Constraints:      17623
151.46/151.93	c #Conflicts:     248000 | #Constraints:      18665
151.46/151.93	c #Conflicts:     249000 | #Constraints:      19722
151.46/151.93	c #Conflicts:     250000 | #Constraints:      20774
151.46/151.93	c #Conflicts:     251000 | #Constraints:      21836
151.46/151.93	c #Conflicts:     252000 | #Constraints:      22874
151.46/151.93	c #Conflicts:     253000 | #Constraints:      23923
151.46/151.93	c #Conflicts:     254000 | #Constraints:      24973
151.46/151.93	c #Conflicts:     255000 | #Constraints:      26020
151.46/151.93	c #Conflicts:     256000 | #Constraints:      27073
151.46/151.93	c INPROCESSING
151.46/151.93	c GARBAGE COLLECT
151.46/151.93	c rational objective 996
157.25/157.73	c #Conflicts:     257000 | #Constraints:      17795
157.25/157.73	c #Conflicts:     258000 | #Constraints:      18795
157.25/157.73	c #Conflicts:     259000 | #Constraints:      19795
157.25/157.73	c #Conflicts:     260000 | #Constraints:      20795
157.25/157.73	c #Conflicts:     261000 | #Constraints:      21795
157.25/157.73	c #Conflicts:     262000 | #Constraints:      22795
157.25/157.73	c #Conflicts:     263000 | #Constraints:      23795
157.25/157.73	c #Conflicts:     264000 | #Constraints:      24795
157.25/157.73	c #Conflicts:     265000 | #Constraints:      25795
157.25/157.73	c #Conflicts:     266000 | #Constraints:      26795
157.25/157.73	c INPROCESSING
157.25/157.73	c GARBAGE COLLECT
157.25/157.73	c rational objective 996
162.43/162.98	c #Conflicts:     267000 | #Constraints:      17519
162.43/162.98	c #Conflicts:     268000 | #Constraints:      18519
162.43/162.98	c #Conflicts:     269000 | #Constraints:      19519
162.43/162.98	c #Conflicts:     270000 | #Constraints:      20519
162.43/162.98	c #Conflicts:     271000 | #Constraints:      21519
162.43/162.98	c #Conflicts:     272000 | #Constraints:      22519
162.43/162.98	c #Conflicts:     273000 | #Constraints:      23519
162.43/162.98	c #Conflicts:     274000 | #Constraints:      24519
162.43/162.98	c #Conflicts:     275000 | #Constraints:      25519
162.43/162.98	c #Conflicts:     276000 | #Constraints:      26519
162.43/162.98	c #Conflicts:     277000 | #Constraints:      27519
162.43/162.98	c INPROCESSING
162.43/162.98	c GARBAGE COLLECT
162.43/162.98	c rational objective 996
168.22/168.70	c #Conflicts:     278000 | #Constraints:      18069
168.22/168.70	c #Conflicts:     279000 | #Constraints:      19069
168.22/168.70	c #Conflicts:     280000 | #Constraints:      20069
168.22/168.70	c #Conflicts:     281000 | #Constraints:      21069
168.22/168.70	c #Conflicts:     282000 | #Constraints:      22069
168.22/168.70	c #Conflicts:     283000 | #Constraints:      23069
168.22/168.70	c #Conflicts:     284000 | #Constraints:      24069
168.22/168.70	c #Conflicts:     285000 | #Constraints:      25069
168.22/168.70	c #Conflicts:     286000 | #Constraints:      26069
168.22/168.70	c #Conflicts:     287000 | #Constraints:      27069
168.22/168.70	c #Conflicts:     288000 | #Constraints:      28069
168.22/168.70	c INPROCESSING
168.22/168.70	c GARBAGE COLLECT
168.22/168.70	c rational objective 996
176.00/176.50	c #Conflicts:     289000 | #Constraints:      18440
176.00/176.50	c #Conflicts:     290000 | #Constraints:      19465
176.00/176.50	c #Conflicts:     291000 | #Constraints:      20535
176.00/176.50	c #Conflicts:     292000 | #Constraints:      21592
176.00/176.50	c #Conflicts:     293000 | #Constraints:      22636
176.00/176.50	c #Conflicts:     294000 | #Constraints:      23677
176.00/176.50	c #Conflicts:     295000 | #Constraints:      24707
176.00/176.50	c #Conflicts:     296000 | #Constraints:      25747
176.00/176.50	c #Conflicts:     297000 | #Constraints:      26786
176.00/176.50	c #Conflicts:     298000 | #Constraints:      27814
176.00/176.50	c #Conflicts:     299000 | #Constraints:      28850
176.00/176.50	c INPROCESSING
176.00/176.50	c GARBAGE COLLECT
176.00/176.50	c rational objective 996
181.59/182.14	c #Conflicts:     300000 | #Constraints:      18759
181.59/182.14	c #Conflicts:     301000 | #Constraints:      19759
181.59/182.14	c #Conflicts:     302000 | #Constraints:      20759
181.59/182.14	c #Conflicts:     303000 | #Constraints:      21759
181.59/182.14	c #Conflicts:     304000 | #Constraints:      22759
181.59/182.14	c #Conflicts:     305000 | #Constraints:      23759
181.59/182.14	c #Conflicts:     306000 | #Constraints:      24759
181.59/182.14	c #Conflicts:     307000 | #Constraints:      25759
181.59/182.14	c #Conflicts:     308000 | #Constraints:      26759
181.59/182.14	c bounds 1036 >= 997 @ 178.953
182.88/183.48	c #Conflicts:     309000 | #Constraints:      27831
182.88/183.48	c #Conflicts:     310000 | #Constraints:      28831
182.88/183.48	c INPROCESSING
182.88/183.48	c GARBAGE COLLECT
182.88/183.48	c rational objective 997
188.77/189.32	c #Conflicts:     311000 | #Constraints:      18720
188.77/189.32	c #Conflicts:     312000 | #Constraints:      19720
188.77/189.32	c #Conflicts:     313000 | #Constraints:      20720
188.77/189.32	c #Conflicts:     314000 | #Constraints:      21720
188.77/189.32	c #Conflicts:     315000 | #Constraints:      22720
188.77/189.32	c #Conflicts:     316000 | #Constraints:      23720
188.77/189.32	c #Conflicts:     317000 | #Constraints:      24720
188.77/189.32	c #Conflicts:     318000 | #Constraints:      25720
188.77/189.32	c #Conflicts:     319000 | #Constraints:      26720
188.77/189.32	c #Conflicts:     320000 | #Constraints:      27720
188.77/189.32	c #Conflicts:     321000 | #Constraints:      28720
188.77/189.32	c INPROCESSING
188.77/189.32	c GARBAGE COLLECT
188.77/189.32	c rational objective 997
198.54/199.11	c #Conflicts:     322000 | #Constraints:      18484
198.54/199.11	c #Conflicts:     323000 | #Constraints:      19484
198.54/199.11	c #Conflicts:     324000 | #Constraints:      20484
198.54/199.11	c #Conflicts:     325000 | #Constraints:      21484
198.54/199.11	c #Conflicts:     326000 | #Constraints:      22485
198.54/199.11	c #Conflicts:     327000 | #Constraints:      23547
198.54/199.11	c #Conflicts:     328000 | #Constraints:      24637
198.54/199.11	c #Conflicts:     329000 | #Constraints:      25720
198.54/199.11	c #Conflicts:     330000 | #Constraints:      26781
198.54/199.11	c #Conflicts:     331000 | #Constraints:      27829
198.54/199.11	c #Conflicts:     332000 | #Constraints:      28875
198.54/199.11	c #Conflicts:     333000 | #Constraints:      29900
198.54/199.11	c INPROCESSING
198.54/199.11	c GARBAGE COLLECT
198.54/199.11	c rational objective 997
204.72/205.34	c #Conflicts:     334000 | #Constraints:      19181
204.72/205.34	c #Conflicts:     335000 | #Constraints:      20181
204.72/205.34	c #Conflicts:     336000 | #Constraints:      21181
204.72/205.34	c #Conflicts:     337000 | #Constraints:      22181
204.72/205.34	c #Conflicts:     338000 | #Constraints:      23181
204.72/205.34	c #Conflicts:     339000 | #Constraints:      24181
204.72/205.34	c #Conflicts:     340000 | #Constraints:      25181
204.72/205.34	c #Conflicts:     341000 | #Constraints:      26181
204.72/205.34	c #Conflicts:     342000 | #Constraints:      27181
204.72/205.34	c #Conflicts:     343000 | #Constraints:      28181
204.72/205.34	c #Conflicts:     344000 | #Constraints:      29181
204.72/205.34	c #Conflicts:     345000 | #Constraints:      30181
204.72/205.34	c INPROCESSING
204.72/205.34	c GARBAGE COLLECT
204.72/205.34	c rational objective 997
211.31/211.96	c #Conflicts:     346000 | #Constraints:      19537
211.31/211.96	c #Conflicts:     347000 | #Constraints:      20537
211.31/211.96	c #Conflicts:     348000 | #Constraints:      21537
211.31/211.96	c #Conflicts:     349000 | #Constraints:      22537
211.31/211.96	c #Conflicts:     350000 | #Constraints:      23537
211.31/211.96	c #Conflicts:     351000 | #Constraints:      24537
211.31/211.96	c #Conflicts:     352000 | #Constraints:      25537
211.31/211.96	c #Conflicts:     353000 | #Constraints:      26537
211.31/211.96	c #Conflicts:     354000 | #Constraints:      27537
211.31/211.96	c #Conflicts:     355000 | #Constraints:      28538
211.31/211.96	c #Conflicts:     356000 | #Constraints:      29538
211.31/211.96	c #Conflicts:     357000 | #Constraints:      30538
211.31/211.96	c INPROCESSING
211.31/211.96	c GARBAGE COLLECT
211.31/211.96	c rational objective 997
222.27/222.93	c #Conflicts:     358000 | #Constraints:      19737
222.27/222.93	c #Conflicts:     359000 | #Constraints:      20792
222.27/222.93	c #Conflicts:     360000 | #Constraints:      21850
222.27/222.93	c #Conflicts:     361000 | #Constraints:      22914
222.27/222.93	c #Conflicts:     362000 | #Constraints:      23968
222.27/222.93	c #Conflicts:     363000 | #Constraints:      25020
222.27/222.93	c #Conflicts:     364000 | #Constraints:      26062
222.27/222.93	c #Conflicts:     365000 | #Constraints:      27120
222.27/222.93	c #Conflicts:     366000 | #Constraints:      28165
222.27/222.93	c #Conflicts:     367000 | #Constraints:      29209
222.27/222.93	c #Conflicts:     368000 | #Constraints:      30243
222.27/222.93	c #Conflicts:     369000 | #Constraints:      31278
222.27/222.93	c INPROCESSING
222.27/222.93	c GARBAGE COLLECT
222.27/222.93	c rational objective 997
229.65/230.31	c #Conflicts:     370000 | #Constraints:      19902
229.65/230.31	c #Conflicts:     371000 | #Constraints:      20902
229.65/230.31	c #Conflicts:     372000 | #Constraints:      21902
229.65/230.31	c #Conflicts:     373000 | #Constraints:      22902
229.65/230.31	c #Conflicts:     374000 | #Constraints:      23902
229.65/230.31	c #Conflicts:     375000 | #Constraints:      24902
229.65/230.31	c #Conflicts:     376000 | #Constraints:      25902
229.65/230.31	c #Conflicts:     377000 | #Constraints:      26902
229.65/230.31	c #Conflicts:     378000 | #Constraints:      27902
229.65/230.31	c #Conflicts:     379000 | #Constraints:      28902
229.65/230.31	c #Conflicts:     380000 | #Constraints:      29902
229.65/230.31	c #Conflicts:     381000 | #Constraints:      30902
229.65/230.31	c INPROCESSING
229.65/230.31	c GARBAGE COLLECT
229.65/230.31	c rational objective 997
236.73/237.44	c #Conflicts:     382000 | #Constraints:      19595
236.73/237.44	c #Conflicts:     383000 | #Constraints:      20595
236.73/237.44	c #Conflicts:     384000 | #Constraints:      21595
236.73/237.44	c #Conflicts:     385000 | #Constraints:      22595
236.73/237.44	c #Conflicts:     386000 | #Constraints:      23595
236.73/237.44	c #Conflicts:     387000 | #Constraints:      24595
236.73/237.44	c #Conflicts:     388000 | #Constraints:      25595
236.73/237.44	c #Conflicts:     389000 | #Constraints:      26595
236.73/237.44	c #Conflicts:     390000 | #Constraints:      27595
236.73/237.44	c #Conflicts:     391000 | #Constraints:      28595
236.73/237.44	c #Conflicts:     392000 | #Constraints:      29595
236.73/237.44	c #Conflicts:     393000 | #Constraints:      30595
236.73/237.44	c #Conflicts:     394000 | #Constraints:      31595
236.73/237.44	c INPROCESSING
236.73/237.44	c GARBAGE COLLECT
236.73/237.44	c rational objective 997
244.33/245.03	c #Conflicts:     395000 | #Constraints:      20121
244.33/245.03	c #Conflicts:     396000 | #Constraints:      21121
244.33/245.03	c #Conflicts:     397000 | #Constraints:      22121
244.33/245.03	c #Conflicts:     398000 | #Constraints:      23121
244.33/245.03	c #Conflicts:     399000 | #Constraints:      24121
244.33/245.03	c #Conflicts:     400000 | #Constraints:      25121
244.33/245.03	c #Conflicts:     401000 | #Constraints:      26121
244.33/245.03	c #Conflicts:     402000 | #Constraints:      27121
244.33/245.03	c #Conflicts:     403000 | #Constraints:      28121
244.33/245.03	c #Conflicts:     404000 | #Constraints:      29121
244.33/245.03	c #Conflicts:     405000 | #Constraints:      30121
244.33/245.03	c #Conflicts:     406000 | #Constraints:      31121
244.33/245.03	c #Conflicts:     407000 | #Constraints:      32121
244.33/245.03	c INPROCESSING
244.33/245.03	c GARBAGE COLLECT
244.33/245.03	c rational objective 997
253.60/254.33	c #Conflicts:     408000 | #Constraints:      20516
253.60/254.33	c #Conflicts:     409000 | #Constraints:      21593
253.60/254.33	c #Conflicts:     410000 | #Constraints:      22661
253.60/254.33	c #Conflicts:     411000 | #Constraints:      23725
253.60/254.33	c #Conflicts:     412000 | #Constraints:      24775
253.60/254.33	c #Conflicts:     413000 | #Constraints:      25827
253.60/254.33	c #Conflicts:     414000 | #Constraints:      26874
253.60/254.33	c #Conflicts:     415000 | #Constraints:      27908
253.60/254.33	c #Conflicts:     416000 | #Constraints:      28948
253.60/254.33	c #Conflicts:     417000 | #Constraints:      29985
253.60/254.33	c #Conflicts:     418000 | #Constraints:      31030
253.60/254.33	c #Conflicts:     419000 | #Constraints:      32069
253.60/254.33	c #Conflicts:     420000 | #Constraints:      33107
253.60/254.33	c INPROCESSING
253.60/254.33	c GARBAGE COLLECT
253.60/254.33	c rational objective 997
262.17/262.96	c #Conflicts:     421000 | #Constraints:      20897
262.17/262.96	c #Conflicts:     422000 | #Constraints:      21897
262.17/262.96	c #Conflicts:     423000 | #Constraints:      22897
262.17/262.96	c #Conflicts:     424000 | #Constraints:      23897
262.17/262.96	c #Conflicts:     425000 | #Constraints:      24897
262.17/262.96	c #Conflicts:     426000 | #Constraints:      25897
262.17/262.96	c #Conflicts:     427000 | #Constraints:      26897
262.17/262.96	c #Conflicts:     428000 | #Constraints:      27897
262.17/262.96	c #Conflicts:     429000 | #Constraints:      28897
262.17/262.96	c #Conflicts:     430000 | #Constraints:      29897
262.17/262.96	c #Conflicts:     431000 | #Constraints:      30897
262.17/262.96	c #Conflicts:     432000 | #Constraints:      31897
262.17/262.96	c #Conflicts:     433000 | #Constraints:      32897
262.17/262.96	c INPROCESSING
262.17/262.96	c GARBAGE COLLECT
262.17/262.96	c rational objective 997
268.26/269.03	c #Conflicts:     434000 | #Constraints:      20795
268.26/269.03	c #Conflicts:     435000 | #Constraints:      21795
268.26/269.03	c #Conflicts:     436000 | #Constraints:      22795
268.26/269.03	c #Conflicts:     437000 | #Constraints:      23795
268.26/269.03	c #Conflicts:     438000 | #Constraints:      24795
268.26/269.03	c #Conflicts:     439000 | #Constraints:      25795
268.26/269.03	c #Conflicts:     440000 | #Constraints:      26795
268.26/269.03	c #Conflicts:     441000 | #Constraints:      27795
268.26/269.03	c #Conflicts:     442000 | #Constraints:      28795
268.26/269.03	c #Conflicts:     443000 | #Constraints:      29795
268.26/269.03	c bounds 1036 >= 998 @ 264.578
270.15/270.92	c #Conflicts:     444000 | #Constraints:      30858
270.15/270.92	c #Conflicts:     445000 | #Constraints:      31876
270.15/270.92	c #Conflicts:     446000 | #Constraints:      32904
270.15/270.92	c INPROCESSING
270.15/270.92	c GARBAGE COLLECT
270.15/270.92	c rational objective 998
279.92/280.78	c #Conflicts:     447000 | #Constraints:      20540
279.92/280.78	c #Conflicts:     448000 | #Constraints:      21557
279.92/280.78	c #Conflicts:     449000 | #Constraints:      22599
279.92/280.78	c #Conflicts:     450000 | #Constraints:      23642
279.92/280.78	c #Conflicts:     451000 | #Constraints:      24677
279.92/280.78	c #Conflicts:     452000 | #Constraints:      25701
279.92/280.78	c #Conflicts:     453000 | #Constraints:      26729
279.92/280.78	c #Conflicts:     454000 | #Constraints:      27791
279.92/280.78	c #Conflicts:     455000 | #Constraints:      28832
279.92/280.78	c #Conflicts:     456000 | #Constraints:      29883
279.92/280.78	c #Conflicts:     457000 | #Constraints:      30948
279.92/280.78	c #Conflicts:     458000 | #Constraints:      31978
279.92/280.78	c #Conflicts:     459000 | #Constraints:      33036
279.92/280.78	c #Conflicts:     460000 | #Constraints:      34096
279.92/280.78	c INPROCESSING
279.92/280.78	c GARBAGE COLLECT
279.92/280.78	c rational objective 998
289.31/290.15	c #Conflicts:     461000 | #Constraints:      21316
289.31/290.15	c #Conflicts:     462000 | #Constraints:      22316
289.31/290.15	c #Conflicts:     463000 | #Constraints:      23316
289.31/290.15	c #Conflicts:     464000 | #Constraints:      24316
289.31/290.15	c #Conflicts:     465000 | #Constraints:      25316
289.31/290.15	c #Conflicts:     466000 | #Constraints:      26316
289.31/290.15	c #Conflicts:     467000 | #Constraints:      27316
289.31/290.15	c #Conflicts:     468000 | #Constraints:      28316
289.31/290.15	c #Conflicts:     469000 | #Constraints:      29316
289.31/290.15	c #Conflicts:     470000 | #Constraints:      30316
289.31/290.15	c #Conflicts:     471000 | #Constraints:      31316
289.31/290.15	c #Conflicts:     472000 | #Constraints:      32316
289.31/290.15	c #Conflicts:     473000 | #Constraints:      33316
289.31/290.15	c #Conflicts:     474000 | #Constraints:      34316
289.31/290.15	c INPROCESSING
289.31/290.15	c GARBAGE COLLECT
289.31/290.15	c rational objective 998
298.98/299.89	c #Conflicts:     475000 | #Constraints:      21570
298.98/299.89	c #Conflicts:     476000 | #Constraints:      22570
298.98/299.89	c #Conflicts:     477000 | #Constraints:      23570
298.98/299.89	c #Conflicts:     478000 | #Constraints:      24570
298.98/299.89	c #Conflicts:     479000 | #Constraints:      25570
298.98/299.89	c #Conflicts:     480000 | #Constraints:      26570
298.98/299.89	c #Conflicts:     481000 | #Constraints:      27570
298.98/299.89	c #Conflicts:     482000 | #Constraints:      28570
298.98/299.89	c #Conflicts:     483000 | #Constraints:      29570
298.98/299.89	c #Conflicts:     484000 | #Constraints:      30570
298.98/299.89	c #Conflicts:     485000 | #Constraints:      31570
298.98/299.89	c #Conflicts:     486000 | #Constraints:      32570
298.98/299.89	c #Conflicts:     487000 | #Constraints:      33570
298.98/299.89	c #Conflicts:     488000 | #Constraints:      34570
298.98/299.89	c INPROCESSING
298.98/299.89	c GARBAGE COLLECT
298.98/299.89	c rational objective 998
317.14/318.00	c #Conflicts:     489000 | #Constraints:      21743
317.14/318.00	c #Conflicts:     490000 | #Constraints:      22789
317.14/318.00	c #Conflicts:     491000 | #Constraints:      23806
317.14/318.00	c #Conflicts:     492000 | #Constraints:      24851
317.14/318.00	c #Conflicts:     493000 | #Constraints:      25884
317.14/318.00	c #Conflicts:     494000 | #Constraints:      26916
317.14/318.00	c #Conflicts:     495000 | #Constraints:      27929
317.14/318.00	c #Conflicts:     496000 | #Constraints:      28944
317.14/318.00	c #Conflicts:     497000 | #Constraints:      29957
317.14/318.00	c #Conflicts:     498000 | #Constraints:      30987
317.14/318.00	c #Conflicts:     499000 | #Constraints:      32021
317.14/318.00	c #Conflicts:     500000 | #Constraints:      33043
317.14/318.00	c #Conflicts:     501000 | #Constraints:      34069
317.14/318.00	c #Conflicts:     502000 | #Constraints:      35099
317.14/318.00	c INPROCESSING
317.14/318.00	c GARBAGE COLLECT
317.14/318.00	c rational objective 998
326.61/327.59	c #Conflicts:     503000 | #Constraints:      21836
326.61/327.59	c #Conflicts:     504000 | #Constraints:      22836
326.61/327.59	c #Conflicts:     505000 | #Constraints:      23836
326.61/327.59	c #Conflicts:     506000 | #Constraints:      24836
326.61/327.59	c #Conflicts:     507000 | #Constraints:      25836
326.61/327.59	c #Conflicts:     508000 | #Constraints:      26836
326.61/327.59	c #Conflicts:     509000 | #Constraints:      27836
326.61/327.59	c #Conflicts:     510000 | #Constraints:      28836
326.61/327.59	c #Conflicts:     511000 | #Constraints:      29836
326.61/327.59	c #Conflicts:     512000 | #Constraints:      30836
326.61/327.59	c #Conflicts:     513000 | #Constraints:      31836
326.61/327.59	c #Conflicts:     514000 | #Constraints:      32836
326.61/327.59	c #Conflicts:     515000 | #Constraints:      33836
326.61/327.59	c #Conflicts:     516000 | #Constraints:      34837
326.61/327.59	c INPROCESSING
326.61/327.59	c GARBAGE COLLECT
326.61/327.59	c rational objective 998
335.88/336.86	c #Conflicts:     517000 | #Constraints:      21588
335.88/336.86	c #Conflicts:     518000 | #Constraints:      22588
335.88/336.86	c #Conflicts:     519000 | #Constraints:      23588
335.88/336.86	c #Conflicts:     520000 | #Constraints:      24588
335.88/336.86	c #Conflicts:     521000 | #Constraints:      25588
335.88/336.86	c #Conflicts:     522000 | #Constraints:      26588
335.88/336.86	c #Conflicts:     523000 | #Constraints:      27588
335.88/336.86	c #Conflicts:     524000 | #Constraints:      28588
335.88/336.86	c #Conflicts:     525000 | #Constraints:      29588
335.88/336.86	c #Conflicts:     526000 | #Constraints:      30588
335.88/336.86	c #Conflicts:     527000 | #Constraints:      31588
335.88/336.86	c #Conflicts:     528000 | #Constraints:      32588
335.88/336.86	c #Conflicts:     529000 | #Constraints:      33588
335.88/336.86	c #Conflicts:     530000 | #Constraints:      34588
335.88/336.86	c #Conflicts:     531000 | #Constraints:      35588
335.88/336.86	c INPROCESSING
335.88/336.86	c GARBAGE COLLECT
335.88/336.86	c rational objective 998
345.75/346.76	c #Conflicts:     532000 | #Constraints:      22163
345.75/346.76	c #Conflicts:     533000 | #Constraints:      23163
345.75/346.76	c #Conflicts:     534000 | #Constraints:      24163
345.75/346.76	c #Conflicts:     535000 | #Constraints:      25163
345.75/346.76	c #Conflicts:     536000 | #Constraints:      26163
345.75/346.76	c #Conflicts:     537000 | #Constraints:      27163
345.75/346.76	c #Conflicts:     538000 | #Constraints:      28163
345.75/346.76	c #Conflicts:     539000 | #Constraints:      29163
345.75/346.76	c #Conflicts:     540000 | #Constraints:      30163
345.75/346.76	c #Conflicts:     541000 | #Constraints:      31163
345.75/346.76	c #Conflicts:     542000 | #Constraints:      32163
345.75/346.76	c #Conflicts:     543000 | #Constraints:      33163
345.75/346.76	c #Conflicts:     544000 | #Constraints:      34163
345.75/346.76	c #Conflicts:     545000 | #Constraints:      35163
345.75/346.76	c #Conflicts:     546000 | #Constraints:      36163
345.75/346.76	c INPROCESSING
345.75/346.76	c GARBAGE COLLECT
345.75/346.76	c rational objective 998
359.41/360.40	c #Conflicts:     547000 | #Constraints:      22564
359.41/360.40	c #Conflicts:     548000 | #Constraints:      23604
359.41/360.40	c #Conflicts:     549000 | #Constraints:      24680
359.41/360.40	c #Conflicts:     550000 | #Constraints:      25748
359.41/360.40	c #Conflicts:     551000 | #Constraints:      26820
359.41/360.40	c #Conflicts:     552000 | #Constraints:      27868
359.41/360.40	c #Conflicts:     553000 | #Constraints:      28907
359.41/360.40	c #Conflicts:     554000 | #Constraints:      29964
359.41/360.40	c #Conflicts:     555000 | #Constraints:      31013
359.41/360.40	c #Conflicts:     556000 | #Constraints:      32055
359.41/360.40	c #Conflicts:     557000 | #Constraints:      33091
359.41/360.40	c #Conflicts:     558000 | #Constraints:      34123
359.41/360.40	c #Conflicts:     559000 | #Constraints:      35146
359.41/360.40	c #Conflicts:     560000 | #Constraints:      36177
359.41/360.40	c #Conflicts:     561000 | #Constraints:      37210
359.41/360.40	c INPROCESSING
359.41/360.40	c GARBAGE COLLECT
359.41/360.40	c rational objective 998
369.69/370.75	c #Conflicts:     562000 | #Constraints:      22985
369.69/370.75	c #Conflicts:     563000 | #Constraints:      23985
369.69/370.75	c #Conflicts:     564000 | #Constraints:      24985
369.69/370.75	c #Conflicts:     565000 | #Constraints:      25985
369.69/370.75	c #Conflicts:     566000 | #Constraints:      26985
369.69/370.75	c #Conflicts:     567000 | #Constraints:      27985
369.69/370.75	c #Conflicts:     568000 | #Constraints:      28985
369.69/370.75	c #Conflicts:     569000 | #Constraints:      29985
369.69/370.75	c #Conflicts:     570000 | #Constraints:      30985
369.69/370.75	c #Conflicts:     571000 | #Constraints:      31985
369.69/370.75	c #Conflicts:     572000 | #Constraints:      32985
369.69/370.75	c #Conflicts:     573000 | #Constraints:      33985
369.69/370.75	c #Conflicts:     574000 | #Constraints:      34985
369.69/370.75	c #Conflicts:     575000 | #Constraints:      35985
369.69/370.75	c #Conflicts:     576000 | #Constraints:      36985
369.69/370.75	c INPROCESSING
369.69/370.75	c GARBAGE COLLECT
369.69/370.75	c rational objective 998
379.55/380.66	c #Conflicts:     577000 | #Constraints:      22861
379.55/380.66	c #Conflicts:     578000 | #Constraints:      23861
379.55/380.66	c #Conflicts:     579000 | #Constraints:      24861
379.55/380.66	c #Conflicts:     580000 | #Constraints:      25861
379.55/380.66	c #Conflicts:     581000 | #Constraints:      26861
379.55/380.66	c #Conflicts:     582000 | #Constraints:      27861
379.55/380.66	c #Conflicts:     583000 | #Constraints:      28861
379.55/380.66	c #Conflicts:     584000 | #Constraints:      29861
379.55/380.66	c #Conflicts:     585000 | #Constraints:      30861
379.55/380.66	c #Conflicts:     586000 | #Constraints:      31861
379.55/380.66	c #Conflicts:     587000 | #Constraints:      32861
379.55/380.66	c #Conflicts:     588000 | #Constraints:      33861
379.55/380.66	c #Conflicts:     589000 | #Constraints:      34861
379.55/380.66	c #Conflicts:     590000 | #Constraints:      35861
379.55/380.66	c #Conflicts:     591000 | #Constraints:      36861
379.55/380.66	c INPROCESSING
379.55/380.66	c GARBAGE COLLECT
379.55/380.66	c rational objective 998
391.93/393.09	c #Conflicts:     592000 | #Constraints:      22635
391.93/393.09	c #Conflicts:     593000 | #Constraints:      23666
391.93/393.09	c #Conflicts:     594000 | #Constraints:      24718
391.93/393.09	c #Conflicts:     595000 | #Constraints:      25782
391.93/393.09	c #Conflicts:     596000 | #Constraints:      26842
391.93/393.09	c #Conflicts:     597000 | #Constraints:      27879
391.93/393.09	c #Conflicts:     598000 | #Constraints:      28910
391.93/393.09	c #Conflicts:     599000 | #Constraints:      29954
391.93/393.09	c #Conflicts:     600000 | #Constraints:      31006
391.93/393.09	c #Conflicts:     601000 | #Constraints:      32059
391.93/393.09	c #Conflicts:     602000 | #Constraints:      33102
391.93/393.09	c #Conflicts:     603000 | #Constraints:      34151
391.93/393.09	c #Conflicts:     604000 | #Constraints:      35193
391.93/393.09	c #Conflicts:     605000 | #Constraints:      36225
391.93/393.09	c #Conflicts:     606000 | #Constraints:      37263
391.93/393.09	c #Conflicts:     607000 | #Constraints:      38293
391.93/393.09	c INPROCESSING
391.93/393.09	c GARBAGE COLLECT
391.93/393.09	c rational objective 998
403.19/404.36	c #Conflicts:     608000 | #Constraints:      23433
403.19/404.36	c #Conflicts:     609000 | #Constraints:      24433
403.19/404.36	c #Conflicts:     610000 | #Constraints:      25433
403.19/404.36	c #Conflicts:     611000 | #Constraints:      26433
403.19/404.36	c #Conflicts:     612000 | #Constraints:      27433
403.19/404.36	c #Conflicts:     613000 | #Constraints:      28433
403.19/404.36	c #Conflicts:     614000 | #Constraints:      29433
403.19/404.36	c #Conflicts:     615000 | #Constraints:      30433
403.19/404.36	c #Conflicts:     616000 | #Constraints:      31433
403.19/404.36	c #Conflicts:     617000 | #Constraints:      32433
403.19/404.36	c #Conflicts:     618000 | #Constraints:      33433
403.19/404.36	c #Conflicts:     619000 | #Constraints:      34433
403.19/404.36	c #Conflicts:     620000 | #Constraints:      35433
403.19/404.36	c #Conflicts:     621000 | #Constraints:      36433
403.19/404.36	c #Conflicts:     622000 | #Constraints:      37433
403.19/404.36	c #Conflicts:     623000 | #Constraints:      38433
403.19/404.36	c INPROCESSING
403.19/404.36	c GARBAGE COLLECT
403.19/404.36	c rational objective 998
413.76/414.90	c #Conflicts:     624000 | #Constraints:      23689
413.76/414.90	c #Conflicts:     625000 | #Constraints:      24689
413.76/414.90	c #Conflicts:     626000 | #Constraints:      25689
413.76/414.90	c #Conflicts:     627000 | #Constraints:      26689
413.76/414.90	c #Conflicts:     628000 | #Constraints:      27689
413.76/414.90	c #Conflicts:     629000 | #Constraints:      28689
413.76/414.90	c #Conflicts:     630000 | #Constraints:      29689
413.76/414.90	c #Conflicts:     631000 | #Constraints:      30689
413.76/414.90	c #Conflicts:     632000 | #Constraints:      31689
413.76/414.90	c #Conflicts:     633000 | #Constraints:      32689
413.76/414.90	c #Conflicts:     634000 | #Constraints:      33689
413.76/414.90	c #Conflicts:     635000 | #Constraints:      34689
413.76/414.90	c #Conflicts:     636000 | #Constraints:      35689
413.76/414.90	c #Conflicts:     637000 | #Constraints:      36689
413.76/414.90	c #Conflicts:     638000 | #Constraints:      37689
413.76/414.90	c #Conflicts:     639000 | #Constraints:      38689
413.76/414.90	c INPROCESSING
413.76/414.90	c GARBAGE COLLECT
413.76/414.90	c rational objective 998
429.42/430.62	c #Conflicts:     640000 | #Constraints:      23822
429.42/430.62	c #Conflicts:     641000 | #Constraints:      24822
429.42/430.62	c #Conflicts:     642000 | #Constraints:      25859
429.42/430.62	c #Conflicts:     643000 | #Constraints:      26933
429.42/430.62	c #Conflicts:     644000 | #Constraints:      27996
429.42/430.62	c #Conflicts:     645000 | #Constraints:      29045
429.42/430.62	c #Conflicts:     646000 | #Constraints:      30086
429.42/430.62	c #Conflicts:     647000 | #Constraints:      31123
429.42/430.62	c #Conflicts:     648000 | #Constraints:      32176
429.42/430.62	c #Conflicts:     649000 | #Constraints:      33215
429.42/430.62	c #Conflicts:     650000 | #Constraints:      34260
429.42/430.62	c #Conflicts:     651000 | #Constraints:      35304
429.42/430.62	c #Conflicts:     652000 | #Constraints:      36345
429.42/430.62	c #Conflicts:     653000 | #Constraints:      37377
429.42/430.62	c #Conflicts:     654000 | #Constraints:      38425
429.42/430.62	c #Conflicts:     655000 | #Constraints:      39461
429.42/430.62	c INPROCESSING
429.42/430.62	c GARBAGE COLLECT
429.42/430.62	c rational objective 998
440.59/441.83	c #Conflicts:     656000 | #Constraints:      24031
440.59/441.83	c #Conflicts:     657000 | #Constraints:      25031
440.59/441.83	c #Conflicts:     658000 | #Constraints:      26031
440.59/441.83	c #Conflicts:     659000 | #Constraints:      27031
440.59/441.83	c #Conflicts:     660000 | #Constraints:      28031
440.59/441.83	c #Conflicts:     661000 | #Constraints:      29031
440.59/441.83	c #Conflicts:     662000 | #Constraints:      30031
440.59/441.83	c #Conflicts:     663000 | #Constraints:      31031
440.59/441.83	c #Conflicts:     664000 | #Constraints:      32031
440.59/441.83	c #Conflicts:     665000 | #Constraints:      33031
440.59/441.83	c #Conflicts:     666000 | #Constraints:      34031
440.59/441.83	c #Conflicts:     667000 | #Constraints:      35031
440.59/441.83	c #Conflicts:     668000 | #Constraints:      36031
440.59/441.83	c #Conflicts:     669000 | #Constraints:      37031
440.59/441.83	c #Conflicts:     670000 | #Constraints:      38031
440.59/441.83	c #Conflicts:     671000 | #Constraints:      39031
440.59/441.83	c INPROCESSING
440.59/441.83	c GARBAGE COLLECT
440.59/441.83	c rational objective 998
451.55/452.85	c #Conflicts:     672000 | #Constraints:      23709
451.55/452.85	c #Conflicts:     673000 | #Constraints:      24709
451.55/452.85	c #Conflicts:     674000 | #Constraints:      25709
451.55/452.85	c #Conflicts:     675000 | #Constraints:      26709
451.55/452.85	c #Conflicts:     676000 | #Constraints:      27709
451.55/452.85	c #Conflicts:     677000 | #Constraints:      28709
451.55/452.85	c #Conflicts:     678000 | #Constraints:      29709
451.55/452.85	c #Conflicts:     679000 | #Constraints:      30709
451.55/452.85	c #Conflicts:     680000 | #Constraints:      31709
451.55/452.85	c #Conflicts:     681000 | #Constraints:      32709
451.55/452.85	c #Conflicts:     682000 | #Constraints:      33709
451.55/452.85	c #Conflicts:     683000 | #Constraints:      34709
451.55/452.85	c #Conflicts:     684000 | #Constraints:      35709
451.55/452.85	c #Conflicts:     685000 | #Constraints:      36709
451.55/452.85	c #Conflicts:     686000 | #Constraints:      37709
451.55/452.85	c #Conflicts:     687000 | #Constraints:      38709
451.55/452.85	c #Conflicts:     688000 | #Constraints:      39709
451.55/452.85	c INPROCESSING
451.55/452.85	c GARBAGE COLLECT
451.55/452.85	c rational objective 998
466.72/468.08	c #Conflicts:     689000 | #Constraints:      24232
466.72/468.08	c #Conflicts:     690000 | #Constraints:      25281
466.72/468.08	c #Conflicts:     691000 | #Constraints:      26340
466.72/468.08	c #Conflicts:     692000 | #Constraints:      27418
466.72/468.08	c #Conflicts:     693000 | #Constraints:      28497
466.72/468.08	c #Conflicts:     694000 | #Constraints:      29544
466.72/468.08	c #Conflicts:     695000 | #Constraints:      30573
466.72/468.08	c #Conflicts:     696000 | #Constraints:      31614
466.72/468.08	c #Conflicts:     697000 | #Constraints:      32648
466.72/468.08	c #Conflicts:     698000 | #Constraints:      33698
466.72/468.08	c #Conflicts:     699000 | #Constraints:      34739
466.72/468.08	c #Conflicts:     700000 | #Constraints:      35780
466.72/468.08	c #Conflicts:     701000 | #Constraints:      36808
466.72/468.08	c #Conflicts:     702000 | #Constraints:      37847
466.72/468.08	c #Conflicts:     703000 | #Constraints:      38895
466.72/468.08	c #Conflicts:     704000 | #Constraints:      39934
466.72/468.08	c #Conflicts:     705000 | #Constraints:      40981
466.72/468.08	c INPROCESSING
466.72/468.08	c GARBAGE COLLECT
466.72/468.08	c rational objective 998
479.58/480.97	c #Conflicts:     706000 | #Constraints:      24853
479.58/480.97	c #Conflicts:     707000 | #Constraints:      25853
479.58/480.97	c #Conflicts:     708000 | #Constraints:      26853
479.58/480.97	c #Conflicts:     709000 | #Constraints:      27853
479.58/480.97	c #Conflicts:     710000 | #Constraints:      28853
479.58/480.97	c #Conflicts:     711000 | #Constraints:      29853
479.58/480.97	c #Conflicts:     712000 | #Constraints:      30853
479.58/480.97	c #Conflicts:     713000 | #Constraints:      31853
479.58/480.97	c #Conflicts:     714000 | #Constraints:      32853
479.58/480.97	c #Conflicts:     715000 | #Constraints:      33853
479.58/480.97	c #Conflicts:     716000 | #Constraints:      34853
479.58/480.97	c #Conflicts:     717000 | #Constraints:      35853
479.58/480.97	c #Conflicts:     718000 | #Constraints:      36853
479.58/480.97	c #Conflicts:     719000 | #Constraints:      37853
479.58/480.97	c #Conflicts:     720000 | #Constraints:      38853
479.58/480.97	c #Conflicts:     721000 | #Constraints:      39853
479.58/480.97	c #Conflicts:     722000 | #Constraints:      40853
479.58/480.97	c INPROCESSING
479.58/480.97	c GARBAGE COLLECT
479.58/480.97	c rational objective 998
491.25/492.61	c #Conflicts:     723000 | #Constraints:      24889
491.25/492.61	c #Conflicts:     724000 | #Constraints:      25889
491.25/492.61	c #Conflicts:     725000 | #Constraints:      26889
491.25/492.61	c #Conflicts:     726000 | #Constraints:      27889
491.25/492.61	c #Conflicts:     727000 | #Constraints:      28889
491.25/492.61	c #Conflicts:     728000 | #Constraints:      29889
491.25/492.61	c #Conflicts:     729000 | #Constraints:      30889
491.25/492.61	c #Conflicts:     730000 | #Constraints:      31889
491.25/492.61	c #Conflicts:     731000 | #Constraints:      32889
491.25/492.61	c #Conflicts:     732000 | #Constraints:      33889
491.25/492.61	c #Conflicts:     733000 | #Constraints:      34889
491.25/492.61	c #Conflicts:     734000 | #Constraints:      35889
491.25/492.61	c #Conflicts:     735000 | #Constraints:      36889
491.25/492.61	c #Conflicts:     736000 | #Constraints:      37889
491.25/492.61	c #Conflicts:     737000 | #Constraints:      38889
491.25/492.61	c #Conflicts:     738000 | #Constraints:      39889
491.25/492.61	c #Conflicts:     739000 | #Constraints:      40889
491.25/492.61	c INPROCESSING
491.25/492.61	c GARBAGE COLLECT
491.25/492.61	c rational objective 998
506.41/507.89	c #Conflicts:     740000 | #Constraints:      24817
506.41/507.89	c #Conflicts:     741000 | #Constraints:      25837
506.41/507.89	c #Conflicts:     742000 | #Constraints:      26866
506.41/507.89	c #Conflicts:     743000 | #Constraints:      27911
506.41/507.89	c #Conflicts:     744000 | #Constraints:      28930
506.41/507.89	c #Conflicts:     745000 | #Constraints:      29963
506.41/507.89	c #Conflicts:     746000 | #Constraints:      30983
506.41/507.89	c #Conflicts:     747000 | #Constraints:      32004
506.41/507.89	c #Conflicts:     748000 | #Constraints:      33037
506.41/507.89	c #Conflicts:     749000 | #Constraints:      34082
506.41/507.89	c #Conflicts:     750000 | #Constraints:      35114
506.41/507.89	c #Conflicts:     751000 | #Constraints:      36148
506.41/507.89	c #Conflicts:     752000 | #Constraints:      37197
506.41/507.89	c #Conflicts:     753000 | #Constraints:      38229
506.41/507.89	c #Conflicts:     754000 | #Constraints:      39258
506.41/507.89	c #Conflicts:     755000 | #Constraints:      40293
506.41/507.89	c bounds 1035 >= 998 @ 500.356
509.50/510.97	c #Conflicts:     756000 | #Constraints:      41311
509.50/510.97	c INPROCESSING
509.50/510.97	c GARBAGE COLLECT
509.50/510.97	c rational objective 998
521.07/522.53	c #Conflicts:     757000 | #Constraints:      24810
521.07/522.53	c #Conflicts:     758000 | #Constraints:      25810
521.07/522.53	c #Conflicts:     759000 | #Constraints:      26810
521.07/522.53	c #Conflicts:     760000 | #Constraints:      27810
521.07/522.53	c #Conflicts:     761000 | #Constraints:      28810
521.07/522.53	c #Conflicts:     762000 | #Constraints:      29810
521.07/522.53	c #Conflicts:     763000 | #Constraints:      30810
521.07/522.53	c #Conflicts:     764000 | #Constraints:      31810
521.07/522.53	c #Conflicts:     765000 | #Constraints:      32810
521.07/522.53	c #Conflicts:     766000 | #Constraints:      33810
521.07/522.53	c #Conflicts:     767000 | #Constraints:      34810
521.07/522.53	c #Conflicts:     768000 | #Constraints:      35810
521.07/522.53	c #Conflicts:     769000 | #Constraints:      36810
521.07/522.53	c #Conflicts:     770000 | #Constraints:      37811
521.07/522.53	c #Conflicts:     771000 | #Constraints:      38811
521.07/522.53	c #Conflicts:     772000 | #Constraints:      39811
521.07/522.53	c #Conflicts:     773000 | #Constraints:      40811
521.07/522.53	c #Conflicts:     774000 | #Constraints:      41811
521.07/522.53	c INPROCESSING
521.07/522.53	c GARBAGE COLLECT
521.07/522.53	c rational objective 998
533.23/534.78	c #Conflicts:     775000 | #Constraints:      25288
533.23/534.78	c #Conflicts:     776000 | #Constraints:      26288
533.23/534.78	c #Conflicts:     777000 | #Constraints:      27288
533.23/534.78	c #Conflicts:     778000 | #Constraints:      28288
533.23/534.78	c #Conflicts:     779000 | #Constraints:      29288
533.23/534.78	c #Conflicts:     780000 | #Constraints:      30288
533.23/534.78	c #Conflicts:     781000 | #Constraints:      31288
533.23/534.78	c #Conflicts:     782000 | #Constraints:      32288
533.23/534.78	c #Conflicts:     783000 | #Constraints:      33288
533.23/534.78	c #Conflicts:     784000 | #Constraints:      34288
533.23/534.78	c #Conflicts:     785000 | #Constraints:      35288
533.23/534.78	c #Conflicts:     786000 | #Constraints:      36288
533.23/534.78	c #Conflicts:     787000 | #Constraints:      37288
533.23/534.78	c #Conflicts:     788000 | #Constraints:      38288
533.23/534.78	c #Conflicts:     789000 | #Constraints:      39288
533.23/534.78	c #Conflicts:     790000 | #Constraints:      40288
533.23/534.78	c #Conflicts:     791000 | #Constraints:      41288
533.23/534.78	c #Conflicts:     792000 | #Constraints:      42288
533.23/534.78	c INPROCESSING
533.23/534.78	c GARBAGE COLLECT
533.23/534.78	c rational objective 998
547.80/549.36	c #Conflicts:     793000 | #Constraints:      25556
547.80/549.36	c #Conflicts:     794000 | #Constraints:      26563
547.80/549.36	c #Conflicts:     795000 | #Constraints:      27631
547.80/549.36	c #Conflicts:     796000 | #Constraints:      28671
547.80/549.36	c #Conflicts:     797000 | #Constraints:      29712
547.80/549.36	c #Conflicts:     798000 | #Constraints:      30744
547.80/549.36	c #Conflicts:     799000 | #Constraints:      31785
547.80/549.36	c #Conflicts:     800000 | #Constraints:      32811
547.80/549.36	c #Conflicts:     801000 | #Constraints:      33851
547.80/549.36	c #Conflicts:     802000 | #Constraints:      34886
547.80/549.36	c #Conflicts:     803000 | #Constraints:      35921
547.80/549.36	c #Conflicts:     804000 | #Constraints:      36948
547.80/549.36	c #Conflicts:     805000 | #Constraints:      37984
547.80/549.36	c #Conflicts:     806000 | #Constraints:      39014
547.80/549.36	c #Conflicts:     807000 | #Constraints:      40041
547.80/549.36	c #Conflicts:     808000 | #Constraints:      41066
547.80/549.36	c #Conflicts:     809000 | #Constraints:      42115
547.80/549.36	c #Conflicts:     810000 | #Constraints:      43148
547.80/549.36	c INPROCESSING
547.80/549.36	c GARBAGE COLLECT
547.80/549.36	c rational objective 998
561.26/562.86	c #Conflicts:     811000 | #Constraints:      25976
561.26/562.86	c #Conflicts:     812000 | #Constraints:      26976
561.26/562.86	c #Conflicts:     813000 | #Constraints:      27976
561.26/562.86	c #Conflicts:     814000 | #Constraints:      28976
561.26/562.86	c #Conflicts:     815000 | #Constraints:      29976
561.26/562.86	c #Conflicts:     816000 | #Constraints:      30976
561.26/562.86	c #Conflicts:     817000 | #Constraints:      31976
561.26/562.86	c #Conflicts:     818000 | #Constraints:      32976
561.26/562.86	c #Conflicts:     819000 | #Constraints:      33976
561.26/562.86	c #Conflicts:     820000 | #Constraints:      34976
561.26/562.86	c #Conflicts:     821000 | #Constraints:      35976
561.26/562.86	c #Conflicts:     822000 | #Constraints:      36977
561.26/562.86	c #Conflicts:     823000 | #Constraints:      37977
561.26/562.86	c #Conflicts:     824000 | #Constraints:      38978
561.26/562.86	c #Conflicts:     825000 | #Constraints:      39978
561.26/562.86	c #Conflicts:     826000 | #Constraints:      40978
561.26/562.86	c #Conflicts:     827000 | #Constraints:      41979
561.26/562.86	c #Conflicts:     828000 | #Constraints:      42979
561.26/562.86	c INPROCESSING
561.26/562.86	c GARBAGE COLLECT
561.26/562.86	c rational objective 998
575.03/576.62	c #Conflicts:     829000 | #Constraints:      25878
575.03/576.62	c #Conflicts:     830000 | #Constraints:      26901
575.03/576.62	c #Conflicts:     831000 | #Constraints:      27986
575.03/576.62	c #Conflicts:     832000 | #Constraints:      29068
575.03/576.62	c #Conflicts:     833000 | #Constraints:      30126
575.03/576.62	c #Conflicts:     834000 | #Constraints:      31190
575.03/576.62	c #Conflicts:     835000 | #Constraints:      32240
575.03/576.62	c #Conflicts:     836000 | #Constraints:      33294
575.03/576.62	c #Conflicts:     837000 | #Constraints:      34330
575.03/576.62	c #Conflicts:     838000 | #Constraints:      35377
575.03/576.62	c #Conflicts:     839000 | #Constraints:      36413
575.03/576.62	c #Conflicts:     840000 | #Constraints:      37439
575.03/576.62	c #Conflicts:     841000 | #Constraints:      38467
575.03/576.62	c #Conflicts:     842000 | #Constraints:      39500
575.03/576.62	c #Conflicts:     843000 | #Constraints:      40527
575.03/576.62	c #Conflicts:     844000 | #Constraints:      41564
575.03/576.62	c #Conflicts:     845000 | #Constraints:      42590
575.03/576.62	c #Conflicts:     846000 | #Constraints:      43618
575.03/576.62	c INPROCESSING
575.03/576.62	c GARBAGE COLLECT
575.03/576.62	c rational objective 998
589.40/591.09	c #Conflicts:     847000 | #Constraints:      25921
589.40/591.09	c #Conflicts:     848000 | #Constraints:      26921
589.40/591.09	c #Conflicts:     849000 | #Constraints:      27921
589.40/591.09	c #Conflicts:     850000 | #Constraints:      28921
589.40/591.09	c #Conflicts:     851000 | #Constraints:      29921
589.40/591.09	c #Conflicts:     852000 | #Constraints:      30921
589.40/591.09	c #Conflicts:     853000 | #Constraints:      31921
589.40/591.09	c #Conflicts:     854000 | #Constraints:      32921
589.40/591.09	c #Conflicts:     855000 | #Constraints:      33921
589.40/591.09	c #Conflicts:     856000 | #Constraints:      34921
589.40/591.09	c #Conflicts:     857000 | #Constraints:      35921
589.40/591.09	c #Conflicts:     858000 | #Constraints:      36921
589.40/591.09	c #Conflicts:     859000 | #Constraints:      37921
589.40/591.09	c #Conflicts:     860000 | #Constraints:      38921
589.40/591.09	c #Conflicts:     861000 | #Constraints:      39921
589.40/591.09	c #Conflicts:     862000 | #Constraints:      40921
589.40/591.09	c #Conflicts:     863000 | #Constraints:      41921
589.40/591.09	c #Conflicts:     864000 | #Constraints:      42921
589.40/591.09	c #Conflicts:     865000 | #Constraints:      43921
589.40/591.09	c INPROCESSING
589.40/591.09	c GARBAGE COLLECT
589.40/591.09	c rational objective 998
602.66/604.30	c #Conflicts:     866000 | #Constraints:      26332
602.66/604.30	c #Conflicts:     867000 | #Constraints:      27332
602.66/604.30	c #Conflicts:     868000 | #Constraints:      28332
602.66/604.30	c #Conflicts:     869000 | #Constraints:      29332
602.66/604.30	c #Conflicts:     870000 | #Constraints:      30332
602.66/604.30	c #Conflicts:     871000 | #Constraints:      31332
602.66/604.30	c #Conflicts:     872000 | #Constraints:      32332
602.66/604.30	c #Conflicts:     873000 | #Constraints:      33332
602.66/604.30	c #Conflicts:     874000 | #Constraints:      34332
602.66/604.30	c #Conflicts:     875000 | #Constraints:      35332
602.66/604.30	c #Conflicts:     876000 | #Constraints:      36332
602.66/604.30	c #Conflicts:     877000 | #Constraints:      37332
602.66/604.30	c #Conflicts:     878000 | #Constraints:      38332
602.66/604.30	c #Conflicts:     879000 | #Constraints:      39332
602.66/604.30	c #Conflicts:     880000 | #Constraints:      40332
602.66/604.30	c #Conflicts:     881000 | #Constraints:      41332
602.66/604.30	c #Conflicts:     882000 | #Constraints:      42332
602.66/604.30	c #Conflicts:     883000 | #Constraints:      43332
602.66/604.30	c #Conflicts:     884000 | #Constraints:      44332
602.66/604.30	c INPROCESSING
602.66/604.30	c GARBAGE COLLECT
602.66/604.30	c rational objective 998
623.81/625.53	c #Conflicts:     885000 | #Constraints:      26650
623.81/625.53	c #Conflicts:     886000 | #Constraints:      27720
623.81/625.53	c #Conflicts:     887000 | #Constraints:      28786
623.81/625.53	c #Conflicts:     888000 | #Constraints:      29843
623.81/625.53	c #Conflicts:     889000 | #Constraints:      30891
623.81/625.53	c #Conflicts:     890000 | #Constraints:      31950
623.81/625.53	c #Conflicts:     891000 | #Constraints:      33000
623.81/625.53	c #Conflicts:     892000 | #Constraints:      34053
623.81/625.53	c #Conflicts:     893000 | #Constraints:      35090
623.81/625.53	c #Conflicts:     894000 | #Constraints:      36128
623.81/625.53	c #Conflicts:     895000 | #Constraints:      37165
623.81/625.53	c #Conflicts:     896000 | #Constraints:      38210
623.81/625.53	c #Conflicts:     897000 | #Constraints:      39248
623.81/625.53	c #Conflicts:     898000 | #Constraints:      40288
623.81/625.53	c #Conflicts:     899000 | #Constraints:      41312
623.81/625.53	c #Conflicts:     900000 | #Constraints:      42341
623.81/625.53	c #Conflicts:     901000 | #Constraints:      43368
623.81/625.53	c #Conflicts:     902000 | #Constraints:      44398
623.81/625.53	c #Conflicts:     903000 | #Constraints:      45439
623.81/625.53	c INPROCESSING
623.81/625.53	c GARBAGE COLLECT
623.81/625.53	c rational objective 998
638.37/640.16	c #Conflicts:     904000 | #Constraints:      27092
638.37/640.16	c #Conflicts:     905000 | #Constraints:      28092
638.37/640.16	c #Conflicts:     906000 | #Constraints:      29092
638.37/640.16	c #Conflicts:     907000 | #Constraints:      30092
638.37/640.16	c #Conflicts:     908000 | #Constraints:      31092
638.37/640.16	c #Conflicts:     909000 | #Constraints:      32092
638.37/640.16	c #Conflicts:     910000 | #Constraints:      33092
638.37/640.16	c #Conflicts:     911000 | #Constraints:      34092
638.37/640.16	c #Conflicts:     912000 | #Constraints:      35092
638.37/640.16	c #Conflicts:     913000 | #Constraints:      36092
638.37/640.16	c #Conflicts:     914000 | #Constraints:      37092
638.37/640.16	c #Conflicts:     915000 | #Constraints:      38092
638.37/640.16	c #Conflicts:     916000 | #Constraints:      39092
638.37/640.16	c #Conflicts:     917000 | #Constraints:      40092
638.37/640.16	c #Conflicts:     918000 | #Constraints:      41092
638.37/640.16	c #Conflicts:     919000 | #Constraints:      42092
638.37/640.16	c #Conflicts:     920000 | #Constraints:      43092
638.37/640.16	c #Conflicts:     921000 | #Constraints:      44092
638.37/640.16	c #Conflicts:     922000 | #Constraints:      45092
638.37/640.16	c INPROCESSING
638.37/640.16	c GARBAGE COLLECT
638.37/640.16	c rational objective 998
652.34/654.17	c #Conflicts:     923000 | #Constraints:      26916
652.34/654.17	c #Conflicts:     924000 | #Constraints:      27916
652.34/654.17	c #Conflicts:     925000 | #Constraints:      28916
652.34/654.17	c #Conflicts:     926000 | #Constraints:      29916
652.34/654.17	c #Conflicts:     927000 | #Constraints:      30916
652.34/654.17	c #Conflicts:     928000 | #Constraints:      31916
652.34/654.17	c #Conflicts:     929000 | #Constraints:      32916
652.34/654.17	c #Conflicts:     930000 | #Constraints:      33916
652.34/654.17	c #Conflicts:     931000 | #Constraints:      34916
652.34/654.17	c #Conflicts:     932000 | #Constraints:      35916
652.34/654.17	c #Conflicts:     933000 | #Constraints:      36916
652.34/654.17	c #Conflicts:     934000 | #Constraints:      37916
652.34/654.17	c #Conflicts:     935000 | #Constraints:      38916
652.34/654.17	c #Conflicts:     936000 | #Constraints:      39916
652.34/654.17	c #Conflicts:     937000 | #Constraints:      40916
652.34/654.17	c #Conflicts:     938000 | #Constraints:      41916
652.34/654.17	c #Conflicts:     939000 | #Constraints:      42916
652.34/654.17	c #Conflicts:     940000 | #Constraints:      43916
652.34/654.17	c #Conflicts:     941000 | #Constraints:      44916
652.34/654.17	c INPROCESSING
652.34/654.17	c GARBAGE COLLECT
652.34/654.17	c rational objective 998
667.60/669.49	c #Conflicts:     942000 | #Constraints:      26649
667.60/669.49	c #Conflicts:     943000 | #Constraints:      27649
667.60/669.49	c #Conflicts:     944000 | #Constraints:      28649
667.60/669.49	c #Conflicts:     945000 | #Constraints:      29649
667.60/669.49	c #Conflicts:     946000 | #Constraints:      30649
667.60/669.49	c #Conflicts:     947000 | #Constraints:      31649
667.60/669.49	c #Conflicts:     948000 | #Constraints:      32649
667.60/669.49	c #Conflicts:     949000 | #Constraints:      33649
667.60/669.49	c #Conflicts:     950000 | #Constraints:      34649
667.60/669.49	c #Conflicts:     951000 | #Constraints:      35649
667.60/669.49	c #Conflicts:     952000 | #Constraints:      36649
667.60/669.49	c #Conflicts:     953000 | #Constraints:      37649
667.60/669.49	c #Conflicts:     954000 | #Constraints:      38649
667.60/669.49	c #Conflicts:     955000 | #Constraints:      39649
667.60/669.49	c #Conflicts:     956000 | #Constraints:      40649
667.60/669.49	c #Conflicts:     957000 | #Constraints:      41649
667.60/669.49	c #Conflicts:     958000 | #Constraints:      42649
667.60/669.49	c #Conflicts:     959000 | #Constraints:      43649
667.60/669.49	c #Conflicts:     960000 | #Constraints:      44649
667.60/669.49	c #Conflicts:     961000 | #Constraints:      45649
667.60/669.49	c INPROCESSING
667.60/669.49	c GARBAGE COLLECT
667.60/669.49	c rational objective 998
700.41/702.37	c #Conflicts:     962000 | #Constraints:      27218
700.41/702.37	c #Conflicts:     963000 | #Constraints:      28227
700.41/702.37	c #Conflicts:     964000 | #Constraints:      29284
700.41/702.37	c #Conflicts:     965000 | #Constraints:      30333
700.41/702.37	c #Conflicts:     966000 | #Constraints:      31371
700.41/702.37	c #Conflicts:     967000 | #Constraints:      32389
700.41/702.37	c #Conflicts:     968000 | #Constraints:      33403
700.41/702.37	c #Conflicts:     969000 | #Constraints:      34424
700.41/702.37	c #Conflicts:     970000 | #Constraints:      35455
700.41/702.37	c #Conflicts:     971000 | #Constraints:      36477
700.41/702.37	c #Conflicts:     972000 | #Constraints:      37493
700.41/702.37	c #Conflicts:     973000 | #Constraints:      38507
700.41/702.37	c #Conflicts:     974000 | #Constraints:      39529
700.41/702.37	c #Conflicts:     975000 | #Constraints:      40548
700.41/702.37	c #Conflicts:     976000 | #Constraints:      41574
700.41/702.37	c #Conflicts:     977000 | #Constraints:      42599
700.41/702.37	c #Conflicts:     978000 | #Constraints:      43619
700.41/702.37	c #Conflicts:     979000 | #Constraints:      44627
700.41/702.37	c #Conflicts:     980000 | #Constraints:      45645
700.41/702.37	c #Conflicts:     981000 | #Constraints:      46682
700.41/702.37	c INPROCESSING
700.41/702.37	c GARBAGE COLLECT
700.41/702.37	c rational objective 998
716.08/718.08	c #Conflicts:     982000 | #Constraints:      27752
716.08/718.08	c #Conflicts:     983000 | #Constraints:      28752
716.08/718.08	c #Conflicts:     984000 | #Constraints:      29752
716.08/718.08	c #Conflicts:     985000 | #Constraints:      30752
716.08/718.08	c #Conflicts:     986000 | #Constraints:      31752
716.08/718.08	c #Conflicts:     987000 | #Constraints:      32752
716.08/718.08	c #Conflicts:     988000 | #Constraints:      33752
716.08/718.08	c #Conflicts:     989000 | #Constraints:      34752
716.08/718.08	c #Conflicts:     990000 | #Constraints:      35752
716.08/718.08	c #Conflicts:     991000 | #Constraints:      36752
716.08/718.08	c #Conflicts:     992000 | #Constraints:      37752
716.08/718.08	c #Conflicts:     993000 | #Constraints:      38752
716.08/718.08	c #Conflicts:     994000 | #Constraints:      39752
716.08/718.08	c #Conflicts:     995000 | #Constraints:      40752
716.08/718.08	c #Conflicts:     996000 | #Constraints:      41752
716.08/718.08	c #Conflicts:     997000 | #Constraints:      42752
716.08/718.08	c #Conflicts:     998000 | #Constraints:      43752
716.08/718.08	c #Conflicts:     999000 | #Constraints:      44752
716.08/718.08	c #Conflicts:    1000000 | #Constraints:      45752
716.08/718.08	c #Conflicts:    1001000 | #Constraints:      46752
716.08/718.08	c INPROCESSING
716.08/718.08	c GARBAGE COLLECT
716.08/718.08	c rational objective 998
731.53/733.51	c #Conflicts:    1002000 | #Constraints:      27861
731.53/733.51	c #Conflicts:    1003000 | #Constraints:      28861
731.53/733.51	c #Conflicts:    1004000 | #Constraints:      29861
731.53/733.51	c #Conflicts:    1005000 | #Constraints:      30861
731.53/733.51	c #Conflicts:    1006000 | #Constraints:      31861
731.53/733.51	c #Conflicts:    1007000 | #Constraints:      32861
731.53/733.51	c #Conflicts:    1008000 | #Constraints:      33861
731.53/733.51	c #Conflicts:    1009000 | #Constraints:      34861
731.53/733.51	c #Conflicts:    1010000 | #Constraints:      35861
731.53/733.51	c #Conflicts:    1011000 | #Constraints:      36861
731.53/733.51	c #Conflicts:    1012000 | #Constraints:      37861
731.53/733.51	c #Conflicts:    1013000 | #Constraints:      38861
731.53/733.51	c #Conflicts:    1014000 | #Constraints:      39861
731.53/733.51	c #Conflicts:    1015000 | #Constraints:      40861
731.53/733.51	c #Conflicts:    1016000 | #Constraints:      41861
731.53/733.51	c #Conflicts:    1017000 | #Constraints:      42861
731.53/733.51	c #Conflicts:    1018000 | #Constraints:      43861
731.53/733.51	c #Conflicts:    1019000 | #Constraints:      44861
731.53/733.51	c #Conflicts:    1020000 | #Constraints:      45861
731.53/733.51	c #Conflicts:    1021000 | #Constraints:      46861
731.53/733.51	c INPROCESSING
731.53/733.51	c GARBAGE COLLECT
731.53/733.51	c rational objective 998
747.29/749.39	c #Conflicts:    1022000 | #Constraints:      27840
747.29/749.39	c #Conflicts:    1023000 | #Constraints:      28840
747.29/749.39	c #Conflicts:    1024000 | #Constraints:      29840
747.29/749.39	c #Conflicts:    1025000 | #Constraints:      30840
747.29/749.39	c #Conflicts:    1026000 | #Constraints:      31840
747.29/749.39	c #Conflicts:    1027000 | #Constraints:      32840
747.29/749.39	c #Conflicts:    1028000 | #Constraints:      33840
747.29/749.39	c #Conflicts:    1029000 | #Constraints:      34840
747.29/749.39	c #Conflicts:    1030000 | #Constraints:      35840
747.29/749.39	c #Conflicts:    1031000 | #Constraints:      36840
747.29/749.39	c #Conflicts:    1032000 | #Constraints:      37840
747.29/749.39	c #Conflicts:    1033000 | #Constraints:      38840
747.29/749.39	c #Conflicts:    1034000 | #Constraints:      39840
747.29/749.39	c #Conflicts:    1035000 | #Constraints:      40840
747.29/749.39	c #Conflicts:    1036000 | #Constraints:      41840
747.29/749.39	c #Conflicts:    1037000 | #Constraints:      42840
747.29/749.39	c #Conflicts:    1038000 | #Constraints:      43840
747.29/749.39	c #Conflicts:    1039000 | #Constraints:      44840
747.29/749.39	c #Conflicts:    1040000 | #Constraints:      45840
747.29/749.39	c #Conflicts:    1041000 | #Constraints:      46840
747.29/749.39	c INPROCESSING
747.29/749.39	c GARBAGE COLLECT
747.29/749.39	c rational objective 998
769.04/771.19	c #Conflicts:    1042000 | #Constraints:      27629
769.04/771.19	c #Conflicts:    1043000 | #Constraints:      28629
769.04/771.19	c #Conflicts:    1044000 | #Constraints:      29637
769.04/771.19	c #Conflicts:    1045000 | #Constraints:      30692
769.04/771.19	c #Conflicts:    1046000 | #Constraints:      31733
769.04/771.19	c #Conflicts:    1047000 | #Constraints:      32780
769.04/771.19	c #Conflicts:    1048000 | #Constraints:      33822
769.04/771.19	c #Conflicts:    1049000 | #Constraints:      34872
769.04/771.19	c #Conflicts:    1050000 | #Constraints:      35934
769.04/771.19	c #Conflicts:    1051000 | #Constraints:      36970
769.04/771.19	c #Conflicts:    1052000 | #Constraints:      37999
769.04/771.19	c #Conflicts:    1053000 | #Constraints:      39032
769.04/771.19	c #Conflicts:    1054000 | #Constraints:      40057
769.04/771.19	c #Conflicts:    1055000 | #Constraints:      41087
769.04/771.19	c #Conflicts:    1056000 | #Constraints:      42120
769.04/771.19	c #Conflicts:    1057000 | #Constraints:      43134
769.04/771.19	c #Conflicts:    1058000 | #Constraints:      44150
769.04/771.19	c #Conflicts:    1059000 | #Constraints:      45170
769.04/771.19	c #Conflicts:    1060000 | #Constraints:      46192
769.04/771.19	c #Conflicts:    1061000 | #Constraints:      47213
769.04/771.19	c #Conflicts:    1062000 | #Constraints:      48264
769.04/771.19	c INPROCESSING
769.04/771.19	c GARBAGE COLLECT
769.04/771.19	c rational objective 998
785.09/787.23	c #Conflicts:    1063000 | #Constraints:      28450
785.09/787.23	c #Conflicts:    1064000 | #Constraints:      29450
785.09/787.23	c #Conflicts:    1065000 | #Constraints:      30450
785.09/787.23	c #Conflicts:    1066000 | #Constraints:      31450
785.09/787.23	c #Conflicts:    1067000 | #Constraints:      32450
785.09/787.23	c #Conflicts:    1068000 | #Constraints:      33450
785.09/787.23	c #Conflicts:    1069000 | #Constraints:      34450
785.09/787.23	c #Conflicts:    1070000 | #Constraints:      35450
785.09/787.23	c #Conflicts:    1071000 | #Constraints:      36450
785.09/787.23	c #Conflicts:    1072000 | #Constraints:      37450
785.09/787.23	c #Conflicts:    1073000 | #Constraints:      38450
785.09/787.23	c #Conflicts:    1074000 | #Constraints:      39450
785.09/787.23	c #Conflicts:    1075000 | #Constraints:      40450
785.09/787.23	c #Conflicts:    1076000 | #Constraints:      41450
785.09/787.23	c #Conflicts:    1077000 | #Constraints:      42450
785.09/787.23	c #Conflicts:    1078000 | #Constraints:      43450
785.09/787.23	c #Conflicts:    1079000 | #Constraints:      44450
785.09/787.23	c #Conflicts:    1080000 | #Constraints:      45450
785.09/787.23	c #Conflicts:    1081000 | #Constraints:      46450
785.09/787.23	c #Conflicts:    1082000 | #Constraints:      47450
785.09/787.23	c #Conflicts:    1083000 | #Constraints:      48450
785.09/787.23	c INPROCESSING
785.09/787.23	c GARBAGE COLLECT
785.09/787.23	c rational objective 998
803.15/805.30	c #Conflicts:    1084000 | #Constraints:      28714
803.15/805.30	c #Conflicts:    1085000 | #Constraints:      29714
803.15/805.30	c #Conflicts:    1086000 | #Constraints:      30714
803.15/805.30	c #Conflicts:    1087000 | #Constraints:      31714
803.15/805.30	c #Conflicts:    1088000 | #Constraints:      32714
803.15/805.30	c #Conflicts:    1089000 | #Constraints:      33714
803.15/805.30	c #Conflicts:    1090000 | #Constraints:      34714
803.15/805.30	c #Conflicts:    1091000 | #Constraints:      35714
803.15/805.30	c #Conflicts:    1092000 | #Constraints:      36714
803.15/805.30	c #Conflicts:    1093000 | #Constraints:      37714
803.15/805.30	c #Conflicts:    1094000 | #Constraints:      38714
803.15/805.30	c #Conflicts:    1095000 | #Constraints:      39714
803.15/805.30	c #Conflicts:    1096000 | #Constraints:      40714
803.15/805.30	c #Conflicts:    1097000 | #Constraints:      41714
803.15/805.30	c #Conflicts:    1098000 | #Constraints:      42714
803.15/805.30	c #Conflicts:    1099000 | #Constraints:      43714
803.15/805.30	c #Conflicts:    1100000 | #Constraints:      44714
803.15/805.30	c #Conflicts:    1101000 | #Constraints:      45714
803.15/805.30	c #Conflicts:    1102000 | #Constraints:      46714
803.15/805.30	c #Conflicts:    1103000 | #Constraints:      47714
803.15/805.30	c #Conflicts:    1104000 | #Constraints:      48714
803.15/805.30	c INPROCESSING
803.15/805.30	c GARBAGE COLLECT
803.15/805.30	c rational objective 998
830.18/832.49	c #Conflicts:    1105000 | #Constraints:      28853
830.18/832.49	c #Conflicts:    1106000 | #Constraints:      29860
830.18/832.49	c #Conflicts:    1107000 | #Constraints:      30912
830.18/832.49	c #Conflicts:    1108000 | #Constraints:      31937
830.18/832.49	c #Conflicts:    1109000 | #Constraints:      32971
830.18/832.49	c #Conflicts:    1110000 | #Constraints:      34016
830.18/832.49	c #Conflicts:    1111000 | #Constraints:      35064
830.18/832.49	c #Conflicts:    1112000 | #Constraints:      36088
830.18/832.49	c #Conflicts:    1113000 | #Constraints:      37107
830.18/832.49	c #Conflicts:    1114000 | #Constraints:      38134
830.18/832.49	c #Conflicts:    1115000 | #Constraints:      39163
830.18/832.49	c #Conflicts:    1116000 | #Constraints:      40211
830.18/832.49	c #Conflicts:    1117000 | #Constraints:      41236
830.18/832.49	c #Conflicts:    1118000 | #Constraints:      42263
830.18/832.49	c #Conflicts:    1119000 | #Constraints:      43293
830.18/832.49	c #Conflicts:    1120000 | #Constraints:      44321
830.18/832.49	c #Conflicts:    1121000 | #Constraints:      45352
830.18/832.49	c #Conflicts:    1122000 | #Constraints:      46371
830.18/832.49	c #Conflicts:    1123000 | #Constraints:      47395
830.18/832.49	c #Conflicts:    1124000 | #Constraints:      48423
830.18/832.49	c #Conflicts:    1125000 | #Constraints:      49455
830.18/832.49	c INPROCESSING
830.18/832.49	c GARBAGE COLLECT
830.18/832.49	c rational objective 998
847.63/849.92	c #Conflicts:    1126000 | #Constraints:      29056
847.63/849.92	c #Conflicts:    1127000 | #Constraints:      30056
847.63/849.92	c #Conflicts:    1128000 | #Constraints:      31056
847.63/849.92	c #Conflicts:    1129000 | #Constraints:      32056
847.63/849.92	c #Conflicts:    1130000 | #Constraints:      33056
847.63/849.92	c #Conflicts:    1131000 | #Constraints:      34056
847.63/849.92	c #Conflicts:    1132000 | #Constraints:      35056
847.63/849.92	c #Conflicts:    1133000 | #Constraints:      36056
847.63/849.92	c #Conflicts:    1134000 | #Constraints:      37056
847.63/849.92	c #Conflicts:    1135000 | #Constraints:      38056
847.63/849.92	c #Conflicts:    1136000 | #Constraints:      39056
847.63/849.92	c #Conflicts:    1137000 | #Constraints:      40056
847.63/849.92	c #Conflicts:    1138000 | #Constraints:      41056
847.63/849.92	c #Conflicts:    1139000 | #Constraints:      42056
847.63/849.92	c #Conflicts:    1140000 | #Constraints:      43056
847.63/849.92	c #Conflicts:    1141000 | #Constraints:      44056
847.63/849.92	c #Conflicts:    1142000 | #Constraints:      45056
847.63/849.92	c #Conflicts:    1143000 | #Constraints:      46056
847.63/849.92	c #Conflicts:    1144000 | #Constraints:      47056
847.63/849.92	c #Conflicts:    1145000 | #Constraints:      48056
847.63/849.92	c #Conflicts:    1146000 | #Constraints:      49056
847.63/849.92	c INPROCESSING
847.63/849.92	c GARBAGE COLLECT
847.63/849.92	c rational objective 998
865.29/867.60	c #Conflicts:    1147000 | #Constraints:      28743
865.29/867.60	c #Conflicts:    1148000 | #Constraints:      29743
865.29/867.60	c #Conflicts:    1149000 | #Constraints:      30743
865.29/867.60	c #Conflicts:    1150000 | #Constraints:      31743
865.29/867.60	c #Conflicts:    1151000 | #Constraints:      32743
865.29/867.60	c #Conflicts:    1152000 | #Constraints:      33743
865.29/867.60	c #Conflicts:    1153000 | #Constraints:      34743
865.29/867.60	c #Conflicts:    1154000 | #Constraints:      35743
865.29/867.60	c #Conflicts:    1155000 | #Constraints:      36743
865.29/867.60	c #Conflicts:    1156000 | #Constraints:      37743
865.29/867.60	c #Conflicts:    1157000 | #Constraints:      38743
865.29/867.60	c #Conflicts:    1158000 | #Constraints:      39743
865.29/867.60	c #Conflicts:    1159000 | #Constraints:      40743
865.29/867.60	c #Conflicts:    1160000 | #Constraints:      41743
865.29/867.60	c #Conflicts:    1161000 | #Constraints:      42743
865.29/867.60	c #Conflicts:    1162000 | #Constraints:      43743
865.29/867.60	c #Conflicts:    1163000 | #Constraints:      44744
865.29/867.60	c #Conflicts:    1164000 | #Constraints:      45744
865.29/867.60	c #Conflicts:    1165000 | #Constraints:      46744
865.29/867.60	c #Conflicts:    1166000 | #Constraints:      47744
865.29/867.60	c #Conflicts:    1167000 | #Constraints:      48745
865.29/867.60	c #Conflicts:    1168000 | #Constraints:      49746
865.29/867.60	c INPROCESSING
865.29/867.60	c GARBAGE COLLECT
865.29/867.60	c rational objective 998
884.43/886.87	c #Conflicts:    1169000 | #Constraints:      29297
884.43/886.87	c #Conflicts:    1170000 | #Constraints:      30297
884.43/886.87	c #Conflicts:    1171000 | #Constraints:      31297
884.43/886.87	c #Conflicts:    1172000 | #Constraints:      32297
884.43/886.87	c #Conflicts:    1173000 | #Constraints:      33297
884.43/886.87	c #Conflicts:    1174000 | #Constraints:      34297
884.43/886.87	c #Conflicts:    1175000 | #Constraints:      35297
884.43/886.87	c #Conflicts:    1176000 | #Constraints:      36297
884.43/886.87	c #Conflicts:    1177000 | #Constraints:      37297
884.43/886.87	c #Conflicts:    1178000 | #Constraints:      38298
884.43/886.87	c #Conflicts:    1179000 | #Constraints:      39298
884.43/886.87	c #Conflicts:    1180000 | #Constraints:      40299
884.43/886.87	c #Conflicts:    1181000 | #Constraints:      41300
884.43/886.87	c #Conflicts:    1182000 | #Constraints:      42300
884.43/886.87	c #Conflicts:    1183000 | #Constraints:      43301
884.43/886.87	c #Conflicts:    1184000 | #Constraints:      44302
884.43/886.87	c #Conflicts:    1185000 | #Constraints:      45303
884.43/886.87	c #Conflicts:    1186000 | #Constraints:      46303
884.43/886.87	c #Conflicts:    1187000 | #Constraints:      47304
884.43/886.87	c #Conflicts:    1188000 | #Constraints:      48304
884.43/886.87	c #Conflicts:    1189000 | #Constraints:      49305
884.43/886.87	c #Conflicts:    1190000 | #Constraints:      50306
884.43/886.87	c INPROCESSING
884.43/886.87	c GARBAGE COLLECT
884.43/886.87	c rational objective 998
910.26/912.75	c #Conflicts:    1191000 | #Constraints:      29657
910.26/912.75	c #Conflicts:    1192000 | #Constraints:      30667
910.26/912.75	c #Conflicts:    1193000 | #Constraints:      31721
910.26/912.75	c #Conflicts:    1194000 | #Constraints:      32784
910.26/912.75	c #Conflicts:    1195000 | #Constraints:      33845
910.26/912.75	c #Conflicts:    1196000 | #Constraints:      34911
910.26/912.75	c #Conflicts:    1197000 | #Constraints:      35946
910.26/912.75	c #Conflicts:    1198000 | #Constraints:      36993
910.26/912.75	c #Conflicts:    1199000 | #Constraints:      38025
910.26/912.75	c #Conflicts:    1200000 | #Constraints:      39067
910.26/912.75	c #Conflicts:    1201000 | #Constraints:      40098
910.26/912.75	c #Conflicts:    1202000 | #Constraints:      41138
910.26/912.75	c #Conflicts:    1203000 | #Constraints:      42172
910.26/912.75	c #Conflicts:    1204000 | #Constraints:      43218
910.26/912.75	c #Conflicts:    1205000 | #Constraints:      44264
910.26/912.75	c #Conflicts:    1206000 | #Constraints:      45294
910.26/912.75	c #Conflicts:    1207000 | #Constraints:      46314
910.26/912.75	c #Conflicts:    1208000 | #Constraints:      47333
910.26/912.75	c #Conflicts:    1209000 | #Constraints:      48356
910.26/912.75	c #Conflicts:    1210000 | #Constraints:      49375
910.26/912.75	c #Conflicts:    1211000 | #Constraints:      50401
910.26/912.75	c #Conflicts:    1212000 | #Constraints:      51426
910.26/912.75	c INPROCESSING
910.26/912.75	c GARBAGE COLLECT
910.26/912.75	c rational objective 998
930.02/932.51	c #Conflicts:    1213000 | #Constraints:      30102
930.02/932.51	c #Conflicts:    1214000 | #Constraints:      31102
930.02/932.51	c #Conflicts:    1215000 | #Constraints:      32102
930.02/932.51	c #Conflicts:    1216000 | #Constraints:      33102
930.02/932.51	c #Conflicts:    1217000 | #Constraints:      34102
930.02/932.51	c #Conflicts:    1218000 | #Constraints:      35102
930.02/932.51	c #Conflicts:    1219000 | #Constraints:      36102
930.02/932.51	c #Conflicts:    1220000 | #Constraints:      37102
930.02/932.51	c #Conflicts:    1221000 | #Constraints:      38102
930.02/932.51	c #Conflicts:    1222000 | #Constraints:      39102
930.02/932.51	c #Conflicts:    1223000 | #Constraints:      40102
930.02/932.51	c #Conflicts:    1224000 | #Constraints:      41102
930.02/932.51	c #Conflicts:    1225000 | #Constraints:      42102
930.02/932.51	c #Conflicts:    1226000 | #Constraints:      43102
930.02/932.51	c #Conflicts:    1227000 | #Constraints:      44102
930.02/932.51	c #Conflicts:    1228000 | #Constraints:      45102
930.02/932.51	c #Conflicts:    1229000 | #Constraints:      46102
930.02/932.51	c #Conflicts:    1230000 | #Constraints:      47102
930.02/932.51	c #Conflicts:    1231000 | #Constraints:      48102
930.02/932.51	c #Conflicts:    1232000 | #Constraints:      49102
930.02/932.51	c #Conflicts:    1233000 | #Constraints:      50102
930.02/932.51	c #Conflicts:    1234000 | #Constraints:      51102
930.02/932.51	c INPROCESSING
930.02/932.51	c GARBAGE COLLECT
930.02/932.51	c rational objective 998
948.86/951.43	c #Conflicts:    1235000 | #Constraints:      29942
948.86/951.43	c #Conflicts:    1236000 | #Constraints:      30942
948.86/951.43	c #Conflicts:    1237000 | #Constraints:      31942
948.86/951.43	c #Conflicts:    1238000 | #Constraints:      32942
948.86/951.43	c #Conflicts:    1239000 | #Constraints:      33942
948.86/951.43	c #Conflicts:    1240000 | #Constraints:      34942
948.86/951.43	c #Conflicts:    1241000 | #Constraints:      35942
948.86/951.43	c #Conflicts:    1242000 | #Constraints:      36942
948.86/951.43	c #Conflicts:    1243000 | #Constraints:      37942
948.86/951.43	c #Conflicts:    1244000 | #Constraints:      38942
948.86/951.43	c #Conflicts:    1245000 | #Constraints:      39942
948.86/951.43	c #Conflicts:    1246000 | #Constraints:      40942
948.86/951.43	c #Conflicts:    1247000 | #Constraints:      41942
948.86/951.43	c #Conflicts:    1248000 | #Constraints:      42942
948.86/951.43	c #Conflicts:    1249000 | #Constraints:      43942
948.86/951.43	c #Conflicts:    1250000 | #Constraints:      44942
948.86/951.43	c #Conflicts:    1251000 | #Constraints:      45942
948.86/951.43	c #Conflicts:    1252000 | #Constraints:      46942
948.86/951.43	c #Conflicts:    1253000 | #Constraints:      47942
948.86/951.43	c #Conflicts:    1254000 | #Constraints:      48942
948.86/951.43	c #Conflicts:    1255000 | #Constraints:      49942
948.86/951.43	c #Conflicts:    1256000 | #Constraints:      50942
948.86/951.43	c INPROCESSING
948.86/951.43	c GARBAGE COLLECT
948.86/951.43	c rational objective 998
974.70/977.32	c #Conflicts:    1257000 | #Constraints:      29667
974.70/977.32	c #Conflicts:    1258000 | #Constraints:      30705
974.70/977.32	c #Conflicts:    1259000 | #Constraints:      31788
974.70/977.32	c #Conflicts:    1260000 | #Constraints:      32846
974.70/977.32	c #Conflicts:    1261000 | #Constraints:      33902
974.70/977.32	c #Conflicts:    1262000 | #Constraints:      34957
974.70/977.32	c #Conflicts:    1263000 | #Constraints:      36008
974.70/977.32	c #Conflicts:    1264000 | #Constraints:      37063
974.70/977.32	c #Conflicts:    1265000 | #Constraints:      38089
974.70/977.32	c #Conflicts:    1266000 | #Constraints:      39122
974.70/977.32	c #Conflicts:    1267000 | #Constraints:      40158
974.70/977.32	c #Conflicts:    1268000 | #Constraints:      41191
974.70/977.32	c #Conflicts:    1269000 | #Constraints:      42213
974.70/977.32	c #Conflicts:    1270000 | #Constraints:      43241
974.70/977.32	c #Conflicts:    1271000 | #Constraints:      44277
974.70/977.32	c #Conflicts:    1272000 | #Constraints:      45309
974.70/977.32	c #Conflicts:    1273000 | #Constraints:      46350
974.70/977.32	c #Conflicts:    1274000 | #Constraints:      47403
974.70/977.32	c #Conflicts:    1275000 | #Constraints:      48448
974.70/977.32	c #Conflicts:    1276000 | #Constraints:      49491
974.70/977.32	c #Conflicts:    1277000 | #Constraints:      50546
974.70/977.32	c #Conflicts:    1278000 | #Constraints:      51596
974.70/977.32	c #Conflicts:    1279000 | #Constraints:      52638
974.70/977.32	c INPROCESSING
974.70/977.32	c GARBAGE COLLECT
974.70/977.32	c rational objective 998
994.84/997.50	c #Conflicts:    1280000 | #Constraints:      30603
994.84/997.50	c #Conflicts:    1281000 | #Constraints:      31603
994.84/997.50	c #Conflicts:    1282000 | #Constraints:      32603
994.84/997.50	c #Conflicts:    1283000 | #Constraints:      33603
994.84/997.50	c #Conflicts:    1284000 | #Constraints:      34603
994.84/997.50	c #Conflicts:    1285000 | #Constraints:      35603
994.84/997.50	c #Conflicts:    1286000 | #Constraints:      36603
994.84/997.50	c #Conflicts:    1287000 | #Constraints:      37603
994.84/997.50	c #Conflicts:    1288000 | #Constraints:      38603
994.84/997.50	c #Conflicts:    1289000 | #Constraints:      39603
994.84/997.50	c #Conflicts:    1290000 | #Constraints:      40603
994.84/997.50	c #Conflicts:    1291000 | #Constraints:      41603
994.84/997.50	c #Conflicts:    1292000 | #Constraints:      42603
994.84/997.50	c #Conflicts:    1293000 | #Constraints:      43603
994.84/997.50	c #Conflicts:    1294000 | #Constraints:      44603
994.84/997.50	c #Conflicts:    1295000 | #Constraints:      45603
994.84/997.50	c #Conflicts:    1296000 | #Constraints:      46603
994.84/997.50	c #Conflicts:    1297000 | #Constraints:      47603
994.84/997.50	c #Conflicts:    1298000 | #Constraints:      48603
994.84/997.50	c #Conflicts:    1299000 | #Constraints:      49603
994.84/997.50	c #Conflicts:    1300000 | #Constraints:      50603
994.84/997.50	c #Conflicts:    1301000 | #Constraints:      51603
994.84/997.50	c #Conflicts:    1302000 | #Constraints:      52603
994.84/997.50	c INPROCESSING
994.84/997.50	c GARBAGE COLLECT
994.84/997.50	c rational objective 998
1015.69/1018.46	c #Conflicts:    1303000 | #Constraints:      30734
1015.69/1018.46	c #Conflicts:    1304000 | #Constraints:      31734
1015.69/1018.46	c #Conflicts:    1305000 | #Constraints:      32734
1015.69/1018.46	c #Conflicts:    1306000 | #Constraints:      33734
1015.69/1018.46	c #Conflicts:    1307000 | #Constraints:      34734
1015.69/1018.46	c #Conflicts:    1308000 | #Constraints:      35734
1015.69/1018.46	c #Conflicts:    1309000 | #Constraints:      36734
1015.69/1018.46	c #Conflicts:    1310000 | #Constraints:      37734
1015.69/1018.46	c #Conflicts:    1311000 | #Constraints:      38734
1015.69/1018.46	c #Conflicts:    1312000 | #Constraints:      39734
1015.69/1018.46	c #Conflicts:    1313000 | #Constraints:      40734
1015.69/1018.46	c #Conflicts:    1314000 | #Constraints:      41734
1015.69/1018.46	c #Conflicts:    1315000 | #Constraints:      42734
1015.69/1018.46	c #Conflicts:    1316000 | #Constraints:      43734
1015.69/1018.46	c #Conflicts:    1317000 | #Constraints:      44734
1015.69/1018.46	c #Conflicts:    1318000 | #Constraints:      45734
1015.69/1018.46	c #Conflicts:    1319000 | #Constraints:      46734
1015.69/1018.46	c #Conflicts:    1320000 | #Constraints:      47734
1015.69/1018.46	c #Conflicts:    1321000 | #Constraints:      48734
1015.69/1018.46	c #Conflicts:    1322000 | #Constraints:      49734
1015.69/1018.46	c #Conflicts:    1323000 | #Constraints:      50734
1015.69/1018.46	c #Conflicts:    1324000 | #Constraints:      51734
1015.69/1018.46	c #Conflicts:    1325000 | #Constraints:      52734
1015.69/1018.46	c INPROCESSING
1015.69/1018.46	c GARBAGE COLLECT
1015.69/1018.46	c rational objective 998
1032.84/1035.68	c #Conflicts:    1326000 | #Constraints:      30858
1032.84/1035.68	c #Conflicts:    1327000 | #Constraints:      31886
1032.84/1035.68	c #Conflicts:    1328000 | #Constraints:      32946
1032.84/1035.68	c #Conflicts:    1329000 | #Constraints:      33999
1032.84/1035.68	c #Conflicts:    1330000 | #Constraints:      35050
1032.84/1035.68	c #Conflicts:    1331000 | #Constraints:      36101
1032.84/1035.68	c #Conflicts:    1332000 | #Constraints:      37140
1032.84/1035.68	c #Conflicts:    1333000 | #Constraints:      38179
1032.84/1035.68	c #Conflicts:    1334000 | #Constraints:      39218
1032.84/1035.68	c #Conflicts:    1335000 | #Constraints:      40256
1032.84/1035.68	c #Conflicts:    1336000 | #Constraints:      41310
1032.84/1035.68	c #Conflicts:    1337000 | #Constraints:      42363
1032.84/1035.68	c #Conflicts:    1338000 | #Constraints:      43397
1032.84/1035.68	c #Conflicts:    1339000 | #Constraints:      44452
1032.84/1035.68	c #Conflicts:    1340000 | #Constraints:      45486
1032.84/1035.68	c #Conflicts:    1341000 | #Constraints:      46537
1032.84/1035.68	c #Conflicts:    1342000 | #Constraints:      47572
1032.84/1035.68	c #Conflicts:    1343000 | #Constraints:      48604
1032.84/1035.68	c #Conflicts:    1344000 | #Constraints:      49645
1032.84/1035.68	c #Conflicts:    1345000 | #Constraints:      50684
1032.84/1035.68	c #Conflicts:    1346000 | #Constraints:      51729
1032.84/1035.68	c #Conflicts:    1347000 | #Constraints:      52758
1032.84/1035.68	c #Conflicts:    1348000 | #Constraints:      53794
1032.84/1035.68	c INPROCESSING
1032.84/1035.68	c GARBAGE COLLECT
1032.84/1035.68	c rational objective 998
1055.88/1058.75	c #Conflicts:    1349000 | #Constraints:      31205
1055.88/1058.75	c #Conflicts:    1350000 | #Constraints:      32205
1055.88/1058.75	c #Conflicts:    1351000 | #Constraints:      33205
1055.88/1058.75	c #Conflicts:    1352000 | #Constraints:      34205
1055.88/1058.75	c #Conflicts:    1353000 | #Constraints:      35205
1055.88/1058.75	c #Conflicts:    1354000 | #Constraints:      36205
1055.88/1058.75	c #Conflicts:    1355000 | #Constraints:      37205
1055.88/1058.75	c #Conflicts:    1356000 | #Constraints:      38205
1055.88/1058.75	c #Conflicts:    1357000 | #Constraints:      39205
1055.88/1058.75	c #Conflicts:    1358000 | #Constraints:      40206
1055.88/1058.75	c #Conflicts:    1359000 | #Constraints:      41206
1055.88/1058.75	c #Conflicts:    1360000 | #Constraints:      42206
1055.88/1058.75	c #Conflicts:    1361000 | #Constraints:      43206
1055.88/1058.75	c #Conflicts:    1362000 | #Constraints:      44206
1055.88/1058.75	c #Conflicts:    1363000 | #Constraints:      45206
1055.88/1058.75	c #Conflicts:    1364000 | #Constraints:      46206
1055.88/1058.75	c #Conflicts:    1365000 | #Constraints:      47206
1055.88/1058.75	c #Conflicts:    1366000 | #Constraints:      48206
1055.88/1058.75	c #Conflicts:    1367000 | #Constraints:      49206
1055.88/1058.75	c #Conflicts:    1368000 | #Constraints:      50206
1055.88/1058.75	c #Conflicts:    1369000 | #Constraints:      51206
1055.88/1058.75	c #Conflicts:    1370000 | #Constraints:      52206
1055.88/1058.75	c #Conflicts:    1371000 | #Constraints:      53206
1055.88/1058.75	c INPROCESSING
1055.88/1058.75	c GARBAGE COLLECT
1055.88/1058.75	c rational objective 998
1081.31/1084.29	c #Conflicts:    1372000 | #Constraints:      30821
1081.31/1084.29	c #Conflicts:    1373000 | #Constraints:      31823
1081.31/1084.29	c #Conflicts:    1374000 | #Constraints:      32859
1081.31/1084.29	c #Conflicts:    1375000 | #Constraints:      33919
1081.31/1084.29	c #Conflicts:    1376000 | #Constraints:      34953
1081.31/1084.29	c #Conflicts:    1377000 | #Constraints:      36003
1081.31/1084.29	c #Conflicts:    1378000 | #Constraints:      37049
1081.31/1084.29	c #Conflicts:    1379000 | #Constraints:      38096
1081.31/1084.29	c #Conflicts:    1380000 | #Constraints:      39159
1081.31/1084.29	c #Conflicts:    1381000 | #Constraints:      40192
1081.31/1084.29	c #Conflicts:    1382000 | #Constraints:      41232
1081.31/1084.29	c #Conflicts:    1383000 | #Constraints:      42279
1081.31/1084.29	c #Conflicts:    1384000 | #Constraints:      43321
1081.31/1084.29	c #Conflicts:    1385000 | #Constraints:      44370
1081.31/1084.29	c #Conflicts:    1386000 | #Constraints:      45407
1081.31/1084.29	c #Conflicts:    1387000 | #Constraints:      46455
1081.31/1084.29	c #Conflicts:    1388000 | #Constraints:      47509
1081.31/1084.29	c #Conflicts:    1389000 | #Constraints:      48557
1081.31/1084.29	c #Conflicts:    1390000 | #Constraints:      49593
1081.31/1084.29	c #Conflicts:    1391000 | #Constraints:      50633
1081.31/1084.29	c #Conflicts:    1392000 | #Constraints:      51669
1081.31/1084.29	c #Conflicts:    1393000 | #Constraints:      52708
1081.31/1084.29	c #Conflicts:    1394000 | #Constraints:      53745
1081.31/1084.29	c #Conflicts:    1395000 | #Constraints:      54769
1081.31/1084.29	c INPROCESSING
1081.31/1084.29	c GARBAGE COLLECT
1081.31/1084.29	c rational objective 998
1105.15/1108.17	c #Conflicts:    1396000 | #Constraints:      31658
1105.15/1108.17	c #Conflicts:    1397000 | #Constraints:      32658
1105.15/1108.17	c #Conflicts:    1398000 | #Constraints:      33658
1105.15/1108.17	c #Conflicts:    1399000 | #Constraints:      34658
1105.15/1108.17	c #Conflicts:    1400000 | #Constraints:      35658
1105.15/1108.17	c #Conflicts:    1401000 | #Constraints:      36658
1105.15/1108.17	c #Conflicts:    1402000 | #Constraints:      37658
1105.15/1108.17	c #Conflicts:    1403000 | #Constraints:      38658
1105.15/1108.17	c #Conflicts:    1404000 | #Constraints:      39658
1105.15/1108.17	c #Conflicts:    1405000 | #Constraints:      40658
1105.15/1108.17	c #Conflicts:    1406000 | #Constraints:      41658
1105.15/1108.17	c #Conflicts:    1407000 | #Constraints:      42658
1105.15/1108.17	c #Conflicts:    1408000 | #Constraints:      43658
1105.15/1108.17	c #Conflicts:    1409000 | #Constraints:      44658
1105.15/1108.17	c #Conflicts:    1410000 | #Constraints:      45658
1105.15/1108.17	c #Conflicts:    1411000 | #Constraints:      46658
1105.15/1108.17	c #Conflicts:    1412000 | #Constraints:      47658
1105.15/1108.17	c #Conflicts:    1413000 | #Constraints:      48658
1105.15/1108.17	c #Conflicts:    1414000 | #Constraints:      49658
1105.15/1108.17	c #Conflicts:    1415000 | #Constraints:      50658
1105.15/1108.17	c #Conflicts:    1416000 | #Constraints:      51658
1105.15/1108.17	c #Conflicts:    1417000 | #Constraints:      52658
1105.15/1108.17	c #Conflicts:    1418000 | #Constraints:      53658
1105.15/1108.17	c #Conflicts:    1419000 | #Constraints:      54658
1105.15/1108.17	c INPROCESSING
1105.15/1108.17	c GARBAGE COLLECT
1105.15/1108.17	c rational objective 998
1127.49/1130.55	c #Conflicts:    1420000 | #Constraints:      31823
1127.49/1130.55	c #Conflicts:    1421000 | #Constraints:      32823
1127.49/1130.55	c #Conflicts:    1422000 | #Constraints:      33823
1127.49/1130.55	c #Conflicts:    1423000 | #Constraints:      34823
1127.49/1130.55	c #Conflicts:    1424000 | #Constraints:      35823
1127.49/1130.55	c #Conflicts:    1425000 | #Constraints:      36823
1127.49/1130.55	c #Conflicts:    1426000 | #Constraints:      37823
1127.49/1130.55	c #Conflicts:    1427000 | #Constraints:      38823
1127.49/1130.55	c #Conflicts:    1428000 | #Constraints:      39823
1127.49/1130.55	c #Conflicts:    1429000 | #Constraints:      40823
1127.49/1130.55	c #Conflicts:    1430000 | #Constraints:      41823
1127.49/1130.55	c #Conflicts:    1431000 | #Constraints:      42823
1127.49/1130.55	c #Conflicts:    1432000 | #Constraints:      43823
1127.49/1130.55	c #Conflicts:    1433000 | #Constraints:      44823
1127.49/1130.55	c #Conflicts:    1434000 | #Constraints:      45823
1127.49/1130.55	c #Conflicts:    1435000 | #Constraints:      46823
1127.49/1130.55	c #Conflicts:    1436000 | #Constraints:      47823
1127.49/1130.55	c #Conflicts:    1437000 | #Constraints:      48823
1127.49/1130.55	c #Conflicts:    1438000 | #Constraints:      49823
1127.49/1130.55	c #Conflicts:    1439000 | #Constraints:      50823
1127.49/1130.55	c #Conflicts:    1440000 | #Constraints:      51823
1127.49/1130.55	c #Conflicts:    1441000 | #Constraints:      52823
1127.49/1130.55	c #Conflicts:    1442000 | #Constraints:      53823
1127.49/1130.55	c #Conflicts:    1443000 | #Constraints:      54823
1127.49/1130.55	c INPROCESSING
1127.49/1130.55	c GARBAGE COLLECT
1127.49/1130.55	c rational objective 998
1150.12/1153.21	c #Conflicts:    1444000 | #Constraints:      31923
1150.12/1153.21	c #Conflicts:    1445000 | #Constraints:      32977
1150.12/1153.21	c #Conflicts:    1446000 | #Constraints:      34045
1150.12/1153.21	c #Conflicts:    1447000 | #Constraints:      35114
1150.12/1153.21	c #Conflicts:    1448000 | #Constraints:      36158
1150.12/1153.21	c #Conflicts:    1449000 | #Constraints:      37210
1150.12/1153.21	c #Conflicts:    1450000 | #Constraints:      38240
1150.12/1153.21	c #Conflicts:    1451000 | #Constraints:      39267
1150.12/1153.21	c #Conflicts:    1452000 | #Constraints:      40300
1150.12/1153.21	c #Conflicts:    1453000 | #Constraints:      41331
1150.12/1153.21	c #Conflicts:    1454000 | #Constraints:      42363
1150.12/1153.21	c #Conflicts:    1455000 | #Constraints:      43388
1150.12/1153.21	c #Conflicts:    1456000 | #Constraints:      44416
1150.12/1153.21	c #Conflicts:    1457000 | #Constraints:      45439
1150.12/1153.21	c #Conflicts:    1458000 | #Constraints:      46483
1150.12/1153.21	c #Conflicts:    1459000 | #Constraints:      47512
1150.12/1153.21	c #Conflicts:    1460000 | #Constraints:      48535
1150.12/1153.21	c #Conflicts:    1461000 | #Constraints:      49567
1150.12/1153.21	c #Conflicts:    1462000 | #Constraints:      50599
1150.12/1153.21	c #Conflicts:    1463000 | #Constraints:      51627
1150.12/1153.21	c #Conflicts:    1464000 | #Constraints:      52651
1150.12/1153.21	c #Conflicts:    1465000 | #Constraints:      53684
1150.12/1153.21	c #Conflicts:    1466000 | #Constraints:      54711
1150.12/1153.21	c #Conflicts:    1467000 | #Constraints:      55729
1150.12/1153.21	c INPROCESSING
1150.12/1153.21	c GARBAGE COLLECT
1150.12/1153.21	c rational objective 998
1175.26/1178.49	c #Conflicts:    1468000 | #Constraints:      32169
1175.26/1178.49	c #Conflicts:    1469000 | #Constraints:      33169
1175.26/1178.49	c #Conflicts:    1470000 | #Constraints:      34169
1175.26/1178.49	c #Conflicts:    1471000 | #Constraints:      35169
1175.26/1178.49	c #Conflicts:    1472000 | #Constraints:      36169
1175.26/1178.49	c #Conflicts:    1473000 | #Constraints:      37169
1175.26/1178.49	c #Conflicts:    1474000 | #Constraints:      38169
1175.26/1178.49	c #Conflicts:    1475000 | #Constraints:      39169
1175.26/1178.49	c #Conflicts:    1476000 | #Constraints:      40169
1175.26/1178.49	c #Conflicts:    1477000 | #Constraints:      41169
1175.26/1178.49	c #Conflicts:    1478000 | #Constraints:      42169
1175.26/1178.49	c #Conflicts:    1479000 | #Constraints:      43169
1175.26/1178.49	c #Conflicts:    1480000 | #Constraints:      44169
1175.26/1178.49	c #Conflicts:    1481000 | #Constraints:      45169
1175.26/1178.49	c #Conflicts:    1482000 | #Constraints:      46169
1175.26/1178.49	c #Conflicts:    1483000 | #Constraints:      47169
1175.26/1178.49	c #Conflicts:    1484000 | #Constraints:      48169
1175.26/1178.49	c #Conflicts:    1485000 | #Constraints:      49169
1175.26/1178.49	c #Conflicts:    1486000 | #Constraints:      50169
1175.26/1178.49	c #Conflicts:    1487000 | #Constraints:      51169
1175.26/1178.49	c #Conflicts:    1488000 | #Constraints:      52169
1175.26/1178.49	c #Conflicts:    1489000 | #Constraints:      53169
1175.26/1178.49	c #Conflicts:    1490000 | #Constraints:      54169
1175.26/1178.49	c #Conflicts:    1491000 | #Constraints:      55169
1175.26/1178.49	c INPROCESSING
1175.26/1178.49	c GARBAGE COLLECT
1175.26/1178.49	c rational objective 998
1203.88/1207.11	c #Conflicts:    1492000 | #Constraints:      31798
1203.88/1207.11	c #Conflicts:    1493000 | #Constraints:      32832
1203.88/1207.11	c #Conflicts:    1494000 | #Constraints:      33889
1203.88/1207.11	c #Conflicts:    1495000 | #Constraints:      34944
1203.88/1207.11	c #Conflicts:    1496000 | #Constraints:      36003
1203.88/1207.11	c #Conflicts:    1497000 | #Constraints:      37048
1203.88/1207.11	c #Conflicts:    1498000 | #Constraints:      38097
1203.88/1207.11	c #Conflicts:    1499000 | #Constraints:      39141
1203.88/1207.11	c #Conflicts:    1500000 | #Constraints:      40178
1203.88/1207.11	c #Conflicts:    1501000 | #Constraints:      41210
1203.88/1207.11	c #Conflicts:    1502000 | #Constraints:      42247
1203.88/1207.11	c #Conflicts:    1503000 | #Constraints:      43287
1203.88/1207.11	c #Conflicts:    1504000 | #Constraints:      44311
1203.88/1207.11	c #Conflicts:    1505000 | #Constraints:      45338
1203.88/1207.11	c #Conflicts:    1506000 | #Constraints:      46371
1203.88/1207.11	c #Conflicts:    1507000 | #Constraints:      47397
1203.88/1207.11	c #Conflicts:    1508000 | #Constraints:      48449
1203.88/1207.11	c #Conflicts:    1509000 | #Constraints:      49500
1203.88/1207.11	c #Conflicts:    1510000 | #Constraints:      50550
1203.88/1207.11	c #Conflicts:    1511000 | #Constraints:      51591
1203.88/1207.11	c #Conflicts:    1512000 | #Constraints:      52628
1203.88/1207.11	c #Conflicts:    1513000 | #Constraints:      53672
1203.88/1207.11	c #Conflicts:    1514000 | #Constraints:      54694
1203.88/1207.11	c #Conflicts:    1515000 | #Constraints:      55724
1203.88/1207.11	c #Conflicts:    1516000 | #Constraints:      56750
1203.88/1207.11	c INPROCESSING
1203.88/1207.11	c GARBAGE COLLECT
1203.88/1207.11	c rational objective 998
1228.60/1231.98	c #Conflicts:    1517000 | #Constraints:      32687
1228.60/1231.98	c #Conflicts:    1518000 | #Constraints:      33687
1228.60/1231.98	c #Conflicts:    1519000 | #Constraints:      34687
1228.60/1231.98	c #Conflicts:    1520000 | #Constraints:      35687
1228.60/1231.98	c #Conflicts:    1521000 | #Constraints:      36687
1228.60/1231.98	c #Conflicts:    1522000 | #Constraints:      37687
1228.60/1231.98	c #Conflicts:    1523000 | #Constraints:      38687
1228.60/1231.98	c #Conflicts:    1524000 | #Constraints:      39687
1228.60/1231.98	c #Conflicts:    1525000 | #Constraints:      40687
1228.60/1231.98	c #Conflicts:    1526000 | #Constraints:      41687
1228.60/1231.98	c #Conflicts:    1527000 | #Constraints:      42687
1228.60/1231.98	c #Conflicts:    1528000 | #Constraints:      43687
1228.60/1231.98	c #Conflicts:    1529000 | #Constraints:      44687
1228.60/1231.98	c #Conflicts:    1530000 | #Constraints:      45687
1228.60/1231.98	c #Conflicts:    1531000 | #Constraints:      46687
1228.60/1231.98	c #Conflicts:    1532000 | #Constraints:      47687
1228.60/1231.98	c #Conflicts:    1533000 | #Constraints:      48687
1228.60/1231.98	c #Conflicts:    1534000 | #Constraints:      49687
1228.60/1231.98	c #Conflicts:    1535000 | #Constraints:      50687
1228.60/1231.98	c #Conflicts:    1536000 | #Constraints:      51687
1228.60/1231.98	c #Conflicts:    1537000 | #Constraints:      52687
1228.60/1231.98	c #Conflicts:    1538000 | #Constraints:      53687
1228.60/1231.98	c #Conflicts:    1539000 | #Constraints:      54687
1228.60/1231.98	c #Conflicts:    1540000 | #Constraints:      55687
1228.60/1231.98	c #Conflicts:    1541000 | #Constraints:      56687
1228.60/1231.98	c INPROCESSING
1228.60/1231.98	c GARBAGE COLLECT
1228.60/1231.98	c rational objective 998
1253.12/1256.57	c #Conflicts:    1542000 | #Constraints:      32853
1253.12/1256.57	c #Conflicts:    1543000 | #Constraints:      33853
1253.12/1256.57	c #Conflicts:    1544000 | #Constraints:      34853
1253.12/1256.57	c #Conflicts:    1545000 | #Constraints:      35853
1253.12/1256.57	c #Conflicts:    1546000 | #Constraints:      36853
1253.12/1256.57	c #Conflicts:    1547000 | #Constraints:      37853
1253.12/1256.57	c #Conflicts:    1548000 | #Constraints:      38853
1253.12/1256.57	c #Conflicts:    1549000 | #Constraints:      39853
1253.12/1256.57	c #Conflicts:    1550000 | #Constraints:      40853
1253.12/1256.57	c #Conflicts:    1551000 | #Constraints:      41853
1253.12/1256.57	c #Conflicts:    1552000 | #Constraints:      42853
1253.12/1256.57	c #Conflicts:    1553000 | #Constraints:      43853
1253.12/1256.57	c #Conflicts:    1554000 | #Constraints:      44853
1253.12/1256.57	c #Conflicts:    1555000 | #Constraints:      45853
1253.12/1256.57	c #Conflicts:    1556000 | #Constraints:      46853
1253.12/1256.57	c #Conflicts:    1557000 | #Constraints:      47853
1253.12/1256.57	c #Conflicts:    1558000 | #Constraints:      48853
1253.12/1256.57	c #Conflicts:    1559000 | #Constraints:      49853
1253.12/1256.57	c #Conflicts:    1560000 | #Constraints:      50853
1253.12/1256.57	c #Conflicts:    1561000 | #Constraints:      51853
1253.12/1256.57	c #Conflicts:    1562000 | #Constraints:      52853
1253.12/1256.57	c #Conflicts:    1563000 | #Constraints:      53853
1253.12/1256.57	c #Conflicts:    1564000 | #Constraints:      54853
1253.12/1256.57	c #Conflicts:    1565000 | #Constraints:      55853
1253.12/1256.57	c #Conflicts:    1566000 | #Constraints:      56853
1253.12/1256.57	c INPROCESSING
1253.12/1256.57	c GARBAGE COLLECT
1253.12/1256.57	c rational objective 998
1277.85/1281.35	c #Conflicts:    1567000 | #Constraints:      32962
1277.85/1281.35	c #Conflicts:    1568000 | #Constraints:      33962
1277.85/1281.35	c #Conflicts:    1569000 | #Constraints:      34964
1277.85/1281.35	c #Conflicts:    1570000 | #Constraints:      35978
1277.85/1281.35	c #Conflicts:    1571000 | #Constraints:      37019
1277.85/1281.35	c #Conflicts:    1572000 | #Constraints:      38071
1277.85/1281.35	c #Conflicts:    1573000 | #Constraints:      39118
1277.85/1281.35	c #Conflicts:    1574000 | #Constraints:      40146
1277.85/1281.35	c #Conflicts:    1575000 | #Constraints:      41177
1277.85/1281.35	c #Conflicts:    1576000 | #Constraints:      42217
1277.85/1281.35	c #Conflicts:    1577000 | #Constraints:      43257
1277.85/1281.35	c #Conflicts:    1578000 | #Constraints:      44285
1277.85/1281.35	c #Conflicts:    1579000 | #Constraints:      45309
1277.85/1281.35	c #Conflicts:    1580000 | #Constraints:      46343
1277.85/1281.35	c #Conflicts:    1581000 | #Constraints:      47368
1277.85/1281.35	c #Conflicts:    1582000 | #Constraints:      48399
1277.85/1281.35	c #Conflicts:    1583000 | #Constraints:      49417
1277.85/1281.35	c #Conflicts:    1584000 | #Constraints:      50440
1277.85/1281.35	c #Conflicts:    1585000 | #Constraints:      51462
1277.85/1281.35	c #Conflicts:    1586000 | #Constraints:      52483
1277.85/1281.35	c #Conflicts:    1587000 | #Constraints:      53506
1277.85/1281.35	c #Conflicts:    1588000 | #Constraints:      54532
1277.85/1281.35	c #Conflicts:    1589000 | #Constraints:      55551
1277.85/1281.35	c #Conflicts:    1590000 | #Constraints:      56571
1277.85/1281.35	c #Conflicts:    1591000 | #Constraints:      57592
1277.85/1281.35	c INPROCESSING
1277.85/1281.35	c GARBAGE COLLECT
1277.85/1281.35	c rational objective 998
1302.96/1306.51	c #Conflicts:    1592000 | #Constraints:      33104
1302.96/1306.51	c #Conflicts:    1593000 | #Constraints:      34104
1302.96/1306.51	c #Conflicts:    1594000 | #Constraints:      35104
1302.96/1306.51	c #Conflicts:    1595000 | #Constraints:      36104
1302.96/1306.51	c #Conflicts:    1596000 | #Constraints:      37104
1302.96/1306.51	c #Conflicts:    1597000 | #Constraints:      38104
1302.96/1306.51	c #Conflicts:    1598000 | #Constraints:      39104
1302.96/1306.51	c #Conflicts:    1599000 | #Constraints:      40104
1302.96/1306.51	c #Conflicts:    1600000 | #Constraints:      41104
1302.96/1306.51	c #Conflicts:    1601000 | #Constraints:      42104
1302.96/1306.51	c #Conflicts:    1602000 | #Constraints:      43104
1302.96/1306.51	c #Conflicts:    1603000 | #Constraints:      44104
1302.96/1306.51	c #Conflicts:    1604000 | #Constraints:      45104
1302.96/1306.51	c #Conflicts:    1605000 | #Constraints:      46104
1302.96/1306.51	c #Conflicts:    1606000 | #Constraints:      47104
1302.96/1306.51	c #Conflicts:    1607000 | #Constraints:      48104
1302.96/1306.51	c #Conflicts:    1608000 | #Constraints:      49104
1302.96/1306.51	c #Conflicts:    1609000 | #Constraints:      50104
1302.96/1306.51	c #Conflicts:    1610000 | #Constraints:      51104
1302.96/1306.51	c #Conflicts:    1611000 | #Constraints:      52104
1302.96/1306.51	c #Conflicts:    1612000 | #Constraints:      53104
1302.96/1306.51	c #Conflicts:    1613000 | #Constraints:      54104
1302.96/1306.51	c #Conflicts:    1614000 | #Constraints:      55104
1302.96/1306.51	c #Conflicts:    1615000 | #Constraints:      56104
1302.96/1306.51	c #Conflicts:    1616000 | #Constraints:      57104
1302.96/1306.51	c INPROCESSING
1302.96/1306.51	c GARBAGE COLLECT
1302.96/1306.51	c rational objective 998
1327.09/1330.80	c #Conflicts:    1617000 | #Constraints:      32776
1327.09/1330.80	c #Conflicts:    1618000 | #Constraints:      33776
1327.09/1330.80	c #Conflicts:    1619000 | #Constraints:      34776
1327.09/1330.80	c #Conflicts:    1620000 | #Constraints:      35776
1327.09/1330.80	c #Conflicts:    1621000 | #Constraints:      36776
1327.09/1330.80	c #Conflicts:    1622000 | #Constraints:      37776
1327.09/1330.80	c #Conflicts:    1623000 | #Constraints:      38776
1327.09/1330.80	c #Conflicts:    1624000 | #Constraints:      39776
1327.09/1330.80	c #Conflicts:    1625000 | #Constraints:      40776
1327.09/1330.80	c #Conflicts:    1626000 | #Constraints:      41776
1327.09/1330.80	c #Conflicts:    1627000 | #Constraints:      42776
1327.09/1330.80	c #Conflicts:    1628000 | #Constraints:      43776
1327.09/1330.80	c #Conflicts:    1629000 | #Constraints:      44776
1327.09/1330.80	c #Conflicts:    1630000 | #Constraints:      45776
1327.09/1330.80	c #Conflicts:    1631000 | #Constraints:      46776
1327.09/1330.80	c #Conflicts:    1632000 | #Constraints:      47776
1327.09/1330.80	c #Conflicts:    1633000 | #Constraints:      48776
1327.09/1330.80	c #Conflicts:    1634000 | #Constraints:      49776
1327.09/1330.80	c #Conflicts:    1635000 | #Constraints:      50776
1327.09/1330.80	c #Conflicts:    1636000 | #Constraints:      51776
1327.09/1330.80	c #Conflicts:    1637000 | #Constraints:      52776
1327.09/1330.80	c #Conflicts:    1638000 | #Constraints:      53776
1327.09/1330.80	c #Conflicts:    1639000 | #Constraints:      54776
1327.09/1330.80	c #Conflicts:    1640000 | #Constraints:      55776
1327.09/1330.80	c #Conflicts:    1641000 | #Constraints:      56776
1327.09/1330.80	c #Conflicts:    1642000 | #Constraints:      57776
1327.09/1330.80	c INPROCESSING
1327.09/1330.80	c GARBAGE COLLECT
1327.09/1330.80	c rational objective 998
1358.90/1362.62	c #Conflicts:    1643000 | #Constraints:      33319
1358.90/1362.62	c #Conflicts:    1644000 | #Constraints:      34319
1358.90/1362.62	c #Conflicts:    1645000 | #Constraints:      35319
1358.90/1362.62	c #Conflicts:    1646000 | #Constraints:      36333
1358.90/1362.62	c #Conflicts:    1647000 | #Constraints:      37352
1358.90/1362.62	c #Conflicts:    1648000 | #Constraints:      38408
1358.90/1362.62	c #Conflicts:    1649000 | #Constraints:      39471
1358.90/1362.62	c #Conflicts:    1650000 | #Constraints:      40522
1358.90/1362.62	c #Conflicts:    1651000 | #Constraints:      41560
1358.90/1362.62	c #Conflicts:    1652000 | #Constraints:      42604
1358.90/1362.62	c #Conflicts:    1653000 | #Constraints:      43641
1358.90/1362.62	c #Conflicts:    1654000 | #Constraints:      44660
1358.90/1362.62	c #Conflicts:    1655000 | #Constraints:      45689
1358.90/1362.62	c #Conflicts:    1656000 | #Constraints:      46726
1358.90/1362.62	c #Conflicts:    1657000 | #Constraints:      47769
1358.90/1362.62	c #Conflicts:    1658000 | #Constraints:      48803
1358.90/1362.62	c #Conflicts:    1659000 | #Constraints:      49840
1358.90/1362.62	c #Conflicts:    1660000 | #Constraints:      50880
1358.90/1362.62	c #Conflicts:    1661000 | #Constraints:      51917
1358.90/1362.62	c #Conflicts:    1662000 | #Constraints:      52956
1358.90/1362.62	c #Conflicts:    1663000 | #Constraints:      53987
1358.90/1362.62	c #Conflicts:    1664000 | #Constraints:      55012
1358.90/1362.62	c #Conflicts:    1665000 | #Constraints:      56044
1358.90/1362.62	c #Conflicts:    1666000 | #Constraints:      57079
1358.90/1362.62	c #Conflicts:    1667000 | #Constraints:      58101
1358.90/1362.62	c #Conflicts:    1668000 | #Constraints:      59136
1358.90/1362.62	c INPROCESSING
1358.90/1362.62	c GARBAGE COLLECT
1358.90/1362.62	c rational objective 998
1385.11/1388.93	c #Conflicts:    1669000 | #Constraints:      33975
1385.11/1388.93	c #Conflicts:    1670000 | #Constraints:      34975
1385.11/1388.93	c #Conflicts:    1671000 | #Constraints:      35975
1385.11/1388.93	c #Conflicts:    1672000 | #Constraints:      36975
1385.11/1388.93	c #Conflicts:    1673000 | #Constraints:      37975
1385.11/1388.93	c #Conflicts:    1674000 | #Constraints:      38975
1385.11/1388.93	c #Conflicts:    1675000 | #Constraints:      39975
1385.11/1388.93	c #Conflicts:    1676000 | #Constraints:      40975
1385.11/1388.93	c #Conflicts:    1677000 | #Constraints:      41975
1385.11/1388.93	c #Conflicts:    1678000 | #Constraints:      42975
1385.11/1388.93	c #Conflicts:    1679000 | #Constraints:      43975
1385.11/1388.93	c #Conflicts:    1680000 | #Constraints:      44975
1385.11/1388.93	c #Conflicts:    1681000 | #Constraints:      45975
1385.11/1388.93	c #Conflicts:    1682000 | #Constraints:      46975
1385.11/1388.93	c #Conflicts:    1683000 | #Constraints:      47975
1385.11/1388.93	c #Conflicts:    1684000 | #Constraints:      48975
1385.11/1388.93	c #Conflicts:    1685000 | #Constraints:      49975
1385.11/1388.93	c #Conflicts:    1686000 | #Constraints:      50975
1385.11/1388.93	c #Conflicts:    1687000 | #Constraints:      51975
1385.11/1388.93	c #Conflicts:    1688000 | #Constraints:      52975
1385.11/1388.93	c #Conflicts:    1689000 | #Constraints:      53975
1385.11/1388.93	c #Conflicts:    1690000 | #Constraints:      54975
1385.11/1388.93	c #Conflicts:    1691000 | #Constraints:      55975
1385.11/1388.93	c #Conflicts:    1692000 | #Constraints:      56975
1385.11/1388.93	c #Conflicts:    1693000 | #Constraints:      57975
1385.11/1388.93	c #Conflicts:    1694000 | #Constraints:      58975
1385.11/1388.93	c INPROCESSING
1385.11/1388.93	c GARBAGE COLLECT
1385.11/1388.93	c rational objective 998
1410.84/1414.79	c #Conflicts:    1695000 | #Constraints:      33992
1410.84/1414.79	c #Conflicts:    1696000 | #Constraints:      34992
1410.84/1414.79	c #Conflicts:    1697000 | #Constraints:      35992
1410.84/1414.79	c #Conflicts:    1698000 | #Constraints:      36992
1410.84/1414.79	c #Conflicts:    1699000 | #Constraints:      37993
1410.84/1414.79	c #Conflicts:    1700000 | #Constraints:      38993
1410.84/1414.79	c #Conflicts:    1701000 | #Constraints:      39994
1410.84/1414.79	c #Conflicts:    1702000 | #Constraints:      40995
1410.84/1414.79	c #Conflicts:    1703000 | #Constraints:      41995
1410.84/1414.79	c #Conflicts:    1704000 | #Constraints:      42996
1410.84/1414.79	c #Conflicts:    1705000 | #Constraints:      43997
1410.84/1414.79	c #Conflicts:    1706000 | #Constraints:      44997
1410.84/1414.79	c #Conflicts:    1707000 | #Constraints:      45997
1410.84/1414.79	c #Conflicts:    1708000 | #Constraints:      46998
1410.84/1414.79	c #Conflicts:    1709000 | #Constraints:      47998
1410.84/1414.79	c #Conflicts:    1710000 | #Constraints:      48999
1410.84/1414.79	c #Conflicts:    1711000 | #Constraints:      49999
1410.84/1414.79	c #Conflicts:    1712000 | #Constraints:      51000
1410.84/1414.79	c #Conflicts:    1713000 | #Constraints:      52001
1410.84/1414.79	c #Conflicts:    1714000 | #Constraints:      53001
1410.84/1414.79	c #Conflicts:    1715000 | #Constraints:      54001
1410.84/1414.79	c #Conflicts:    1716000 | #Constraints:      55001
1410.84/1414.79	c #Conflicts:    1717000 | #Constraints:      56002
1410.84/1414.79	c #Conflicts:    1718000 | #Constraints:      57003
1410.84/1414.79	c #Conflicts:    1719000 | #Constraints:      58004
1410.84/1414.79	c #Conflicts:    1720000 | #Constraints:      59004
1410.84/1414.79	c INPROCESSING
1410.84/1414.79	c GARBAGE COLLECT
1410.84/1414.79	c rational objective 998
1443.83/1447.86	c #Conflicts:    1721000 | #Constraints:      33915
1443.83/1447.86	c #Conflicts:    1722000 | #Constraints:      34915
1443.83/1447.86	c #Conflicts:    1723000 | #Constraints:      35916
1443.83/1447.86	c #Conflicts:    1724000 | #Constraints:      36961
1443.83/1447.86	c #Conflicts:    1725000 | #Constraints:      38027
1443.83/1447.86	c #Conflicts:    1726000 | #Constraints:      39087
1443.83/1447.86	c #Conflicts:    1727000 | #Constraints:      40155
1443.83/1447.86	c #Conflicts:    1728000 | #Constraints:      41217
1443.83/1447.86	c #Conflicts:    1729000 | #Constraints:      42281
1443.83/1447.86	c #Conflicts:    1730000 | #Constraints:      43327
1443.83/1447.86	c #Conflicts:    1731000 | #Constraints:      44376
1443.83/1447.86	c #Conflicts:    1732000 | #Constraints:      45406
1443.83/1447.86	c #Conflicts:    1733000 | #Constraints:      46444
1443.83/1447.86	c #Conflicts:    1734000 | #Constraints:      47475
1443.83/1447.86	c #Conflicts:    1735000 | #Constraints:      48509
1443.83/1447.86	c #Conflicts:    1736000 | #Constraints:      49558
1443.83/1447.86	c #Conflicts:    1737000 | #Constraints:      50614
1443.83/1447.86	c #Conflicts:    1738000 | #Constraints:      51665
1443.83/1447.86	c #Conflicts:    1739000 | #Constraints:      52702
1443.83/1447.86	c #Conflicts:    1740000 | #Constraints:      53740
1443.83/1447.86	c #Conflicts:    1741000 | #Constraints:      54766
1443.83/1447.86	c #Conflicts:    1742000 | #Constraints:      55811
1443.83/1447.86	c #Conflicts:    1743000 | #Constraints:      56833
1443.83/1447.86	c #Conflicts:    1744000 | #Constraints:      57859
1443.83/1447.86	c #Conflicts:    1745000 | #Constraints:      58901
1443.83/1447.86	c #Conflicts:    1746000 | #Constraints:      59929
1443.83/1447.86	c INPROCESSING
1443.83/1447.86	c GARBAGE COLLECT
1443.83/1447.86	c rational objective 998
1472.74/1476.82	c #Conflicts:    1747000 | #Constraints:      34060
1472.74/1476.82	c #Conflicts:    1748000 | #Constraints:      35060
1472.74/1476.82	c #Conflicts:    1749000 | #Constraints:      36060
1472.74/1476.82	c #Conflicts:    1750000 | #Constraints:      37060
1472.74/1476.82	c #Conflicts:    1751000 | #Constraints:      38060
1472.74/1476.82	c #Conflicts:    1752000 | #Constraints:      39060
1472.74/1476.82	c #Conflicts:    1753000 | #Constraints:      40060
1472.74/1476.82	c #Conflicts:    1754000 | #Constraints:      41060
1472.74/1476.82	c #Conflicts:    1755000 | #Constraints:      42061
1472.74/1476.82	c #Conflicts:    1756000 | #Constraints:      43061
1472.74/1476.82	c #Conflicts:    1757000 | #Constraints:      44061
1472.74/1476.82	c #Conflicts:    1758000 | #Constraints:      45062
1472.74/1476.82	c #Conflicts:    1759000 | #Constraints:      46062
1472.74/1476.82	c #Conflicts:    1760000 | #Constraints:      47063
1472.74/1476.82	c #Conflicts:    1761000 | #Constraints:      48063
1472.74/1476.82	c #Conflicts:    1762000 | #Constraints:      49064
1472.74/1476.82	c #Conflicts:    1763000 | #Constraints:      50064
1472.74/1476.82	c #Conflicts:    1764000 | #Constraints:      51064
1472.74/1476.82	c #Conflicts:    1765000 | #Constraints:      52064
1472.74/1476.82	c #Conflicts:    1766000 | #Constraints:      53064
1472.74/1476.82	c #Conflicts:    1767000 | #Constraints:      54064
1472.74/1476.82	c #Conflicts:    1768000 | #Constraints:      55064
1472.74/1476.82	c #Conflicts:    1769000 | #Constraints:      56065
1472.74/1476.82	c #Conflicts:    1770000 | #Constraints:      57065
1472.74/1476.82	c #Conflicts:    1771000 | #Constraints:      58065
1472.74/1476.82	c #Conflicts:    1772000 | #Constraints:      59066
1472.74/1476.82	c #Conflicts:    1773000 | #Constraints:      60066
1472.74/1476.82	c INPROCESSING
1472.74/1476.82	c GARBAGE COLLECT
1472.74/1476.82	c rational objective 998
1504.44/1508.62	c #Conflicts:    1774000 | #Constraints:      34439
1504.44/1508.62	c #Conflicts:    1775000 | #Constraints:      35440
1504.44/1508.62	c #Conflicts:    1776000 | #Constraints:      36464
1504.44/1508.62	c #Conflicts:    1777000 | #Constraints:      37522
1504.44/1508.62	c #Conflicts:    1778000 | #Constraints:      38582
1504.44/1508.62	c #Conflicts:    1779000 | #Constraints:      39635
1504.44/1508.62	c #Conflicts:    1780000 | #Constraints:      40679
1504.44/1508.62	c #Conflicts:    1781000 | #Constraints:      41722
1504.44/1508.62	c #Conflicts:    1782000 | #Constraints:      42755
1504.44/1508.62	c #Conflicts:    1783000 | #Constraints:      43788
1504.44/1508.62	c #Conflicts:    1784000 | #Constraints:      44821
1504.44/1508.62	c #Conflicts:    1785000 | #Constraints:      45863
1504.44/1508.62	c #Conflicts:    1786000 | #Constraints:      46912
1504.44/1508.62	c #Conflicts:    1787000 | #Constraints:      47952
1504.44/1508.62	c #Conflicts:    1788000 | #Constraints:      48986
1504.44/1508.62	c #Conflicts:    1789000 | #Constraints:      50017
1504.44/1508.62	c #Conflicts:    1790000 | #Constraints:      51065
1504.44/1508.62	c #Conflicts:    1791000 | #Constraints:      52108
1504.44/1508.62	c #Conflicts:    1792000 | #Constraints:      53154
1504.44/1508.62	c #Conflicts:    1793000 | #Constraints:      54207
1504.44/1508.62	c #Conflicts:    1794000 | #Constraints:      55250
1504.44/1508.62	c #Conflicts:    1795000 | #Constraints:      56290
1504.44/1508.62	c #Conflicts:    1796000 | #Constraints:      57325
1504.44/1508.62	c #Conflicts:    1797000 | #Constraints:      58350
1504.44/1508.62	c #Conflicts:    1798000 | #Constraints:      59372
1504.44/1508.62	c #Conflicts:    1799000 | #Constraints:      60392
1504.44/1508.62	c #Conflicts:    1800000 | #Constraints:      61418
1504.44/1508.62	c INPROCESSING
1504.44/1508.62	c GARBAGE COLLECT
1504.44/1508.62	c rational objective 998
1533.15/1537.44	c #Conflicts:    1801000 | #Constraints:      35117
1533.15/1537.44	c #Conflicts:    1802000 | #Constraints:      36117
1533.15/1537.44	c #Conflicts:    1803000 | #Constraints:      37117
1533.15/1537.44	c #Conflicts:    1804000 | #Constraints:      38117
1533.15/1537.44	c #Conflicts:    1805000 | #Constraints:      39117
1533.15/1537.44	c #Conflicts:    1806000 | #Constraints:      40117
1533.15/1537.44	c #Conflicts:    1807000 | #Constraints:      41117
1533.15/1537.44	c #Conflicts:    1808000 | #Constraints:      42117
1533.15/1537.44	c #Conflicts:    1809000 | #Constraints:      43117
1533.15/1537.44	c #Conflicts:    1810000 | #Constraints:      44117
1533.15/1537.44	c #Conflicts:    1811000 | #Constraints:      45117
1533.15/1537.44	c #Conflicts:    1812000 | #Constraints:      46117
1533.15/1537.44	c #Conflicts:    1813000 | #Constraints:      47117
1533.15/1537.44	c #Conflicts:    1814000 | #Constraints:      48117
1533.15/1537.44	c #Conflicts:    1815000 | #Constraints:      49117
1533.15/1537.44	c #Conflicts:    1816000 | #Constraints:      50117
1533.15/1537.44	c #Conflicts:    1817000 | #Constraints:      51117
1533.15/1537.44	c #Conflicts:    1818000 | #Constraints:      52117
1533.15/1537.44	c #Conflicts:    1819000 | #Constraints:      53117
1533.15/1537.44	c #Conflicts:    1820000 | #Constraints:      54117
1533.15/1537.44	c #Conflicts:    1821000 | #Constraints:      55117
1533.15/1537.44	c #Conflicts:    1822000 | #Constraints:      56117
1533.15/1537.44	c #Conflicts:    1823000 | #Constraints:      57117
1533.15/1537.44	c #Conflicts:    1824000 | #Constraints:      58117
1533.15/1537.44	c #Conflicts:    1825000 | #Constraints:      59117
1533.15/1537.44	c #Conflicts:    1826000 | #Constraints:      60117
1533.15/1537.44	c #Conflicts:    1827000 | #Constraints:      61117
1533.15/1537.44	c INPROCESSING
1533.15/1537.44	c GARBAGE COLLECT
1533.15/1537.44	c rational objective 998
1561.66/1566.03	c #Conflicts:    1828000 | #Constraints:      35053
1561.66/1566.03	c #Conflicts:    1829000 | #Constraints:      36053
1561.66/1566.03	c #Conflicts:    1830000 | #Constraints:      37053
1561.66/1566.03	c #Conflicts:    1831000 | #Constraints:      38053
1561.66/1566.03	c #Conflicts:    1832000 | #Constraints:      39053
1561.66/1566.03	c #Conflicts:    1833000 | #Constraints:      40053
1561.66/1566.03	c #Conflicts:    1834000 | #Constraints:      41053
1561.66/1566.03	c #Conflicts:    1835000 | #Constraints:      42053
1561.66/1566.03	c #Conflicts:    1836000 | #Constraints:      43053
1561.66/1566.03	c #Conflicts:    1837000 | #Constraints:      44053
1561.66/1566.03	c #Conflicts:    1838000 | #Constraints:      45053
1561.66/1566.03	c #Conflicts:    1839000 | #Constraints:      46053
1561.66/1566.03	c #Conflicts:    1840000 | #Constraints:      47053
1561.66/1566.03	c #Conflicts:    1841000 | #Constraints:      48053
1561.66/1566.03	c #Conflicts:    1842000 | #Constraints:      49053
1561.66/1566.03	c #Conflicts:    1843000 | #Constraints:      50053
1561.66/1566.03	c #Conflicts:    1844000 | #Constraints:      51053
1561.66/1566.03	c #Conflicts:    1845000 | #Constraints:      52053
1561.66/1566.03	c #Conflicts:    1846000 | #Constraints:      53053
1561.66/1566.03	c #Conflicts:    1847000 | #Constraints:      54053
1561.66/1566.03	c #Conflicts:    1848000 | #Constraints:      55053
1561.66/1566.03	c #Conflicts:    1849000 | #Constraints:      56053
1561.66/1566.03	c #Conflicts:    1850000 | #Constraints:      57053
1561.66/1566.03	c #Conflicts:    1851000 | #Constraints:      58053
1561.66/1566.03	c #Conflicts:    1852000 | #Constraints:      59053
1561.66/1566.03	c #Conflicts:    1853000 | #Constraints:      60053
1561.66/1566.03	c #Conflicts:    1854000 | #Constraints:      61053
1561.66/1566.03	c INPROCESSING
1561.66/1566.03	c GARBAGE COLLECT
1561.66/1566.03	c rational objective 998
1612.11/1616.67	c #Conflicts:    1855000 | #Constraints:      34937
1612.11/1616.67	c #Conflicts:    1856000 | #Constraints:      35947
1612.11/1616.67	c #Conflicts:    1857000 | #Constraints:      36951
1612.11/1616.67	c #Conflicts:    1858000 | #Constraints:      37962
1612.11/1616.67	c #Conflicts:    1859000 | #Constraints:      38968
1612.11/1616.67	c #Conflicts:    1860000 | #Constraints:      39979
1612.11/1616.67	c #Conflicts:    1861000 | #Constraints:      40986
1612.11/1616.67	c #Conflicts:    1862000 | #Constraints:      41990
1612.11/1616.67	c #Conflicts:    1863000 | #Constraints:      42995
1612.11/1616.67	c #Conflicts:    1864000 | #Constraints:      44023
1612.11/1616.67	c #Conflicts:    1865000 | #Constraints:      45029
1612.11/1616.67	c #Conflicts:    1866000 | #Constraints:      46031
1612.11/1616.67	c #Conflicts:    1867000 | #Constraints:      47043
1612.11/1616.67	c #Conflicts:    1868000 | #Constraints:      48104
1612.11/1616.67	c #Conflicts:    1869000 | #Constraints:      49133
1612.11/1616.67	c #Conflicts:    1870000 | #Constraints:      50139
1612.11/1616.67	c #Conflicts:    1871000 | #Constraints:      51151
1612.11/1616.67	c #Conflicts:    1872000 | #Constraints:      52155
1612.11/1616.67	c #Conflicts:    1873000 | #Constraints:      53167
1612.11/1616.67	c #Conflicts:    1874000 | #Constraints:      54172
1612.11/1616.67	c #Conflicts:    1875000 | #Constraints:      55178
1612.11/1616.67	c #Conflicts:    1876000 | #Constraints:      56183
1612.11/1616.67	c #Conflicts:    1877000 | #Constraints:      57186
1612.11/1616.67	c #Conflicts:    1878000 | #Constraints:      58195
1612.11/1616.67	c #Conflicts:    1879000 | #Constraints:      59205
1612.11/1616.67	c #Conflicts:    1880000 | #Constraints:      60243
1612.11/1616.67	c #Conflicts:    1881000 | #Constraints:      61312
1612.11/1616.67	c INPROCESSING
1612.11/1616.67	c GARBAGE COLLECT
1612.11/1616.67	c rational objective 998
1640.22/1644.80	c #Conflicts:    1882000 | #Constraints:      34714
1640.22/1644.80	c #Conflicts:    1883000 | #Constraints:      35714
1640.22/1644.80	c #Conflicts:    1884000 | #Constraints:      36714
1640.22/1644.80	c #Conflicts:    1885000 | #Constraints:      37714
1640.22/1644.80	c #Conflicts:    1886000 | #Constraints:      38714
1640.22/1644.80	c #Conflicts:    1887000 | #Constraints:      39714
1640.22/1644.80	c #Conflicts:    1888000 | #Constraints:      40714
1640.22/1644.80	c #Conflicts:    1889000 | #Constraints:      41714
1640.22/1644.80	c #Conflicts:    1890000 | #Constraints:      42714
1640.22/1644.80	c #Conflicts:    1891000 | #Constraints:      43714
1640.22/1644.80	c #Conflicts:    1892000 | #Constraints:      44714
1640.22/1644.80	c #Conflicts:    1893000 | #Constraints:      45714
1640.22/1644.80	c #Conflicts:    1894000 | #Constraints:      46714
1640.22/1644.80	c #Conflicts:    1895000 | #Constraints:      47714
1640.22/1644.80	c #Conflicts:    1896000 | #Constraints:      48714
1640.22/1644.80	c #Conflicts:    1897000 | #Constraints:      49714
1640.22/1644.80	c #Conflicts:    1898000 | #Constraints:      50714
1640.22/1644.80	c #Conflicts:    1899000 | #Constraints:      51714
1640.22/1644.80	c #Conflicts:    1900000 | #Constraints:      52714
1640.22/1644.80	c #Conflicts:    1901000 | #Constraints:      53714
1640.22/1644.80	c #Conflicts:    1902000 | #Constraints:      54714
1640.22/1644.80	c #Conflicts:    1903000 | #Constraints:      55714
1640.22/1644.80	c #Conflicts:    1904000 | #Constraints:      56714
1640.22/1644.80	c #Conflicts:    1905000 | #Constraints:      57714
1640.22/1644.80	c #Conflicts:    1906000 | #Constraints:      58714
1640.22/1644.80	c #Conflicts:    1907000 | #Constraints:      59714
1640.22/1644.80	c #Conflicts:    1908000 | #Constraints:      60714
1640.22/1644.80	c #Conflicts:    1909000 | #Constraints:      61714
1640.22/1644.80	c INPROCESSING
1640.22/1644.80	c GARBAGE COLLECT
1640.22/1644.80	c rational objective 998
1668.43/1673.12	c #Conflicts:    1910000 | #Constraints:      35260
1668.43/1673.12	c #Conflicts:    1911000 | #Constraints:      36260
1668.43/1673.12	c #Conflicts:    1912000 | #Constraints:      37260
1668.43/1673.12	c #Conflicts:    1913000 | #Constraints:      38260
1668.43/1673.12	c #Conflicts:    1914000 | #Constraints:      39260
1668.43/1673.12	c #Conflicts:    1915000 | #Constraints:      40260
1668.43/1673.12	c #Conflicts:    1916000 | #Constraints:      41260
1668.43/1673.12	c #Conflicts:    1917000 | #Constraints:      42260
1668.43/1673.12	c #Conflicts:    1918000 | #Constraints:      43260
1668.43/1673.12	c #Conflicts:    1919000 | #Constraints:      44260
1668.43/1673.12	c #Conflicts:    1920000 | #Constraints:      45260
1668.43/1673.12	c #Conflicts:    1921000 | #Constraints:      46260
1668.43/1673.12	c #Conflicts:    1922000 | #Constraints:      47260
1668.43/1673.12	c #Conflicts:    1923000 | #Constraints:      48260
1668.43/1673.12	c #Conflicts:    1924000 | #Constraints:      49260
1668.43/1673.12	c #Conflicts:    1925000 | #Constraints:      50260
1668.43/1673.12	c #Conflicts:    1926000 | #Constraints:      51260
1668.43/1673.12	c #Conflicts:    1927000 | #Constraints:      52260
1668.43/1673.12	c #Conflicts:    1928000 | #Constraints:      53260
1668.43/1673.12	c #Conflicts:    1929000 | #Constraints:      54260
1668.43/1673.12	c #Conflicts:    1930000 | #Constraints:      55260
1668.43/1673.12	c #Conflicts:    1931000 | #Constraints:      56260
1668.43/1673.12	c #Conflicts:    1932000 | #Constraints:      57260
1668.43/1673.12	c #Conflicts:    1933000 | #Constraints:      58260
1668.43/1673.12	c #Conflicts:    1934000 | #Constraints:      59260
1668.43/1673.12	c #Conflicts:    1935000 | #Constraints:      60260
1668.43/1673.12	c #Conflicts:    1936000 | #Constraints:      61260
1668.43/1673.12	c #Conflicts:    1937000 | #Constraints:      62260
1668.43/1673.12	c INPROCESSING
1668.43/1673.12	c GARBAGE COLLECT
1668.43/1673.12	c rational objective 998
1697.44/1702.29	c #Conflicts:    1938000 | #Constraints:      35632
1697.44/1702.29	c #Conflicts:    1939000 | #Constraints:      36632
1697.44/1702.29	c #Conflicts:    1940000 | #Constraints:      37632
1697.44/1702.29	c #Conflicts:    1941000 | #Constraints:      38632
1697.44/1702.29	c #Conflicts:    1942000 | #Constraints:      39632
1697.44/1702.29	c #Conflicts:    1943000 | #Constraints:      40632
1697.44/1702.29	c #Conflicts:    1944000 | #Constraints:      41632
1697.44/1702.29	c #Conflicts:    1945000 | #Constraints:      42632
1697.44/1702.29	c #Conflicts:    1946000 | #Constraints:      43632
1697.44/1702.29	c #Conflicts:    1947000 | #Constraints:      44632
1697.44/1702.29	c #Conflicts:    1948000 | #Constraints:      45632
1697.44/1702.29	c #Conflicts:    1949000 | #Constraints:      46632
1697.44/1702.29	c #Conflicts:    1950000 | #Constraints:      47632
1697.44/1702.29	c #Conflicts:    1951000 | #Constraints:      48632
1697.44/1702.29	c #Conflicts:    1952000 | #Constraints:      49632
1697.44/1702.29	c #Conflicts:    1953000 | #Constraints:      50632
1697.44/1702.29	c #Conflicts:    1954000 | #Constraints:      51632
1697.44/1702.29	c #Conflicts:    1955000 | #Constraints:      52632
1697.44/1702.29	c #Conflicts:    1956000 | #Constraints:      53632
1697.44/1702.29	c #Conflicts:    1957000 | #Constraints:      54632
1697.44/1702.29	c #Conflicts:    1958000 | #Constraints:      55632
1697.44/1702.29	c #Conflicts:    1959000 | #Constraints:      56632
1697.44/1702.29	c #Conflicts:    1960000 | #Constraints:      57632
1697.44/1702.29	c #Conflicts:    1961000 | #Constraints:      58632
1697.44/1702.29	c #Conflicts:    1962000 | #Constraints:      59632
1697.44/1702.29	c #Conflicts:    1963000 | #Constraints:      60632
1697.44/1702.29	c #Conflicts:    1964000 | #Constraints:      61632
1697.44/1702.29	c #Conflicts:    1965000 | #Constraints:      62632
1697.44/1702.29	c INPROCESSING
1697.44/1702.29	c GARBAGE COLLECT
1697.44/1702.29	c rational objective 998
1715.49/1720.30	c #Conflicts:    1966000 | #Constraints:      35867
1715.49/1720.30	c #Conflicts:    1967000 | #Constraints:      36901
1715.49/1720.30	c #Conflicts:    1968000 | #Constraints:      37905
1715.49/1720.30	c #Conflicts:    1969000 | #Constraints:      38939
1715.49/1720.30	c #Conflicts:    1970000 | #Constraints:      39992
1715.49/1720.30	c #Conflicts:    1971000 | #Constraints:      41055
1715.49/1720.30	c #Conflicts:    1972000 | #Constraints:      42094
1715.49/1720.30	c #Conflicts:    1973000 | #Constraints:      43158
1715.49/1720.30	c #Conflicts:    1974000 | #Constraints:      44208
1715.49/1720.30	c #Conflicts:    1975000 | #Constraints:      45241
1715.49/1720.30	c #Conflicts:    1976000 | #Constraints:      46287
1715.49/1720.30	c #Conflicts:    1977000 | #Constraints:      47323
1715.49/1720.30	c #Conflicts:    1978000 | #Constraints:      48345
1715.49/1720.30	c #Conflicts:    1979000 | #Constraints:      49370
1715.49/1720.30	c #Conflicts:    1980000 | #Constraints:      50397
1715.49/1720.30	c #Conflicts:    1981000 | #Constraints:      51447
1715.49/1720.30	c #Conflicts:    1982000 | #Constraints:      52473
1715.49/1720.30	c #Conflicts:    1983000 | #Constraints:      53514
1715.49/1720.30	c #Conflicts:    1984000 | #Constraints:      54554
1715.49/1720.30	c #Conflicts:    1985000 | #Constraints:      55591
1715.49/1720.30	c #Conflicts:    1986000 | #Constraints:      56614
1715.49/1720.30	c #Conflicts:    1987000 | #Constraints:      57638
1715.49/1720.30	c #Conflicts:    1988000 | #Constraints:      58679
1715.49/1720.30	c #Conflicts:    1989000 | #Constraints:      59726
1715.49/1720.30	c #Conflicts:    1990000 | #Constraints:      60763
1715.49/1720.30	c #Conflicts:    1991000 | #Constraints:      61785
1715.49/1720.30	c #Conflicts:    1992000 | #Constraints:      62801
1715.49/1720.30	c #Conflicts:    1993000 | #Constraints:      63834
1715.49/1720.30	c INPROCESSING
1715.49/1720.30	c GARBAGE COLLECT
1715.49/1720.30	c rational objective 998
1745.69/1750.64	c #Conflicts:    1994000 | #Constraints:      36247
1745.69/1750.64	c #Conflicts:    1995000 | #Constraints:      37247
1745.69/1750.64	c #Conflicts:    1996000 | #Constraints:      38247
1745.69/1750.64	c #Conflicts:    1997000 | #Constraints:      39247
1745.69/1750.64	c #Conflicts:    1998000 | #Constraints:      40247
1745.69/1750.64	c #Conflicts:    1999000 | #Constraints:      41247
1745.69/1750.64	c #Conflicts:    2000000 | #Constraints:      42247
1745.69/1750.64	c #Conflicts:    2001000 | #Constraints:      43247
1745.69/1750.64	c #Conflicts:    2002000 | #Constraints:      44247
1745.69/1750.64	c #Conflicts:    2003000 | #Constraints:      45247
1745.69/1750.64	c #Conflicts:    2004000 | #Constraints:      46248
1745.69/1750.64	c #Conflicts:    2005000 | #Constraints:      47248
1745.69/1750.64	c #Conflicts:    2006000 | #Constraints:      48248
1745.69/1750.64	c #Conflicts:    2007000 | #Constraints:      49248
1745.69/1750.64	c #Conflicts:    2008000 | #Constraints:      50248
1745.69/1750.64	c #Conflicts:    2009000 | #Constraints:      51248
1745.69/1750.64	c #Conflicts:    2010000 | #Constraints:      52248
1745.69/1750.64	c #Conflicts:    2011000 | #Constraints:      53248
1745.69/1750.64	c #Conflicts:    2012000 | #Constraints:      54248
1745.69/1750.64	c #Conflicts:    2013000 | #Constraints:      55248
1745.69/1750.64	c #Conflicts:    2014000 | #Constraints:      56248
1745.69/1750.64	c #Conflicts:    2015000 | #Constraints:      57248
1745.69/1750.64	c #Conflicts:    2016000 | #Constraints:      58248
1745.69/1750.64	c #Conflicts:    2017000 | #Constraints:      59248
1745.69/1750.64	c #Conflicts:    2018000 | #Constraints:      60248
1745.69/1750.64	c #Conflicts:    2019000 | #Constraints:      61248
1745.69/1750.64	c #Conflicts:    2020000 | #Constraints:      62248
1745.69/1750.64	c #Conflicts:    2021000 | #Constraints:      63248
1745.69/1750.64	c INPROCESSING
1745.69/1750.64	c GARBAGE COLLECT
1745.69/1750.64	c rational objective 998
1768.92/1773.90	c #Conflicts:    2022000 | #Constraints:      35850
1768.92/1773.90	c #Conflicts:    2023000 | #Constraints:      36850
1768.92/1773.90	c #Conflicts:    2024000 | #Constraints:      37851
1768.92/1773.90	c #Conflicts:    2025000 | #Constraints:      38851
1768.92/1773.90	c #Conflicts:    2026000 | #Constraints:      39851
1768.92/1773.90	c #Conflicts:    2027000 | #Constraints:      40878
1768.92/1773.90	c #Conflicts:    2028000 | #Constraints:      41928
1768.92/1773.90	c #Conflicts:    2029000 | #Constraints:      42986
1768.92/1773.90	c #Conflicts:    2030000 | #Constraints:      44033
1768.92/1773.90	c #Conflicts:    2031000 | #Constraints:      45087
1768.92/1773.90	c #Conflicts:    2032000 | #Constraints:      46122
1768.92/1773.90	c #Conflicts:    2033000 | #Constraints:      47168
1768.92/1773.90	c #Conflicts:    2034000 | #Constraints:      48191
1768.92/1773.90	c #Conflicts:    2035000 | #Constraints:      49229
1768.92/1773.90	c #Conflicts:    2036000 | #Constraints:      50248
1768.92/1773.90	c #Conflicts:    2037000 | #Constraints:      51263
1768.92/1773.90	c #Conflicts:    2038000 | #Constraints:      52288
1768.92/1773.90	c #Conflicts:    2039000 | #Constraints:      53307
1768.92/1773.90	c #Conflicts:    2040000 | #Constraints:      54326
1768.92/1773.90	c #Conflicts:    2041000 | #Constraints:      55357
1768.92/1773.90	c #Conflicts:    2042000 | #Constraints:      56384
1768.92/1773.90	c #Conflicts:    2043000 | #Constraints:      57403
1768.92/1773.90	c #Conflicts:    2044000 | #Constraints:      58425
1768.92/1773.90	c #Conflicts:    2045000 | #Constraints:      59471
1768.92/1773.90	c #Conflicts:    2046000 | #Constraints:      60497
1768.92/1773.90	c #Conflicts:    2047000 | #Constraints:      61523
1768.92/1773.90	c #Conflicts:    2048000 | #Constraints:      62545
1768.92/1773.90	c #Conflicts:    2049000 | #Constraints:      63579
1768.92/1773.90	c #Conflicts:    2050000 | #Constraints:      64611
1768.92/1773.90	c INPROCESSING
1768.92/1773.90	c GARBAGE COLLECT
1768.92/1773.90	c rational objective 998
1799.73/1804.89	c #Conflicts:    2051000 | #Constraints:      36614
1799.73/1804.89	c #Conflicts:    2052000 | #Constraints:      37614
1799.73/1804.89	c #Conflicts:    2053000 | #Constraints:      38614
1799.73/1804.89	c #Conflicts:    2054000 | #Constraints:      39614
1799.73/1804.89	c #Conflicts:    2055000 | #Constraints:      40614
1799.73/1804.89	c #Conflicts:    2056000 | #Constraints:      41614
1799.73/1804.89	c #Conflicts:    2057000 | #Constraints:      42614
1799.73/1804.89	c #Conflicts:    2058000 | #Constraints:      43614
1799.73/1804.89	c #Conflicts:    2059000 | #Constraints:      44614
1799.73/1804.89	c #Conflicts:    2060000 | #Constraints:      45614
1799.73/1804.89	c #Conflicts:    2061000 | #Constraints:      46614
1799.73/1804.89	c #Conflicts:    2062000 | #Constraints:      47614
1799.73/1804.89	c #Conflicts:    2063000 | #Constraints:      48614
1799.73/1804.89	c #Conflicts:    2064000 | #Constraints:      49614
1799.73/1804.89	c #Conflicts:    2065000 | #Constraints:      50614
1799.73/1804.89	c #Conflicts:    2066000 | #Constraints:      51614
1799.73/1804.89	c #Conflicts:    2067000 | #Constraints:      52614
1799.73/1804.89	c #Conflicts:    2068000 | #Constraints:      53614
1799.73/1804.89	c #Conflicts:    2069000 | #Constraints:      54614
1799.73/1804.89	c #Conflicts:    2070000 | #Constraints:      55614
1799.73/1804.89	c #Conflicts:    2071000 | #Constraints:      56614
1799.73/1804.89	c #Conflicts:    2072000 | #Constraints:      57614
1799.73/1804.89	c #Conflicts:    2073000 | #Constraints:      58614
1799.73/1804.89	c #Conflicts:    2074000 | #Constraints:      59614
1799.73/1804.89	c #Conflicts:    2075000 | #Constraints:      60614
1799.73/1804.89	c #Conflicts:    2076000 | #Constraints:      61614
1799.73/1804.89	c #Conflicts:    2077000 | #Constraints:      62614
1799.73/1804.89	c #Conflicts:    2078000 | #Constraints:      63614
1799.73/1804.89	c #Conflicts:    2079000 | #Constraints:      64614
1799.73/1804.89	c INPROCESSING
1799.73/1804.89	c GARBAGE COLLECT
1799.73/1804.89	c rational objective 998
1821.36/1826.57	c #Conflicts:    2080000 | #Constraints:      36817
1821.36/1826.57	c #Conflicts:    2081000 | #Constraints:      37830
1821.36/1826.57	c #Conflicts:    2082000 | #Constraints:      38830
1821.36/1826.57	c #Conflicts:    2083000 | #Constraints:      39856
1821.36/1826.57	c #Conflicts:    2084000 | #Constraints:      40870
1821.36/1826.57	c #Conflicts:    2085000 | #Constraints:      41931
1821.36/1826.57	c #Conflicts:    2086000 | #Constraints:      42993
1821.36/1826.57	c #Conflicts:    2087000 | #Constraints:      44045
1821.36/1826.57	c #Conflicts:    2088000 | #Constraints:      45093
1821.36/1826.57	c #Conflicts:    2089000 | #Constraints:      46134
1821.36/1826.57	c #Conflicts:    2090000 | #Constraints:      47207
1821.36/1826.57	c #Conflicts:    2091000 | #Constraints:      48262
1821.36/1826.57	c #Conflicts:    2092000 | #Constraints:      49306
1821.36/1826.57	c #Conflicts:    2093000 | #Constraints:      50351
1821.36/1826.57	c #Conflicts:    2094000 | #Constraints:      51390
1821.36/1826.57	c #Conflicts:    2095000 | #Constraints:      52429
1821.36/1826.57	c #Conflicts:    2096000 | #Constraints:      53457
1821.36/1826.57	c #Conflicts:    2097000 | #Constraints:      54502
1821.36/1826.57	c #Conflicts:    2098000 | #Constraints:      55532
1821.36/1826.57	c #Conflicts:    2099000 | #Constraints:      56573
1821.36/1826.57	c #Conflicts:    2100000 | #Constraints:      57608
1821.36/1826.57	c #Conflicts:    2101000 | #Constraints:      58647
1821.36/1826.57	c #Conflicts:    2102000 | #Constraints:      59698
1821.36/1826.57	c #Conflicts:    2103000 | #Constraints:      60731
1821.36/1826.57	c #Conflicts:    2104000 | #Constraints:      61770
1821.36/1826.57	c #Conflicts:    2105000 | #Constraints:      62793
1821.36/1826.57	c #Conflicts:    2106000 | #Constraints:      63836
1821.36/1826.57	c #Conflicts:    2107000 | #Constraints:      64859
1821.36/1826.57	c #Conflicts:    2108000 | #Constraints:      65899
1821.36/1826.57	c INPROCESSING
1821.36/1826.57	c GARBAGE COLLECT
1821.36/1826.57	c rational objective 998
1840.50/1845.73	c #Conflicts:    2109000 | #Constraints:      37346
1840.50/1845.73	c #Conflicts:    2110000 | #Constraints:      38346
1840.50/1845.73	c #Conflicts:    2111000 | #Constraints:      39346
1840.50/1845.73	c #Conflicts:    2112000 | #Constraints:      40346
1840.50/1845.73	c #Conflicts:    2113000 | #Constraints:      41346
1840.50/1845.73	c #Conflicts:    2114000 | #Constraints:      42346
1840.50/1845.73	c #Conflicts:    2115000 | #Constraints:      43346
1840.50/1845.73	c #Conflicts:    2116000 | #Constraints:      44346
1840.50/1845.73	c #Conflicts:    2117000 | #Constraints:      45346
1840.50/1845.73	c #Conflicts:    2118000 | #Constraints:      46346
1840.50/1845.73	c #Conflicts:    2119000 | #Constraints:      47346
1840.50/1845.73	c #Conflicts:    2120000 | #Constraints:      48346
1840.50/1845.73	c #Conflicts:    2121000 | #Constraints:      49346
1840.50/1845.73	c #Conflicts:    2122000 | #Constraints:      50346
1840.50/1845.73	c #Conflicts:    2123000 | #Constraints:      51346
1840.50/1845.73	c #Conflicts:    2124000 | #Constraints:      52346
1840.50/1845.73	c #Conflicts:    2125000 | #Constraints:      53346
1840.50/1845.73	c #Conflicts:    2126000 | #Constraints:      54346
1840.50/1845.73	c bounds 1035 >= 999 @ 1823.99
1857.54/1862.81	c #Conflicts:    2127000 | #Constraints:      55424
1857.54/1862.81	c #Conflicts:    2128000 | #Constraints:      56426
1857.54/1862.81	c #Conflicts:    2129000 | #Constraints:      57430
1857.54/1862.81	c #Conflicts:    2130000 | #Constraints:      58431
1857.54/1862.81	c #Conflicts:    2131000 | #Constraints:      59448
1857.54/1862.81	c #Conflicts:    2132000 | #Constraints:      60452
1857.54/1862.81	c #Conflicts:    2133000 | #Constraints:      61460
1857.54/1862.81	c #Conflicts:    2134000 | #Constraints:      62464
1857.54/1862.81	c #Conflicts:    2135000 | #Constraints:      63473
1857.54/1862.81	c #Conflicts:    2136000 | #Constraints:      64474
1857.54/1862.81	c #Conflicts:    2137000 | #Constraints:      65476
1857.54/1862.81	c INPROCESSING
1857.54/1862.81	c GARBAGE COLLECT
1857.54/1862.81	c rational objective 999
1889.14/1894.56	c #Conflicts:    2138000 | #Constraints:      37079
1889.14/1894.56	c #Conflicts:    2139000 | #Constraints:      38079
1889.14/1894.56	c #Conflicts:    2140000 | #Constraints:      39079
1889.14/1894.56	c #Conflicts:    2141000 | #Constraints:      40079
1889.14/1894.56	c #Conflicts:    2142000 | #Constraints:      41079
1889.14/1894.56	c #Conflicts:    2143000 | #Constraints:      42079
1889.14/1894.56	c #Conflicts:    2144000 | #Constraints:      43079
1889.14/1894.56	c #Conflicts:    2145000 | #Constraints:      44079
1889.14/1894.56	c #Conflicts:    2146000 | #Constraints:      45079
1889.14/1894.56	c #Conflicts:    2147000 | #Constraints:      46079
1889.14/1894.56	c #Conflicts:    2148000 | #Constraints:      47079
1889.14/1894.56	c #Conflicts:    2149000 | #Constraints:      48079
1889.14/1894.56	c #Conflicts:    2150000 | #Constraints:      49079
1889.14/1894.56	c #Conflicts:    2151000 | #Constraints:      50079
1889.14/1894.56	c #Conflicts:    2152000 | #Constraints:      51079
1889.14/1894.56	c #Conflicts:    2153000 | #Constraints:      52079
1889.14/1894.56	c #Conflicts:    2154000 | #Constraints:      53079
1889.14/1894.56	c #Conflicts:    2155000 | #Constraints:      54079
1889.14/1894.56	c #Conflicts:    2156000 | #Constraints:      55079
1889.14/1894.56	c #Conflicts:    2157000 | #Constraints:      56079
1889.14/1894.56	c #Conflicts:    2158000 | #Constraints:      57079
1889.14/1894.56	c #Conflicts:    2159000 | #Constraints:      58079
1889.14/1894.56	c #Conflicts:    2160000 | #Constraints:      59079
1889.14/1894.56	c #Conflicts:    2161000 | #Constraints:      60079
1889.14/1894.56	c #Conflicts:    2162000 | #Constraints:      61079
1889.14/1894.56	c #Conflicts:    2163000 | #Constraints:      62079
1889.14/1894.56	c #Conflicts:    2164000 | #Constraints:      63079
1889.14/1894.56	c #Conflicts:    2165000 | #Constraints:      64079
1889.14/1894.56	c #Conflicts:    2166000 | #Constraints:      65079
1889.14/1894.56	c INPROCESSING
1889.14/1894.56	c GARBAGE COLLECT
1889.14/1894.56	c rational objective 999
1945.66/1951.28	c #Conflicts:    2167000 | #Constraints:      36773
1945.66/1951.28	c #Conflicts:    2168000 | #Constraints:      37773
1945.66/1951.28	c #Conflicts:    2169000 | #Constraints:      38773
1945.66/1951.28	c #Conflicts:    2170000 | #Constraints:      39773
1945.66/1951.28	c #Conflicts:    2171000 | #Constraints:      40773
1945.66/1951.28	c #Conflicts:    2172000 | #Constraints:      41784
1945.66/1951.28	c #Conflicts:    2173000 | #Constraints:      42882
1945.66/1951.28	c #Conflicts:    2174000 | #Constraints:      43944
1945.66/1951.28	c #Conflicts:    2175000 | #Constraints:      44997
1945.66/1951.28	c #Conflicts:    2176000 | #Constraints:      46034
1945.66/1951.28	c #Conflicts:    2177000 | #Constraints:      47079
1945.66/1951.28	c #Conflicts:    2178000 | #Constraints:      48127
1945.66/1951.28	c #Conflicts:    2179000 | #Constraints:      49148
1945.66/1951.28	c #Conflicts:    2180000 | #Constraints:      50183
1945.66/1951.28	c #Conflicts:    2181000 | #Constraints:      51201
1945.66/1951.28	c #Conflicts:    2182000 | #Constraints:      52223
1945.66/1951.28	c #Conflicts:    2183000 | #Constraints:      53244
1945.66/1951.28	c #Conflicts:    2184000 | #Constraints:      54272
1945.66/1951.28	c #Conflicts:    2185000 | #Constraints:      55289
1945.66/1951.28	c #Conflicts:    2186000 | #Constraints:      56310
1945.66/1951.28	c #Conflicts:    2187000 | #Constraints:      57339
1945.66/1951.28	c #Conflicts:    2188000 | #Constraints:      58380
1945.66/1951.28	c #Conflicts:    2189000 | #Constraints:      59409
1945.66/1951.28	c #Conflicts:    2190000 | #Constraints:      60430
1945.66/1951.28	c #Conflicts:    2191000 | #Constraints:      61446
1945.66/1951.28	c #Conflicts:    2192000 | #Constraints:      62454
1945.66/1951.28	c #Conflicts:    2193000 | #Constraints:      63469
1945.66/1951.28	c #Conflicts:    2194000 | #Constraints:      64494
1945.66/1951.28	c #Conflicts:    2195000 | #Constraints:      65543
1945.66/1951.28	c #Conflicts:    2196000 | #Constraints:      66567
1945.66/1951.28	c INPROCESSING
1945.66/1951.28	c GARBAGE COLLECT
1945.66/1951.28	c rational objective 999
1980.25/1985.93	c #Conflicts:    2197000 | #Constraints:      37639
1980.25/1985.93	c #Conflicts:    2198000 | #Constraints:      38639
1980.25/1985.93	c #Conflicts:    2199000 | #Constraints:      39639
1980.25/1985.93	c #Conflicts:    2200000 | #Constraints:      40639
1980.25/1985.93	c #Conflicts:    2201000 | #Constraints:      41639
1980.25/1985.93	c #Conflicts:    2202000 | #Constraints:      42639
1980.25/1985.93	c #Conflicts:    2203000 | #Constraints:      43639
1980.25/1985.93	c #Conflicts:    2204000 | #Constraints:      44639
1980.25/1985.93	c #Conflicts:    2205000 | #Constraints:      45639
1980.25/1985.93	c #Conflicts:    2206000 | #Constraints:      46639
1980.25/1985.93	c #Conflicts:    2207000 | #Constraints:      47639
1980.25/1985.93	c #Conflicts:    2208000 | #Constraints:      48639
1980.25/1985.93	c #Conflicts:    2209000 | #Constraints:      49639
1980.25/1985.93	c #Conflicts:    2210000 | #Constraints:      50639
1980.25/1985.93	c #Conflicts:    2211000 | #Constraints:      51639
1980.25/1985.93	c #Conflicts:    2212000 | #Constraints:      52639
1980.25/1985.93	c #Conflicts:    2213000 | #Constraints:      53639
1980.25/1985.93	c #Conflicts:    2214000 | #Constraints:      54639
1980.25/1985.93	c #Conflicts:    2215000 | #Constraints:      55639
1980.25/1985.93	c #Conflicts:    2216000 | #Constraints:      56639
1980.25/1985.93	c #Conflicts:    2217000 | #Constraints:      57640
1980.25/1985.93	c #Conflicts:    2218000 | #Constraints:      58640
1980.25/1985.93	c #Conflicts:    2219000 | #Constraints:      59641
1980.25/1985.93	c #Conflicts:    2220000 | #Constraints:      60641
1980.25/1985.93	c #Conflicts:    2221000 | #Constraints:      61641
1980.25/1985.93	c #Conflicts:    2222000 | #Constraints:      62641
1980.25/1985.93	c #Conflicts:    2223000 | #Constraints:      63642
1980.25/1985.93	c #Conflicts:    2224000 | #Constraints:      64642
1980.25/1985.93	c #Conflicts:    2225000 | #Constraints:      65642
1980.25/1985.93	c #Conflicts:    2226000 | #Constraints:      66642
1980.25/1985.93	c INPROCESSING
1980.25/1985.93	c GARBAGE COLLECT
1980.25/1985.93	c rational objective 999
2014.55/2020.32	c #Conflicts:    2227000 | #Constraints:      37859
2014.55/2020.32	c #Conflicts:    2228000 | #Constraints:      38859
2014.55/2020.32	c #Conflicts:    2229000 | #Constraints:      39859
2014.55/2020.32	c #Conflicts:    2230000 | #Constraints:      40859
2014.55/2020.32	c #Conflicts:    2231000 | #Constraints:      41859
2014.55/2020.32	c #Conflicts:    2232000 | #Constraints:      42859
2014.55/2020.32	c #Conflicts:    2233000 | #Constraints:      43859
2014.55/2020.32	c #Conflicts:    2234000 | #Constraints:      44859
2014.55/2020.32	c #Conflicts:    2235000 | #Constraints:      45859
2014.55/2020.32	c #Conflicts:    2236000 | #Constraints:      46859
2014.55/2020.32	c #Conflicts:    2237000 | #Constraints:      47859
2014.55/2020.32	c #Conflicts:    2238000 | #Constraints:      48859
2014.55/2020.32	c #Conflicts:    2239000 | #Constraints:      49859
2014.55/2020.32	c #Conflicts:    2240000 | #Constraints:      50859
2014.55/2020.32	c #Conflicts:    2241000 | #Constraints:      51859
2014.55/2020.32	c #Conflicts:    2242000 | #Constraints:      52859
2014.55/2020.32	c #Conflicts:    2243000 | #Constraints:      53859
2014.55/2020.32	c #Conflicts:    2244000 | #Constraints:      54859
2014.55/2020.32	c #Conflicts:    2245000 | #Constraints:      55859
2014.55/2020.32	c #Conflicts:    2246000 | #Constraints:      56859
2014.55/2020.32	c #Conflicts:    2247000 | #Constraints:      57859
2014.55/2020.32	c #Conflicts:    2248000 | #Constraints:      58859
2014.55/2020.32	c #Conflicts:    2249000 | #Constraints:      59859
2014.55/2020.32	c #Conflicts:    2250000 | #Constraints:      60859
2014.55/2020.32	c #Conflicts:    2251000 | #Constraints:      61859
2014.55/2020.32	c #Conflicts:    2252000 | #Constraints:      62859
2014.55/2020.32	c #Conflicts:    2253000 | #Constraints:      63859
2014.55/2020.32	c #Conflicts:    2254000 | #Constraints:      64859
2014.55/2020.32	c #Conflicts:    2255000 | #Constraints:      65859
2014.55/2020.32	c #Conflicts:    2256000 | #Constraints:      66859
2014.55/2020.32	c INPROCESSING
2014.55/2020.32	c GARBAGE COLLECT
2014.55/2020.32	c rational objective 999
2048.17/2054.07	c #Conflicts:    2257000 | #Constraints:      37956
2048.17/2054.07	c #Conflicts:    2258000 | #Constraints:      38956
2048.17/2054.07	c #Conflicts:    2259000 | #Constraints:      39956
2048.17/2054.07	c #Conflicts:    2260000 | #Constraints:      40956
2048.17/2054.07	c #Conflicts:    2261000 | #Constraints:      41956
2048.17/2054.07	c #Conflicts:    2262000 | #Constraints:      42956
2048.17/2054.07	c #Conflicts:    2263000 | #Constraints:      43956
2048.17/2054.07	c #Conflicts:    2264000 | #Constraints:      44957
2048.17/2054.07	c #Conflicts:    2265000 | #Constraints:      45957
2048.17/2054.07	c #Conflicts:    2266000 | #Constraints:      46958
2048.17/2054.07	c #Conflicts:    2267000 | #Constraints:      47959
2048.17/2054.07	c #Conflicts:    2268000 | #Constraints:      48959
2048.17/2054.07	c #Conflicts:    2269000 | #Constraints:      49960
2048.17/2054.07	c #Conflicts:    2270000 | #Constraints:      50962
2048.17/2054.07	c #Conflicts:    2271000 | #Constraints:      51962
2048.17/2054.07	c #Conflicts:    2272000 | #Constraints:      52963
2048.17/2054.07	c #Conflicts:    2273000 | #Constraints:      53963
2048.17/2054.07	c #Conflicts:    2274000 | #Constraints:      54963
2048.17/2054.07	c #Conflicts:    2275000 | #Constraints:      55963
2048.17/2054.07	c #Conflicts:    2276000 | #Constraints:      56964
2048.17/2054.07	c #Conflicts:    2277000 | #Constraints:      57964
2048.17/2054.07	c #Conflicts:    2278000 | #Constraints:      58965
2048.17/2054.07	c #Conflicts:    2279000 | #Constraints:      59965
2048.17/2054.07	c #Conflicts:    2280000 | #Constraints:      60966
2048.17/2054.07	c #Conflicts:    2281000 | #Constraints:      61967
2048.17/2054.07	c #Conflicts:    2282000 | #Constraints:      62967
2048.17/2054.07	c #Conflicts:    2283000 | #Constraints:      63967
2048.17/2054.07	c #Conflicts:    2284000 | #Constraints:      64968
2048.17/2054.07	c #Conflicts:    2285000 | #Constraints:      65968
2048.17/2054.07	c #Conflicts:    2286000 | #Constraints:      66969
2048.17/2054.07	c INPROCESSING
2048.17/2054.07	c GARBAGE COLLECT
2048.17/2054.07	c rational objective 999
2109.59/2115.66	c #Conflicts:    2287000 | #Constraints:      37930
2109.59/2115.66	c #Conflicts:    2288000 | #Constraints:      38930
2109.59/2115.66	c #Conflicts:    2289000 | #Constraints:      39930
2109.59/2115.66	c #Conflicts:    2290000 | #Constraints:      40930
2109.59/2115.66	c #Conflicts:    2291000 | #Constraints:      41930
2109.59/2115.66	c #Conflicts:    2292000 | #Constraints:      42930
2109.59/2115.66	c #Conflicts:    2293000 | #Constraints:      43930
2109.59/2115.66	c #Conflicts:    2294000 | #Constraints:      44930
2109.59/2115.66	c #Conflicts:    2295000 | #Constraints:      45931
2109.59/2115.66	c #Conflicts:    2296000 | #Constraints:      46931
2109.59/2115.66	c #Conflicts:    2297000 | #Constraints:      47942
2109.59/2115.66	c #Conflicts:    2298000 | #Constraints:      48955
2109.59/2115.66	c #Conflicts:    2299000 | #Constraints:      49962
2109.59/2115.66	c #Conflicts:    2300000 | #Constraints:      50969
2109.59/2115.66	c #Conflicts:    2301000 | #Constraints:      51974
2109.59/2115.66	c #Conflicts:    2302000 | #Constraints:      52976
2109.59/2115.66	c #Conflicts:    2303000 | #Constraints:      53982
2109.59/2115.66	c #Conflicts:    2304000 | #Constraints:      54989
2109.59/2115.66	c #Conflicts:    2305000 | #Constraints:      55994
2109.59/2115.66	c #Conflicts:    2306000 | #Constraints:      56995
2109.59/2115.66	c #Conflicts:    2307000 | #Constraints:      57995
2109.59/2115.66	c #Conflicts:    2308000 | #Constraints:      59000
2109.59/2115.66	c #Conflicts:    2309000 | #Constraints:      60002
2109.59/2115.66	c #Conflicts:    2310000 | #Constraints:      61003
2109.59/2115.66	c #Conflicts:    2311000 | #Constraints:      62004
2109.59/2115.66	c #Conflicts:    2312000 | #Constraints:      63007
2109.59/2115.66	c #Conflicts:    2313000 | #Constraints:      64008
2109.59/2115.66	c #Conflicts:    2314000 | #Constraints:      65011
2109.59/2115.66	c #Conflicts:    2315000 | #Constraints:      66013
2109.59/2115.66	c #Conflicts:    2316000 | #Constraints:      67014
2109.59/2115.66	c INPROCESSING
2109.59/2115.66	c GARBAGE COLLECT
2109.59/2115.66	c rational objective 999
2143.40/2149.53	c #Conflicts:    2317000 | #Constraints:      37689
2143.40/2149.53	c #Conflicts:    2318000 | #Constraints:      38689
2143.40/2149.53	c #Conflicts:    2319000 | #Constraints:      39689
2143.40/2149.53	c #Conflicts:    2320000 | #Constraints:      40689
2143.40/2149.53	c #Conflicts:    2321000 | #Constraints:      41689
2143.40/2149.53	c #Conflicts:    2322000 | #Constraints:      42689
2143.40/2149.53	c #Conflicts:    2323000 | #Constraints:      43690
2143.40/2149.53	c #Conflicts:    2324000 | #Constraints:      44691
2143.40/2149.53	c #Conflicts:    2325000 | #Constraints:      45692
2143.40/2149.53	c #Conflicts:    2326000 | #Constraints:      46693
2143.40/2149.53	c #Conflicts:    2327000 | #Constraints:      47695
2143.40/2149.53	c #Conflicts:    2328000 | #Constraints:      48695
2143.40/2149.53	c #Conflicts:    2329000 | #Constraints:      49695
2143.40/2149.53	c #Conflicts:    2330000 | #Constraints:      50696
2143.40/2149.53	c #Conflicts:    2331000 | #Constraints:      51697
2143.40/2149.53	c #Conflicts:    2332000 | #Constraints:      52699
2143.40/2149.53	c #Conflicts:    2333000 | #Constraints:      53699
2143.40/2149.53	c #Conflicts:    2334000 | #Constraints:      54724
2143.40/2149.53	c #Conflicts:    2335000 | #Constraints:      55724
2143.40/2149.53	c #Conflicts:    2336000 | #Constraints:      56724
2143.40/2149.53	c #Conflicts:    2337000 | #Constraints:      57724
2143.40/2149.53	c #Conflicts:    2338000 | #Constraints:      58725
2143.40/2149.53	c #Conflicts:    2339000 | #Constraints:      59886
2143.40/2149.53	c #Conflicts:    2340000 | #Constraints:      61223
2143.40/2149.53	c #Conflicts:    2341000 | #Constraints:      62558
2143.40/2149.53	c #Conflicts:    2342000 | #Constraints:      64017
2143.40/2149.53	c #Conflicts:    2343000 | #Constraints:      65066
2143.40/2149.53	c #Conflicts:    2344000 | #Constraints:      66067
2143.40/2149.53	c #Conflicts:    2345000 | #Constraints:      67067
2143.40/2149.53	c #Conflicts:    2346000 | #Constraints:      68068
2143.40/2149.53	c #Conflicts:    2347000 | #Constraints:      69069
2143.40/2149.53	c INPROCESSING
2143.40/2149.53	c GARBAGE COLLECT
2143.40/2149.53	c rational objective 999
2174.42/2180.61	c #Conflicts:    2348000 | #Constraints:      38960
2174.42/2180.61	c #Conflicts:    2349000 | #Constraints:      39960
2174.42/2180.61	c #Conflicts:    2350000 | #Constraints:      40960
2174.42/2180.61	c #Conflicts:    2351000 | #Constraints:      41960
2174.42/2180.61	c #Conflicts:    2352000 | #Constraints:      42960
2174.42/2180.61	c #Conflicts:    2353000 | #Constraints:      43960
2174.42/2180.61	c #Conflicts:    2354000 | #Constraints:      44960
2174.42/2180.61	c #Conflicts:    2355000 | #Constraints:      45960
2174.42/2180.61	c #Conflicts:    2356000 | #Constraints:      46960
2174.42/2180.61	c #Conflicts:    2357000 | #Constraints:      47960
2174.42/2180.61	c #Conflicts:    2358000 | #Constraints:      48960
2174.42/2180.61	c #Conflicts:    2359000 | #Constraints:      49960
2174.42/2180.61	c #Conflicts:    2360000 | #Constraints:      50960
2174.42/2180.61	c #Conflicts:    2361000 | #Constraints:      51960
2174.42/2180.61	c #Conflicts:    2362000 | #Constraints:      52960
2174.42/2180.61	c #Conflicts:    2363000 | #Constraints:      53960
2174.42/2180.61	c #Conflicts:    2364000 | #Constraints:      54960
2174.42/2180.61	c #Conflicts:    2365000 | #Constraints:      55960
2174.42/2180.61	c #Conflicts:    2366000 | #Constraints:      56960
2174.42/2180.61	c #Conflicts:    2367000 | #Constraints:      57960
2174.42/2180.61	c #Conflicts:    2368000 | #Constraints:      58960
2174.42/2180.61	c #Conflicts:    2369000 | #Constraints:      59960
2174.42/2180.61	c #Conflicts:    2370000 | #Constraints:      60960
2174.42/2180.61	c #Conflicts:    2371000 | #Constraints:      61960
2174.42/2180.61	c #Conflicts:    2372000 | #Constraints:      62960
2174.42/2180.61	c #Conflicts:    2373000 | #Constraints:      63960
2174.42/2180.61	c #Conflicts:    2374000 | #Constraints:      64960
2174.42/2180.61	c #Conflicts:    2375000 | #Constraints:      65960
2174.42/2180.61	c #Conflicts:    2376000 | #Constraints:      66960
2174.42/2180.61	c #Conflicts:    2377000 | #Constraints:      67960
2174.42/2180.61	c #Conflicts:    2378000 | #Constraints:      68960
2174.42/2180.61	c INPROCESSING
2174.42/2180.61	c GARBAGE COLLECT
2174.42/2180.61	c rational objective 999
2219.40/2225.70	c #Conflicts:    2379000 | #Constraints:      38995
2219.40/2225.70	c #Conflicts:    2380000 | #Constraints:      39997
2219.40/2225.70	c #Conflicts:    2381000 | #Constraints:      41012
2219.40/2225.70	c #Conflicts:    2382000 | #Constraints:      42044
2219.40/2225.70	c #Conflicts:    2383000 | #Constraints:      43074
2219.40/2225.70	c #Conflicts:    2384000 | #Constraints:      44108
2219.40/2225.70	c #Conflicts:    2385000 | #Constraints:      45149
2219.40/2225.70	c #Conflicts:    2386000 | #Constraints:      46178
2219.40/2225.70	c #Conflicts:    2387000 | #Constraints:      47200
2219.40/2225.70	c #Conflicts:    2388000 | #Constraints:      48223
2219.40/2225.70	c #Conflicts:    2389000 | #Constraints:      49262
2219.40/2225.70	c #Conflicts:    2390000 | #Constraints:      50287
2219.40/2225.70	c #Conflicts:    2391000 | #Constraints:      51308
2219.40/2225.70	c #Conflicts:    2392000 | #Constraints:      52325
2219.40/2225.70	c #Conflicts:    2393000 | #Constraints:      53350
2219.40/2225.70	c #Conflicts:    2394000 | #Constraints:      54364
2219.40/2225.70	c #Conflicts:    2395000 | #Constraints:      55374
2219.40/2225.70	c #Conflicts:    2396000 | #Constraints:      56393
2219.40/2225.70	c #Conflicts:    2397000 | #Constraints:      57409
2219.40/2225.70	c #Conflicts:    2398000 | #Constraints:      58427
2219.40/2225.70	c #Conflicts:    2399000 | #Constraints:      59453
2219.40/2225.70	c #Conflicts:    2400000 | #Constraints:      60471
2219.40/2225.70	c #Conflicts:    2401000 | #Constraints:      61499
2219.40/2225.70	c #Conflicts:    2402000 | #Constraints:      62514
2219.40/2225.70	c #Conflicts:    2403000 | #Constraints:      63537
2219.40/2225.70	c #Conflicts:    2404000 | #Constraints:      64551
2219.40/2225.70	c #Conflicts:    2405000 | #Constraints:      65567
2219.40/2225.70	c #Conflicts:    2406000 | #Constraints:      66588
2219.40/2225.70	c #Conflicts:    2407000 | #Constraints:      67598
2219.40/2225.70	c #Conflicts:    2408000 | #Constraints:      68610
2219.40/2225.70	c #Conflicts:    2409000 | #Constraints:      69624
2219.40/2225.70	c INPROCESSING
2219.40/2225.70	c GARBAGE COLLECT
2219.40/2225.70	c rational objective 999
2252.42/2258.80	c #Conflicts:    2410000 | #Constraints:      39255
2252.42/2258.80	c #Conflicts:    2411000 | #Constraints:      40255
2252.42/2258.80	c #Conflicts:    2412000 | #Constraints:      41255
2252.42/2258.80	c #Conflicts:    2413000 | #Constraints:      42255
2252.42/2258.80	c #Conflicts:    2414000 | #Constraints:      43255
2252.42/2258.80	c #Conflicts:    2415000 | #Constraints:      44255
2252.42/2258.80	c #Conflicts:    2416000 | #Constraints:      45255
2252.42/2258.80	c #Conflicts:    2417000 | #Constraints:      46255
2252.42/2258.80	c #Conflicts:    2418000 | #Constraints:      47255
2252.42/2258.80	c #Conflicts:    2419000 | #Constraints:      48255
2252.42/2258.80	c #Conflicts:    2420000 | #Constraints:      49255
2252.42/2258.80	c #Conflicts:    2421000 | #Constraints:      50255
2252.42/2258.80	c #Conflicts:    2422000 | #Constraints:      51255
2252.42/2258.80	c #Conflicts:    2423000 | #Constraints:      52255
2252.42/2258.80	c #Conflicts:    2424000 | #Constraints:      53255
2252.42/2258.80	c #Conflicts:    2425000 | #Constraints:      54255
2252.42/2258.80	c #Conflicts:    2426000 | #Constraints:      55255
2252.42/2258.80	c #Conflicts:    2427000 | #Constraints:      56255
2252.42/2258.80	c #Conflicts:    2428000 | #Constraints:      57255
2252.42/2258.80	c #Conflicts:    2429000 | #Constraints:      58255
2252.42/2258.80	c #Conflicts:    2430000 | #Constraints:      59255
2252.42/2258.80	c #Conflicts:    2431000 | #Constraints:      60255
2252.42/2258.80	c #Conflicts:    2432000 | #Constraints:      61255
2252.42/2258.80	c #Conflicts:    2433000 | #Constraints:      62255
2252.42/2258.80	c #Conflicts:    2434000 | #Constraints:      63255
2252.42/2258.80	c #Conflicts:    2435000 | #Constraints:      64255
2252.42/2258.80	c #Conflicts:    2436000 | #Constraints:      65255
2252.42/2258.80	c #Conflicts:    2437000 | #Constraints:      66255
2252.42/2258.80	c #Conflicts:    2438000 | #Constraints:      67255
2252.42/2258.80	c #Conflicts:    2439000 | #Constraints:      68255
2252.42/2258.80	c #Conflicts:    2440000 | #Constraints:      69255
2252.42/2258.80	c INPROCESSING
2252.42/2258.80	c GARBAGE COLLECT
2252.42/2258.80	c rational objective 999
2285.54/2292.10	c #Conflicts:    2441000 | #Constraints:      39077
2285.54/2292.10	c #Conflicts:    2442000 | #Constraints:      40077
2285.54/2292.10	c #Conflicts:    2443000 | #Constraints:      41077
2285.54/2292.10	c #Conflicts:    2444000 | #Constraints:      42077
2285.54/2292.10	c #Conflicts:    2445000 | #Constraints:      43077
2285.54/2292.10	c #Conflicts:    2446000 | #Constraints:      44077
2285.54/2292.10	c #Conflicts:    2447000 | #Constraints:      45077
2285.54/2292.10	c #Conflicts:    2448000 | #Constraints:      46077
2285.54/2292.10	c #Conflicts:    2449000 | #Constraints:      47077
2285.54/2292.10	c #Conflicts:    2450000 | #Constraints:      48077
2285.54/2292.10	c #Conflicts:    2451000 | #Constraints:      49078
2285.54/2292.10	c #Conflicts:    2452000 | #Constraints:      50078
2285.54/2292.10	c #Conflicts:    2453000 | #Constraints:      51079
2285.54/2292.10	c #Conflicts:    2454000 | #Constraints:      52079
2285.54/2292.10	c #Conflicts:    2455000 | #Constraints:      53079
2285.54/2292.10	c #Conflicts:    2456000 | #Constraints:      54080
2285.54/2292.10	c #Conflicts:    2457000 | #Constraints:      55080
2285.54/2292.10	c #Conflicts:    2458000 | #Constraints:      56081
2285.54/2292.10	c #Conflicts:    2459000 | #Constraints:      57081
2285.54/2292.10	c #Conflicts:    2460000 | #Constraints:      58081
2285.54/2292.10	c #Conflicts:    2461000 | #Constraints:      59082
2285.54/2292.10	c #Conflicts:    2462000 | #Constraints:      60083
2285.54/2292.10	c #Conflicts:    2463000 | #Constraints:      61083
2285.54/2292.10	c #Conflicts:    2464000 | #Constraints:      62085
2285.54/2292.10	c #Conflicts:    2465000 | #Constraints:      63086
2285.54/2292.10	c #Conflicts:    2466000 | #Constraints:      64086
2285.54/2292.10	c #Conflicts:    2467000 | #Constraints:      65086
2285.54/2292.10	c #Conflicts:    2468000 | #Constraints:      66086
2285.54/2292.10	c #Conflicts:    2469000 | #Constraints:      67086
2285.54/2292.10	c #Conflicts:    2470000 | #Constraints:      68086
2285.54/2292.10	c #Conflicts:    2471000 | #Constraints:      69086
2285.54/2292.10	c INPROCESSING
2285.54/2292.10	c GARBAGE COLLECT
2285.54/2292.10	c rational objective 999
2328.92/2335.57	c #Conflicts:    2472000 | #Constraints:      38772
2328.92/2335.57	c #Conflicts:    2473000 | #Constraints:      39773
2328.92/2335.57	c #Conflicts:    2474000 | #Constraints:      40797
2328.92/2335.57	c #Conflicts:    2475000 | #Constraints:      41870
2328.92/2335.57	c #Conflicts:    2476000 | #Constraints:      42942
2328.92/2335.57	c #Conflicts:    2477000 | #Constraints:      44016
2328.92/2335.57	c #Conflicts:    2478000 | #Constraints:      45073
2328.92/2335.57	c #Conflicts:    2479000 | #Constraints:      46110
2328.92/2335.57	c #Conflicts:    2480000 | #Constraints:      47142
2328.92/2335.57	c #Conflicts:    2481000 | #Constraints:      48175
2328.92/2335.57	c #Conflicts:    2482000 | #Constraints:      49212
2328.92/2335.57	c #Conflicts:    2483000 | #Constraints:      50248
2328.92/2335.57	c #Conflicts:    2484000 | #Constraints:      51292
2328.92/2335.57	c #Conflicts:    2485000 | #Constraints:      52328
2328.92/2335.57	c #Conflicts:    2486000 | #Constraints:      53383
2328.92/2335.57	c #Conflicts:    2487000 | #Constraints:      54421
2328.92/2335.57	c #Conflicts:    2488000 | #Constraints:      55458
2328.92/2335.57	c #Conflicts:    2489000 | #Constraints:      56496
2328.92/2335.57	c #Conflicts:    2490000 | #Constraints:      57532
2328.92/2335.57	c #Conflicts:    2491000 | #Constraints:      58572
2328.92/2335.57	c #Conflicts:    2492000 | #Constraints:      59617
2328.92/2335.57	c #Conflicts:    2493000 | #Constraints:      60642
2328.92/2335.57	c #Conflicts:    2494000 | #Constraints:      61666
2328.92/2335.57	c #Conflicts:    2495000 | #Constraints:      62712
2328.92/2335.57	c #Conflicts:    2496000 | #Constraints:      63742
2328.92/2335.57	c #Conflicts:    2497000 | #Constraints:      64764
2328.92/2335.57	c #Conflicts:    2498000 | #Constraints:      65801
2328.92/2335.57	c #Conflicts:    2499000 | #Constraints:      66832
2328.92/2335.57	c #Conflicts:    2500000 | #Constraints:      67880
2328.92/2335.57	c #Conflicts:    2501000 | #Constraints:      68909
2328.92/2335.57	c #Conflicts:    2502000 | #Constraints:      69948
2328.92/2335.57	c #Conflicts:    2503000 | #Constraints:      70980
2328.92/2335.57	c INPROCESSING
2328.92/2335.57	c GARBAGE COLLECT
2328.92/2335.57	c rational objective 999
2363.23/2369.94	c #Conflicts:    2504000 | #Constraints:      39766
2363.23/2369.94	c #Conflicts:    2505000 | #Constraints:      40766
2363.23/2369.94	c #Conflicts:    2506000 | #Constraints:      41766
2363.23/2369.94	c #Conflicts:    2507000 | #Constraints:      42766
2363.23/2369.94	c #Conflicts:    2508000 | #Constraints:      43766
2363.23/2369.94	c #Conflicts:    2509000 | #Constraints:      44766
2363.23/2369.94	c #Conflicts:    2510000 | #Constraints:      45766
2363.23/2369.94	c #Conflicts:    2511000 | #Constraints:      46766
2363.23/2369.94	c #Conflicts:    2512000 | #Constraints:      47766
2363.23/2369.94	c #Conflicts:    2513000 | #Constraints:      48767
2363.23/2369.94	c #Conflicts:    2514000 | #Constraints:      49767
2363.23/2369.94	c #Conflicts:    2515000 | #Constraints:      50768
2363.23/2369.94	c #Conflicts:    2516000 | #Constraints:      51768
2363.23/2369.94	c #Conflicts:    2517000 | #Constraints:      52769
2363.23/2369.94	c #Conflicts:    2518000 | #Constraints:      53769
2363.23/2369.94	c #Conflicts:    2519000 | #Constraints:      54770
2363.23/2369.94	c #Conflicts:    2520000 | #Constraints:      55770
2363.23/2369.94	c #Conflicts:    2521000 | #Constraints:      56771
2363.23/2369.94	c #Conflicts:    2522000 | #Constraints:      57771
2363.23/2369.94	c #Conflicts:    2523000 | #Constraints:      58772
2363.23/2369.94	c #Conflicts:    2524000 | #Constraints:      59772
2363.23/2369.94	c #Conflicts:    2525000 | #Constraints:      60772
2363.23/2369.94	c #Conflicts:    2526000 | #Constraints:      61772
2363.23/2369.94	c #Conflicts:    2527000 | #Constraints:      62772
2363.23/2369.94	c #Conflicts:    2528000 | #Constraints:      63773
2363.23/2369.94	c #Conflicts:    2529000 | #Constraints:      64773
2363.23/2369.94	c #Conflicts:    2530000 | #Constraints:      65773
2363.23/2369.94	c #Conflicts:    2531000 | #Constraints:      66774
2363.23/2369.94	c #Conflicts:    2532000 | #Constraints:      67774
2363.23/2369.94	c #Conflicts:    2533000 | #Constraints:      68774
2363.23/2369.94	c #Conflicts:    2534000 | #Constraints:      69775
2363.23/2369.94	c #Conflicts:    2535000 | #Constraints:      70776
2363.23/2369.94	c INPROCESSING
2363.23/2369.94	c GARBAGE COLLECT
2363.23/2369.94	c rational objective 999
2396.05/2402.80	c #Conflicts:    2536000 | #Constraints:      39927
2396.05/2402.80	c #Conflicts:    2537000 | #Constraints:      40927
2396.05/2402.80	c #Conflicts:    2538000 | #Constraints:      41927
2396.05/2402.80	c #Conflicts:    2539000 | #Constraints:      42927
2396.05/2402.80	c #Conflicts:    2540000 | #Constraints:      43927
2396.05/2402.80	c #Conflicts:    2541000 | #Constraints:      44927
2396.05/2402.80	c #Conflicts:    2542000 | #Constraints:      45927
2396.05/2402.80	c #Conflicts:    2543000 | #Constraints:      46927
2396.05/2402.80	c #Conflicts:    2544000 | #Constraints:      47927
2396.05/2402.80	c #Conflicts:    2545000 | #Constraints:      48927
2396.05/2402.80	c #Conflicts:    2546000 | #Constraints:      49927
2396.05/2402.80	c #Conflicts:    2547000 | #Constraints:      50927
2396.05/2402.80	c #Conflicts:    2548000 | #Constraints:      51927
2396.05/2402.80	c #Conflicts:    2549000 | #Constraints:      52927
2396.05/2402.80	c #Conflicts:    2550000 | #Constraints:      53927
2396.05/2402.80	c #Conflicts:    2551000 | #Constraints:      54927
2396.05/2402.80	c #Conflicts:    2552000 | #Constraints:      55927
2396.05/2402.80	c #Conflicts:    2553000 | #Constraints:      56927
2396.05/2402.80	c #Conflicts:    2554000 | #Constraints:      57927
2396.05/2402.80	c #Conflicts:    2555000 | #Constraints:      58927
2396.05/2402.80	c #Conflicts:    2556000 | #Constraints:      59927
2396.05/2402.80	c #Conflicts:    2557000 | #Constraints:      60927
2396.05/2402.80	c #Conflicts:    2558000 | #Constraints:      61927
2396.05/2402.80	c #Conflicts:    2559000 | #Constraints:      62927
2396.05/2402.80	c #Conflicts:    2560000 | #Constraints:      63927
2396.05/2402.80	c #Conflicts:    2561000 | #Constraints:      64927
2396.05/2402.80	c #Conflicts:    2562000 | #Constraints:      65927
2396.05/2402.80	c #Conflicts:    2563000 | #Constraints:      66927
2396.05/2402.80	c #Conflicts:    2564000 | #Constraints:      67927
2396.05/2402.80	c #Conflicts:    2565000 | #Constraints:      68927
2396.05/2402.80	c #Conflicts:    2566000 | #Constraints:      69927
2396.05/2402.80	c #Conflicts:    2567000 | #Constraints:      70927
2396.05/2402.80	c INPROCESSING
2396.05/2402.80	c GARBAGE COLLECT
2396.05/2402.80	c rational objective 999
2430.47/2437.33	c #Conflicts:    2568000 | #Constraints:      40015
2430.47/2437.33	c #Conflicts:    2569000 | #Constraints:      41015
2430.47/2437.33	c #Conflicts:    2570000 | #Constraints:      42015
2430.47/2437.33	c #Conflicts:    2571000 | #Constraints:      43015
2430.47/2437.33	c #Conflicts:    2572000 | #Constraints:      44015
2430.47/2437.33	c #Conflicts:    2573000 | #Constraints:      45015
2430.47/2437.33	c #Conflicts:    2574000 | #Constraints:      46015
2430.47/2437.33	c #Conflicts:    2575000 | #Constraints:      47015
2430.47/2437.33	c #Conflicts:    2576000 | #Constraints:      48015
2430.47/2437.33	c #Conflicts:    2577000 | #Constraints:      49015
2430.47/2437.33	c #Conflicts:    2578000 | #Constraints:      50015
2430.47/2437.33	c #Conflicts:    2579000 | #Constraints:      51015
2430.47/2437.33	c #Conflicts:    2580000 | #Constraints:      52015
2430.47/2437.33	c #Conflicts:    2581000 | #Constraints:      53015
2430.47/2437.33	c #Conflicts:    2582000 | #Constraints:      54015
2430.47/2437.33	c #Conflicts:    2583000 | #Constraints:      55015
2430.47/2437.33	c #Conflicts:    2584000 | #Constraints:      56015
2430.47/2437.33	c #Conflicts:    2585000 | #Constraints:      57015
2430.47/2437.33	c #Conflicts:    2586000 | #Constraints:      58015
2430.47/2437.33	c #Conflicts:    2587000 | #Constraints:      59015
2430.47/2437.33	c #Conflicts:    2588000 | #Constraints:      60015
2430.47/2437.33	c #Conflicts:    2589000 | #Constraints:      61015
2430.47/2437.33	c #Conflicts:    2590000 | #Constraints:      62015
2430.47/2437.33	c #Conflicts:    2591000 | #Constraints:      63015
2430.47/2437.33	c #Conflicts:    2592000 | #Constraints:      64015
2430.47/2437.33	c #Conflicts:    2593000 | #Constraints:      65015
2430.47/2437.33	c #Conflicts:    2594000 | #Constraints:      66015
2430.47/2437.33	c #Conflicts:    2595000 | #Constraints:      67015
2430.47/2437.33	c #Conflicts:    2596000 | #Constraints:      68015
2430.47/2437.33	c #Conflicts:    2597000 | #Constraints:      69015
2430.47/2437.33	c #Conflicts:    2598000 | #Constraints:      70015
2430.47/2437.33	c #Conflicts:    2599000 | #Constraints:      71015
2430.47/2437.33	c INPROCESSING
2430.47/2437.33	c GARBAGE COLLECT
2430.47/2437.33	c rational objective 999
2471.85/2478.84	c #Conflicts:    2600000 | #Constraints:      39963
2471.85/2478.84	c #Conflicts:    2601000 | #Constraints:      41009
2471.85/2478.84	c #Conflicts:    2602000 | #Constraints:      42065
2471.85/2478.84	c #Conflicts:    2603000 | #Constraints:      43141
2471.85/2478.84	c #Conflicts:    2604000 | #Constraints:      44196
2471.85/2478.84	c #Conflicts:    2605000 | #Constraints:      45263
2471.85/2478.84	c #Conflicts:    2606000 | #Constraints:      46307
2471.85/2478.84	c #Conflicts:    2607000 | #Constraints:      47348
2471.85/2478.84	c #Conflicts:    2608000 | #Constraints:      48389
2471.85/2478.84	c #Conflicts:    2609000 | #Constraints:      49432
2471.85/2478.84	c #Conflicts:    2610000 | #Constraints:      50463
2471.85/2478.84	c #Conflicts:    2611000 | #Constraints:      51506
2471.85/2478.84	c #Conflicts:    2612000 | #Constraints:      52536
2471.85/2478.84	c #Conflicts:    2613000 | #Constraints:      53574
2471.85/2478.84	c #Conflicts:    2614000 | #Constraints:      54606
2471.85/2478.84	c #Conflicts:    2615000 | #Constraints:      55630
2471.85/2478.84	c #Conflicts:    2616000 | #Constraints:      56668
2471.85/2478.84	c #Conflicts:    2617000 | #Constraints:      57684
2471.85/2478.84	c #Conflicts:    2618000 | #Constraints:      58697
2471.85/2478.84	c #Conflicts:    2619000 | #Constraints:      59721
2471.85/2478.84	c #Conflicts:    2620000 | #Constraints:      60739
2471.85/2478.84	c #Conflicts:    2621000 | #Constraints:      61753
2471.85/2478.84	c #Conflicts:    2622000 | #Constraints:      62776
2471.85/2478.84	c #Conflicts:    2623000 | #Constraints:      63806
2471.85/2478.84	c #Conflicts:    2624000 | #Constraints:      64836
2471.85/2478.84	c #Conflicts:    2625000 | #Constraints:      65846
2471.85/2478.84	c #Conflicts:    2626000 | #Constraints:      66867
2471.85/2478.84	c #Conflicts:    2627000 | #Constraints:      67902
2471.85/2478.84	c #Conflicts:    2628000 | #Constraints:      68926
2471.85/2478.84	c #Conflicts:    2629000 | #Constraints:      69957
2471.85/2478.84	c #Conflicts:    2630000 | #Constraints:      70987
2471.85/2478.84	c #Conflicts:    2631000 | #Constraints:      72039
2471.85/2478.84	c INPROCESSING
2471.85/2478.84	c GARBAGE COLLECT
2471.85/2478.84	c rational objective 999
2509.16/2516.20	c #Conflicts:    2632000 | #Constraints:      40112
2509.16/2516.20	c #Conflicts:    2633000 | #Constraints:      41112
2509.16/2516.20	c #Conflicts:    2634000 | #Constraints:      42112
2509.16/2516.20	c #Conflicts:    2635000 | #Constraints:      43112
2509.16/2516.20	c #Conflicts:    2636000 | #Constraints:      44112
2509.16/2516.20	c #Conflicts:    2637000 | #Constraints:      45112
2509.16/2516.20	c #Conflicts:    2638000 | #Constraints:      46112
2509.16/2516.20	c #Conflicts:    2639000 | #Constraints:      47113
2509.16/2516.20	c #Conflicts:    2640000 | #Constraints:      48114
2509.16/2516.20	c #Conflicts:    2641000 | #Constraints:      49115
2509.16/2516.20	c #Conflicts:    2642000 | #Constraints:      50116
2509.16/2516.20	c #Conflicts:    2643000 | #Constraints:      51116
2509.16/2516.20	c #Conflicts:    2644000 | #Constraints:      52117
2509.16/2516.20	c #Conflicts:    2645000 | #Constraints:      53118
2509.16/2516.20	c #Conflicts:    2646000 | #Constraints:      54119
2509.16/2516.20	c #Conflicts:    2647000 | #Constraints:      55119
2509.16/2516.20	c #Conflicts:    2648000 | #Constraints:      56120
2509.16/2516.20	c #Conflicts:    2649000 | #Constraints:      57121
2509.16/2516.20	c #Conflicts:    2650000 | #Constraints:      58122
2509.16/2516.20	c #Conflicts:    2651000 | #Constraints:      59123
2509.16/2516.20	c #Conflicts:    2652000 | #Constraints:      60123
2509.16/2516.20	c #Conflicts:    2653000 | #Constraints:      61124
2509.16/2516.20	c #Conflicts:    2654000 | #Constraints:      62124
2509.16/2516.20	c #Conflicts:    2655000 | #Constraints:      63124
2509.16/2516.20	c #Conflicts:    2656000 | #Constraints:      64124
2509.16/2516.20	c #Conflicts:    2657000 | #Constraints:      65124
2509.16/2516.20	c #Conflicts:    2658000 | #Constraints:      66124
2509.16/2516.20	c #Conflicts:    2659000 | #Constraints:      67124
2509.16/2516.20	c #Conflicts:    2660000 | #Constraints:      68124
2509.16/2516.20	c #Conflicts:    2661000 | #Constraints:      69124
2509.16/2516.20	c #Conflicts:    2662000 | #Constraints:      70125
2509.16/2516.20	c #Conflicts:    2663000 | #Constraints:      71126
2509.16/2516.20	c #Conflicts:    2664000 | #Constraints:      72127
2509.16/2516.20	c INPROCESSING
2509.16/2516.20	c GARBAGE COLLECT
2509.16/2516.20	c rational objective 999
2549.06/2556.26	c #Conflicts:    2665000 | #Constraints:      40493
2549.06/2556.26	c #Conflicts:    2666000 | #Constraints:      41500
2549.06/2556.26	c #Conflicts:    2667000 | #Constraints:      42516
2549.06/2556.26	c #Conflicts:    2668000 | #Constraints:      43560
2549.06/2556.26	c #Conflicts:    2669000 | #Constraints:      44576
2549.06/2556.26	c #Conflicts:    2670000 | #Constraints:      45602
2549.06/2556.26	c #Conflicts:    2671000 | #Constraints:      46620
2549.06/2556.26	c #Conflicts:    2672000 | #Constraints:      47626
2549.06/2556.26	c #Conflicts:    2673000 | #Constraints:      48635
2549.06/2556.26	c #Conflicts:    2674000 | #Constraints:      49672
2549.06/2556.26	c #Conflicts:    2675000 | #Constraints:      50737
2549.06/2556.26	c #Conflicts:    2676000 | #Constraints:      51794
2549.06/2556.26	c #Conflicts:    2677000 | #Constraints:      52832
2549.06/2556.26	c #Conflicts:    2678000 | #Constraints:      53868
2549.06/2556.26	c #Conflicts:    2679000 | #Constraints:      54908
2549.06/2556.26	c #Conflicts:    2680000 | #Constraints:      55942
2549.06/2556.26	c #Conflicts:    2681000 | #Constraints:      56979
2549.06/2556.26	c #Conflicts:    2682000 | #Constraints:      58013
2549.06/2556.26	c #Conflicts:    2683000 | #Constraints:      59040
2549.06/2556.26	c #Conflicts:    2684000 | #Constraints:      60081
2549.06/2556.26	c #Conflicts:    2685000 | #Constraints:      61132
2549.06/2556.26	c #Conflicts:    2686000 | #Constraints:      62175
2549.06/2556.26	c #Conflicts:    2687000 | #Constraints:      63206
2549.06/2556.26	c #Conflicts:    2688000 | #Constraints:      64227
2549.06/2556.26	c #Conflicts:    2689000 | #Constraints:      65270
2549.06/2556.26	c #Conflicts:    2690000 | #Constraints:      66300
2549.06/2556.26	c #Conflicts:    2691000 | #Constraints:      67333
2549.06/2556.26	c #Conflicts:    2692000 | #Constraints:      68365
2549.06/2556.26	c #Conflicts:    2693000 | #Constraints:      69388
2549.06/2556.26	c #Conflicts:    2694000 | #Constraints:      70412
2549.06/2556.26	c #Conflicts:    2695000 | #Constraints:      71435
2549.06/2556.26	c #Conflicts:    2696000 | #Constraints:      72464
2549.06/2556.26	c #Conflicts:    2697000 | #Constraints:      73494
2549.06/2556.26	c INPROCESSING
2549.06/2556.26	c GARBAGE COLLECT
2549.06/2556.26	c rational objective 999
2585.87/2593.11	c #Conflicts:    2698000 | #Constraints:      41198
2585.87/2593.11	c #Conflicts:    2699000 | #Constraints:      42198
2585.87/2593.11	c #Conflicts:    2700000 | #Constraints:      43198
2585.87/2593.11	c #Conflicts:    2701000 | #Constraints:      44198
2585.87/2593.11	c #Conflicts:    2702000 | #Constraints:      45198
2585.87/2593.11	c #Conflicts:    2703000 | #Constraints:      46198
2585.87/2593.11	c #Conflicts:    2704000 | #Constraints:      47198
2585.87/2593.11	c #Conflicts:    2705000 | #Constraints:      48198
2585.87/2593.11	c #Conflicts:    2706000 | #Constraints:      49198
2585.87/2593.11	c #Conflicts:    2707000 | #Constraints:      50198
2585.87/2593.11	c #Conflicts:    2708000 | #Constraints:      51198
2585.87/2593.11	c #Conflicts:    2709000 | #Constraints:      52198
2585.87/2593.11	c #Conflicts:    2710000 | #Constraints:      53198
2585.87/2593.11	c #Conflicts:    2711000 | #Constraints:      54198
2585.87/2593.11	c #Conflicts:    2712000 | #Constraints:      55198
2585.87/2593.11	c #Conflicts:    2713000 | #Constraints:      56198
2585.87/2593.11	c #Conflicts:    2714000 | #Constraints:      57198
2585.87/2593.11	c #Conflicts:    2715000 | #Constraints:      58198
2585.87/2593.11	c #Conflicts:    2716000 | #Constraints:      59198
2585.87/2593.11	c #Conflicts:    2717000 | #Constraints:      60198
2585.87/2593.11	c #Conflicts:    2718000 | #Constraints:      61198
2585.87/2593.11	c #Conflicts:    2719000 | #Constraints:      62198
2585.87/2593.11	c #Conflicts:    2720000 | #Constraints:      63198
2585.87/2593.11	c #Conflicts:    2721000 | #Constraints:      64198
2585.87/2593.11	c #Conflicts:    2722000 | #Constraints:      65198
2585.87/2593.11	c #Conflicts:    2723000 | #Constraints:      66198
2585.87/2593.11	c #Conflicts:    2724000 | #Constraints:      67198
2585.87/2593.11	c #Conflicts:    2725000 | #Constraints:      68198
2585.87/2593.11	c #Conflicts:    2726000 | #Constraints:      69198
2585.87/2593.11	c #Conflicts:    2727000 | #Constraints:      70198
2585.87/2593.11	c #Conflicts:    2728000 | #Constraints:      71198
2585.87/2593.11	c #Conflicts:    2729000 | #Constraints:      72198
2585.87/2593.11	c #Conflicts:    2730000 | #Constraints:      73198
2585.87/2593.11	c INPROCESSING
2585.87/2593.11	c GARBAGE COLLECT
2585.87/2593.11	c rational objective 999
2621.57/2628.90	c #Conflicts:    2731000 | #Constraints:      41140
2621.57/2628.90	c #Conflicts:    2732000 | #Constraints:      42140
2621.57/2628.90	c #Conflicts:    2733000 | #Constraints:      43140
2621.57/2628.90	c #Conflicts:    2734000 | #Constraints:      44140
2621.57/2628.90	c #Conflicts:    2735000 | #Constraints:      45140
2621.57/2628.90	c #Conflicts:    2736000 | #Constraints:      46140
2621.57/2628.90	c #Conflicts:    2737000 | #Constraints:      47140
2621.57/2628.90	c #Conflicts:    2738000 | #Constraints:      48140
2621.57/2628.90	c #Conflicts:    2739000 | #Constraints:      49141
2621.57/2628.90	c #Conflicts:    2740000 | #Constraints:      50142
2621.57/2628.90	c #Conflicts:    2741000 | #Constraints:      51143
2621.57/2628.90	c #Conflicts:    2742000 | #Constraints:      52143
2621.57/2628.90	c #Conflicts:    2743000 | #Constraints:      53145
2621.57/2628.90	c #Conflicts:    2744000 | #Constraints:      54145
2621.57/2628.90	c #Conflicts:    2745000 | #Constraints:      55146
2621.57/2628.90	c #Conflicts:    2746000 | #Constraints:      56146
2621.57/2628.90	c #Conflicts:    2747000 | #Constraints:      57147
2621.57/2628.90	c #Conflicts:    2748000 | #Constraints:      58148
2621.57/2628.90	c #Conflicts:    2749000 | #Constraints:      59149
2621.57/2628.90	c #Conflicts:    2750000 | #Constraints:      60149
2621.57/2628.90	c #Conflicts:    2751000 | #Constraints:      61149
2621.57/2628.90	c #Conflicts:    2752000 | #Constraints:      62150
2621.57/2628.90	c #Conflicts:    2753000 | #Constraints:      63151
2621.57/2628.90	c #Conflicts:    2754000 | #Constraints:      64151
2621.57/2628.90	c #Conflicts:    2755000 | #Constraints:      65152
2621.57/2628.90	c #Conflicts:    2756000 | #Constraints:      66152
2621.57/2628.90	c #Conflicts:    2757000 | #Constraints:      67154
2621.57/2628.90	c #Conflicts:    2758000 | #Constraints:      68155
2621.57/2628.90	c #Conflicts:    2759000 | #Constraints:      69155
2621.57/2628.90	c #Conflicts:    2760000 | #Constraints:      70156
2621.57/2628.90	c #Conflicts:    2761000 | #Constraints:      71158
2621.57/2628.90	c #Conflicts:    2762000 | #Constraints:      72160
2621.57/2628.90	c #Conflicts:    2763000 | #Constraints:      73161
2621.57/2628.90	c INPROCESSING
2621.57/2628.90	c GARBAGE COLLECT
2621.57/2628.90	c rational objective 999
2663.67/2671.16	c #Conflicts:    2764000 | #Constraints:      41034
2663.67/2671.16	c #Conflicts:    2765000 | #Constraints:      42035
2663.67/2671.16	c #Conflicts:    2766000 | #Constraints:      43103
2663.67/2671.16	c #Conflicts:    2767000 | #Constraints:      44167
2663.67/2671.16	c #Conflicts:    2768000 | #Constraints:      45223
2663.67/2671.16	c #Conflicts:    2769000 | #Constraints:      46296
2663.67/2671.16	c #Conflicts:    2770000 | #Constraints:      47355
2663.67/2671.16	c #Conflicts:    2771000 | #Constraints:      48408
2663.67/2671.16	c #Conflicts:    2772000 | #Constraints:      49460
2663.67/2671.16	c #Conflicts:    2773000 | #Constraints:      50502
2663.67/2671.16	c #Conflicts:    2774000 | #Constraints:      51529
2663.67/2671.16	c #Conflicts:    2775000 | #Constraints:      52569
2663.67/2671.16	c #Conflicts:    2776000 | #Constraints:      53597
2663.67/2671.16	c #Conflicts:    2777000 | #Constraints:      54618
2663.67/2671.16	c #Conflicts:    2778000 | #Constraints:      55646
2663.67/2671.16	c #Conflicts:    2779000 | #Constraints:      56663
2663.67/2671.16	c #Conflicts:    2780000 | #Constraints:      57699
2663.67/2671.16	c #Conflicts:    2781000 | #Constraints:      58746
2663.67/2671.16	c #Conflicts:    2782000 | #Constraints:      59783
2663.67/2671.16	c #Conflicts:    2783000 | #Constraints:      60827
2663.67/2671.16	c #Conflicts:    2784000 | #Constraints:      61852
2663.67/2671.16	c #Conflicts:    2785000 | #Constraints:      62878
2663.67/2671.16	c #Conflicts:    2786000 | #Constraints:      63907
2663.67/2671.16	c #Conflicts:    2787000 | #Constraints:      64931
2663.67/2671.16	c #Conflicts:    2788000 | #Constraints:      65957
2663.67/2671.16	c #Conflicts:    2789000 | #Constraints:      66974
2663.67/2671.16	c #Conflicts:    2790000 | #Constraints:      68003
2663.67/2671.16	c #Conflicts:    2791000 | #Constraints:      69037
2663.67/2671.16	c #Conflicts:    2792000 | #Constraints:      70070
2663.67/2671.16	c #Conflicts:    2793000 | #Constraints:      71105
2663.67/2671.16	c #Conflicts:    2794000 | #Constraints:      72136
2663.67/2671.16	c #Conflicts:    2795000 | #Constraints:      73178
2663.67/2671.16	c #Conflicts:    2796000 | #Constraints:      74203
2663.67/2671.16	c INPROCESSING
2663.67/2671.16	c GARBAGE COLLECT
2663.67/2671.16	c rational objective 999
2701.36/2708.90	c #Conflicts:    2797000 | #Constraints:      41233
2701.36/2708.90	c #Conflicts:    2798000 | #Constraints:      42233
2701.36/2708.90	c #Conflicts:    2799000 | #Constraints:      43233
2701.36/2708.90	c #Conflicts:    2800000 | #Constraints:      44233
2701.36/2708.90	c #Conflicts:    2801000 | #Constraints:      45233
2701.36/2708.90	c #Conflicts:    2802000 | #Constraints:      46233
2701.36/2708.90	c #Conflicts:    2803000 | #Constraints:      47233
2701.36/2708.90	c #Conflicts:    2804000 | #Constraints:      48233
2701.36/2708.90	c #Conflicts:    2805000 | #Constraints:      49233
2701.36/2708.90	c #Conflicts:    2806000 | #Constraints:      50233
2701.36/2708.90	c #Conflicts:    2807000 | #Constraints:      51233
2701.36/2708.90	c #Conflicts:    2808000 | #Constraints:      52233
2701.36/2708.90	c #Conflicts:    2809000 | #Constraints:      53233
2701.36/2708.90	c #Conflicts:    2810000 | #Constraints:      54233
2701.36/2708.90	c #Conflicts:    2811000 | #Constraints:      55233
2701.36/2708.90	c #Conflicts:    2812000 | #Constraints:      56233
2701.36/2708.90	c #Conflicts:    2813000 | #Constraints:      57233
2701.36/2708.90	c #Conflicts:    2814000 | #Constraints:      58233
2701.36/2708.90	c #Conflicts:    2815000 | #Constraints:      59233
2701.36/2708.90	c #Conflicts:    2816000 | #Constraints:      60233
2701.36/2708.90	c #Conflicts:    2817000 | #Constraints:      61233
2701.36/2708.90	c #Conflicts:    2818000 | #Constraints:      62233
2701.36/2708.90	c #Conflicts:    2819000 | #Constraints:      63233
2701.36/2708.90	c #Conflicts:    2820000 | #Constraints:      64233
2701.36/2708.90	c #Conflicts:    2821000 | #Constraints:      65233
2701.36/2708.90	c #Conflicts:    2822000 | #Constraints:      66233
2701.36/2708.90	c #Conflicts:    2823000 | #Constraints:      67233
2701.36/2708.90	c #Conflicts:    2824000 | #Constraints:      68233
2701.36/2708.90	c #Conflicts:    2825000 | #Constraints:      69233
2701.36/2708.90	c #Conflicts:    2826000 | #Constraints:      70233
2701.36/2708.90	c #Conflicts:    2827000 | #Constraints:      71233
2701.36/2708.90	c #Conflicts:    2828000 | #Constraints:      72233
2701.36/2708.90	c #Conflicts:    2829000 | #Constraints:      73233
2701.36/2708.90	c #Conflicts:    2830000 | #Constraints:      74233
2701.36/2708.90	c INPROCESSING
2701.36/2708.90	c GARBAGE COLLECT
2701.36/2708.90	c rational objective 999
2738.27/2745.92	c #Conflicts:    2831000 | #Constraints:      41548
2738.27/2745.92	c #Conflicts:    2832000 | #Constraints:      42548
2738.27/2745.92	c #Conflicts:    2833000 | #Constraints:      43548
2738.27/2745.92	c #Conflicts:    2834000 | #Constraints:      44548
2738.27/2745.92	c #Conflicts:    2835000 | #Constraints:      45548
2738.27/2745.92	c #Conflicts:    2836000 | #Constraints:      46548
2738.27/2745.92	c #Conflicts:    2837000 | #Constraints:      47548
2738.27/2745.92	c #Conflicts:    2838000 | #Constraints:      48548
2738.27/2745.92	c #Conflicts:    2839000 | #Constraints:      49548
2738.27/2745.92	c #Conflicts:    2840000 | #Constraints:      50548
2738.27/2745.92	c #Conflicts:    2841000 | #Constraints:      51548
2738.27/2745.92	c #Conflicts:    2842000 | #Constraints:      52548
2738.27/2745.92	c #Conflicts:    2843000 | #Constraints:      53548
2738.27/2745.92	c #Conflicts:    2844000 | #Constraints:      54548
2738.27/2745.92	c #Conflicts:    2845000 | #Constraints:      55548
2738.27/2745.92	c #Conflicts:    2846000 | #Constraints:      56548
2738.27/2745.92	c #Conflicts:    2847000 | #Constraints:      57548
2738.27/2745.92	c #Conflicts:    2848000 | #Constraints:      58548
2738.27/2745.92	c #Conflicts:    2849000 | #Constraints:      59548
2738.27/2745.92	c #Conflicts:    2850000 | #Constraints:      60548
2738.27/2745.92	c #Conflicts:    2851000 | #Constraints:      61548
2738.27/2745.92	c #Conflicts:    2852000 | #Constraints:      62548
2738.27/2745.92	c #Conflicts:    2853000 | #Constraints:      63548
2738.27/2745.92	c #Conflicts:    2854000 | #Constraints:      64548
2738.27/2745.92	c #Conflicts:    2855000 | #Constraints:      65548
2738.27/2745.92	c #Conflicts:    2856000 | #Constraints:      66548
2738.27/2745.92	c #Conflicts:    2857000 | #Constraints:      67548
2738.27/2745.92	c #Conflicts:    2858000 | #Constraints:      68548
2738.27/2745.92	c #Conflicts:    2859000 | #Constraints:      69548
2738.27/2745.92	c #Conflicts:    2860000 | #Constraints:      70548
2738.27/2745.92	c #Conflicts:    2861000 | #Constraints:      71548
2738.27/2745.92	c #Conflicts:    2862000 | #Constraints:      72548
2738.27/2745.92	c #Conflicts:    2863000 | #Constraints:      73548
2738.27/2745.92	c #Conflicts:    2864000 | #Constraints:      74548
2738.27/2745.92	c INPROCESSING
2738.27/2745.92	c GARBAGE COLLECT
2738.27/2745.92	c rational objective 999
2778.07/2785.84	c #Conflicts:    2865000 | #Constraints:      41841
2778.07/2785.84	c #Conflicts:    2866000 | #Constraints:      42851
2778.07/2785.84	c #Conflicts:    2867000 | #Constraints:      43911
2778.07/2785.84	c #Conflicts:    2868000 | #Constraints:      44963
2778.07/2785.84	c #Conflicts:    2869000 | #Constraints:      46003
2778.07/2785.84	c #Conflicts:    2870000 | #Constraints:      47039
2778.07/2785.84	c #Conflicts:    2871000 | #Constraints:      48071
2778.07/2785.84	c #Conflicts:    2872000 | #Constraints:      49106
2778.07/2785.84	c #Conflicts:    2873000 | #Constraints:      50143
2778.07/2785.84	c #Conflicts:    2874000 | #Constraints:      51189
2778.07/2785.84	c #Conflicts:    2875000 | #Constraints:      52227
2778.07/2785.84	c #Conflicts:    2876000 | #Constraints:      53251
2778.07/2785.84	c #Conflicts:    2877000 | #Constraints:      54285
2778.07/2785.84	c #Conflicts:    2878000 | #Constraints:      55311
2778.07/2785.84	c #Conflicts:    2879000 | #Constraints:      56335
2778.07/2785.84	c #Conflicts:    2880000 | #Constraints:      57354
2778.07/2785.84	c #Conflicts:    2881000 | #Constraints:      58372
2778.07/2785.84	c #Conflicts:    2882000 | #Constraints:      59399
2778.07/2785.84	c #Conflicts:    2883000 | #Constraints:      60428
2778.07/2785.84	c #Conflicts:    2884000 | #Constraints:      61464
2778.07/2785.84	c #Conflicts:    2885000 | #Constraints:      62495
2778.07/2785.84	c #Conflicts:    2886000 | #Constraints:      63536
2778.07/2785.84	c #Conflicts:    2887000 | #Constraints:      64575
2778.07/2785.84	c #Conflicts:    2888000 | #Constraints:      65621
2778.07/2785.84	c #Conflicts:    2889000 | #Constraints:      66664
2778.07/2785.84	c #Conflicts:    2890000 | #Constraints:      67716
2778.07/2785.84	c #Conflicts:    2891000 | #Constraints:      68762
2778.07/2785.84	c #Conflicts:    2892000 | #Constraints:      69806
2778.07/2785.84	c #Conflicts:    2893000 | #Constraints:      70843
2778.07/2785.84	c #Conflicts:    2894000 | #Constraints:      71881
2778.07/2785.84	c #Conflicts:    2895000 | #Constraints:      72915
2778.07/2785.84	c #Conflicts:    2896000 | #Constraints:      73956
2778.07/2785.84	c #Conflicts:    2897000 | #Constraints:      74998
2778.07/2785.84	c #Conflicts:    2898000 | #Constraints:      76045
2778.07/2785.84	c INPROCESSING
2778.07/2785.84	c GARBAGE COLLECT
2778.07/2785.84	c rational objective 999
2818.66/2826.59	c #Conflicts:    2899000 | #Constraints:      42457
2818.66/2826.59	c #Conflicts:    2900000 | #Constraints:      43457
2818.66/2826.59	c #Conflicts:    2901000 | #Constraints:      44457
2818.66/2826.59	c #Conflicts:    2902000 | #Constraints:      45457
2818.66/2826.59	c #Conflicts:    2903000 | #Constraints:      46457
2818.66/2826.59	c #Conflicts:    2904000 | #Constraints:      47457
2818.66/2826.59	c #Conflicts:    2905000 | #Constraints:      48457
2818.66/2826.59	c #Conflicts:    2906000 | #Constraints:      49457
2818.66/2826.59	c #Conflicts:    2907000 | #Constraints:      50457
2818.66/2826.59	c #Conflicts:    2908000 | #Constraints:      51457
2818.66/2826.59	c #Conflicts:    2909000 | #Constraints:      52457
2818.66/2826.59	c #Conflicts:    2910000 | #Constraints:      53457
2818.66/2826.59	c #Conflicts:    2911000 | #Constraints:      54457
2818.66/2826.59	c #Conflicts:    2912000 | #Constraints:      55457
2818.66/2826.59	c #Conflicts:    2913000 | #Constraints:      56457
2818.66/2826.59	c #Conflicts:    2914000 | #Constraints:      57457
2818.66/2826.59	c #Conflicts:    2915000 | #Constraints:      58457
2818.66/2826.59	c #Conflicts:    2916000 | #Constraints:      59457
2818.66/2826.59	c #Conflicts:    2917000 | #Constraints:      60457
2818.66/2826.59	c #Conflicts:    2918000 | #Constraints:      61457
2818.66/2826.59	c #Conflicts:    2919000 | #Constraints:      62457
2818.66/2826.59	c #Conflicts:    2920000 | #Constraints:      63457
2818.66/2826.59	c #Conflicts:    2921000 | #Constraints:      64457
2818.66/2826.59	c #Conflicts:    2922000 | #Constraints:      65457
2818.66/2826.59	c #Conflicts:    2923000 | #Constraints:      66457
2818.66/2826.59	c #Conflicts:    2924000 | #Constraints:      67457
2818.66/2826.59	c #Conflicts:    2925000 | #Constraints:      68457
2818.66/2826.59	c #Conflicts:    2926000 | #Constraints:      69457
2818.66/2826.59	c #Conflicts:    2927000 | #Constraints:      70457
2818.66/2826.59	c #Conflicts:    2928000 | #Constraints:      71457
2818.66/2826.59	c #Conflicts:    2929000 | #Constraints:      72457
2818.66/2826.59	c #Conflicts:    2930000 | #Constraints:      73457
2818.66/2826.59	c #Conflicts:    2931000 | #Constraints:      74457
2818.66/2826.59	c #Conflicts:    2932000 | #Constraints:      75457
2818.66/2826.59	c INPROCESSING
2818.66/2826.59	c GARBAGE COLLECT
2818.66/2826.59	c rational objective 999
2855.87/2863.86	c #Conflicts:    2933000 | #Constraints:      42163
2855.87/2863.86	c #Conflicts:    2934000 | #Constraints:      43163
2855.87/2863.86	c #Conflicts:    2935000 | #Constraints:      44163
2855.87/2863.86	c #Conflicts:    2936000 | #Constraints:      45163
2855.87/2863.86	c #Conflicts:    2937000 | #Constraints:      46163
2855.87/2863.86	c #Conflicts:    2938000 | #Constraints:      47163
2855.87/2863.86	c #Conflicts:    2939000 | #Constraints:      48163
2855.87/2863.86	c #Conflicts:    2940000 | #Constraints:      49163
2855.87/2863.86	c #Conflicts:    2941000 | #Constraints:      50163
2855.87/2863.86	c #Conflicts:    2942000 | #Constraints:      51163
2855.87/2863.86	c #Conflicts:    2943000 | #Constraints:      52163
2855.87/2863.86	c #Conflicts:    2944000 | #Constraints:      53163
2855.87/2863.86	c #Conflicts:    2945000 | #Constraints:      54163
2855.87/2863.86	c #Conflicts:    2946000 | #Constraints:      55163
2855.87/2863.86	c #Conflicts:    2947000 | #Constraints:      56163
2855.87/2863.86	c #Conflicts:    2948000 | #Constraints:      57163
2855.87/2863.86	c #Conflicts:    2949000 | #Constraints:      58163
2855.87/2863.86	c #Conflicts:    2950000 | #Constraints:      59163
2855.87/2863.86	c #Conflicts:    2951000 | #Constraints:      60163
2855.87/2863.86	c #Conflicts:    2952000 | #Constraints:      61163
2855.87/2863.86	c #Conflicts:    2953000 | #Constraints:      62163
2855.87/2863.86	c #Conflicts:    2954000 | #Constraints:      63163
2855.87/2863.86	c #Conflicts:    2955000 | #Constraints:      64163
2855.87/2863.86	c #Conflicts:    2956000 | #Constraints:      65163
2855.87/2863.86	c #Conflicts:    2957000 | #Constraints:      66163
2855.87/2863.86	c #Conflicts:    2958000 | #Constraints:      67163
2855.87/2863.86	c #Conflicts:    2959000 | #Constraints:      68163
2855.87/2863.86	c #Conflicts:    2960000 | #Constraints:      69163
2855.87/2863.86	c #Conflicts:    2961000 | #Constraints:      70163
2855.87/2863.86	c #Conflicts:    2962000 | #Constraints:      71163
2855.87/2863.86	c #Conflicts:    2963000 | #Constraints:      72163
2855.87/2863.86	c #Conflicts:    2964000 | #Constraints:      73163
2855.87/2863.86	c #Conflicts:    2965000 | #Constraints:      74163
2855.87/2863.86	c #Conflicts:    2966000 | #Constraints:      75163
2855.87/2863.86	c INPROCESSING
2855.87/2863.86	c GARBAGE COLLECT
2855.87/2863.86	c rational objective 999
2899.45/2907.50	c #Conflicts:    2967000 | #Constraints:      41845
2899.45/2907.50	c #Conflicts:    2968000 | #Constraints:      42866
2899.45/2907.50	c #Conflicts:    2969000 | #Constraints:      43867
2899.45/2907.50	c #Conflicts:    2970000 | #Constraints:      44913
2899.45/2907.50	c #Conflicts:    2971000 | #Constraints:      45947
2899.45/2907.50	c #Conflicts:    2972000 | #Constraints:      46975
2899.45/2907.50	c #Conflicts:    2973000 | #Constraints:      48001
2899.45/2907.50	c #Conflicts:    2974000 | #Constraints:      49054
2899.45/2907.50	c #Conflicts:    2975000 | #Constraints:      50076
2899.45/2907.50	c #Conflicts:    2976000 | #Constraints:      51096
2899.45/2907.50	c #Conflicts:    2977000 | #Constraints:      52117
2899.45/2907.50	c #Conflicts:    2978000 | #Constraints:      53141
2899.45/2907.50	c #Conflicts:    2979000 | #Constraints:      54162
2899.45/2907.50	c #Conflicts:    2980000 | #Constraints:      55187
2899.45/2907.50	c #Conflicts:    2981000 | #Constraints:      56216
2899.45/2907.50	c #Conflicts:    2982000 | #Constraints:      57235
2899.45/2907.50	c #Conflicts:    2983000 | #Constraints:      58272
2899.45/2907.50	c #Conflicts:    2984000 | #Constraints:      59314
2899.45/2907.50	c #Conflicts:    2985000 | #Constraints:      60358
2899.45/2907.50	c #Conflicts:    2986000 | #Constraints:      61379
2899.45/2907.50	c #Conflicts:    2987000 | #Constraints:      62407
2899.45/2907.50	c #Conflicts:    2988000 | #Constraints:      63441
2899.45/2907.50	c #Conflicts:    2989000 | #Constraints:      64476
2899.45/2907.50	c #Conflicts:    2990000 | #Constraints:      65510
2899.45/2907.50	c #Conflicts:    2991000 | #Constraints:      66532
2899.45/2907.50	c #Conflicts:    2992000 | #Constraints:      67556
2899.45/2907.50	c #Conflicts:    2993000 | #Constraints:      68581
2899.45/2907.50	c #Conflicts:    2994000 | #Constraints:      69602
2899.45/2907.50	c #Conflicts:    2995000 | #Constraints:      70624
2899.45/2907.50	c #Conflicts:    2996000 | #Constraints:      71643
2899.45/2907.50	c #Conflicts:    2997000 | #Constraints:      72664
2899.45/2907.50	c #Conflicts:    2998000 | #Constraints:      73678
2899.45/2907.50	c #Conflicts:    2999000 | #Constraints:      74712
2899.45/2907.50	c #Conflicts:    3000000 | #Constraints:      75754
2899.45/2907.50	c #Conflicts:    3001000 | #Constraints:      76789
2899.45/2907.50	c INPROCESSING
2899.45/2907.50	c GARBAGE COLLECT
2899.45/2907.50	c rational objective 999
2942.64/2950.86	c #Conflicts:    3002000 | #Constraints:      42652
2942.64/2950.86	c #Conflicts:    3003000 | #Constraints:      43652
2942.64/2950.86	c #Conflicts:    3004000 | #Constraints:      44652
2942.64/2950.86	c #Conflicts:    3005000 | #Constraints:      45652
2942.64/2950.86	c #Conflicts:    3006000 | #Constraints:      46652
2942.64/2950.86	c #Conflicts:    3007000 | #Constraints:      47652
2942.64/2950.86	c #Conflicts:    3008000 | #Constraints:      48652
2942.64/2950.86	c #Conflicts:    3009000 | #Constraints:      49652
2942.64/2950.86	c #Conflicts:    3010000 | #Constraints:      50652
2942.64/2950.86	c #Conflicts:    3011000 | #Constraints:      51652
2942.64/2950.86	c #Conflicts:    3012000 | #Constraints:      52652
2942.64/2950.86	c #Conflicts:    3013000 | #Constraints:      53652
2942.64/2950.86	c #Conflicts:    3014000 | #Constraints:      54652
2942.64/2950.86	c #Conflicts:    3015000 | #Constraints:      55652
2942.64/2950.86	c #Conflicts:    3016000 | #Constraints:      56652
2942.64/2950.86	c #Conflicts:    3017000 | #Constraints:      57652
2942.64/2950.86	c #Conflicts:    3018000 | #Constraints:      58652
2942.64/2950.86	c #Conflicts:    3019000 | #Constraints:      59652
2942.64/2950.86	c #Conflicts:    3020000 | #Constraints:      60652
2942.64/2950.86	c #Conflicts:    3021000 | #Constraints:      61652
2942.64/2950.86	c #Conflicts:    3022000 | #Constraints:      62652
2942.64/2950.86	c #Conflicts:    3023000 | #Constraints:      63652
2942.64/2950.86	c #Conflicts:    3024000 | #Constraints:      64652
2942.64/2950.86	c #Conflicts:    3025000 | #Constraints:      65652
2942.64/2950.86	c #Conflicts:    3026000 | #Constraints:      66652
2942.64/2950.86	c #Conflicts:    3027000 | #Constraints:      67652
2942.64/2950.86	c #Conflicts:    3028000 | #Constraints:      68652
2942.64/2950.86	c #Conflicts:    3029000 | #Constraints:      69652
2942.64/2950.86	c #Conflicts:    3030000 | #Constraints:      70652
2942.64/2950.86	c #Conflicts:    3031000 | #Constraints:      71652
2942.64/2950.86	c #Conflicts:    3032000 | #Constraints:      72652
2942.64/2950.86	c #Conflicts:    3033000 | #Constraints:      73652
2942.64/2950.86	c #Conflicts:    3034000 | #Constraints:      74652
2942.64/2950.86	c #Conflicts:    3035000 | #Constraints:      75652
2942.64/2950.86	c #Conflicts:    3036000 | #Constraints:      76652
2942.64/2950.86	c INPROCESSING
2942.64/2950.86	c GARBAGE COLLECT
2942.64/2950.86	c rational objective 999
2990.43/2998.71	c #Conflicts:    3037000 | #Constraints:      42859
2990.43/2998.71	c #Conflicts:    3038000 | #Constraints:      43933
2990.43/2998.71	c #Conflicts:    3039000 | #Constraints:      44985
2990.43/2998.71	c #Conflicts:    3040000 | #Constraints:      46042
2990.43/2998.71	c #Conflicts:    3041000 | #Constraints:      47104
2990.43/2998.71	c #Conflicts:    3042000 | #Constraints:      48168
2990.43/2998.71	c #Conflicts:    3043000 | #Constraints:      49232
2990.43/2998.71	c #Conflicts:    3044000 | #Constraints:      50301
2990.43/2998.71	c #Conflicts:    3045000 | #Constraints:      51352
2990.43/2998.71	c #Conflicts:    3046000 | #Constraints:      52403
2990.43/2998.71	c #Conflicts:    3047000 | #Constraints:      53444
2990.43/2998.71	c #Conflicts:    3048000 | #Constraints:      54499
2990.43/2998.71	c #Conflicts:    3049000 | #Constraints:      55547
2990.43/2998.71	c #Conflicts:    3050000 | #Constraints:      56588
2990.43/2998.71	c #Conflicts:    3051000 | #Constraints:      57634
2990.43/2998.71	c #Conflicts:    3052000 | #Constraints:      58689
2990.43/2998.71	c #Conflicts:    3053000 | #Constraints:      59737
2990.43/2998.71	c #Conflicts:    3054000 | #Constraints:      60786
2990.43/2998.71	c #Conflicts:    3055000 | #Constraints:      61827
2990.43/2998.71	c #Conflicts:    3056000 | #Constraints:      62871
2990.43/2998.71	c #Conflicts:    3057000 | #Constraints:      63915
2990.43/2998.71	c #Conflicts:    3058000 | #Constraints:      64950
2990.43/2998.71	c #Conflicts:    3059000 | #Constraints:      65992
2990.43/2998.71	c #Conflicts:    3060000 | #Constraints:      67024
2990.43/2998.71	c #Conflicts:    3061000 | #Constraints:      68053
2990.43/2998.71	c #Conflicts:    3062000 | #Constraints:      69097
2990.43/2998.71	c #Conflicts:    3063000 | #Constraints:      70142
2990.43/2998.71	c #Conflicts:    3064000 | #Constraints:      71188
2990.43/2998.71	c #Conflicts:    3065000 | #Constraints:      72234
2990.43/2998.71	c #Conflicts:    3066000 | #Constraints:      73280
2990.43/2998.71	c #Conflicts:    3067000 | #Constraints:      74322
2990.43/2998.71	c #Conflicts:    3068000 | #Constraints:      75366
2990.43/2998.71	c #Conflicts:    3069000 | #Constraints:      76399
2990.43/2998.71	c #Conflicts:    3070000 | #Constraints:      77430
2990.43/2998.71	c #Conflicts:    3071000 | #Constraints:      78463
2990.43/2998.71	c INPROCESSING
2990.43/2998.71	c GARBAGE COLLECT
2990.43/2998.71	c rational objective 999
3034.91/3043.31	c #Conflicts:    3072000 | #Constraints:      43670
3034.91/3043.31	c #Conflicts:    3073000 | #Constraints:      44670
3034.91/3043.31	c #Conflicts:    3074000 | #Constraints:      45670
3034.91/3043.31	c #Conflicts:    3075000 | #Constraints:      46670
3034.91/3043.31	c #Conflicts:    3076000 | #Constraints:      47670
3034.91/3043.31	c #Conflicts:    3077000 | #Constraints:      48670
3034.91/3043.31	c #Conflicts:    3078000 | #Constraints:      49670
3034.91/3043.31	c #Conflicts:    3079000 | #Constraints:      50670
3034.91/3043.31	c #Conflicts:    3080000 | #Constraints:      51670
3034.91/3043.31	c #Conflicts:    3081000 | #Constraints:      52670
3034.91/3043.31	c #Conflicts:    3082000 | #Constraints:      53670
3034.91/3043.31	c #Conflicts:    3083000 | #Constraints:      54670
3034.91/3043.31	c #Conflicts:    3084000 | #Constraints:      55670
3034.91/3043.31	c #Conflicts:    3085000 | #Constraints:      56670
3034.91/3043.31	c #Conflicts:    3086000 | #Constraints:      57670
3034.91/3043.31	c #Conflicts:    3087000 | #Constraints:      58670
3034.91/3043.31	c #Conflicts:    3088000 | #Constraints:      59670
3034.91/3043.31	c #Conflicts:    3089000 | #Constraints:      60670
3034.91/3043.31	c #Conflicts:    3090000 | #Constraints:      61670
3034.91/3043.31	c #Conflicts:    3091000 | #Constraints:      62670
3034.91/3043.31	c #Conflicts:    3092000 | #Constraints:      63670
3034.91/3043.31	c #Conflicts:    3093000 | #Constraints:      64670
3034.91/3043.31	c #Conflicts:    3094000 | #Constraints:      65670
3034.91/3043.31	c #Conflicts:    3095000 | #Constraints:      66670
3034.91/3043.31	c #Conflicts:    3096000 | #Constraints:      67670
3034.91/3043.31	c #Conflicts:    3097000 | #Constraints:      68670
3034.91/3043.31	c #Conflicts:    3098000 | #Constraints:      69670
3034.91/3043.31	c #Conflicts:    3099000 | #Constraints:      70670
3034.91/3043.31	c #Conflicts:    3100000 | #Constraints:      71670
3034.91/3043.31	c #Conflicts:    3101000 | #Constraints:      72670
3034.91/3043.31	c #Conflicts:    3102000 | #Constraints:      73670
3034.91/3043.31	c #Conflicts:    3103000 | #Constraints:      74670
3034.91/3043.31	c #Conflicts:    3104000 | #Constraints:      75670
3034.91/3043.31	c #Conflicts:    3105000 | #Constraints:      76670
3034.91/3043.31	c #Conflicts:    3106000 | #Constraints:      77670
3034.91/3043.31	c INPROCESSING
3034.91/3043.31	c GARBAGE COLLECT
3034.91/3043.31	c rational objective 999
3074.91/3083.47	c #Conflicts:    3107000 | #Constraints:      43274
3074.91/3083.47	c #Conflicts:    3108000 | #Constraints:      44274
3074.91/3083.47	c #Conflicts:    3109000 | #Constraints:      45274
3074.91/3083.47	c #Conflicts:    3110000 | #Constraints:      46274
3074.91/3083.47	c #Conflicts:    3111000 | #Constraints:      47274
3074.91/3083.47	c #Conflicts:    3112000 | #Constraints:      48274
3074.91/3083.47	c #Conflicts:    3113000 | #Constraints:      49274
3074.91/3083.47	c #Conflicts:    3114000 | #Constraints:      50274
3074.91/3083.47	c #Conflicts:    3115000 | #Constraints:      51274
3074.91/3083.47	c #Conflicts:    3116000 | #Constraints:      52274
3074.91/3083.47	c #Conflicts:    3117000 | #Constraints:      53274
3074.91/3083.47	c #Conflicts:    3118000 | #Constraints:      54274
3074.91/3083.47	c #Conflicts:    3119000 | #Constraints:      55274
3074.91/3083.47	c #Conflicts:    3120000 | #Constraints:      56274
3074.91/3083.47	c #Conflicts:    3121000 | #Constraints:      57274
3074.91/3083.47	c #Conflicts:    3122000 | #Constraints:      58274
3074.91/3083.47	c #Conflicts:    3123000 | #Constraints:      59274
3074.91/3083.47	c #Conflicts:    3124000 | #Constraints:      60274
3074.91/3083.47	c #Conflicts:    3125000 | #Constraints:      61274
3074.91/3083.47	c #Conflicts:    3126000 | #Constraints:      62274
3074.91/3083.47	c #Conflicts:    3127000 | #Constraints:      63274
3074.91/3083.47	c #Conflicts:    3128000 | #Constraints:      64274
3074.91/3083.47	c #Conflicts:    3129000 | #Constraints:      65274
3074.91/3083.47	c #Conflicts:    3130000 | #Constraints:      66274
3074.91/3083.47	c #Conflicts:    3131000 | #Constraints:      67274
3074.91/3083.47	c #Conflicts:    3132000 | #Constraints:      68274
3074.91/3083.47	c #Conflicts:    3133000 | #Constraints:      69274
3074.91/3083.47	c #Conflicts:    3134000 | #Constraints:      70274
3074.91/3083.47	c #Conflicts:    3135000 | #Constraints:      71274
3074.91/3083.47	c #Conflicts:    3136000 | #Constraints:      72274
3074.91/3083.47	c #Conflicts:    3137000 | #Constraints:      73274
3074.91/3083.47	c #Conflicts:    3138000 | #Constraints:      74274
3074.91/3083.47	c #Conflicts:    3139000 | #Constraints:      75274
3074.91/3083.47	c #Conflicts:    3140000 | #Constraints:      76274
3074.91/3083.47	c #Conflicts:    3141000 | #Constraints:      77274
3074.91/3083.47	c INPROCESSING
3074.91/3083.47	c GARBAGE COLLECT
3074.91/3083.47	c rational objective 999
3121.99/3130.65	c #Conflicts:    3142000 | #Constraints:      42889
3121.99/3130.65	c #Conflicts:    3143000 | #Constraints:      43910
3121.99/3130.65	c #Conflicts:    3144000 | #Constraints:      44959
3121.99/3130.65	c #Conflicts:    3145000 | #Constraints:      46007
3121.99/3130.65	c #Conflicts:    3146000 | #Constraints:      47079
3121.99/3130.65	c #Conflicts:    3147000 | #Constraints:      48144
3121.99/3130.65	c #Conflicts:    3148000 | #Constraints:      49186
3121.99/3130.65	c #Conflicts:    3149000 | #Constraints:      50225
3121.99/3130.65	c #Conflicts:    3150000 | #Constraints:      51252
3121.99/3130.65	c #Conflicts:    3151000 | #Constraints:      52276
3121.99/3130.65	c #Conflicts:    3152000 | #Constraints:      53299
3121.99/3130.65	c #Conflicts:    3153000 | #Constraints:      54327
3121.99/3130.65	c #Conflicts:    3154000 | #Constraints:      55350
3121.99/3130.65	c #Conflicts:    3155000 | #Constraints:      56383
3121.99/3130.65	c #Conflicts:    3156000 | #Constraints:      57416
3121.99/3130.65	c #Conflicts:    3157000 | #Constraints:      58448
3121.99/3130.65	c #Conflicts:    3158000 | #Constraints:      59468
3121.99/3130.65	c #Conflicts:    3159000 | #Constraints:      60499
3121.99/3130.65	c #Conflicts:    3160000 | #Constraints:      61526
3121.99/3130.65	c #Conflicts:    3161000 | #Constraints:      62551
3121.99/3130.65	c #Conflicts:    3162000 | #Constraints:      63569
3121.99/3130.65	c #Conflicts:    3163000 | #Constraints:      64592
3121.99/3130.65	c #Conflicts:    3164000 | #Constraints:      65621
3121.99/3130.65	c #Conflicts:    3165000 | #Constraints:      66650
3121.99/3130.65	c #Conflicts:    3166000 | #Constraints:      67674
3121.99/3130.65	c #Conflicts:    3167000 | #Constraints:      68695
3121.99/3130.65	c #Conflicts:    3168000 | #Constraints:      69732
3121.99/3130.65	c #Conflicts:    3169000 | #Constraints:      70755
3121.99/3130.65	c #Conflicts:    3170000 | #Constraints:      71789
3121.99/3130.65	c #Conflicts:    3171000 | #Constraints:      72817
3121.99/3130.65	c #Conflicts:    3172000 | #Constraints:      73852
3121.99/3130.65	c #Conflicts:    3173000 | #Constraints:      74886
3121.99/3130.65	c #Conflicts:    3174000 | #Constraints:      75913
3121.99/3130.65	c #Conflicts:    3175000 | #Constraints:      76931
3121.99/3130.65	c #Conflicts:    3176000 | #Constraints:      77958
3121.99/3130.65	c #Conflicts:    3177000 | #Constraints:      78981
3121.99/3130.65	c INPROCESSING
3121.99/3130.65	c GARBAGE COLLECT
3121.99/3130.65	c rational objective 999
3164.68/3173.46	c #Conflicts:    3178000 | #Constraints:      43837
3164.68/3173.46	c #Conflicts:    3179000 | #Constraints:      44837
3164.68/3173.46	c #Conflicts:    3180000 | #Constraints:      45837
3164.68/3173.46	c #Conflicts:    3181000 | #Constraints:      46837
3164.68/3173.46	c #Conflicts:    3182000 | #Constraints:      47837
3164.68/3173.46	c #Conflicts:    3183000 | #Constraints:      48837
3164.68/3173.46	c #Conflicts:    3184000 | #Constraints:      49837
3164.68/3173.46	c #Conflicts:    3185000 | #Constraints:      50837
3164.68/3173.46	c #Conflicts:    3186000 | #Constraints:      51837
3164.68/3173.46	c #Conflicts:    3187000 | #Constraints:      52837
3164.68/3173.46	c #Conflicts:    3188000 | #Constraints:      53837
3164.68/3173.46	c #Conflicts:    3189000 | #Constraints:      54837
3164.68/3173.46	c #Conflicts:    3190000 | #Constraints:      55837
3164.68/3173.46	c #Conflicts:    3191000 | #Constraints:      56837
3164.68/3173.46	c #Conflicts:    3192000 | #Constraints:      57837
3164.68/3173.46	c #Conflicts:    3193000 | #Constraints:      58837
3164.68/3173.46	c #Conflicts:    3194000 | #Constraints:      59837
3164.68/3173.46	c #Conflicts:    3195000 | #Constraints:      60837
3164.68/3173.46	c #Conflicts:    3196000 | #Constraints:      61837
3164.68/3173.46	c #Conflicts:    3197000 | #Constraints:      62837
3164.68/3173.46	c #Conflicts:    3198000 | #Constraints:      63837
3164.68/3173.46	c #Conflicts:    3199000 | #Constraints:      64837
3164.68/3173.46	c #Conflicts:    3200000 | #Constraints:      65837
3164.68/3173.46	c #Conflicts:    3201000 | #Constraints:      66837
3164.68/3173.46	c #Conflicts:    3202000 | #Constraints:      67837
3164.68/3173.46	c #Conflicts:    3203000 | #Constraints:      68837
3164.68/3173.46	c #Conflicts:    3204000 | #Constraints:      69837
3164.68/3173.46	c #Conflicts:    3205000 | #Constraints:      70837
3164.68/3173.46	c #Conflicts:    3206000 | #Constraints:      71837
3164.68/3173.46	c #Conflicts:    3207000 | #Constraints:      72837
3164.68/3173.46	c #Conflicts:    3208000 | #Constraints:      73837
3164.68/3173.46	c #Conflicts:    3209000 | #Constraints:      74837
3164.68/3173.46	c #Conflicts:    3210000 | #Constraints:      75837
3164.68/3173.46	c #Conflicts:    3211000 | #Constraints:      76837
3164.68/3173.46	c #Conflicts:    3212000 | #Constraints:      77837
3164.68/3173.46	c #Conflicts:    3213000 | #Constraints:      78837
3164.68/3173.46	c INPROCESSING
3164.68/3173.46	c GARBAGE COLLECT
3164.68/3173.46	c rational objective 999
3206.97/3215.82	c #Conflicts:    3214000 | #Constraints:      43979
3206.97/3215.82	c #Conflicts:    3215000 | #Constraints:      44979
3206.97/3215.82	c #Conflicts:    3216000 | #Constraints:      45979
3206.97/3215.82	c #Conflicts:    3217000 | #Constraints:      46979
3206.97/3215.82	c #Conflicts:    3218000 | #Constraints:      47979
3206.97/3215.82	c #Conflicts:    3219000 | #Constraints:      48979
3206.97/3215.82	c #Conflicts:    3220000 | #Constraints:      49979
3206.97/3215.82	c #Conflicts:    3221000 | #Constraints:      50979
3206.97/3215.82	c #Conflicts:    3222000 | #Constraints:      51979
3206.97/3215.82	c #Conflicts:    3223000 | #Constraints:      52979
3206.97/3215.82	c #Conflicts:    3224000 | #Constraints:      53979
3206.97/3215.82	c #Conflicts:    3225000 | #Constraints:      54979
3206.97/3215.82	c #Conflicts:    3226000 | #Constraints:      55979
3206.97/3215.82	c #Conflicts:    3227000 | #Constraints:      56979
3206.97/3215.82	c #Conflicts:    3228000 | #Constraints:      57979
3206.97/3215.82	c #Conflicts:    3229000 | #Constraints:      58979
3206.97/3215.82	c #Conflicts:    3230000 | #Constraints:      59979
3206.97/3215.82	c #Conflicts:    3231000 | #Constraints:      60979
3206.97/3215.82	c #Conflicts:    3232000 | #Constraints:      61979
3206.97/3215.82	c #Conflicts:    3233000 | #Constraints:      62979
3206.97/3215.82	c #Conflicts:    3234000 | #Constraints:      63979
3206.97/3215.82	c #Conflicts:    3235000 | #Constraints:      64979
3206.97/3215.82	c #Conflicts:    3236000 | #Constraints:      65979
3206.97/3215.82	c #Conflicts:    3237000 | #Constraints:      66980
3206.97/3215.82	c #Conflicts:    3238000 | #Constraints:      67980
3206.97/3215.82	c #Conflicts:    3239000 | #Constraints:      68980
3206.97/3215.82	c #Conflicts:    3240000 | #Constraints:      69980
3206.97/3215.82	c #Conflicts:    3241000 | #Constraints:      70980
3206.97/3215.82	c #Conflicts:    3242000 | #Constraints:      71980
3206.97/3215.82	c #Conflicts:    3243000 | #Constraints:      72980
3206.97/3215.82	c #Conflicts:    3244000 | #Constraints:      73980
3206.97/3215.82	c #Conflicts:    3245000 | #Constraints:      74980
3206.97/3215.82	c #Conflicts:    3246000 | #Constraints:      75980
3206.97/3215.82	c #Conflicts:    3247000 | #Constraints:      76980
3206.97/3215.82	c #Conflicts:    3248000 | #Constraints:      77980
3206.97/3215.82	c #Conflicts:    3249000 | #Constraints:      78980
3206.97/3215.82	c INPROCESSING
3206.97/3215.82	c GARBAGE COLLECT
3206.97/3215.82	c rational objective 999
3250.26/3259.27	c #Conflicts:    3250000 | #Constraints:      44035
3250.26/3259.27	c #Conflicts:    3251000 | #Constraints:      45063
3250.26/3259.27	c #Conflicts:    3252000 | #Constraints:      46104
3250.26/3259.27	c #Conflicts:    3253000 | #Constraints:      47147
3250.26/3259.27	c #Conflicts:    3254000 | #Constraints:      48203
3250.26/3259.27	c #Conflicts:    3255000 | #Constraints:      49276
3250.26/3259.27	c #Conflicts:    3256000 | #Constraints:      50344
3250.26/3259.27	c #Conflicts:    3257000 | #Constraints:      51404
3250.26/3259.27	c #Conflicts:    3258000 | #Constraints:      52448
3250.26/3259.27	c #Conflicts:    3259000 | #Constraints:      53487
3250.26/3259.27	c #Conflicts:    3260000 | #Constraints:      54538
3250.26/3259.27	c #Conflicts:    3261000 | #Constraints:      55589
3250.26/3259.27	c #Conflicts:    3262000 | #Constraints:      56627
3250.26/3259.27	c #Conflicts:    3263000 | #Constraints:      57667
3250.26/3259.27	c #Conflicts:    3264000 | #Constraints:      58717
3250.26/3259.27	c #Conflicts:    3265000 | #Constraints:      59767
3250.26/3259.27	c #Conflicts:    3266000 | #Constraints:      60823
3250.26/3259.27	c #Conflicts:    3267000 | #Constraints:      61859
3250.26/3259.27	c #Conflicts:    3268000 | #Constraints:      62899
3250.26/3259.27	c #Conflicts:    3269000 | #Constraints:      63939
3250.26/3259.27	c #Conflicts:    3270000 | #Constraints:      64990
3250.26/3259.27	c #Conflicts:    3271000 | #Constraints:      66032
3250.26/3259.27	c #Conflicts:    3272000 | #Constraints:      67070
3250.26/3259.27	c #Conflicts:    3273000 | #Constraints:      68112
3250.26/3259.27	c #Conflicts:    3274000 | #Constraints:      69166
3250.26/3259.27	c #Conflicts:    3275000 | #Constraints:      70193
3250.26/3259.27	c #Conflicts:    3276000 | #Constraints:      71226
3250.26/3259.27	c #Conflicts:    3277000 | #Constraints:      72274
3250.26/3259.27	c #Conflicts:    3278000 | #Constraints:      73321
3250.26/3259.27	c #Conflicts:    3279000 | #Constraints:      74349
3250.26/3259.27	c #Conflicts:    3280000 | #Constraints:      75378
3250.26/3259.27	c #Conflicts:    3281000 | #Constraints:      76404
3250.26/3259.27	c #Conflicts:    3282000 | #Constraints:      77425
3250.26/3259.27	c #Conflicts:    3283000 | #Constraints:      78464
3250.26/3259.27	c #Conflicts:    3284000 | #Constraints:      79505
3250.26/3259.27	c #Conflicts:    3285000 | #Constraints:      80556
3250.26/3259.27	c INPROCESSING
3250.26/3259.27	c GARBAGE COLLECT
3250.26/3259.27	c rational objective 999
3295.44/3304.57	c #Conflicts:    3286000 | #Constraints:      44611
3295.44/3304.57	c #Conflicts:    3287000 | #Constraints:      45611
3295.44/3304.57	c #Conflicts:    3288000 | #Constraints:      46611
3295.44/3304.57	c #Conflicts:    3289000 | #Constraints:      47611
3295.44/3304.57	c #Conflicts:    3290000 | #Constraints:      48611
3295.44/3304.57	c #Conflicts:    3291000 | #Constraints:      49611
3295.44/3304.57	c #Conflicts:    3292000 | #Constraints:      50611
3295.44/3304.57	c #Conflicts:    3293000 | #Constraints:      51611
3295.44/3304.57	c #Conflicts:    3294000 | #Constraints:      52611
3295.44/3304.57	c #Conflicts:    3295000 | #Constraints:      53611
3295.44/3304.57	c #Conflicts:    3296000 | #Constraints:      54611
3295.44/3304.57	c #Conflicts:    3297000 | #Constraints:      55611
3295.44/3304.57	c #Conflicts:    3298000 | #Constraints:      56611
3295.44/3304.57	c #Conflicts:    3299000 | #Constraints:      57611
3295.44/3304.57	c #Conflicts:    3300000 | #Constraints:      58611
3295.44/3304.57	c #Conflicts:    3301000 | #Constraints:      59611
3295.44/3304.57	c #Conflicts:    3302000 | #Constraints:      60611
3295.44/3304.57	c #Conflicts:    3303000 | #Constraints:      61611
3295.44/3304.57	c #Conflicts:    3304000 | #Constraints:      62611
3295.44/3304.57	c #Conflicts:    3305000 | #Constraints:      63611
3295.44/3304.57	c #Conflicts:    3306000 | #Constraints:      64611
3295.44/3304.57	c #Conflicts:    3307000 | #Constraints:      65611
3295.44/3304.57	c #Conflicts:    3308000 | #Constraints:      66611
3295.44/3304.57	c #Conflicts:    3309000 | #Constraints:      67611
3295.44/3304.57	c #Conflicts:    3310000 | #Constraints:      68611
3295.44/3304.57	c #Conflicts:    3311000 | #Constraints:      69611
3295.44/3304.57	c #Conflicts:    3312000 | #Constraints:      70612
3295.44/3304.57	c #Conflicts:    3313000 | #Constraints:      71612
3295.44/3304.57	c #Conflicts:    3314000 | #Constraints:      72612
3295.44/3304.57	c #Conflicts:    3315000 | #Constraints:      73612
3295.44/3304.57	c #Conflicts:    3316000 | #Constraints:      74613
3295.44/3304.57	c #Conflicts:    3317000 | #Constraints:      75614
3295.44/3304.57	c #Conflicts:    3318000 | #Constraints:      76615
3295.44/3304.57	c #Conflicts:    3319000 | #Constraints:      77615
3295.44/3304.57	c #Conflicts:    3320000 | #Constraints:      78616
3295.44/3304.57	c #Conflicts:    3321000 | #Constraints:      79617
3295.44/3304.57	c INPROCESSING
3295.44/3304.57	c GARBAGE COLLECT
3295.44/3304.57	c rational objective 999
3336.43/3345.63	c #Conflicts:    3322000 | #Constraints:      44057
3336.43/3345.63	c #Conflicts:    3323000 | #Constraints:      45057
3336.43/3345.63	c #Conflicts:    3324000 | #Constraints:      46057
3336.43/3345.63	c #Conflicts:    3325000 | #Constraints:      47057
3336.43/3345.63	c #Conflicts:    3326000 | #Constraints:      48057
3336.43/3345.63	c #Conflicts:    3327000 | #Constraints:      49057
3336.43/3345.63	c #Conflicts:    3328000 | #Constraints:      50057
3336.43/3345.63	c #Conflicts:    3329000 | #Constraints:      51057
3336.43/3345.63	c #Conflicts:    3330000 | #Constraints:      52057
3336.43/3345.63	c #Conflicts:    3331000 | #Constraints:      53057
3336.43/3345.63	c #Conflicts:    3332000 | #Constraints:      54057
3336.43/3345.63	c #Conflicts:    3333000 | #Constraints:      55057
3336.43/3345.63	c #Conflicts:    3334000 | #Constraints:      56057
3336.43/3345.63	c #Conflicts:    3335000 | #Constraints:      57057
3336.43/3345.63	c #Conflicts:    3336000 | #Constraints:      58057
3336.43/3345.63	c #Conflicts:    3337000 | #Constraints:      59057
3336.43/3345.63	c #Conflicts:    3338000 | #Constraints:      60057
3336.43/3345.63	c #Conflicts:    3339000 | #Constraints:      61057
3336.43/3345.63	c #Conflicts:    3340000 | #Constraints:      62057
3336.43/3345.63	c #Conflicts:    3341000 | #Constraints:      63057
3336.43/3345.63	c #Conflicts:    3342000 | #Constraints:      64057
3336.43/3345.63	c #Conflicts:    3343000 | #Constraints:      65057
3336.43/3345.63	c #Conflicts:    3344000 | #Constraints:      66057
3336.43/3345.63	c #Conflicts:    3345000 | #Constraints:      67057
3336.43/3345.63	c #Conflicts:    3346000 | #Constraints:      68057
3336.43/3345.63	c #Conflicts:    3347000 | #Constraints:      69057
3336.43/3345.63	c #Conflicts:    3348000 | #Constraints:      70057
3336.43/3345.63	c #Conflicts:    3349000 | #Constraints:      71057
3336.43/3345.63	c #Conflicts:    3350000 | #Constraints:      72057
3336.43/3345.63	c #Conflicts:    3351000 | #Constraints:      73057
3336.43/3345.63	c #Conflicts:    3352000 | #Constraints:      74057
3336.43/3345.63	c #Conflicts:    3353000 | #Constraints:      75057
3336.43/3345.63	c #Conflicts:    3354000 | #Constraints:      76057
3336.43/3345.63	c #Conflicts:    3355000 | #Constraints:      77057
3336.43/3345.63	c #Conflicts:    3356000 | #Constraints:      78057
3336.43/3345.63	c #Conflicts:    3357000 | #Constraints:      79057
3336.43/3345.63	c #Conflicts:    3358000 | #Constraints:      80057
3336.43/3345.63	c INPROCESSING
3336.43/3345.63	c GARBAGE COLLECT
3336.43/3345.63	c rational objective 999
3393.07/3402.49	c #Conflicts:    3359000 | #Constraints:      44495
3393.07/3402.49	c #Conflicts:    3360000 | #Constraints:      45495
3393.07/3402.49	c #Conflicts:    3361000 | #Constraints:      46503
3393.07/3402.49	c #Conflicts:    3362000 | #Constraints:      47538
3393.07/3402.49	c #Conflicts:    3363000 | #Constraints:      48588
3393.07/3402.49	c #Conflicts:    3364000 | #Constraints:      49646
3393.07/3402.49	c #Conflicts:    3365000 | #Constraints:      50692
3393.07/3402.49	c #Conflicts:    3366000 | #Constraints:      51737
3393.07/3402.49	c #Conflicts:    3367000 | #Constraints:      52770
3393.07/3402.49	c #Conflicts:    3368000 | #Constraints:      53828
3393.07/3402.49	c #Conflicts:    3369000 | #Constraints:      54878
3393.07/3402.49	c #Conflicts:    3370000 | #Constraints:      55912
3393.07/3402.49	c #Conflicts:    3371000 | #Constraints:      56949
3393.07/3402.49	c #Conflicts:    3372000 | #Constraints:      58000
3393.07/3402.49	c #Conflicts:    3373000 | #Constraints:      59053
3393.07/3402.49	c #Conflicts:    3374000 | #Constraints:      60104
3393.07/3402.49	c #Conflicts:    3375000 | #Constraints:      61143
3393.07/3402.49	c #Conflicts:    3376000 | #Constraints:      62179
3393.07/3402.49	c #Conflicts:    3377000 | #Constraints:      63211
3393.07/3402.49	c #Conflicts:    3378000 | #Constraints:      64237
3393.07/3402.49	c #Conflicts:    3379000 | #Constraints:      65281
3393.07/3402.49	c #Conflicts:    3380000 | #Constraints:      66323
3393.07/3402.49	c #Conflicts:    3381000 | #Constraints:      67348
3393.07/3402.49	c #Conflicts:    3382000 | #Constraints:      68378
3393.07/3402.49	c #Conflicts:    3383000 | #Constraints:      69420
3393.07/3402.49	c #Conflicts:    3384000 | #Constraints:      70458
3393.07/3402.49	c #Conflicts:    3385000 | #Constraints:      71494
3393.07/3402.49	c #Conflicts:    3386000 | #Constraints:      72524
3393.07/3402.49	c #Conflicts:    3387000 | #Constraints:      73553
3393.07/3402.49	c #Conflicts:    3388000 | #Constraints:      74582
3393.07/3402.49	c #Conflicts:    3389000 | #Constraints:      75603
3393.07/3402.49	c #Conflicts:    3390000 | #Constraints:      76621
3393.07/3402.49	c #Conflicts:    3391000 | #Constraints:      77646
3393.07/3402.49	c #Conflicts:    3392000 | #Constraints:      78680
3393.07/3402.49	c #Conflicts:    3393000 | #Constraints:      79702
3393.07/3402.49	c #Conflicts:    3394000 | #Constraints:      80731
3393.07/3402.49	c #Conflicts:    3395000 | #Constraints:      81756
3393.07/3402.49	c INPROCESSING
3393.07/3402.49	c GARBAGE COLLECT
3393.07/3402.49	c rational objective 999
3436.66/3446.11	c #Conflicts:    3396000 | #Constraints:      45305
3436.66/3446.11	c #Conflicts:    3397000 | #Constraints:      46305
3436.66/3446.11	c #Conflicts:    3398000 | #Constraints:      47305
3436.66/3446.11	c #Conflicts:    3399000 | #Constraints:      48305
3436.66/3446.11	c #Conflicts:    3400000 | #Constraints:      49305
3436.66/3446.11	c #Conflicts:    3401000 | #Constraints:      50305
3436.66/3446.11	c #Conflicts:    3402000 | #Constraints:      51305
3436.66/3446.11	c #Conflicts:    3403000 | #Constraints:      52305
3436.66/3446.11	c #Conflicts:    3404000 | #Constraints:      53305
3436.66/3446.11	c #Conflicts:    3405000 | #Constraints:      54305
3436.66/3446.11	c #Conflicts:    3406000 | #Constraints:      55305
3436.66/3446.11	c #Conflicts:    3407000 | #Constraints:      56305
3436.66/3446.11	c #Conflicts:    3408000 | #Constraints:      57305
3436.66/3446.11	c #Conflicts:    3409000 | #Constraints:      58305
3436.66/3446.11	c #Conflicts:    3410000 | #Constraints:      59305
3436.66/3446.11	c #Conflicts:    3411000 | #Constraints:      60305
3436.66/3446.11	c #Conflicts:    3412000 | #Constraints:      61305
3436.66/3446.11	c #Conflicts:    3413000 | #Constraints:      62305
3436.66/3446.11	c #Conflicts:    3414000 | #Constraints:      63305
3436.66/3446.11	c #Conflicts:    3415000 | #Constraints:      64305
3436.66/3446.11	c #Conflicts:    3416000 | #Constraints:      65305
3436.66/3446.11	c #Conflicts:    3417000 | #Constraints:      66305
3436.66/3446.11	c #Conflicts:    3418000 | #Constraints:      67305
3436.66/3446.11	c #Conflicts:    3419000 | #Constraints:      68305
3436.66/3446.11	c #Conflicts:    3420000 | #Constraints:      69305
3436.66/3446.11	c #Conflicts:    3421000 | #Constraints:      70305
3436.66/3446.11	c #Conflicts:    3422000 | #Constraints:      71305
3436.66/3446.11	c #Conflicts:    3423000 | #Constraints:      72305
3436.66/3446.11	c #Conflicts:    3424000 | #Constraints:      73305
3436.66/3446.11	c #Conflicts:    3425000 | #Constraints:      74305
3436.66/3446.11	c #Conflicts:    3426000 | #Constraints:      75305
3436.66/3446.11	c #Conflicts:    3427000 | #Constraints:      76305
3436.66/3446.11	c #Conflicts:    3428000 | #Constraints:      77305
3436.66/3446.11	c #Conflicts:    3429000 | #Constraints:      78305
3436.66/3446.11	c #Conflicts:    3430000 | #Constraints:      79305
3436.66/3446.11	c #Conflicts:    3431000 | #Constraints:      80305
3436.66/3446.11	c #Conflicts:    3432000 | #Constraints:      81305
3436.66/3446.11	c INPROCESSING
3436.66/3446.11	c GARBAGE COLLECT
3436.66/3446.11	c rational objective 999
3478.34/3487.94	c #Conflicts:    3433000 | #Constraints:      45188
3478.34/3487.94	c #Conflicts:    3434000 | #Constraints:      46188
3478.34/3487.94	c #Conflicts:    3435000 | #Constraints:      47188
3478.34/3487.94	c #Conflicts:    3436000 | #Constraints:      48188
3478.34/3487.94	c #Conflicts:    3437000 | #Constraints:      49188
3478.34/3487.94	c #Conflicts:    3438000 | #Constraints:      50188
3478.34/3487.94	c #Conflicts:    3439000 | #Constraints:      51188
3478.34/3487.94	c #Conflicts:    3440000 | #Constraints:      52188
3478.34/3487.94	c #Conflicts:    3441000 | #Constraints:      53188
3478.34/3487.94	c #Conflicts:    3442000 | #Constraints:      54188
3478.34/3487.94	c #Conflicts:    3443000 | #Constraints:      55188
3478.34/3487.94	c #Conflicts:    3444000 | #Constraints:      56188
3478.34/3487.94	c #Conflicts:    3445000 | #Constraints:      57188
3478.34/3487.94	c #Conflicts:    3446000 | #Constraints:      58188
3478.34/3487.94	c #Conflicts:    3447000 | #Constraints:      59188
3478.34/3487.94	c #Conflicts:    3448000 | #Constraints:      60188
3478.34/3487.94	c #Conflicts:    3449000 | #Constraints:      61188
3478.34/3487.94	c #Conflicts:    3450000 | #Constraints:      62188
3478.34/3487.94	c #Conflicts:    3451000 | #Constraints:      63188
3478.34/3487.94	c #Conflicts:    3452000 | #Constraints:      64188
3478.34/3487.94	c #Conflicts:    3453000 | #Constraints:      65188
3478.34/3487.94	c #Conflicts:    3454000 | #Constraints:      66188
3478.34/3487.94	c #Conflicts:    3455000 | #Constraints:      67188
3478.34/3487.94	c #Conflicts:    3456000 | #Constraints:      68188
3478.34/3487.94	c #Conflicts:    3457000 | #Constraints:      69188
3478.34/3487.94	c #Conflicts:    3458000 | #Constraints:      70188
3478.34/3487.94	c #Conflicts:    3459000 | #Constraints:      71188
3478.34/3487.94	c #Conflicts:    3460000 | #Constraints:      72188
3478.34/3487.94	c #Conflicts:    3461000 | #Constraints:      73188
3478.34/3487.94	c #Conflicts:    3462000 | #Constraints:      74188
3478.34/3487.94	c #Conflicts:    3463000 | #Constraints:      75188
3478.34/3487.94	c #Conflicts:    3464000 | #Constraints:      76188
3478.34/3487.94	c #Conflicts:    3465000 | #Constraints:      77188
3478.34/3487.94	c #Conflicts:    3466000 | #Constraints:      78188
3478.34/3487.94	c #Conflicts:    3467000 | #Constraints:      79188
3478.34/3487.94	c #Conflicts:    3468000 | #Constraints:      80188
3478.34/3487.94	c #Conflicts:    3469000 | #Constraints:      81188
3478.34/3487.94	c INPROCESSING
3478.34/3487.94	c GARBAGE COLLECT
3478.34/3487.94	c rational objective 999
3542.86/3552.69	c #Conflicts:    3470000 | #Constraints:      45027
3542.86/3552.69	c #Conflicts:    3471000 | #Constraints:      46027
3542.86/3552.69	c #Conflicts:    3472000 | #Constraints:      47027
3542.86/3552.69	c #Conflicts:    3473000 | #Constraints:      48033
3542.86/3552.69	c #Conflicts:    3474000 | #Constraints:      49108
3542.86/3552.69	c #Conflicts:    3475000 | #Constraints:      50162
3542.86/3552.69	c #Conflicts:    3476000 | #Constraints:      51209
3542.86/3552.69	c #Conflicts:    3477000 | #Constraints:      52251
3542.86/3552.69	c #Conflicts:    3478000 | #Constraints:      53279
3542.86/3552.69	c #Conflicts:    3479000 | #Constraints:      54310
3542.86/3552.69	c #Conflicts:    3480000 | #Constraints:      55328
3542.86/3552.69	c #Conflicts:    3481000 | #Constraints:      56352
3542.86/3552.69	c #Conflicts:    3482000 | #Constraints:      57389
3542.86/3552.69	c #Conflicts:    3483000 | #Constraints:      58422
3542.86/3552.69	c #Conflicts:    3484000 | #Constraints:      59446
3542.86/3552.69	c #Conflicts:    3485000 | #Constraints:      60460
3542.86/3552.69	c #Conflicts:    3486000 | #Constraints:      61497
3542.86/3552.69	c #Conflicts:    3487000 | #Constraints:      62534
3542.86/3552.69	c #Conflicts:    3488000 | #Constraints:      63585
3542.86/3552.69	c #Conflicts:    3489000 | #Constraints:      64633
3542.86/3552.69	c #Conflicts:    3490000 | #Constraints:      65695
3542.86/3552.69	c #Conflicts:    3491000 | #Constraints:      66751
3542.86/3552.69	c #Conflicts:    3492000 | #Constraints:      67776
3542.86/3552.69	c #Conflicts:    3493000 | #Constraints:      68806
3542.86/3552.69	c #Conflicts:    3494000 | #Constraints:      69832
3542.86/3552.69	c #Conflicts:    3495000 | #Constraints:      70856
3542.86/3552.69	c #Conflicts:    3496000 | #Constraints:      71891
3542.86/3552.69	c #Conflicts:    3497000 | #Constraints:      72963
3542.86/3552.69	c #Conflicts:    3498000 | #Constraints:      74012
3542.86/3552.69	c #Conflicts:    3499000 | #Constraints:      75064
3542.86/3552.69	c #Conflicts:    3500000 | #Constraints:      76115
3542.86/3552.69	c #Conflicts:    3501000 | #Constraints:      77161
3542.86/3552.69	c #Conflicts:    3502000 | #Constraints:      78214
3542.86/3552.69	c #Conflicts:    3503000 | #Constraints:      79258
3542.86/3552.69	c #Conflicts:    3504000 | #Constraints:      80285
3542.86/3552.69	c #Conflicts:    3505000 | #Constraints:      81319
3542.86/3552.69	c #Conflicts:    3506000 | #Constraints:      82358
3542.86/3552.69	c INPROCESSING
3542.86/3552.69	c GARBAGE COLLECT
3542.86/3552.69	c rational objective 999
3585.94/3595.89	c #Conflicts:    3507000 | #Constraints:      45320
3585.94/3595.89	c #Conflicts:    3508000 | #Constraints:      46320
3585.94/3595.89	c #Conflicts:    3509000 | #Constraints:      47320
3585.94/3595.89	c #Conflicts:    3510000 | #Constraints:      48320
3585.94/3595.89	c #Conflicts:    3511000 | #Constraints:      49320
3585.94/3595.89	c #Conflicts:    3512000 | #Constraints:      50320
3585.94/3595.89	c #Conflicts:    3513000 | #Constraints:      51320
3585.94/3595.89	c #Conflicts:    3514000 | #Constraints:      52320
3585.94/3595.89	c #Conflicts:    3515000 | #Constraints:      53320
3585.94/3595.89	c #Conflicts:    3516000 | #Constraints:      54320
3585.94/3595.89	c #Conflicts:    3517000 | #Constraints:      55320
3585.94/3595.89	c #Conflicts:    3518000 | #Constraints:      56320
3585.94/3595.89	c #Conflicts:    3519000 | #Constraints:      57320
3585.94/3595.89	c #Conflicts:    3520000 | #Constraints:      58320
3585.94/3595.89	c #Conflicts:    3521000 | #Constraints:      59320
3585.94/3595.89	c #Conflicts:    3522000 | #Constraints:      60320
3585.94/3595.89	c #Conflicts:    3523000 | #Constraints:      61320
3585.94/3595.89	c #Conflicts:    3524000 | #Constraints:      62320
3585.94/3595.89	c #Conflicts:    3525000 | #Constraints:      63320
3585.94/3595.89	c #Conflicts:    3526000 | #Constraints:      64320
3585.94/3595.89	c #Conflicts:    3527000 | #Constraints:      65320
3585.94/3595.89	c #Conflicts:    3528000 | #Constraints:      66320
3585.94/3595.89	c #Conflicts:    3529000 | #Constraints:      67320
3585.94/3595.89	c #Conflicts:    3530000 | #Constraints:      68320
3585.94/3595.89	c #Conflicts:    3531000 | #Constraints:      69320
3585.94/3595.89	c #Conflicts:    3532000 | #Constraints:      70320
3585.94/3595.89	c #Conflicts:    3533000 | #Constraints:      71320
3585.94/3595.89	c #Conflicts:    3534000 | #Constraints:      72320
3585.94/3595.89	c #Conflicts:    3535000 | #Constraints:      73320
3585.94/3595.89	c #Conflicts:    3536000 | #Constraints:      74320
3585.94/3595.89	c #Conflicts:    3537000 | #Constraints:      75320
3585.94/3595.89	c #Conflicts:    3538000 | #Constraints:      76320
3585.94/3595.89	c #Conflicts:    3539000 | #Constraints:      77320
3585.94/3595.89	c #Conflicts:    3540000 | #Constraints:      78320
3585.94/3595.89	c #Conflicts:    3541000 | #Constraints:      79320
3585.94/3595.89	c #Conflicts:    3542000 | #Constraints:      80320
3585.94/3595.89	c #Conflicts:    3543000 | #Constraints:      81320
3585.94/3595.89	c #Conflicts:    3544000 | #Constraints:      82320
3585.94/3595.89	c INPROCESSING
3585.94/3595.89	c GARBAGE COLLECT
3585.94/3595.89	c rational objective 999
3600.01/3609.90	c #Conflicts:    3545000 | #Constraints:      45623
3600.01/3609.90	c #Conflicts:    3546000 | #Constraints:      46623
3600.01/3609.90	c #Conflicts:    3547000 | #Constraints:      47623
3600.01/3609.90	c #Conflicts:    3548000 | #Constraints:      48623
3600.01/3609.90	c #Conflicts:    3549000 | #Constraints:      49623
3600.01/3609.90	c #Conflicts:    3550000 | #Constraints:      50623
3600.01/3609.90	c #Conflicts:    3551000 | #Constraints:      51623
3600.01/3609.90	c #Conflicts:    3552000 | #Constraints:      52623
3600.01/3609.90	c #Conflicts:    3553000 | #Constraints:      53623
3600.01/3609.90	c #Conflicts:    3554000 | #Constraints:      54623
3600.01/3609.90	c #Conflicts:    3555000 | #Constraints:      55623
3600.01/3609.90	c #Conflicts:    3556000 | #Constraints:      56623
3600.01/3609.90	c #Conflicts:    3557000 | #Constraints:      57623
3600.01/3609.90	c #Conflicts:    3558000 | #Constraints:      58623
3600.01/3609.90	c #Conflicts:    3559000 | #Constraints:      59623
3600.01/3609.90	c cpu time 3573.01 s
3600.01/3609.90	c deterministic time 215973443509 2.16e+11
3600.01/3609.90	c optimization time 14.0439 s
3600.01/3609.90	c total solve time 3558.96 s
3600.01/3609.90	c core-guided solve time 2155.67 s
3600.01/3609.90	c propagation time 2784.12 s
3600.01/3609.90	c conflict analysis time 718.257 s
3600.01/3609.90	c propagations 964363957
3600.01/3609.90	c resolve steps 60727031
3600.01/3609.90	c decisions 10035482
3600.01/3609.90	c conflicts 3559769
3600.01/3609.90	c restarts 6141
3600.01/3609.90	c inprocessing phases 179
3600.01/3609.90	c garbage collections 179 ,( 100.00 )
3600.01/3609.90	c input clauses 5199 ,( 62.98 )
3600.01/3609.90	c input cardinalities 2627 ,( 31.82 )
3600.01/3609.90	c input general constraints 429 ,( 5.20 )
3600.01/3609.90	c input average constraint length 282.33
3600.01/3609.90	c input average constraint degree 79.95
3600.01/3609.90	c learned clauses 2292040 ,( 63.62 )
3600.01/3609.90	c learned cardinalities 301301 ,( 8.36 )
3600.01/3609.90	c learned general constraints 1009104 ,( 28.01 )
3600.01/3609.90	c learned average constraint length 235.02
3600.01/3609.90	c learned average constraint degree 609782962.03
3600.01/3609.90	c watched  CF 32, 64, 128, Arb: 404683 , 0 , 0 , 0
3600.01/3609.90	c counting CF 32, 64, 128, Arb: 604851 , 0 , 0 , 0
3600.01/3609.90	c watched   constraints 404683 ,( 40.09 ) 
3600.01/3609.90	c counting  constraints 604850 ,( 59.91 ) 
3600.01/3609.90	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2141096235 , 5488800768 , 30456272691 ,( 781755582 , 29674517109 )
3600.01/3609.90	c gcd simplifications 84350
3600.01/3609.90	c detected cardinalities 53212
3600.01/3609.90	c weakened non-implied lits 402207512
3600.01/3609.90	c weakened non-implying lits 229491
3600.01/3609.90	c original variables 1965
3600.01/3609.90	c clausal propagations 381092384
3600.01/3609.90	c cardinality propagations 64853300
3600.01/3609.90	c watched propagations 12635901
3600.01/3609.90	c counting propagations 468983604
3600.01/3609.90	c watch lookups 124506167405
3600.01/3609.90	c watch backjump lookups 0
3600.01/3609.90	c watch checks 46655280597
3600.01/3609.90	c propagation checks 40136243015
3600.01/3609.90	c constraint additions 2719800764
3600.01/3609.90	c trail pops 977918532
3600.01/3609.90	c formula constraints 4007
3600.01/3609.90	c learned constraints 3519883
3600.01/3609.90	c bound constraints 1170
3600.01/3609.90	c core-guided constraints 3078
3600.01/3609.90	c encountered formula constraints 18751204
3600.01/3609.90	c encountered learned constraints 31347200
3600.01/3609.90	c encountered bound constraints 171
3600.01/3609.90	c encountered core-guided constraints 13369480
3600.01/3609.90	c LP total time 342.674 s
3600.01/3609.90	c LP solve time 310.16 s
3600.01/3609.90	c LP constraints added 6865
3600.01/3609.90	c LP constraints removed 2832
3600.01/3609.90	c LP pivots internal 3560379
3600.01/3609.90	c LP pivots root 73377
3600.01/3609.90	c LP calls 48538
3600.01/3609.90	c LP optimalities 7004
3600.01/3609.90	c LP no pivot count 1869
3600.01/3609.90	c LP infeasibilities 41530
3600.01/3609.90	c LP valid Farkas constraints 41517
3600.01/3609.90	c LP learned Farkas constraints 40023
3600.01/3609.90	c LP basis resets 13
3600.01/3609.90	c LP cycling count 0
3600.01/3609.90	c LP singular count 0
3600.01/3609.90	c LP no primal count 0
3600.01/3609.90	c LP no farkas count 13
3600.01/3609.90	c LP other issue count 0
3600.01/3609.90	c LP Gomory cuts 1022
3600.01/3609.90	c LP learned cuts 1836
3600.01/3609.90	c LP deleted cuts 2832
3600.01/3609.90	c LP encountered Gomory constraints 6700
3600.01/3609.90	c LP encountered Farkas constraints 540523
3600.01/3609.90	c LP encountered learned Farkas constraints 231499
3600.01/3609.90	c CG auxiliary variables introduced 1359
3600.01/3609.90	c CG solutions found 171
3600.01/3609.90	c CG cores constructed 999
3600.01/3609.90	c CG core cardinality constraints returned 0
3600.01/3609.90	c CG unit cores 0
3600.01/3609.90	c CG single cores 999
3600.01/3609.90	c CG blocks removed during cardinality reduction 0
3600.01/3609.90	c CG first core best 0
3600.01/3609.90	c CG decision core best 0
3600.01/3609.90	c CG core reduction tie 0
3600.01/3609.90	c CG core degree average 1.00
3600.01/3609.90	c CG core slack average 2.14
3600.01/3609.90	c CG core upper bound improvements 13
3600.01/3609.90	c STR number of successful calls 0
3600.01/3609.90	c STR number of unsuccessful calls 0
3600.01/3609.90	c STR number of inconclusive calls 0
3600.01/3609.90	c STR number of successful attempts 0
3600.01/3609.90	c STR number of unsuccessful attempts 0
3600.01/3609.90	c STR number of inconclusive attempts 0
3600.01/3609.90	c STR average degree increase per successful call inf
3600.01/3609.90	c STR average degree increase per successful attempt inf
3600.01/3609.90	c STR total number of conflicts for successful attempts 0
3600.01/3609.90	c STR total number of conflicts for unsuccessful attempts 0
3600.01/3609.90	c STR total number of conflicts for inconclusive attempts 0
3600.01/3609.90	c STR average number of conflicts per successful attempt inf
3600.01/3609.90	c STR average number of conflicts per unsuccessful attempt inf
3600.01/3609.90	c STR average number of conflicts per inconclusive attempt inf
3600.01/3609.90	c AVG.sumWPerc 50.90 
3600.01/3609.90	c bigint constraints 0 
3600.01/3609.90	o 1035
3600.01/3609.90	s SATISFIABLE
3600.01/3609.90	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
3600.01/3609.90	c Program interrupted by user.

Verifier Data

OK	1035

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488820-1751331199/watcher-4488820-1751331199 -o /tmp/evaluation-result-4488820-1751331199/solver-4488820-1751331199 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751323974-41573 --watchdog 3760 run-opt-break.sh HOME/instance-4488820-1751331199.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=44203, runsolver pid=44200

[startup+0.100057 s]*
/proc/loadavg: 4.22 4.16 4.15 5/267 44206
/proc/meminfo: memFree=126013956/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=61716 memory=18316 CPUtime=0.06 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 2515 0 0 0 5 1 0 0 20 0 1 0 48799797 63197184 4579 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 15429 4579 2336 1147 0 2856 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 65908 KiB
Current children cumulated memory: 21388 KiB

[startup+0.205548 s]*
/proc/loadavg: 4.22 4.16 4.15 5/267 44206
/proc/meminfo: memFree=126009924/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=64888 memory=23512 CPUtime=0.17 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 3319 0 0 0 15 2 0 0 20 0 1 0 48799797 66445312 5878 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 16222 5878 2336 1147 0 3649 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 69080 KiB
Current children cumulated memory: 26584 KiB

[startup+0.305458 s]*
/proc/loadavg: 4.22 4.16 4.15 5/267 44206
/proc/meminfo: memFree=126002364/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=72880 memory=31192 CPUtime=0.27 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 5231 0 0 0 24 3 0 0 20 0 1 0 48799797 74629120 7798 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 18220 7798 2336 1147 0 5647 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 77072 KiB
Current children cumulated memory: 34264 KiB

[startup+0.700213 s]
/proc/loadavg: 4.22 4.16 4.15 5/267 44206
/proc/meminfo: memFree=125994552/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=100504 memory=53316 CPUtime=0.65 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 9726 0 0 0 57 8 0 0 20 0 1 0 48799797 102916096 13329 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 25126 13329 2368 1147 0 12553 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 104696 KiB
Current children cumulated memory: 56388 KiB

[startup+1.50015 s]
/proc/loadavg: 4.22 4.16 4.15 5/267 44206
/proc/meminfo: memFree=125985152/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=129072 memory=77752 CPUtime=1.46 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 14294 0 0 0 133 13 0 0 20 0 1 0 48799797 132169728 19438 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 32268 19438 2368 1147 0 19695 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 133264 KiB
Current children cumulated memory: 80824 KiB

[startup+3.1053 s]
/proc/loadavg: 4.22 4.16 4.15 5/267 44206
/proc/meminfo: memFree=125938784/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=156452 memory=96568 CPUtime=3.05 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 18964 0 0 0 288 17 0 0 20 0 1 0 48799797 160206848 24142 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 39113 24142 2400 1147 0 26540 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 160644 KiB
Current children cumulated memory: 99640 KiB

[startup+6.30017 s]
/proc/loadavg: 4.28 4.18 4.16 5/267 44206
/proc/meminfo: memFree=125927168/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=165552 memory=109888 CPUtime=6.24 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 21790 0 0 0 599 25 0 0 20 0 1 0 48799797 169525248 27472 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 41388 27472 2400 1147 0 28815 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 169744 KiB
Current children cumulated memory: 112960 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.17 4.16 5/267 44206
/proc/meminfo: memFree=125916948/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=172352 memory=119240 CPUtime=12.62 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 23640 0 0 0 1227 35 0 0 20 0 1 0 48799797 176488448 29810 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 43088 29810 2400 1147 0 30515 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 176544 KiB
Current children cumulated memory: 122312 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.16 4.16 5/267 44206
/proc/meminfo: memFree=125898488/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=186412 memory=135672 CPUtime=25.4 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 27245 0 0 0 2484 56 0 0 20 0 1 0 48799797 190885888 33918 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 46603 33918 2400 1147 0 34030 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 190604 KiB
Current children cumulated memory: 138744 KiB

[startup+51.1058 s]
/proc/loadavg: 4.19 4.17 4.16 5/267 44207
/proc/meminfo: memFree=125860324/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=251568 memory=177920 CPUtime=50.93 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 36254 0 0 0 4996 97 0 0 20 0 1 0 48799797 257605632 44480 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 62892 44480 2400 1147 0 50319 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 255760 KiB
Current children cumulated memory: 180992 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.15 4.15 5/267 44255
/proc/meminfo: memFree=128808528/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=295920 memory=224816 CPUtime=101.99 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 44939 0 0 0 10032 167 0 0 20 0 1 0 48799797 303022080 56204 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 73980 56204 2400 1147 0 61407 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 300112 KiB
Current children cumulated memory: 227888 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.16 4.15 5/266 44257
/proc/meminfo: memFree=128732732/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=314288 memory=242992 CPUtime=161.84 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 49472 0 0 0 15942 242 0 0 20 0 1 0 48799797 321830912 60748 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 78572 60748 2400 1147 0 65999 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 318480 KiB
Current children cumulated memory: 246064 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.14 4.15 5/266 44259
/proc/meminfo: memFree=128642816/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=368068 memory=278168 CPUtime=221.68 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 54714 0 0 0 21851 317 0 0 20 0 1 0 48799797 376901632 69542 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 92017 69542 2400 1147 0 79444 0
Current children cumulated CPU time: 221.68 s

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

/proc/44206/statm: 203457 179009 2400 1147 0 190884 0
Current children cumulated CPU time: 3093.76 s
Current children cumulated vsize: 818020 KiB
Current children cumulated memory: 719108 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 44460
/proc/meminfo: memFree=127427536/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=822540 memory=722180 CPUtime=3153.6 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 126352 0 0 0 312920 2440 0 0 20 0 1 0 48799797 842280960 180545 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 205635 180545 2400 1147 0 193062 0
Current children cumulated CPU time: 3153.6 s
Current children cumulated vsize: 826732 KiB
Current children cumulated memory: 725252 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.12 4.10 5/267 44463
/proc/meminfo: memFree=127400696/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=822540 memory=722180 CPUtime=3213.46 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 126353 0 0 0 318867 2479 0 0 20 0 1 0 48799797 842280960 180545 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 205635 180545 2400 1147 0 193062 0
Current children cumulated CPU time: 3213.46 s
Current children cumulated vsize: 826732 KiB
Current children cumulated memory: 725252 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.10 4.09 4/260 44502
/proc/meminfo: memFree=128134212/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=834328 memory=730628 CPUtime=3273.3 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 128466 0 0 0 324812 2518 0 0 20 0 1 0 48799797 854351872 182657 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 208582 182657 2400 1147 0 196009 0
Current children cumulated CPU time: 3273.3 s
Current children cumulated vsize: 838520 KiB
Current children cumulated memory: 733700 KiB

[startup+3342.3 s]
/proc/loadavg: 3.43 3.91 4.02 5/261 44504
/proc/meminfo: memFree=128108992/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=834328 memory=730628 CPUtime=3333.14 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 128467 0 0 0 330763 2551 0 0 20 0 1 0 48799797 854351872 182657 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 208582 182657 2400 1147 0 196009 0
Current children cumulated CPU time: 3333.14 s
Current children cumulated vsize: 838520 KiB
Current children cumulated memory: 733700 KiB

[startup+3402.3 s]
/proc/loadavg: 3.27 3.77 3.97 4/261 44506
/proc/meminfo: memFree=128094400/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=849416 memory=747632 CPUtime=3392.97 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 131185 0 0 0 336708 2589 0 0 20 0 1 0 48799797 869801984 186908 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 212354 186908 2400 1147 0 199781 0
Current children cumulated CPU time: 3392.97 s
Current children cumulated vsize: 853608 KiB
Current children cumulated memory: 750704 KiB

[startup+3462.3 s]
/proc/loadavg: 3.14 3.64 3.91 4/262 44510
/proc/meminfo: memFree=128085100/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=850720 memory=748784 CPUtime=3452.81 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 131461 0 0 0 342660 2621 0 0 20 0 1 0 48799797 871137280 187196 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 212680 187196 2400 1147 0 200107 0
Current children cumulated CPU time: 3452.81 s
Current children cumulated vsize: 854912 KiB
Current children cumulated memory: 751856 KiB

[startup+3522.3 s]
/proc/loadavg: 3.17 3.56 3.86 4/261 44512
/proc/meminfo: memFree=128085328/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=850720 memory=748784 CPUtime=3512.64 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 131502 0 0 0 348610 2654 0 0 20 0 1 0 48799797 871137280 187196 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 212680 187196 2400 1147 0 200107 0
Current children cumulated CPU time: 3512.64 s
Current children cumulated vsize: 854912 KiB
Current children cumulated memory: 751856 KiB

[startup+3582.3 s]
/proc/loadavg: 3.12 3.47 3.81 4/261 44514
/proc/meminfo: memFree=128069864/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=856872 memory=753520 CPUtime=3572.48 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 132707 0 0 0 354565 2683 0 0 20 0 1 0 48799797 877436928 188380 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 214218 188380 2400 1147 0 201645 0
Current children cumulated CPU time: 3572.48 s
Current children cumulated vsize: 861064 KiB
Current children cumulated memory: 756592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 3.08 3.43 3.79 4/261 44515
/proc/meminfo: memFree=128070212/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=856872 memory=753520 CPUtime=3600.01 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 132708 0 0 0 357301 2700 0 0 20 0 1 0 48799797 877436928 188380 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 214218 188380 2400 1147 0 201645 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 861064 KiB
Current children cumulated memory: 756592 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3609.9 s]
/proc/loadavg: 3.08 3.43 3.79 4/261 44515
/proc/meminfo: memFree=128070212/131250000 swapFree=33010416/33010684
[pid=44203] ppid=44200 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/44203/stat : 44203 (run-opt-break.s) S 44200 44203 41560 0 -1 4194304 238 1442 0 0 0 0 0 0 20 0 1 0 48799795 4292608 768 18446744073709551615 94814049320960 94814050215493 140732086933552 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94814050454544 94814050502288 94814061928448 140732086937953 140732086938082 140732086938082 140732086943684 0
/proc/44203/statm: 1048 768 704 219 0 110 0
[pid=44206] ppid=44203 vsize=856872 memory=753520 CPUtime=3600.01 cores=5,7
/proc/44206/stat : 44206 (roundingsat) R 44203 44203 41560 0 -1 4194304 132708 0 0 0 357301 2700 0 0 20 0 1 0 48799797 877436928 188380 18446744073709551615 4227072 8923433 140734804175840 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36311040 140734804179300 140734804179496 140734804179496 140734804185066 0
/proc/44206/statm: 214218 188380 2400 1147 0 201645 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 861064 KiB
Current children cumulated memory: 756592 KiB

Child status: 2

Real time (s): 3609.91
CPU time (s): 3600.04
CPU user time (s): 3573.02
CPU system time (s): 27.0145
CPU usage (%): 99.7265
Max. virtual memory (cumulated for all children) (KiB): 861064
Max. memory (cumulated for all children) (KiB): 756592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.02
system time used= 27.0145
maximum resident set size= 753904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134411
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= 332
involuntary context switches= 4250


# summary of solver processes directly reported to runsolver:
#   pid: 44203,44206
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3573.02
#   total CPU system time (s): 27.0145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40301 second user time and 16.0325 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 02:53:19
IDJOB=4488820
IDBENCH=147532
IDSOLVER=3359
FILE ID=nodeC027/4488820-1751331199
RUNJOBID= nodeC027-1751323974-41573
SLURM_JOB_ID= 9594344
Free space on /tmp= 433040 MiB

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

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

MD5SUM BENCH= 40249833eecc795c9ed736ead45c4ff1
RANDOM SEED=798265011

nodeC027 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.620
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.29
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.634
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.29
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		: 3428.693
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.29
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		: 3585.900
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.29
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.594
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.29
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.496
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.29
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.222
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.29
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.620
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126021424 kB
MemAvailable:   125678488 kB
Buffers:            2488 kB
Cached:           459852 kB
SwapCached:           12 kB
Active:          4436884 kB
Inactive:         160212 kB
Active(anon):    4150020 kB
Inactive(anon):     2792 kB
Active(file):     286864 kB
Inactive(file):   157420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7248 kB
Writeback:             0 kB
AnonPages:       4133520 kB
Mapped:           117220 kB
Shmem:             18056 kB
KReclaimable:     103636 kB
Slab:             191328 kB
SReclaimable:     103636 kB
SUnreclaim:        87692 kB
KernelStack:        4320 kB
PageTables:        12452 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5292864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1492992 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC027 at 2025-07-01 03:53:29