Trace number 4521772

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)1740 3600.09 3610.61

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_058.opb
MD5SUM9f15d23f289b182a443a303ebae0d35a
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 benchmark1740
Best CPU time to get the best result obtained on this benchmark0.857278
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3422
Total number of constraints6844
Number of constraints which are clauses6844
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 3422
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 3422
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3422
Number of bits of the biggest sum of numbers12
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-4521772-1751575528.opb'
0.00/0.02	c 	read 0.20MB  (8.55ms)
0.00/0.02	c	 [cnf: #variables 3422 #clauses 6845 #duplicates 0 #arr 17110]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 2] (6.15ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (8.08ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 17111 #edges 47908]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.06	c 	 [group: #symmetries 1.37*10^4 #generators 3] (27.64ms)
0.00/0.06	c 
0.00/0.06	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.07	c 	ran it=0, +gens=3 
0.38/0.48	c 	con best_support=6608, best_gens=1, +gens=244
0.38/0.48	c 	(420.66ms)
0.38/0.48	c 
0.38/0.48	c finalize break order and special generators
0.38/0.50	c 
0.38/0.50	c add generic predicates (break_depth=20)
0.57/0.63	c 	added predicates for 250 generators (131.76ms)
0.57/0.63	c 
0.57/0.63	c generation finished
0.57/0.63	c 	[sbp: #constraints 14500 #add_vars 4750]
0.57/0.63	c 
0.57/0.63	c write result to 'HOME/instance-4521772-1751575528.opb.pre'
0.57/0.64	c 	wrote 0.72MB (5.02ms)
0.57/0.64	c ------------------------------------------------------------------
0.57/0.64	c                 420.66ms 67.30% optimize_gens
0.57/0.64	c                 131.76ms 21.08% break_generic
0.57/0.64	c                  27.64ms  4.42% detect_generic
0.57/0.64	c                  15.51ms  2.48% finalize_order
0.57/0.64	c                   8.55ms  1.37% parse
0.57/0.64	c                   8.08ms  1.29% detect_special
0.57/0.64	c                   6.15ms  0.98% approx_orbits
0.57/0.64	c                   5.02ms  0.80% output
0.57/0.64	c                   1.63ms  0.26% other
0.57/0.64	c         ───────────────────────────────────────────────
0.57/0.64	c                 625.01ms   100% total
0.57/0.64	c ------------------------------------------------------------------
0.57/0.66	c RoundingSat 2
0.57/0.66	c branch pb25
0.57/0.66	c commit 63f22ad
0.61/0.84	c #variables 8172 #constraints 21344
0.61/0.84	c objective is ce32 
0.61/0.84	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.61/0.84	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.61/0.84	c bounds - >= 0 @ 0.128497
0.61/1.00	c bounds 1740 >= 0 @ 0.260987
0.61/1.00	c bounds 1740 >= 1 @ 0.263079
0.61/1.00	c bounds 1740 >= 2 @ 0.264006
0.61/1.00	c bounds 1740 >= 3 @ 0.264878
0.61/1.00	c bounds 1740 >= 4 @ 0.26568
0.61/1.00	c bounds 1740 >= 5 @ 0.266516
0.61/1.00	c bounds 1740 >= 6 @ 0.267327
0.61/1.00	c bounds 1740 >= 7 @ 0.268129
0.61/1.00	c bounds 1740 >= 8 @ 0.268927
0.61/1.00	c bounds 1740 >= 9 @ 0.269729
0.61/1.01	c bounds 1740 >= 10 @ 0.27054
0.61/1.01	c bounds 1740 >= 11 @ 0.271348
0.61/1.01	c bounds 1740 >= 12 @ 0.272148
0.61/1.01	c bounds 1740 >= 13 @ 0.272947
0.61/1.01	c bounds 1740 >= 14 @ 0.273766
0.96/1.01	c bounds 1740 >= 15 @ 0.274592
0.96/1.01	c bounds 1740 >= 16 @ 0.275413
0.96/1.01	c bounds 1740 >= 17 @ 0.276229
0.96/1.01	c bounds 1740 >= 18 @ 0.277049
0.96/1.01	c bounds 1740 >= 19 @ 0.279197
0.96/1.02	c bounds 1740 >= 20 @ 0.281429
0.96/1.02	c bounds 1740 >= 21 @ 0.281875
0.96/1.02	c bounds 1740 >= 22 @ 0.282358
0.96/1.02	c bounds 1740 >= 23 @ 0.283148
0.96/1.02	c bounds 1740 >= 24 @ 0.283919
0.96/1.02	c bounds 1740 >= 25 @ 0.284707
0.96/1.02	c bounds 1740 >= 26 @ 0.285494
0.96/1.02	c bounds 1740 >= 27 @ 0.28628
0.96/1.02	c bounds 1740 >= 28 @ 0.287069
0.96/1.02	c bounds 1740 >= 29 @ 0.287851
0.96/1.03	c bounds 1740 >= 30 @ 0.288646
0.96/1.03	c bounds 1740 >= 31 @ 0.289448
0.96/1.03	c bounds 1740 >= 32 @ 0.290281
0.96/1.03	c bounds 1740 >= 33 @ 0.29108
0.96/1.03	c bounds 1740 >= 34 @ 0.291896
0.96/1.03	c bounds 1740 >= 35 @ 0.292723
0.96/1.03	c bounds 1740 >= 36 @ 0.293515
0.96/1.03	c bounds 1740 >= 37 @ 0.294326
0.96/1.03	c bounds 1740 >= 38 @ 0.295142
0.96/1.03	c bounds 1740 >= 39 @ 0.295955
0.96/1.03	c bounds 1740 >= 40 @ 0.296766
0.96/1.03	c bounds 1740 >= 41 @ 0.297568
0.96/1.04	c bounds 1740 >= 42 @ 0.298369
0.96/1.04	c bounds 1740 >= 43 @ 0.299177
0.96/1.04	c bounds 1740 >= 44 @ 0.299976
0.96/1.04	c bounds 1740 >= 45 @ 0.300774
0.96/1.04	c bounds 1740 >= 46 @ 0.301574
0.96/1.04	c bounds 1740 >= 47 @ 0.302399
0.96/1.04	c bounds 1740 >= 48 @ 0.303209
0.96/1.04	c bounds 1740 >= 49 @ 0.303999
0.96/1.04	c bounds 1740 >= 50 @ 0.304796
0.96/1.04	c bounds 1740 >= 51 @ 0.305593
0.96/1.04	c bounds 1740 >= 52 @ 0.306429
0.96/1.04	c bounds 1740 >= 53 @ 0.307268
0.96/1.04	c bounds 1740 >= 54 @ 0.308079
0.96/1.05	c bounds 1740 >= 55 @ 0.308886
0.96/1.05	c bounds 1740 >= 56 @ 0.309686
0.96/1.05	c bounds 1740 >= 57 @ 0.310486
0.96/1.05	c bounds 1740 >= 58 @ 0.310775
0.96/1.05	c bounds 1740 >= 59 @ 0.311265
0.96/1.05	c bounds 1740 >= 60 @ 0.312023
0.96/1.05	c bounds 1740 >= 61 @ 0.312771
0.96/1.05	c bounds 1740 >= 62 @ 0.313581
0.96/1.05	c bounds 1740 >= 63 @ 0.314407
0.96/1.05	c bounds 1740 >= 64 @ 0.315233
0.96/1.05	c bounds 1740 >= 65 @ 0.316049
0.96/1.05	c bounds 1740 >= 66 @ 0.316858
0.96/1.06	c bounds 1740 >= 67 @ 0.317665
0.96/1.06	c bounds 1740 >= 68 @ 0.318487
0.96/1.06	c bounds 1740 >= 69 @ 0.319284
0.96/1.06	c bounds 1740 >= 70 @ 0.320086
0.96/1.06	c bounds 1740 >= 71 @ 0.320887
0.96/1.06	c bounds 1740 >= 72 @ 0.32169
0.96/1.06	c bounds 1740 >= 73 @ 0.322494
0.96/1.06	c bounds 1740 >= 74 @ 0.323293
0.96/1.06	c bounds 1740 >= 75 @ 0.324101
0.96/1.06	c bounds 1740 >= 76 @ 0.325081
0.96/1.06	c bounds 1740 >= 77 @ 0.325884
0.96/1.06	c bounds 1740 >= 78 @ 0.326742
0.96/1.07	c bounds 1740 >= 79 @ 0.327575
0.96/1.07	c bounds 1740 >= 80 @ 0.328379
0.96/1.07	c bounds 1740 >= 81 @ 0.329166
0.96/1.07	c bounds 1740 >= 82 @ 0.329952
0.96/1.07	c bounds 1740 >= 83 @ 0.330736
0.96/1.07	c bounds 1740 >= 84 @ 0.331523
0.96/1.07	c bounds 1740 >= 85 @ 0.332311
0.96/1.07	c bounds 1740 >= 86 @ 0.333115
0.96/1.07	c bounds 1740 >= 87 @ 0.33391
0.96/1.07	c bounds 1740 >= 88 @ 0.334701
0.96/1.07	c bounds 1740 >= 89 @ 0.335505
0.96/1.07	c bounds 1740 >= 90 @ 0.33633
0.96/1.08	c bounds 1740 >= 91 @ 0.337158
0.96/1.08	c bounds 1740 >= 92 @ 0.33797
0.96/1.08	c bounds 1740 >= 93 @ 0.33878
0.96/1.08	c bounds 1740 >= 94 @ 0.339581
0.96/1.08	c bounds 1740 >= 95 @ 0.34039
0.96/1.08	c bounds 1740 >= 96 @ 0.341189
0.96/1.08	c bounds 1740 >= 97 @ 0.341996
0.96/1.08	c bounds 1740 >= 98 @ 0.343419
0.96/1.08	c bounds 1740 >= 99 @ 0.344227
0.96/1.08	c bounds 1740 >= 100 @ 0.345009
0.96/1.08	c bounds 1740 >= 101 @ 0.345803
0.96/1.08	c bounds 1740 >= 102 @ 0.346605
0.96/1.09	c bounds 1740 >= 103 @ 0.34739
0.96/1.09	c bounds 1740 >= 104 @ 0.348204
0.96/1.09	c bounds 1740 >= 105 @ 0.349047
0.96/1.09	c bounds 1740 >= 106 @ 0.349849
0.96/1.09	c bounds 1740 >= 107 @ 0.350651
0.96/1.09	c bounds 1740 >= 108 @ 0.351454
0.96/1.09	c bounds 1740 >= 109 @ 0.352262
0.96/1.09	c bounds 1740 >= 110 @ 0.353096
0.96/1.09	c bounds 1740 >= 111 @ 0.353885
0.96/1.09	c bounds 1740 >= 112 @ 0.354681
0.96/1.09	c bounds 1740 >= 113 @ 0.355487
0.96/1.09	c bounds 1740 >= 114 @ 0.356304
0.96/1.10	c bounds 1740 >= 115 @ 0.3571
0.96/1.10	c bounds 1740 >= 116 @ 0.357885
0.96/1.10	c bounds 1740 >= 117 @ 0.358673
0.96/1.10	c bounds 1740 >= 118 @ 0.359455
0.96/1.10	c bounds 1740 >= 119 @ 0.360238
0.96/1.10	c bounds 1740 >= 120 @ 0.36102
0.96/1.10	c bounds 1740 >= 121 @ 0.361803
0.96/1.10	c bounds 1740 >= 122 @ 0.362584
0.96/1.10	c bounds 1740 >= 123 @ 0.363376
0.96/1.10	c bounds 1740 >= 124 @ 0.364179
0.96/1.10	c bounds 1740 >= 125 @ 0.364985
0.96/1.10	c bounds 1740 >= 126 @ 0.365791
0.96/1.10	c bounds 1740 >= 127 @ 0.366584
0.96/1.11	c bounds 1740 >= 128 @ 0.367398
0.96/1.11	c bounds 1740 >= 129 @ 0.368196
0.96/1.11	c bounds 1740 >= 130 @ 0.368998
0.96/1.11	c bounds 1740 >= 131 @ 0.369793
0.96/1.11	c bounds 1740 >= 132 @ 0.370576
1.06/1.11	c bounds 1740 >= 133 @ 0.371371
1.06/1.11	c bounds 1740 >= 134 @ 0.372165
1.06/1.11	c bounds 1740 >= 135 @ 0.372967
1.06/1.11	c bounds 1740 >= 136 @ 0.373776
1.06/1.11	c bounds 1740 >= 137 @ 0.374553
1.06/1.11	c bounds 1740 >= 138 @ 0.375341
1.06/1.11	c bounds 1740 >= 139 @ 0.376114
1.06/1.12	c bounds 1740 >= 140 @ 0.376896
1.06/1.12	c bounds 1740 >= 141 @ 0.377678
1.06/1.12	c bounds 1740 >= 142 @ 0.378455
1.06/1.12	c bounds 1740 >= 143 @ 0.379229
1.06/1.12	c bounds 1740 >= 144 @ 0.380044
1.06/1.12	c bounds 1740 >= 145 @ 0.380846
1.06/1.12	c bounds 1740 >= 146 @ 0.381639
1.06/1.12	c bounds 1740 >= 147 @ 0.382426
1.06/1.12	c bounds 1740 >= 148 @ 0.383226
1.06/1.12	c bounds 1740 >= 149 @ 0.38401
1.06/1.12	c bounds 1740 >= 150 @ 0.384792
1.06/1.12	c bounds 1740 >= 151 @ 0.385583
1.06/1.12	c bounds 1740 >= 152 @ 0.386365
1.06/1.13	c bounds 1740 >= 153 @ 0.38715
1.06/1.13	c bounds 1740 >= 154 @ 0.387426
1.06/1.13	c bounds 1740 >= 155 @ 0.387887
1.06/1.13	c bounds 1740 >= 156 @ 0.38855
1.06/1.13	c bounds 1740 >= 157 @ 0.389317
1.06/1.13	c bounds 1740 >= 158 @ 0.390099
1.06/1.13	c bounds 1740 >= 159 @ 0.390879
1.06/1.13	c bounds 1740 >= 160 @ 0.391679
1.06/1.13	c bounds 1740 >= 161 @ 0.392463
1.06/1.13	c bounds 1740 >= 162 @ 0.393252
1.06/1.13	c bounds 1740 >= 163 @ 0.394044
1.06/1.13	c bounds 1740 >= 164 @ 0.394844
1.06/1.13	c bounds 1740 >= 165 @ 0.39563
1.06/1.14	c bounds 1740 >= 166 @ 0.396408
1.06/1.14	c bounds 1740 >= 167 @ 0.397197
1.06/1.14	c bounds 1740 >= 168 @ 0.398002
1.06/1.14	c bounds 1740 >= 169 @ 0.39879
1.06/1.14	c bounds 1740 >= 170 @ 0.39957
1.06/1.14	c bounds 1740 >= 171 @ 0.400353
1.06/1.14	c bounds 1740 >= 172 @ 0.401131
1.06/1.14	c bounds 1740 >= 173 @ 0.401915
1.06/1.14	c bounds 1740 >= 174 @ 0.402694
1.06/1.14	c bounds 1740 >= 175 @ 0.403478
1.06/1.14	c bounds 1740 >= 176 @ 0.40426
1.06/1.14	c bounds 1740 >= 177 @ 0.40504
1.06/1.15	c bounds 1740 >= 178 @ 0.405821
1.06/1.15	c bounds 1740 >= 179 @ 0.406602
1.06/1.15	c bounds 1740 >= 180 @ 0.407378
1.06/1.15	c bounds 1740 >= 181 @ 0.408181
1.06/1.15	c bounds 1740 >= 182 @ 0.408979
1.06/1.15	c bounds 1740 >= 183 @ 0.409785
1.06/1.15	c bounds 1740 >= 184 @ 0.410572
1.06/1.15	c bounds 1740 >= 185 @ 0.411352
1.06/1.15	c bounds 1740 >= 186 @ 0.412137
1.06/1.15	c bounds 1740 >= 187 @ 0.412933
1.06/1.15	c bounds 1740 >= 188 @ 0.413716
1.06/1.15	c bounds 1740 >= 189 @ 0.414686
1.06/1.15	c bounds 1740 >= 190 @ 0.415276
1.06/1.16	c bounds 1740 >= 191 @ 0.415857
1.06/1.16	c bounds 1740 >= 192 @ 0.416513
1.06/1.16	c bounds 1740 >= 193 @ 0.417094
1.06/1.16	c bounds 1740 >= 194 @ 0.417679
1.06/1.16	c bounds 1740 >= 195 @ 0.418261
1.06/1.16	c bounds 1740 >= 196 @ 0.418843
1.06/1.16	c bounds 1740 >= 197 @ 0.41943
1.06/1.16	c bounds 1740 >= 198 @ 0.420031
1.06/1.16	c bounds 1740 >= 199 @ 0.420615
1.06/1.16	c bounds 1740 >= 200 @ 0.421194
1.06/1.16	c bounds 1740 >= 201 @ 0.42177
1.06/1.16	c bounds 1740 >= 202 @ 0.422346
1.06/1.16	c bounds 1740 >= 203 @ 0.422927
1.06/1.16	c bounds 1740 >= 204 @ 0.42351
1.06/1.16	c bounds 1740 >= 205 @ 0.424101
1.06/1.16	c bounds 1740 >= 206 @ 0.424678
1.06/1.16	c bounds 1740 >= 207 @ 0.425259
1.06/1.17	c bounds 1740 >= 208 @ 0.425838
1.06/1.17	c bounds 1740 >= 209 @ 0.426419
1.06/1.17	c bounds 1740 >= 210 @ 0.427
1.06/1.17	c bounds 1740 >= 211 @ 0.427583
1.06/1.17	c bounds 1740 >= 212 @ 0.428168
1.06/1.17	c bounds 1740 >= 213 @ 0.428748
1.06/1.17	c bounds 1740 >= 214 @ 0.429343
1.06/1.17	c bounds 1740 >= 215 @ 0.429955
1.06/1.17	c bounds 1740 >= 216 @ 0.430545
1.06/1.17	c bounds 1740 >= 217 @ 0.431122
1.06/1.17	c bounds 1740 >= 218 @ 0.431703
1.06/1.17	c bounds 1740 >= 219 @ 0.432296
1.06/1.17	c bounds 1740 >= 220 @ 0.432887
1.06/1.17	c bounds 1740 >= 221 @ 0.433473
1.06/1.17	c bounds 1740 >= 222 @ 0.434051
1.06/1.17	c bounds 1740 >= 223 @ 0.434631
1.06/1.17	c bounds 1740 >= 224 @ 0.435209
1.06/1.18	c bounds 1740 >= 225 @ 0.435787
1.06/1.18	c bounds 1740 >= 226 @ 0.436376
1.06/1.18	c bounds 1740 >= 227 @ 0.436953
1.06/1.18	c bounds 1740 >= 228 @ 0.437534
1.06/1.18	c bounds 1740 >= 229 @ 0.438113
1.06/1.18	c bounds 1740 >= 230 @ 0.438695
1.06/1.18	c bounds 1740 >= 231 @ 0.439275
1.06/1.18	c bounds 1740 >= 232 @ 0.439878
1.06/1.18	c bounds 1740 >= 233 @ 0.440465
1.06/1.18	c bounds 1740 >= 234 @ 0.441046
1.06/1.18	c bounds 1740 >= 235 @ 0.441624
1.06/1.18	c bounds 1740 >= 236 @ 0.442196
1.06/1.18	c bounds 1740 >= 237 @ 0.44278
1.06/1.18	c bounds 1740 >= 238 @ 0.443363
1.06/1.18	c bounds 1740 >= 239 @ 0.443938
1.06/1.18	c bounds 1740 >= 240 @ 0.444517
1.06/1.18	c bounds 1740 >= 241 @ 0.445092
1.06/1.19	c bounds 1740 >= 242 @ 0.445666
1.06/1.19	c bounds 1740 >= 243 @ 0.446242
1.06/1.19	c bounds 1740 >= 244 @ 0.446818
1.06/1.19	c bounds 1740 >= 245 @ 0.4474
1.06/1.19	c bounds 1740 >= 246 @ 0.447982
1.06/1.19	c bounds 1740 >= 247 @ 0.448557
1.06/1.19	c bounds 1740 >= 248 @ 0.449138
1.06/1.19	c bounds 1740 >= 249 @ 0.449738
1.06/1.19	c bounds 1740 >= 250 @ 0.450319
1.06/1.19	c bounds 1740 >= 251 @ 0.450901
1.06/1.19	c bounds 1740 >= 252 @ 0.451483
1.06/1.19	c bounds 1740 >= 253 @ 0.452064
1.06/1.19	c bounds 1740 >= 254 @ 0.45264
1.06/1.19	c bounds 1740 >= 255 @ 0.453216
1.06/1.19	c bounds 1740 >= 256 @ 0.45391
1.06/1.19	c bounds 1740 >= 257 @ 0.454497
1.06/1.19	c bounds 1740 >= 258 @ 0.455091
1.06/1.20	c bounds 1740 >= 259 @ 0.455679
1.15/1.20	c bounds 1740 >= 260 @ 0.456261
1.15/1.20	c bounds 1740 >= 261 @ 0.456853
1.15/1.20	c bounds 1740 >= 262 @ 0.45744
1.15/1.20	c bounds 1740 >= 263 @ 0.458021
1.15/1.20	c bounds 1740 >= 264 @ 0.458608
1.15/1.20	c bounds 1740 >= 265 @ 0.459195
1.15/1.20	c bounds 1740 >= 266 @ 0.459779
1.15/1.20	c bounds 1740 >= 267 @ 0.460359
1.15/1.20	c bounds 1740 >= 268 @ 0.460939
1.15/1.20	c bounds 1740 >= 269 @ 0.461521
1.15/1.20	c bounds 1740 >= 270 @ 0.462117
1.15/1.20	c bounds 1740 >= 271 @ 0.462117
1.15/1.20	c bounds 1740 >= 272 @ 0.462437
1.15/1.20	c bounds 1740 >= 273 @ 0.462929
1.15/1.20	c bounds 1740 >= 274 @ 0.463477
1.15/1.20	c bounds 1740 >= 275 @ 0.464073
1.15/1.21	c bounds 1740 >= 276 @ 0.464665
1.15/1.21	c bounds 1740 >= 277 @ 0.465245
1.15/1.21	c bounds 1740 >= 278 @ 0.465823
1.15/1.21	c bounds 1740 >= 279 @ 0.466406
1.15/1.21	c bounds 1740 >= 280 @ 0.466996
1.15/1.21	c bounds 1740 >= 281 @ 0.467586
1.15/1.21	c bounds 1740 >= 282 @ 0.468173
1.15/1.21	c bounds 1740 >= 283 @ 0.468763
1.15/1.21	c bounds 1740 >= 284 @ 0.469345
1.15/1.21	c bounds 1740 >= 285 @ 0.469926
1.15/1.21	c bounds 1740 >= 286 @ 0.470513
1.15/1.21	c bounds 1740 >= 287 @ 0.471092
1.15/1.21	c bounds 1740 >= 288 @ 0.471677
1.15/1.21	c bounds 1740 >= 289 @ 0.472259
1.15/1.21	c bounds 1740 >= 290 @ 0.472841
1.15/1.21	c bounds 1740 >= 291 @ 0.473438
1.15/1.21	c bounds 1740 >= 292 @ 0.474025
1.15/1.22	c bounds 1740 >= 293 @ 0.474614
1.15/1.22	c bounds 1740 >= 294 @ 0.475195
1.15/1.22	c bounds 1740 >= 295 @ 0.475779
1.15/1.22	c bounds 1740 >= 296 @ 0.476368
1.15/1.22	c bounds 1740 >= 297 @ 0.476957
1.15/1.22	c bounds 1740 >= 298 @ 0.477566
1.15/1.22	c bounds 1740 >= 299 @ 0.47815
1.15/1.22	c bounds 1740 >= 300 @ 0.478739
1.15/1.22	c bounds 1740 >= 301 @ 0.479331
1.15/1.22	c bounds 1740 >= 302 @ 0.479927
1.15/1.22	c bounds 1740 >= 303 @ 0.480518
1.15/1.22	c bounds 1740 >= 304 @ 0.481111
1.15/1.22	c bounds 1740 >= 305 @ 0.481704
1.15/1.22	c bounds 1740 >= 306 @ 0.482304
1.15/1.22	c bounds 1740 >= 307 @ 0.482885
1.15/1.22	c bounds 1740 >= 308 @ 0.483476
1.15/1.22	c bounds 1740 >= 309 @ 0.484061
1.15/1.23	c bounds 1740 >= 310 @ 0.484061
1.15/1.23	c bounds 1740 >= 311 @ 0.484359
1.15/1.23	c bounds 1740 >= 312 @ 0.484859
1.15/1.23	c bounds 1740 >= 313 @ 0.485412
1.15/1.23	c bounds 1740 >= 314 @ 0.485997
1.15/1.23	c bounds 1740 >= 315 @ 0.486583
1.15/1.23	c bounds 1740 >= 316 @ 0.487167
1.15/1.23	c bounds 1740 >= 317 @ 0.487758
1.15/1.23	c bounds 1740 >= 318 @ 0.48835
1.15/1.23	c bounds 1740 >= 319 @ 0.488936
1.15/1.23	c bounds 1740 >= 320 @ 0.489518
1.15/1.23	c bounds 1740 >= 321 @ 0.490107
1.15/1.23	c bounds 1740 >= 322 @ 0.490696
1.15/1.23	c bounds 1740 >= 323 @ 0.491276
1.15/1.23	c bounds 1740 >= 324 @ 0.491857
1.15/1.23	c bounds 1740 >= 325 @ 0.492045
1.15/1.23	c bounds 1740 >= 326 @ 0.492045
1.15/1.24	c bounds 1740 >= 327 @ 0.492631
1.15/1.24	c bounds 1740 >= 328 @ 0.493215
1.15/1.24	c bounds 1740 >= 329 @ 0.493792
1.15/1.24	c bounds 1740 >= 330 @ 0.494365
1.15/1.24	c bounds 1740 >= 331 @ 0.494953
1.15/1.24	c bounds 1740 >= 332 @ 0.495536
1.15/1.24	c bounds 1740 >= 333 @ 0.496119
1.15/1.24	c bounds 1740 >= 334 @ 0.4967
1.15/1.24	c bounds 1740 >= 335 @ 0.497287
1.15/1.24	c bounds 1740 >= 336 @ 0.497878
1.15/1.24	c bounds 1740 >= 337 @ 0.49846
1.15/1.24	c bounds 1740 >= 338 @ 0.499044
1.15/1.24	c bounds 1740 >= 339 @ 0.499627
1.15/1.24	c bounds 1740 >= 340 @ 0.500219
1.15/1.24	c bounds 1740 >= 341 @ 0.50081
1.15/1.24	c bounds 1740 >= 342 @ 0.50146
1.15/1.24	c bounds 1740 >= 343 @ 0.502045
1.15/1.25	c bounds 1740 >= 344 @ 0.502624
1.15/1.25	c bounds 1740 >= 345 @ 0.503202
1.15/1.25	c bounds 1740 >= 346 @ 0.503786
1.15/1.25	c bounds 1740 >= 347 @ 0.503973
1.15/1.25	c bounds 1740 >= 348 @ 0.503973
1.15/1.25	c bounds 1740 >= 349 @ 0.504554
1.15/1.25	c bounds 1740 >= 350 @ 0.505133
1.15/1.25	c bounds 1740 >= 351 @ 0.505735
1.15/1.25	c bounds 1740 >= 352 @ 0.506304
1.15/1.25	c bounds 1740 >= 353 @ 0.50688
1.15/1.25	c bounds 1740 >= 354 @ 0.507465
1.15/1.25	c bounds 1740 >= 355 @ 0.508042
1.15/1.25	c bounds 1740 >= 356 @ 0.508625
1.15/1.25	c bounds 1740 >= 357 @ 0.509207
1.15/1.25	c bounds 1740 >= 358 @ 0.509785
1.15/1.25	c bounds 1740 >= 359 @ 0.510367
1.15/1.25	c bounds 1740 >= 360 @ 0.510944
1.15/1.26	c bounds 1740 >= 361 @ 0.511537
1.15/1.26	c bounds 1740 >= 362 @ 0.512124
1.15/1.26	c bounds 1740 >= 363 @ 0.512698
1.15/1.26	c bounds 1740 >= 364 @ 0.513281
1.15/1.26	c bounds 1740 >= 365 @ 0.513861
1.15/1.26	c bounds 1740 >= 366 @ 0.514454
1.15/1.26	c bounds 1740 >= 367 @ 0.51504
1.15/1.26	c bounds 1740 >= 368 @ 0.515619
1.15/1.26	c bounds 1740 >= 369 @ 0.516198
1.15/1.26	c bounds 1740 >= 370 @ 0.516778
1.15/1.26	c bounds 1740 >= 371 @ 0.517361
1.15/1.26	c bounds 1740 >= 372 @ 0.517945
1.15/1.26	c bounds 1740 >= 373 @ 0.51852
1.15/1.26	c bounds 1740 >= 374 @ 0.519094
1.15/1.26	c bounds 1740 >= 375 @ 0.519675
1.15/1.26	c bounds 1740 >= 376 @ 0.520259
1.15/1.26	c bounds 1740 >= 377 @ 0.520844
1.15/1.27	c bounds 1740 >= 378 @ 0.521424
1.15/1.27	c bounds 1740 >= 379 @ 0.521994
1.15/1.27	c bounds 1740 >= 380 @ 0.52257
1.15/1.27	c bounds 1740 >= 381 @ 0.523148
1.15/1.27	c bounds 1740 >= 382 @ 0.523723
1.15/1.27	c bounds 1740 >= 383 @ 0.524311
1.15/1.27	c bounds 1740 >= 384 @ 0.524888
1.15/1.27	c bounds 1740 >= 385 @ 0.525468
1.15/1.27	c bounds 1740 >= 386 @ 0.526049
1.15/1.27	c bounds 1740 >= 387 @ 0.526625
1.15/1.27	c bounds 1740 >= 388 @ 0.527206
1.15/1.27	c bounds 1740 >= 389 @ 0.527782
1.15/1.27	c bounds 1740 >= 390 @ 0.528367
1.15/1.27	c bounds 1740 >= 391 @ 0.528945
1.15/1.27	c bounds 1740 >= 392 @ 0.529526
1.15/1.27	c bounds 1740 >= 393 @ 0.53011
1.15/1.27	c bounds 1740 >= 394 @ 0.530689
1.15/1.28	c bounds 1740 >= 395 @ 0.531269
1.15/1.28	c bounds 1740 >= 396 @ 0.531855
1.15/1.28	c bounds 1740 >= 397 @ 0.531855
1.15/1.28	c bounds 1740 >= 398 @ 0.53215
1.15/1.28	c bounds 1740 >= 399 @ 0.532649
1.15/1.28	c bounds 1740 >= 400 @ 0.533194
1.15/1.28	c bounds 1740 >= 401 @ 0.533771
1.15/1.28	c bounds 1740 >= 402 @ 0.534352
1.15/1.28	c bounds 1740 >= 403 @ 0.534934
1.15/1.28	c bounds 1740 >= 404 @ 0.535513
1.15/1.28	c bounds 1740 >= 405 @ 0.536094
1.15/1.28	c bounds 1740 >= 406 @ 0.536675
1.15/1.28	c bounds 1740 >= 407 @ 0.536851
1.15/1.28	c bounds 1740 >= 408 @ 0.536851
1.15/1.28	c bounds 1740 >= 409 @ 0.537431
1.15/1.28	c bounds 1740 >= 410 @ 0.538003
1.15/1.28	c bounds 1740 >= 411 @ 0.538577
1.15/1.28	c bounds 1740 >= 412 @ 0.539146
1.15/1.29	c bounds 1740 >= 413 @ 0.539738
1.15/1.29	c bounds 1740 >= 414 @ 0.540317
1.15/1.29	c bounds 1740 >= 415 @ 0.540889
1.15/1.29	c bounds 1740 >= 416 @ 0.541465
1.15/1.29	c bounds 1740 >= 417 @ 0.542046
1.15/1.29	c bounds 1740 >= 418 @ 0.542628
1.15/1.29	c bounds 1740 >= 419 @ 0.543197
1.15/1.29	c bounds 1740 >= 420 @ 0.543782
1.15/1.29	c bounds 1740 >= 421 @ 0.54436
1.15/1.29	c bounds 1740 >= 422 @ 0.54456
1.15/1.29	c bounds 1740 >= 423 @ 0.54456
1.15/1.29	c bounds 1740 >= 424 @ 0.545118
1.15/1.29	c bounds 1740 >= 425 @ 0.545696
1.15/1.29	c bounds 1740 >= 426 @ 0.546272
1.15/1.29	c bounds 1740 >= 427 @ 0.546848
1.15/1.29	c bounds 1740 >= 428 @ 0.547429
1.15/1.29	c bounds 1740 >= 429 @ 0.548013
1.15/1.30	c bounds 1740 >= 430 @ 0.54859
1.25/1.30	c bounds 1740 >= 431 @ 0.549251
1.25/1.30	c bounds 1740 >= 432 @ 0.549824
1.25/1.30	c bounds 1740 >= 433 @ 0.550405
1.25/1.30	c bounds 1740 >= 434 @ 0.55098
1.25/1.30	c bounds 1740 >= 435 @ 0.551552
1.25/1.30	c bounds 1740 >= 436 @ 0.552126
1.25/1.30	c bounds 1740 >= 437 @ 0.552702
1.25/1.30	c bounds 1740 >= 438 @ 0.55328
1.25/1.30	c bounds 1740 >= 439 @ 0.553855
1.25/1.30	c bounds 1740 >= 440 @ 0.55444
1.25/1.30	c bounds 1740 >= 441 @ 0.555027
1.25/1.30	c bounds 1740 >= 442 @ 0.555604
1.25/1.30	c bounds 1740 >= 443 @ 0.55618
1.25/1.30	c bounds 1740 >= 444 @ 0.556751
1.25/1.30	c bounds 1740 >= 445 @ 0.556751
1.25/1.30	c bounds 1740 >= 446 @ 0.557034
1.25/1.31	c bounds 1740 >= 447 @ 0.557526
1.25/1.31	c bounds 1740 >= 448 @ 0.558073
1.25/1.31	c bounds 1740 >= 449 @ 0.558646
1.25/1.31	c bounds 1740 >= 450 @ 0.559226
1.25/1.31	c bounds 1740 >= 451 @ 0.55981
1.25/1.31	c bounds 1740 >= 452 @ 0.560383
1.25/1.31	c bounds 1740 >= 453 @ 0.560958
1.25/1.31	c bounds 1740 >= 454 @ 0.561535
1.25/1.31	c bounds 1740 >= 455 @ 0.562107
1.25/1.31	c bounds 1740 >= 456 @ 0.56268
1.25/1.31	c bounds 1740 >= 457 @ 0.563309
1.25/1.31	c bounds 1740 >= 458 @ 0.56389
1.25/1.31	c bounds 1740 >= 459 @ 0.564464
1.25/1.31	c bounds 1740 >= 460 @ 0.565041
1.25/1.31	c bounds 1740 >= 461 @ 0.56562
1.25/1.31	c bounds 1740 >= 462 @ 0.56621
1.25/1.31	c bounds 1740 >= 463 @ 0.56678
1.25/1.32	c bounds 1740 >= 464 @ 0.567361
1.25/1.32	c bounds 1740 >= 465 @ 0.567939
1.25/1.32	c bounds 1740 >= 466 @ 0.568515
1.25/1.32	c bounds 1740 >= 467 @ 0.568701
1.25/1.32	c bounds 1740 >= 468 @ 0.568701
1.25/1.32	c bounds 1740 >= 469 @ 0.569279
1.25/1.32	c bounds 1740 >= 470 @ 0.569479
1.25/1.32	c bounds 1740 >= 471 @ 0.569479
1.25/1.32	c bounds 1740 >= 472 @ 0.570023
1.25/1.32	c bounds 1740 >= 473 @ 0.570602
1.25/1.32	c bounds 1740 >= 474 @ 0.571179
1.25/1.32	c bounds 1740 >= 475 @ 0.571752
1.25/1.32	c bounds 1740 >= 476 @ 0.572334
1.25/1.32	c bounds 1740 >= 477 @ 0.572909
1.25/1.32	c bounds 1740 >= 478 @ 0.573488
1.25/1.32	c bounds 1740 >= 479 @ 0.574066
1.25/1.32	c bounds 1740 >= 480 @ 0.574647
1.25/1.33	c bounds 1740 >= 481 @ 0.574647
1.25/1.33	c bounds 1740 >= 482 @ 0.574933
1.25/1.33	c bounds 1740 >= 483 @ 0.575426
1.25/1.33	c bounds 1740 >= 484 @ 0.575986
1.25/1.33	c bounds 1740 >= 485 @ 0.57657
1.25/1.33	c bounds 1740 >= 486 @ 0.577157
1.25/1.33	c bounds 1740 >= 487 @ 0.577726
1.25/1.33	c bounds 1740 >= 488 @ 0.578309
1.25/1.33	c bounds 1740 >= 489 @ 0.578888
1.25/1.33	c bounds 1740 >= 490 @ 0.579473
1.25/1.33	c bounds 1740 >= 491 @ 0.57965
1.25/1.33	c bounds 1740 >= 492 @ 0.57965
1.25/1.33	c bounds 1740 >= 493 @ 0.580721
1.25/1.33	c bounds 1740 >= 494 @ 0.581307
1.25/1.33	c bounds 1740 >= 495 @ 0.581881
1.25/1.33	c bounds 1740 >= 496 @ 0.582456
1.25/1.34	c bounds 1740 >= 497 @ 0.583023
1.25/1.34	c bounds 1740 >= 498 @ 0.583596
1.25/1.34	c bounds 1740 >= 499 @ 0.584165
1.25/1.34	c bounds 1740 >= 500 @ 0.584752
1.25/1.34	c bounds 1740 >= 501 @ 0.585324
1.25/1.34	c bounds 1740 >= 502 @ 0.585902
1.25/1.34	c bounds 1740 >= 503 @ 0.586481
1.25/1.34	c bounds 1740 >= 504 @ 0.58706
1.25/1.34	c bounds 1740 >= 505 @ 0.587635
1.25/1.34	c bounds 1740 >= 506 @ 0.588206
1.25/1.34	c bounds 1740 >= 507 @ 0.588773
1.25/1.34	c bounds 1740 >= 508 @ 0.58935
1.25/1.34	c bounds 1740 >= 509 @ 0.589932
1.25/1.34	c bounds 1740 >= 510 @ 0.59051
1.25/1.34	c bounds 1740 >= 511 @ 0.591085
1.25/1.34	c bounds 1740 >= 512 @ 0.591664
1.25/1.34	c bounds 1740 >= 513 @ 0.592248
1.25/1.34	c bounds 1740 >= 514 @ 0.592824
1.25/1.35	c bounds 1740 >= 515 @ 0.59339
1.25/1.35	c bounds 1740 >= 516 @ 0.593963
1.25/1.35	c bounds 1740 >= 517 @ 0.594546
1.25/1.35	c bounds 1740 >= 518 @ 0.59512
1.25/1.35	c bounds 1740 >= 519 @ 0.595684
1.25/1.35	c bounds 1740 >= 520 @ 0.596261
1.25/1.35	c bounds 1740 >= 521 @ 0.596835
1.25/1.35	c bounds 1740 >= 522 @ 0.59741
1.25/1.35	c bounds 1740 >= 523 @ 0.597976
1.25/1.35	c bounds 1740 >= 524 @ 0.598569
1.25/1.35	c bounds 1740 >= 525 @ 0.599145
1.25/1.35	c bounds 1740 >= 526 @ 0.59972
1.25/1.35	c bounds 1740 >= 527 @ 0.600285
1.25/1.35	c bounds 1740 >= 528 @ 0.60086
1.25/1.35	c bounds 1740 >= 529 @ 0.601435
1.25/1.35	c bounds 1740 >= 530 @ 0.602015
1.25/1.35	c bounds 1740 >= 531 @ 0.602584
1.25/1.36	c bounds 1740 >= 532 @ 0.603171
1.25/1.36	c bounds 1740 >= 533 @ 0.603748
1.25/1.36	c bounds 1740 >= 534 @ 0.604333
1.25/1.36	c bounds 1740 >= 535 @ 0.604907
1.25/1.36	c bounds 1740 >= 536 @ 0.60548
1.25/1.36	c bounds 1740 >= 537 @ 0.606056
1.25/1.36	c bounds 1740 >= 538 @ 0.606633
1.25/1.36	c bounds 1740 >= 539 @ 0.607203
1.25/1.36	c bounds 1740 >= 540 @ 0.6079
1.25/1.36	c bounds 1740 >= 541 @ 0.608475
1.25/1.36	c bounds 1740 >= 542 @ 0.609064
1.25/1.36	c bounds 1740 >= 543 @ 0.609638
1.25/1.36	c bounds 1740 >= 544 @ 0.610219
1.25/1.36	c bounds 1740 >= 545 @ 0.610797
1.25/1.36	c bounds 1740 >= 546 @ 0.611373
1.25/1.36	c bounds 1740 >= 547 @ 0.611952
1.25/1.36	c bounds 1740 >= 548 @ 0.612527
1.25/1.37	c bounds 1740 >= 549 @ 0.613108
1.25/1.37	c bounds 1740 >= 550 @ 0.613685
1.25/1.37	c bounds 1740 >= 551 @ 0.614255
1.25/1.37	c bounds 1740 >= 552 @ 0.614832
1.25/1.37	c bounds 1740 >= 553 @ 0.615405
1.25/1.37	c bounds 1740 >= 554 @ 0.616063
1.25/1.37	c bounds 1740 >= 555 @ 0.616633
1.25/1.37	c bounds 1740 >= 556 @ 0.617211
1.25/1.37	c bounds 1740 >= 557 @ 0.617791
1.25/1.37	c bounds 1740 >= 558 @ 0.618369
1.25/1.37	c bounds 1740 >= 559 @ 0.618937
1.25/1.37	c bounds 1740 >= 560 @ 0.619515
1.25/1.37	c bounds 1740 >= 561 @ 0.620092
1.25/1.37	c bounds 1740 >= 562 @ 0.620681
1.25/1.37	c bounds 1740 >= 563 @ 0.621253
1.25/1.37	c bounds 1740 >= 564 @ 0.621829
1.25/1.37	c bounds 1740 >= 565 @ 0.622414
1.25/1.38	c bounds 1740 >= 566 @ 0.622993
1.25/1.38	c bounds 1740 >= 567 @ 0.623569
1.25/1.38	c bounds 1740 >= 568 @ 0.624142
1.25/1.38	c bounds 1740 >= 569 @ 0.624789
1.25/1.38	c bounds 1740 >= 570 @ 0.625362
1.25/1.38	c bounds 1740 >= 571 @ 0.625934
1.25/1.38	c bounds 1740 >= 572 @ 0.626511
1.25/1.38	c bounds 1740 >= 573 @ 0.6271
1.25/1.38	c bounds 1740 >= 574 @ 0.627694
1.25/1.38	c bounds 1740 >= 575 @ 0.628265
1.25/1.38	c bounds 1740 >= 576 @ 0.628839
1.25/1.38	c bounds 1740 >= 577 @ 0.629418
1.25/1.38	c bounds 1740 >= 578 @ 0.630016
1.25/1.38	c bounds 1740 >= 579 @ 0.630584
1.25/1.38	c bounds 1740 >= 580 @ 0.631162
1.25/1.38	c bounds 1740 >= 581 @ 0.631744
1.25/1.38	c bounds 1740 >= 582 @ 0.632312
1.25/1.39	c bounds 1740 >= 583 @ 0.632881
1.25/1.39	c bounds 1740 >= 584 @ 0.633439
1.25/1.39	c bounds 1740 >= 585 @ 0.634024
1.25/1.39	c bounds 1740 >= 586 @ 0.634596
1.25/1.39	c bounds 1740 >= 587 @ 0.635175
1.25/1.39	c bounds 1740 >= 588 @ 0.635762
1.25/1.39	c bounds 1740 >= 589 @ 0.636342
1.25/1.39	c bounds 1740 >= 590 @ 0.636912
1.25/1.39	c bounds 1740 >= 591 @ 0.637479
1.25/1.39	c bounds 1740 >= 592 @ 0.638048
1.25/1.39	c bounds 1740 >= 593 @ 0.638628
1.25/1.39	c bounds 1740 >= 594 @ 0.639191
1.25/1.39	c bounds 1740 >= 595 @ 0.639762
1.25/1.39	c bounds 1740 >= 596 @ 0.640333
1.25/1.39	c bounds 1740 >= 597 @ 0.640908
1.25/1.39	c bounds 1740 >= 598 @ 0.641487
1.25/1.39	c bounds 1740 >= 599 @ 0.642056
1.25/1.39	c bounds 1740 >= 600 @ 0.642627
1.25/1.40	c bounds 1740 >= 601 @ 0.6432
1.34/1.40	c bounds 1740 >= 602 @ 0.64377
1.34/1.40	c bounds 1740 >= 603 @ 0.644332
1.34/1.40	c bounds 1740 >= 604 @ 0.644908
1.34/1.40	c bounds 1740 >= 605 @ 0.645496
1.34/1.40	c bounds 1740 >= 606 @ 0.646075
1.34/1.40	c bounds 1740 >= 607 @ 0.646645
1.34/1.40	c bounds 1740 >= 608 @ 0.647208
1.34/1.40	c bounds 1740 >= 609 @ 0.647803
1.34/1.40	c bounds 1740 >= 610 @ 0.648368
1.34/1.40	c bounds 1740 >= 611 @ 0.648938
1.34/1.40	c bounds 1740 >= 612 @ 0.649514
1.34/1.40	c bounds 1740 >= 613 @ 0.650087
1.34/1.40	c bounds 1740 >= 614 @ 0.650656
1.34/1.40	c bounds 1740 >= 615 @ 0.651224
1.34/1.40	c bounds 1740 >= 616 @ 0.651788
1.34/1.40	c bounds 1740 >= 617 @ 0.652359
1.34/1.41	c bounds 1740 >= 618 @ 0.652931
1.34/1.41	c bounds 1740 >= 619 @ 0.653499
1.34/1.41	c bounds 1740 >= 620 @ 0.654069
1.34/1.41	c bounds 1740 >= 621 @ 0.654651
1.34/1.41	c bounds 1740 >= 622 @ 0.655215
1.34/1.41	c bounds 1740 >= 623 @ 0.655801
1.34/1.41	c bounds 1740 >= 624 @ 0.656378
1.34/1.41	c bounds 1740 >= 625 @ 0.656955
1.34/1.41	c bounds 1740 >= 626 @ 0.657529
1.34/1.41	c bounds 1740 >= 627 @ 0.658094
1.34/1.41	c bounds 1740 >= 628 @ 0.65866
1.34/1.41	c bounds 1740 >= 629 @ 0.65924
1.34/1.41	c bounds 1740 >= 630 @ 0.659805
1.34/1.41	c bounds 1740 >= 631 @ 0.660366
1.34/1.41	c bounds 1740 >= 632 @ 0.660938
1.34/1.41	c bounds 1740 >= 633 @ 0.661516
1.34/1.41	c bounds 1740 >= 634 @ 0.662091
1.34/1.41	c bounds 1740 >= 635 @ 0.662659
1.34/1.42	c bounds 1740 >= 636 @ 0.66322
1.34/1.42	c bounds 1740 >= 637 @ 0.663793
1.34/1.42	c bounds 1740 >= 638 @ 0.664364
1.34/1.42	c bounds 1740 >= 639 @ 0.664926
1.34/1.42	c bounds 1740 >= 640 @ 0.665507
1.34/1.42	c bounds 1740 >= 641 @ 0.666073
1.34/1.42	c bounds 1740 >= 642 @ 0.666634
1.34/1.42	c bounds 1740 >= 643 @ 0.667193
1.34/1.42	c bounds 1740 >= 644 @ 0.667759
1.34/1.42	c bounds 1740 >= 645 @ 0.66834
1.34/1.42	c bounds 1740 >= 646 @ 0.668918
1.34/1.42	c bounds 1740 >= 647 @ 0.669499
1.34/1.42	c bounds 1740 >= 648 @ 0.670071
1.34/1.42	c bounds 1740 >= 649 @ 0.670653
1.34/1.42	c bounds 1740 >= 650 @ 0.67124
1.34/1.42	c bounds 1740 >= 651 @ 0.671813
1.34/1.42	c bounds 1740 >= 652 @ 0.67239
1.34/1.43	c bounds 1740 >= 653 @ 0.672978
1.34/1.43	c bounds 1740 >= 654 @ 0.673553
1.34/1.43	c bounds 1740 >= 655 @ 0.674148
1.34/1.43	c bounds 1740 >= 656 @ 0.674724
1.34/1.43	c bounds 1740 >= 657 @ 0.675301
1.34/1.43	c bounds 1740 >= 658 @ 0.675873
1.34/1.43	c bounds 1740 >= 659 @ 0.676444
1.34/1.43	c bounds 1740 >= 660 @ 0.677036
1.34/1.43	c bounds 1740 >= 661 @ 0.67762
1.34/1.43	c bounds 1740 >= 662 @ 0.678214
1.34/1.43	c bounds 1740 >= 663 @ 0.678788
1.34/1.43	c bounds 1740 >= 664 @ 0.678979
1.34/1.43	c bounds 1740 >= 665 @ 0.679012
1.34/1.43	c bounds 1740 >= 666 @ 0.679579
1.34/1.43	c bounds 1740 >= 667 @ 0.680148
1.34/1.43	c bounds 1740 >= 668 @ 0.680726
1.34/1.43	c bounds 1740 >= 669 @ 0.681301
1.34/1.44	c bounds 1740 >= 670 @ 0.681875
1.34/1.44	c bounds 1740 >= 671 @ 0.682462
1.34/1.44	c bounds 1740 >= 672 @ 0.683027
1.34/1.44	c bounds 1740 >= 673 @ 0.683608
1.34/1.44	c bounds 1740 >= 674 @ 0.684182
1.34/1.44	c bounds 1740 >= 675 @ 0.684761
1.34/1.44	c bounds 1740 >= 676 @ 0.685336
1.34/1.44	c bounds 1740 >= 677 @ 0.685913
1.34/1.44	c bounds 1740 >= 678 @ 0.686505
1.34/1.44	c bounds 1740 >= 679 @ 0.687074
1.34/1.44	c bounds 1740 >= 680 @ 0.687244
1.34/1.44	c bounds 1740 >= 681 @ 0.687244
1.34/1.44	c bounds 1740 >= 682 @ 0.687811
1.34/1.44	c bounds 1740 >= 683 @ 0.688351
1.34/1.44	c bounds 1740 >= 684 @ 0.688917
1.34/1.44	c bounds 1740 >= 685 @ 0.689502
1.34/1.44	c bounds 1740 >= 686 @ 0.690075
1.34/1.45	c bounds 1740 >= 687 @ 0.690646
1.34/1.45	c bounds 1740 >= 688 @ 0.691221
1.34/1.45	c bounds 1740 >= 689 @ 0.691221
1.34/1.45	c bounds 1740 >= 690 @ 0.691473
1.34/1.45	c bounds 1740 >= 691 @ 0.691971
1.34/1.45	c bounds 1740 >= 692 @ 0.692517
1.34/1.45	c bounds 1740 >= 693 @ 0.6931
1.34/1.45	c bounds 1740 >= 694 @ 0.693672
1.34/1.45	c bounds 1740 >= 695 @ 0.694238
1.34/1.45	c bounds 1740 >= 696 @ 0.694796
1.34/1.45	c bounds 1740 >= 697 @ 0.695369
1.34/1.45	c bounds 1740 >= 698 @ 0.695937
1.34/1.45	c bounds 1740 >= 699 @ 0.696509
1.34/1.45	c bounds 1740 >= 700 @ 0.697076
1.34/1.45	c bounds 1740 >= 701 @ 0.697654
1.34/1.45	c bounds 1740 >= 702 @ 0.698247
1.34/1.45	c bounds 1740 >= 703 @ 0.698819
1.34/1.45	c bounds 1740 >= 704 @ 0.699386
1.34/1.46	c bounds 1740 >= 705 @ 0.699962
1.34/1.46	c bounds 1740 >= 706 @ 0.700526
1.34/1.46	c bounds 1740 >= 707 @ 0.701101
1.34/1.46	c bounds 1740 >= 708 @ 0.701671
1.34/1.46	c bounds 1740 >= 709 @ 0.702244
1.34/1.46	c bounds 1740 >= 710 @ 0.702818
1.34/1.46	c bounds 1740 >= 711 @ 0.703378
1.34/1.46	c bounds 1740 >= 712 @ 0.703995
1.34/1.46	c bounds 1740 >= 713 @ 0.704576
1.34/1.46	c bounds 1740 >= 714 @ 0.705145
1.34/1.46	c bounds 1740 >= 715 @ 0.705145
1.34/1.46	c bounds 1740 >= 716 @ 0.705393
1.34/1.46	c bounds 1740 >= 717 @ 0.705882
1.34/1.46	c bounds 1740 >= 718 @ 0.706435
1.34/1.46	c bounds 1740 >= 719 @ 0.707005
1.34/1.46	c bounds 1740 >= 720 @ 0.707164
1.34/1.46	c bounds 1740 >= 721 @ 0.707164
1.34/1.47	c bounds 1740 >= 722 @ 0.707164
1.34/1.47	c bounds 1740 >= 723 @ 0.707275
1.34/1.47	c bounds 1740 >= 724 @ 0.707844
1.34/1.47	c bounds 1740 >= 725 @ 0.708413
1.34/1.47	c bounds 1740 >= 726 @ 0.708986
1.34/1.47	c bounds 1740 >= 727 @ 0.70954
1.34/1.47	c bounds 1740 >= 728 @ 0.710106
1.34/1.47	c bounds 1740 >= 729 @ 0.710681
1.34/1.47	c bounds 1740 >= 730 @ 0.711246
1.34/1.47	c bounds 1740 >= 731 @ 0.711813
1.34/1.47	c bounds 1740 >= 732 @ 0.712381
1.34/1.47	c bounds 1740 >= 733 @ 0.712969
1.34/1.47	c bounds 1740 >= 734 @ 0.713546
1.34/1.47	c bounds 1740 >= 735 @ 0.714117
1.34/1.47	c bounds 1740 >= 736 @ 0.71469
1.34/1.47	c bounds 1740 >= 737 @ 0.715267
1.34/1.47	c bounds 1740 >= 738 @ 0.715833
1.34/1.47	c bounds 1740 >= 739 @ 0.716402
1.34/1.48	c bounds 1740 >= 740 @ 0.716965
1.34/1.48	c bounds 1740 >= 741 @ 0.717544
1.34/1.48	c bounds 1740 >= 742 @ 0.71811
1.34/1.48	c bounds 1740 >= 743 @ 0.718678
1.34/1.48	c bounds 1740 >= 744 @ 0.719234
1.34/1.48	c bounds 1740 >= 745 @ 0.719802
1.34/1.48	c bounds 1740 >= 746 @ 0.72037
1.34/1.48	c bounds 1740 >= 747 @ 0.720934
1.34/1.48	c bounds 1740 >= 748 @ 0.7211
1.34/1.48	c bounds 1740 >= 749 @ 0.7211
1.34/1.48	c bounds 1740 >= 750 @ 0.7211
1.34/1.48	c bounds 1740 >= 751 @ 0.721108
1.34/1.48	c bounds 1740 >= 752 @ 0.721108
1.34/1.48	c bounds 1740 >= 753 @ 0.721462
1.34/1.48	c bounds 1740 >= 754 @ 0.72198
1.34/1.48	c bounds 1740 >= 755 @ 0.72255
1.34/1.48	c bounds 1740 >= 756 @ 0.723097
1.34/1.49	c bounds 1740 >= 757 @ 0.723097
1.34/1.49	c bounds 1740 >= 758 @ 0.723347
1.34/1.49	c bounds 1740 >= 759 @ 0.723846
1.34/1.49	c bounds 1740 >= 760 @ 0.724399
1.34/1.49	c bounds 1740 >= 761 @ 0.724973
1.34/1.49	c bounds 1740 >= 762 @ 0.725549
1.34/1.49	c bounds 1740 >= 763 @ 0.726125
1.34/1.49	c bounds 1740 >= 764 @ 0.72669
1.34/1.49	c bounds 1740 >= 765 @ 0.727259
1.34/1.49	c bounds 1740 >= 766 @ 0.727834
1.34/1.49	c bounds 1740 >= 767 @ 0.728397
1.34/1.49	c bounds 1740 >= 768 @ 0.728983
1.34/1.49	c bounds 1740 >= 769 @ 0.729551
1.34/1.49	c bounds 1740 >= 770 @ 0.730117
1.34/1.49	c bounds 1740 >= 771 @ 0.730689
1.34/1.49	c bounds 1740 >= 772 @ 0.731246
1.34/1.49	c bounds 1740 >= 773 @ 0.73183
1.34/1.49	c bounds 1740 >= 774 @ 0.732397
1.34/1.50	c bounds 1740 >= 775 @ 0.732964
1.44/1.50	c bounds 1740 >= 776 @ 0.733554
1.44/1.50	c bounds 1740 >= 777 @ 0.734127
1.44/1.50	c bounds 1740 >= 778 @ 0.734778
1.44/1.50	c bounds 1740 >= 779 @ 0.735347
1.44/1.50	c bounds 1740 >= 780 @ 0.73592
1.44/1.50	c bounds 1740 >= 781 @ 0.736493
1.44/1.50	c bounds 1740 >= 782 @ 0.737078
1.44/1.50	c bounds 1740 >= 783 @ 0.737655
1.44/1.50	c bounds 1740 >= 784 @ 0.73834
1.44/1.50	c bounds 1740 >= 785 @ 0.738923
1.44/1.50	c bounds 1740 >= 786 @ 0.739492
1.44/1.50	c bounds 1740 >= 787 @ 0.740067
1.44/1.50	c bounds 1740 >= 788 @ 0.740644
1.44/1.50	c bounds 1740 >= 789 @ 0.741217
1.44/1.50	c bounds 1740 >= 790 @ 0.741788
1.44/1.50	c bounds 1740 >= 791 @ 0.742364
1.44/1.51	c bounds 1740 >= 792 @ 0.742944
1.44/1.51	c bounds 1740 >= 793 @ 0.743511
1.44/1.51	c bounds 1740 >= 794 @ 0.744084
1.44/1.51	c bounds 1740 >= 795 @ 0.744654
1.44/1.51	c bounds 1740 >= 796 @ 0.745222
1.44/1.51	c bounds 1740 >= 797 @ 0.745798
1.44/1.51	c bounds 1740 >= 798 @ 0.746367
1.44/1.51	c bounds 1740 >= 799 @ 0.746934
1.44/1.51	c bounds 1740 >= 800 @ 0.747516
1.44/1.51	c bounds 1740 >= 801 @ 0.748086
1.44/1.51	c bounds 1740 >= 802 @ 0.748657
1.44/1.51	c bounds 1740 >= 803 @ 0.749232
1.44/1.51	c bounds 1740 >= 804 @ 0.749798
1.44/1.51	c bounds 1740 >= 805 @ 0.750372
1.44/1.51	c bounds 1740 >= 806 @ 0.750942
1.44/1.51	c bounds 1740 >= 807 @ 0.751517
1.44/1.51	c bounds 1740 >= 808 @ 0.752094
1.44/1.52	c bounds 1740 >= 809 @ 0.752659
1.44/1.52	c bounds 1740 >= 810 @ 0.753236
1.44/1.52	c bounds 1740 >= 811 @ 0.753806
1.44/1.52	c bounds 1740 >= 812 @ 0.753979
1.44/1.52	c bounds 1740 >= 813 @ 0.753979
1.44/1.52	c bounds 1740 >= 814 @ 0.754544
1.44/1.52	c bounds 1740 >= 815 @ 0.755123
1.44/1.52	c bounds 1740 >= 816 @ 0.755691
1.44/1.52	c bounds 1740 >= 817 @ 0.756256
1.44/1.52	c bounds 1740 >= 818 @ 0.756831
1.44/1.52	c bounds 1740 >= 819 @ 0.757381
1.44/1.52	c bounds 1740 >= 820 @ 0.757947
1.44/1.52	c bounds 1740 >= 821 @ 0.758521
1.44/1.52	c bounds 1740 >= 822 @ 0.759094
1.44/1.52	c bounds 1740 >= 823 @ 0.75966
1.44/1.52	c bounds 1740 >= 824 @ 0.76023
1.44/1.52	c bounds 1740 >= 825 @ 0.760799
1.44/1.53	c bounds 1740 >= 826 @ 0.761375
1.44/1.53	c bounds 1740 >= 827 @ 0.761949
1.44/1.53	c bounds 1740 >= 828 @ 0.762517
1.44/1.53	c bounds 1740 >= 829 @ 0.763082
1.44/1.53	c bounds 1740 >= 830 @ 0.763647
1.44/1.53	c bounds 1740 >= 831 @ 0.764222
1.44/1.53	c bounds 1740 >= 832 @ 0.764787
1.44/1.53	c bounds 1740 >= 833 @ 0.765354
1.44/1.53	c bounds 1740 >= 834 @ 0.765926
1.44/1.53	c bounds 1740 >= 835 @ 0.765926
1.44/1.53	c bounds 1740 >= 836 @ 0.766181
1.44/1.53	c bounds 1740 >= 837 @ 0.766677
1.44/1.53	c bounds 1740 >= 838 @ 0.767228
1.44/1.53	c bounds 1740 >= 839 @ 0.767816
1.44/1.53	c bounds 1740 >= 840 @ 0.768382
1.44/1.53	c bounds 1740 >= 841 @ 0.768946
1.44/1.53	c bounds 1740 >= 842 @ 0.76952
1.44/1.53	c bounds 1740 >= 843 @ 0.770083
1.44/1.54	c bounds 1740 >= 844 @ 0.770643
1.44/1.54	c bounds 1740 >= 845 @ 0.771214
1.44/1.54	c bounds 1740 >= 846 @ 0.771777
1.44/1.54	c bounds 1740 >= 847 @ 0.772331
1.44/1.54	c bounds 1740 >= 848 @ 0.772893
1.44/1.54	c bounds 1740 >= 849 @ 0.773462
1.44/1.54	c bounds 1740 >= 850 @ 0.774025
1.44/1.54	c bounds 1740 >= 851 @ 0.774601
1.44/1.54	c bounds 1740 >= 852 @ 0.775169
1.44/1.54	c bounds 1740 >= 853 @ 0.775748
1.44/1.54	c bounds 1740 >= 854 @ 0.776312
1.44/1.54	c bounds 1740 >= 855 @ 0.776479
1.44/1.54	c bounds 1740 >= 856 @ 0.776956
1.44/1.54	c bounds 1740 >= 857 @ 0.777515
1.44/1.54	c bounds 1740 >= 858 @ 0.778076
1.44/1.54	c bounds 1740 >= 859 @ 0.778642
1.44/1.54	c bounds 1740 >= 860 @ 0.779208
1.44/1.55	c bounds 1740 >= 861 @ 0.779789
1.44/1.55	c bounds 1740 >= 862 @ 0.780354
1.44/1.55	c bounds 1740 >= 863 @ 0.780911
1.44/1.55	c bounds 1740 >= 864 @ 0.781469
1.44/1.55	c bounds 1740 >= 865 @ 0.78203
1.44/1.55	c bounds 1740 >= 866 @ 0.78258
1.44/1.55	c bounds 1740 >= 867 @ 0.783152
1.44/1.55	c bounds 1740 >= 868 @ 0.783713
1.44/1.55	c bounds 1740 >= 869 @ 0.784259
1.44/1.55	c bounds 1740 >= 870 @ 0.784822
1.44/1.55	c bounds 1740 >= 871 @ 0.785382
1.44/1.55	c bounds 1740 >= 872 @ 0.78595
1.44/1.55	c bounds 1740 >= 873 @ 0.786514
1.44/1.55	c bounds 1740 >= 874 @ 0.787082
1.44/1.55	c bounds 1740 >= 875 @ 0.787641
1.44/1.55	c bounds 1740 >= 876 @ 0.788205
1.44/1.55	c bounds 1740 >= 877 @ 0.788765
1.44/1.56	c bounds 1740 >= 878 @ 0.789328
1.44/1.56	c bounds 1740 >= 879 @ 0.7899
1.44/1.56	c bounds 1740 >= 880 @ 0.790475
1.44/1.56	c bounds 1740 >= 881 @ 0.791036
1.44/1.56	c bounds 1740 >= 882 @ 0.791599
1.44/1.56	c bounds 1740 >= 883 @ 0.792164
1.44/1.56	c bounds 1740 >= 884 @ 0.792733
1.44/1.56	c bounds 1740 >= 885 @ 0.793294
1.44/1.56	c bounds 1740 >= 886 @ 0.793862
1.44/1.56	c bounds 1740 >= 887 @ 0.794427
1.44/1.56	c bounds 1740 >= 888 @ 0.794984
1.44/1.56	c bounds 1740 >= 889 @ 0.795536
1.44/1.56	c bounds 1740 >= 890 @ 0.796097
1.44/1.56	c bounds 1740 >= 891 @ 0.796652
1.44/1.56	c bounds 1740 >= 892 @ 0.797207
1.44/1.56	c bounds 1740 >= 893 @ 0.797764
1.44/1.56	c bounds 1740 >= 894 @ 0.798326
1.44/1.56	c bounds 1740 >= 895 @ 0.798886
1.44/1.57	c bounds 1740 >= 896 @ 0.799455
1.44/1.57	c bounds 1740 >= 897 @ 0.800014
1.44/1.57	c bounds 1740 >= 898 @ 0.800592
1.44/1.57	c bounds 1740 >= 899 @ 0.80115
1.44/1.57	c bounds 1740 >= 900 @ 0.801726
1.44/1.57	c bounds 1740 >= 901 @ 0.802301
1.44/1.57	c bounds 1740 >= 902 @ 0.802893
1.44/1.57	c bounds 1740 >= 903 @ 0.803453
1.44/1.57	c bounds 1740 >= 904 @ 0.80402
1.44/1.57	c bounds 1740 >= 905 @ 0.804583
1.44/1.57	c bounds 1740 >= 906 @ 0.805149
1.44/1.57	c bounds 1740 >= 907 @ 0.805712
1.44/1.57	c bounds 1740 >= 908 @ 0.806284
1.44/1.57	c bounds 1740 >= 909 @ 0.806868
1.44/1.57	c bounds 1740 >= 910 @ 0.807439
1.44/1.57	c bounds 1740 >= 911 @ 0.807999
1.44/1.57	c bounds 1740 >= 912 @ 0.808568
1.44/1.58	c bounds 1740 >= 913 @ 0.809129
1.44/1.58	c bounds 1740 >= 914 @ 0.809695
1.44/1.58	c bounds 1740 >= 915 @ 0.810256
1.44/1.58	c bounds 1740 >= 916 @ 0.810898
1.44/1.58	c bounds 1740 >= 917 @ 0.811467
1.44/1.58	c bounds 1740 >= 918 @ 0.812029
1.44/1.58	c bounds 1740 >= 919 @ 0.812586
1.44/1.58	c bounds 1740 >= 920 @ 0.813156
1.44/1.58	c bounds 1740 >= 921 @ 0.813712
1.44/1.58	c bounds 1740 >= 922 @ 0.813712
1.44/1.58	c bounds 1740 >= 923 @ 0.813842
1.44/1.58	c bounds 1740 >= 924 @ 0.814403
1.44/1.58	c bounds 1740 >= 925 @ 0.814966
1.44/1.58	c bounds 1740 >= 926 @ 0.81554
1.44/1.58	c bounds 1740 >= 927 @ 0.81611
1.44/1.58	c bounds 1740 >= 928 @ 0.816683
1.44/1.58	c bounds 1740 >= 929 @ 0.817248
1.44/1.58	c bounds 1740 >= 930 @ 0.817816
1.44/1.59	c bounds 1740 >= 931 @ 0.818377
1.44/1.59	c bounds 1740 >= 932 @ 0.818943
1.44/1.59	c bounds 1740 >= 933 @ 0.819505
1.44/1.59	c bounds 1740 >= 934 @ 0.820076
1.44/1.59	c bounds 1740 >= 935 @ 0.820626
1.44/1.59	c bounds 1740 >= 936 @ 0.821198
1.44/1.59	c bounds 1740 >= 937 @ 0.821757
1.44/1.59	c bounds 1740 >= 938 @ 0.822312
1.44/1.59	c bounds 1740 >= 939 @ 0.82287
1.44/1.59	c bounds 1740 >= 940 @ 0.823431
1.44/1.59	c bounds 1740 >= 941 @ 0.82399
1.44/1.59	c bounds 1740 >= 942 @ 0.824545
1.44/1.59	c bounds 1740 >= 943 @ 0.825108
1.44/1.59	c bounds 1740 >= 944 @ 0.825666
1.44/1.59	c bounds 1740 >= 945 @ 0.826243
1.44/1.59	c bounds 1740 >= 946 @ 0.826791
1.44/1.59	c bounds 1740 >= 947 @ 0.827345
1.44/1.59	c bounds 1740 >= 948 @ 0.827901
1.44/1.60	c bounds 1740 >= 949 @ 0.82846
1.54/1.60	c bounds 1740 >= 950 @ 0.82903
1.54/1.60	c bounds 1740 >= 951 @ 0.829592
1.54/1.60	c bounds 1740 >= 952 @ 0.830146
1.54/1.60	c bounds 1740 >= 953 @ 0.830701
1.54/1.60	c bounds 1740 >= 954 @ 0.831257
1.54/1.60	c bounds 1740 >= 955 @ 0.831817
1.54/1.60	c bounds 1740 >= 956 @ 0.832388
1.54/1.60	c bounds 1740 >= 957 @ 0.832953
1.54/1.60	c bounds 1740 >= 958 @ 0.83352
1.54/1.60	c bounds 1740 >= 959 @ 0.834078
1.54/1.60	c bounds 1740 >= 960 @ 0.834641
1.54/1.60	c bounds 1740 >= 961 @ 0.834641
1.54/1.60	c bounds 1740 >= 962 @ 0.834757
1.54/1.60	c bounds 1740 >= 963 @ 0.835315
1.54/1.60	c bounds 1740 >= 964 @ 0.835881
1.54/1.60	c bounds 1740 >= 965 @ 0.836457
1.54/1.61	c bounds 1740 >= 966 @ 0.837027
1.54/1.61	c bounds 1740 >= 967 @ 0.837582
1.54/1.61	c bounds 1740 >= 968 @ 0.838146
1.54/1.61	c bounds 1740 >= 969 @ 0.838705
1.54/1.61	c bounds 1740 >= 970 @ 0.839265
1.54/1.61	c bounds 1740 >= 971 @ 0.839826
1.54/1.61	c bounds 1740 >= 972 @ 0.84039
1.54/1.61	c bounds 1740 >= 973 @ 0.840954
1.54/1.61	c bounds 1740 >= 974 @ 0.841524
1.54/1.61	c bounds 1740 >= 975 @ 0.842087
1.54/1.61	c bounds 1740 >= 976 @ 0.842654
1.54/1.61	c bounds 1740 >= 977 @ 0.843215
1.54/1.61	c bounds 1740 >= 978 @ 0.843779
1.54/1.61	c bounds 1740 >= 979 @ 0.844352
1.54/1.61	c bounds 1740 >= 980 @ 0.844924
1.54/1.61	c bounds 1740 >= 981 @ 0.84549
1.54/1.61	c bounds 1740 >= 982 @ 0.846049
1.54/1.61	c bounds 1740 >= 983 @ 0.846612
1.54/1.62	c bounds 1740 >= 984 @ 0.847176
1.54/1.62	c bounds 1740 >= 985 @ 0.847743
1.54/1.62	c bounds 1740 >= 986 @ 0.848298
1.54/1.62	c bounds 1740 >= 987 @ 0.848864
1.54/1.62	c bounds 1740 >= 988 @ 0.849426
1.54/1.62	c bounds 1740 >= 989 @ 0.849988
1.54/1.62	c bounds 1740 >= 990 @ 0.850539
1.54/1.62	c bounds 1740 >= 991 @ 0.851099
1.54/1.62	c bounds 1740 >= 992 @ 0.851658
1.54/1.62	c bounds 1740 >= 993 @ 0.852215
1.54/1.62	c bounds 1740 >= 994 @ 0.852774
1.54/1.62	c bounds 1740 >= 995 @ 0.853341
1.54/1.62	c bounds 1740 >= 996 @ 0.853908
1.54/1.62	c bounds 1740 >= 997 @ 0.854462
1.54/1.62	c bounds 1740 >= 998 @ 0.855016
1.54/1.62	c bounds 1740 >= 999 @ 0.855565
1.54/1.62	c bounds 1740 >= 1000 @ 0.856126
1.54/1.62	c bounds 1740 >= 1001 @ 0.856692
1.54/1.63	c bounds 1740 >= 1002 @ 0.857257
1.54/1.63	c bounds 1740 >= 1003 @ 0.857834
1.54/1.63	c bounds 1740 >= 1004 @ 0.858419
1.54/1.63	c bounds 1740 >= 1005 @ 0.858991
1.54/1.63	c bounds 1740 >= 1006 @ 0.859151
1.54/1.63	c bounds 1740 >= 1007 @ 0.859701
1.54/1.63	c bounds 1740 >= 1008 @ 0.860274
1.54/1.63	c bounds 1740 >= 1009 @ 0.860831
1.54/1.63	c bounds 1740 >= 1010 @ 0.861418
1.54/1.63	c bounds 1740 >= 1011 @ 0.861992
1.54/1.63	c bounds 1740 >= 1012 @ 0.862564
1.54/1.63	c bounds 1740 >= 1013 @ 0.863145
1.54/1.63	c bounds 1740 >= 1014 @ 0.863734
1.54/1.63	c bounds 1740 >= 1015 @ 0.864302
1.54/1.63	c bounds 1740 >= 1016 @ 0.864877
1.54/1.63	c bounds 1740 >= 1017 @ 0.86544
1.54/1.64	c bounds 1740 >= 1018 @ 0.866007
1.54/1.64	c bounds 1740 >= 1019 @ 0.866574
1.54/1.64	c bounds 1740 >= 1020 @ 0.867131
1.54/1.64	c bounds 1740 >= 1021 @ 0.867685
1.54/1.64	c bounds 1740 >= 1022 @ 0.86824
1.54/1.64	c bounds 1740 >= 1023 @ 0.8688
1.54/1.64	c bounds 1740 >= 1024 @ 0.869365
1.54/1.64	c bounds 1740 >= 1025 @ 0.869925
1.54/1.64	c bounds 1740 >= 1026 @ 0.870473
1.54/1.64	c bounds 1740 >= 1027 @ 0.871027
1.54/1.64	c bounds 1740 >= 1028 @ 0.871605
1.54/1.64	c bounds 1740 >= 1029 @ 0.872167
1.54/1.64	c bounds 1740 >= 1030 @ 0.87272
1.54/1.64	c bounds 1740 >= 1031 @ 0.873279
1.54/1.64	c bounds 1740 >= 1032 @ 0.873846
1.54/1.64	c bounds 1740 >= 1033 @ 0.87441
1.54/1.64	c bounds 1740 >= 1034 @ 0.874966
1.54/1.64	c bounds 1740 >= 1035 @ 0.875521
1.54/1.65	c bounds 1740 >= 1036 @ 0.876094
1.54/1.65	c bounds 1740 >= 1037 @ 0.876651
1.54/1.65	c bounds 1740 >= 1038 @ 0.877201
1.54/1.65	c bounds 1740 >= 1039 @ 0.877758
1.54/1.65	c bounds 1740 >= 1040 @ 0.878338
1.54/1.65	c bounds 1740 >= 1041 @ 0.878909
1.54/1.65	c bounds 1740 >= 1042 @ 0.879465
1.54/1.65	c bounds 1740 >= 1043 @ 0.88004
1.54/1.65	c bounds 1740 >= 1044 @ 0.880609
1.54/1.65	c bounds 1740 >= 1045 @ 0.881181
1.54/1.65	c bounds 1740 >= 1046 @ 0.881756
1.54/1.65	c bounds 1740 >= 1047 @ 0.88233
1.54/1.65	c bounds 1740 >= 1048 @ 0.882908
1.54/1.65	c bounds 1740 >= 1049 @ 0.883466
1.54/1.65	c bounds 1740 >= 1050 @ 0.884287
1.54/1.65	c bounds 1740 >= 1051 @ 0.88442
1.54/1.65	c bounds 1740 >= 1052 @ 0.88442
1.54/1.66	c bounds 1740 >= 1053 @ 0.884772
1.54/1.66	c bounds 1740 >= 1054 @ 0.885237
1.54/1.66	c bounds 1740 >= 1055 @ 0.885709
1.54/1.66	c bounds 1740 >= 1056 @ 0.886186
1.54/1.66	c bounds 1740 >= 1057 @ 0.886654
1.54/1.66	c bounds 1740 >= 1058 @ 0.88712
1.54/1.66	c bounds 1740 >= 1059 @ 0.88759
1.54/1.66	c bounds 1740 >= 1060 @ 0.888044
1.54/1.66	c bounds 1740 >= 1061 @ 0.888515
1.54/1.66	c bounds 1740 >= 1062 @ 0.888975
1.54/1.66	c bounds 1740 >= 1063 @ 0.88943
1.54/1.66	c bounds 1740 >= 1064 @ 0.8899
1.54/1.66	c bounds 1740 >= 1065 @ 0.890345
1.54/1.66	c bounds 1740 >= 1066 @ 0.890808
1.54/1.66	c bounds 1740 >= 1067 @ 0.891258
1.54/1.66	c bounds 1740 >= 1068 @ 0.891729
1.54/1.66	c bounds 1740 >= 1069 @ 0.892175
1.54/1.66	c bounds 1740 >= 1070 @ 0.892683
1.54/1.66	c bounds 1740 >= 1071 @ 0.893143
1.54/1.66	c bounds 1740 >= 1072 @ 0.893636
1.54/1.66	c bounds 1740 >= 1073 @ 0.894095
1.54/1.66	c bounds 1740 >= 1074 @ 0.894562
1.54/1.67	c bounds 1740 >= 1075 @ 0.895012
1.54/1.67	c bounds 1740 >= 1076 @ 0.89548
1.54/1.67	c bounds 1740 >= 1077 @ 0.895937
1.54/1.67	c bounds 1740 >= 1078 @ 0.896398
1.54/1.67	c bounds 1740 >= 1079 @ 0.896865
1.54/1.67	c bounds 1740 >= 1080 @ 0.897329
1.54/1.67	c bounds 1740 >= 1081 @ 0.897794
1.54/1.67	c bounds 1740 >= 1082 @ 0.898244
1.54/1.67	c bounds 1740 >= 1083 @ 0.898706
1.54/1.67	c bounds 1740 >= 1084 @ 0.899172
1.54/1.67	c bounds 1740 >= 1085 @ 0.899639
1.54/1.67	c bounds 1740 >= 1086 @ 0.900088
1.54/1.67	c bounds 1740 >= 1087 @ 0.90056
1.54/1.67	c bounds 1740 >= 1088 @ 0.901021
1.54/1.67	c bounds 1740 >= 1089 @ 0.901476
1.54/1.67	c bounds 1740 >= 1090 @ 0.901934
1.54/1.67	c bounds 1740 >= 1091 @ 0.902414
1.54/1.67	c bounds 1740 >= 1092 @ 0.902879
1.54/1.67	c bounds 1740 >= 1093 @ 0.903338
1.54/1.67	c bounds 1740 >= 1094 @ 0.903815
1.54/1.67	c bounds 1740 >= 1095 @ 0.904276
1.54/1.68	c bounds 1740 >= 1096 @ 0.904743
1.54/1.68	c bounds 1740 >= 1097 @ 0.905198
1.54/1.68	c bounds 1740 >= 1098 @ 0.905652
1.54/1.68	c bounds 1740 >= 1099 @ 0.906118
1.54/1.68	c bounds 1740 >= 1100 @ 0.906576
1.54/1.68	c bounds 1740 >= 1101 @ 0.907031
1.54/1.68	c bounds 1740 >= 1102 @ 0.907478
1.54/1.68	c bounds 1740 >= 1103 @ 0.907942
1.54/1.68	c bounds 1740 >= 1104 @ 0.908395
1.54/1.68	c bounds 1740 >= 1105 @ 0.908853
1.54/1.68	c bounds 1740 >= 1106 @ 0.909321
1.54/1.68	c bounds 1740 >= 1107 @ 0.909321
1.54/1.68	c bounds 1740 >= 1108 @ 0.909321
1.54/1.68	c bounds 1740 >= 1109 @ 0.909781
1.54/1.68	c bounds 1740 >= 1110 @ 0.910194
1.54/1.68	c bounds 1740 >= 1111 @ 0.910637
3.73/3.88	c #Conflicts:       1000 | #Constraints:      25677
3.73/3.88	c #Conflicts:       2000 | #Constraints:      26677
3.73/3.88	c INPROCESSING
3.73/3.88	c GARBAGE COLLECT
3.73/3.88	c bounds 1740 >= 1112 @ 3.01834
3.73/3.88	c bounds 1740 >= 1113 @ 3.01876
3.73/3.88	c bounds 1740 >= 1114 @ 3.01914
3.73/3.88	c bounds 1740 >= 1115 @ 3.01953
3.73/3.88	c bounds 1740 >= 1116 @ 3.01993
3.73/3.88	c bounds 1740 >= 1117 @ 3.02033
3.73/3.88	c bounds 1740 >= 1118 @ 3.02072
3.73/3.88	c bounds 1740 >= 1119 @ 3.02112
3.73/3.88	c bounds 1740 >= 1120 @ 3.02151
3.73/3.88	c bounds 1740 >= 1121 @ 3.0219
3.73/3.88	c bounds 1740 >= 1122 @ 3.02228
3.73/3.88	c bounds 1740 >= 1123 @ 3.02264
3.73/3.88	c bounds 1740 >= 1124 @ 3.02302
3.73/3.88	c bounds 1740 >= 1125 @ 3.02341
3.73/3.88	c bounds 1740 >= 1126 @ 3.02381
3.73/3.88	c bounds 1740 >= 1127 @ 3.0242
3.73/3.88	c bounds 1740 >= 1128 @ 3.02459
3.73/3.88	c bounds 1740 >= 1129 @ 3.02499
3.73/3.88	c bounds 1740 >= 1130 @ 3.02538
3.73/3.88	c bounds 1740 >= 1131 @ 3.02577
3.73/3.88	c bounds 1740 >= 1132 @ 3.02615
3.73/3.88	c bounds 1740 >= 1133 @ 3.02652
3.73/3.88	c bounds 1740 >= 1134 @ 3.02688
3.73/3.89	c bounds 1740 >= 1135 @ 3.02724
3.73/3.89	c bounds 1740 >= 1136 @ 3.02762
3.73/3.89	c bounds 1740 >= 1137 @ 3.02801
3.73/3.89	c bounds 1740 >= 1138 @ 3.0284
3.73/3.89	c bounds 1740 >= 1139 @ 3.0288
3.73/3.89	c bounds 1740 >= 1140 @ 3.02921
3.73/3.89	c bounds 1740 >= 1141 @ 3.02959
3.73/3.89	c bounds 1740 >= 1142 @ 3.02995
3.73/3.89	c bounds 1740 >= 1143 @ 3.03032
3.73/3.89	c bounds 1740 >= 1144 @ 3.03068
3.73/3.89	c bounds 1740 >= 1145 @ 3.03106
3.73/3.89	c bounds 1740 >= 1146 @ 3.03146
3.73/3.89	c bounds 1740 >= 1147 @ 3.03183
3.73/3.89	c bounds 1740 >= 1148 @ 3.03225
3.73/3.89	c bounds 1740 >= 1149 @ 3.03263
3.73/3.89	c bounds 1740 >= 1150 @ 3.033
3.73/3.89	c bounds 1740 >= 1151 @ 3.03339
3.73/3.89	c bounds 1740 >= 1152 @ 3.03378
3.73/3.89	c bounds 1740 >= 1153 @ 3.03415
3.73/3.89	c bounds 1740 >= 1154 @ 3.03453
3.73/3.89	c bounds 1740 >= 1155 @ 3.03491
3.73/3.89	c bounds 1740 >= 1156 @ 3.0353
3.73/3.89	c bounds 1740 >= 1157 @ 3.03568
3.73/3.89	c bounds 1740 >= 1158 @ 3.03606
3.73/3.89	c bounds 1740 >= 1159 @ 3.03645
3.73/3.89	c bounds 1740 >= 1160 @ 3.03683
3.73/3.90	c bounds 1740 >= 1161 @ 3.0372
3.73/3.90	c bounds 1740 >= 1162 @ 3.03759
3.84/3.90	c bounds 1740 >= 1163 @ 3.03796
3.84/3.90	c bounds 1740 >= 1164 @ 3.03833
3.84/3.90	c bounds 1740 >= 1165 @ 3.03871
3.84/3.90	c bounds 1740 >= 1166 @ 3.03909
3.84/3.90	c bounds 1740 >= 1167 @ 3.03946
3.84/3.90	c bounds 1740 >= 1168 @ 3.03984
3.84/3.90	c bounds 1740 >= 1169 @ 3.04022
3.84/3.90	c bounds 1740 >= 1170 @ 3.04058
3.84/3.90	c bounds 1740 >= 1171 @ 3.04098
3.84/3.90	c bounds 1740 >= 1172 @ 3.04136
3.84/3.90	c bounds 1740 >= 1173 @ 3.04173
3.84/3.90	c bounds 1740 >= 1174 @ 3.04209
3.84/3.90	c bounds 1740 >= 1175 @ 3.04246
3.84/3.90	c bounds 1740 >= 1176 @ 3.04282
3.84/3.90	c bounds 1740 >= 1177 @ 3.04318
3.84/3.90	c bounds 1740 >= 1178 @ 3.04369
3.84/3.90	c bounds 1740 >= 1179 @ 3.04408
3.84/3.90	c bounds 1740 >= 1180 @ 3.04447
3.84/3.90	c bounds 1740 >= 1181 @ 3.04486
3.84/3.90	c bounds 1740 >= 1182 @ 3.04525
3.84/3.90	c bounds 1740 >= 1183 @ 3.04563
3.84/3.90	c bounds 1740 >= 1184 @ 3.04602
3.84/3.90	c bounds 1740 >= 1185 @ 3.04641
3.84/3.90	c bounds 1740 >= 1186 @ 3.04681
3.84/3.91	c bounds 1740 >= 1187 @ 3.04718
3.84/3.91	c bounds 1740 >= 1188 @ 3.04754
3.84/3.91	c bounds 1740 >= 1189 @ 3.04792
3.84/3.91	c bounds 1740 >= 1190 @ 3.04831
3.84/3.91	c bounds 1740 >= 1191 @ 3.0487
3.84/3.91	c bounds 1740 >= 1192 @ 3.04909
3.84/3.91	c bounds 1740 >= 1193 @ 3.04948
3.84/3.91	c bounds 1740 >= 1194 @ 3.04987
3.84/3.91	c bounds 1740 >= 1195 @ 3.05026
3.84/3.91	c bounds 1740 >= 1196 @ 3.05064
3.84/3.91	c bounds 1740 >= 1197 @ 3.05101
3.84/3.91	c bounds 1740 >= 1198 @ 3.0514
3.84/3.91	c bounds 1740 >= 1199 @ 3.05177
3.84/3.91	c bounds 1740 >= 1200 @ 3.05215
3.84/3.91	c bounds 1740 >= 1201 @ 3.05252
3.84/3.91	c bounds 1740 >= 1202 @ 3.0529
3.84/3.91	c bounds 1740 >= 1203 @ 3.05328
3.84/3.91	c bounds 1740 >= 1204 @ 3.05366
3.84/3.91	c bounds 1740 >= 1205 @ 3.05404
3.84/3.91	c bounds 1740 >= 1206 @ 3.05444
3.84/3.91	c bounds 1740 >= 1207 @ 3.05483
3.84/3.91	c bounds 1740 >= 1208 @ 3.05522
3.84/3.91	c bounds 1740 >= 1209 @ 3.0556
3.84/3.91	c bounds 1740 >= 1210 @ 3.05597
3.84/3.91	c bounds 1740 >= 1211 @ 3.05636
3.84/3.91	c bounds 1740 >= 1212 @ 3.05674
3.84/3.92	c bounds 1740 >= 1213 @ 3.05712
3.84/3.92	c bounds 1740 >= 1214 @ 3.05751
3.84/3.92	c bounds 1740 >= 1215 @ 3.0579
3.84/3.92	c bounds 1740 >= 1216 @ 3.05829
3.84/3.92	c bounds 1740 >= 1217 @ 3.05867
3.84/3.92	c bounds 1740 >= 1218 @ 3.05906
3.84/3.92	c bounds 1740 >= 1219 @ 3.05944
3.84/3.92	c bounds 1740 >= 1220 @ 3.05984
3.84/3.92	c bounds 1740 >= 1221 @ 3.06024
3.84/3.92	c bounds 1740 >= 1222 @ 3.06063
3.84/3.92	c bounds 1740 >= 1223 @ 3.06102
3.84/3.92	c bounds 1740 >= 1224 @ 3.06142
3.84/3.92	c bounds 1740 >= 1225 @ 3.06182
3.84/3.92	c bounds 1740 >= 1226 @ 3.06222
3.84/3.92	c bounds 1740 >= 1227 @ 3.06261
3.84/3.92	c bounds 1740 >= 1228 @ 3.063
3.84/3.92	c bounds 1740 >= 1229 @ 3.06341
3.84/3.92	c bounds 1740 >= 1230 @ 3.06379
3.84/3.92	c bounds 1740 >= 1231 @ 3.06416
3.84/3.92	c bounds 1740 >= 1232 @ 3.06453
3.84/3.92	c bounds 1740 >= 1233 @ 3.06491
3.84/3.92	c bounds 1740 >= 1234 @ 3.06531
3.84/3.92	c bounds 1740 >= 1235 @ 3.06576
3.84/3.92	c bounds 1740 >= 1236 @ 3.06629
3.84/3.92	c bounds 1740 >= 1237 @ 3.0667
3.84/3.93	c bounds 1740 >= 1238 @ 3.06711
3.84/3.93	c bounds 1740 >= 1239 @ 3.06751
3.84/3.93	c bounds 1740 >= 1240 @ 3.06792
3.84/3.93	c bounds 1740 >= 1241 @ 3.0683
3.84/3.93	c bounds 1740 >= 1242 @ 3.06868
3.84/3.93	c bounds 1740 >= 1243 @ 3.06906
3.84/3.93	c bounds 1740 >= 1244 @ 3.06943
3.84/3.93	c bounds 1740 >= 1245 @ 3.06982
3.84/3.93	c bounds 1740 >= 1246 @ 3.07022
3.84/3.93	c bounds 1740 >= 1247 @ 3.07063
3.84/3.93	c bounds 1740 >= 1248 @ 3.07103
3.84/3.93	c bounds 1740 >= 1249 @ 3.07144
3.84/3.93	c bounds 1740 >= 1250 @ 3.07182
3.84/3.93	c bounds 1740 >= 1251 @ 3.0722
3.84/3.93	c bounds 1740 >= 1252 @ 3.07257
3.84/3.93	c bounds 1740 >= 1253 @ 3.07296
3.84/3.93	c bounds 1740 >= 1254 @ 3.07336
3.84/3.93	c bounds 1740 >= 1255 @ 3.07376
3.84/3.93	c bounds 1740 >= 1256 @ 3.07416
3.84/3.93	c bounds 1740 >= 1257 @ 3.07455
3.84/3.93	c bounds 1740 >= 1258 @ 3.07493
3.84/3.93	c bounds 1740 >= 1259 @ 3.07534
3.84/3.93	c bounds 1740 >= 1260 @ 3.07573
3.84/3.93	c bounds 1740 >= 1261 @ 3.07613
3.84/3.93	c bounds 1740 >= 1262 @ 3.07653
3.84/3.94	c bounds 1740 >= 1263 @ 3.07693
3.84/3.94	c bounds 1740 >= 1264 @ 3.07733
3.84/3.94	c bounds 1740 >= 1265 @ 3.07775
3.84/3.94	c bounds 1740 >= 1266 @ 3.07815
3.84/3.94	c bounds 1740 >= 1267 @ 3.07854
3.84/3.94	c bounds 1740 >= 1268 @ 3.07893
3.84/3.94	c bounds 1740 >= 1269 @ 3.07934
3.84/3.94	c bounds 1740 >= 1270 @ 3.07974
3.84/3.94	c bounds 1740 >= 1271 @ 3.08015
3.84/3.94	c bounds 1740 >= 1272 @ 3.08054
3.84/3.94	c bounds 1740 >= 1273 @ 3.08093
3.84/3.94	c bounds 1740 >= 1274 @ 3.08133
3.84/3.94	c bounds 1740 >= 1275 @ 3.08174
3.84/3.94	c bounds 1740 >= 1276 @ 3.08215
3.84/3.94	c bounds 1740 >= 1277 @ 3.08255
3.84/3.94	c bounds 1740 >= 1278 @ 3.08294
3.84/3.94	c bounds 1740 >= 1279 @ 3.08334
3.84/3.94	c bounds 1740 >= 1280 @ 3.08375
3.84/3.94	c bounds 1740 >= 1281 @ 3.08416
3.84/3.94	c bounds 1740 >= 1282 @ 3.08457
3.84/3.94	c bounds 1740 >= 1283 @ 3.08498
3.84/3.94	c bounds 1740 >= 1284 @ 3.08537
3.84/3.94	c bounds 1740 >= 1285 @ 3.08576
3.84/3.94	c bounds 1740 >= 1286 @ 3.08616
3.84/3.94	c bounds 1740 >= 1287 @ 3.08655
3.84/3.95	c bounds 1740 >= 1288 @ 3.08694
3.84/3.95	c bounds 1740 >= 1289 @ 3.08735
3.84/3.95	c bounds 1740 >= 1290 @ 3.08743
3.84/3.95	c bounds 1740 >= 1291 @ 3.08743
3.84/3.95	c bounds 1740 >= 1292 @ 3.0876
3.84/3.95	c bounds 1740 >= 1293 @ 3.08797
3.84/3.95	c bounds 1740 >= 1294 @ 3.08834
3.84/3.95	c bounds 1740 >= 1295 @ 3.08874
3.84/3.95	c bounds 1740 >= 1296 @ 3.08913
3.84/3.95	c bounds 1740 >= 1297 @ 3.0895
3.84/3.95	c bounds 1740 >= 1298 @ 3.08989
3.84/3.95	c bounds 1740 >= 1299 @ 3.09031
3.84/3.95	c bounds 1740 >= 1300 @ 3.09071
3.84/3.95	c bounds 1740 >= 1301 @ 3.09112
3.84/3.95	c bounds 1740 >= 1302 @ 3.09151
3.84/3.95	c bounds 1740 >= 1303 @ 3.0919
3.84/3.95	c bounds 1740 >= 1304 @ 3.0923
3.84/3.95	c bounds 1740 >= 1305 @ 3.09271
3.84/3.95	c bounds 1740 >= 1306 @ 3.09311
3.84/3.95	c bounds 1740 >= 1307 @ 3.0935
3.84/3.95	c bounds 1740 >= 1308 @ 3.09389
3.84/3.95	c bounds 1740 >= 1309 @ 3.0943
3.84/3.95	c bounds 1740 >= 1310 @ 3.0947
3.84/3.95	c bounds 1740 >= 1311 @ 3.09511
3.84/3.95	c bounds 1740 >= 1312 @ 3.09551
3.84/3.96	c bounds 1740 >= 1313 @ 3.09592
3.84/3.96	c bounds 1740 >= 1314 @ 3.09633
3.84/3.96	c bounds 1740 >= 1315 @ 3.09673
3.84/3.96	c bounds 1740 >= 1316 @ 3.09712
3.84/3.96	c bounds 1740 >= 1317 @ 3.0975
3.84/3.96	c bounds 1740 >= 1318 @ 3.09789
3.84/3.96	c bounds 1740 >= 1319 @ 3.0983
3.84/3.96	c bounds 1740 >= 1320 @ 3.09871
3.84/3.96	c bounds 1740 >= 1321 @ 3.09912
3.84/3.96	c bounds 1740 >= 1322 @ 3.09953
3.84/3.96	c bounds 1740 >= 1323 @ 3.09994
3.84/3.96	c bounds 1740 >= 1324 @ 3.10036
3.84/3.96	c bounds 1740 >= 1325 @ 3.10077
3.84/3.96	c bounds 1740 >= 1326 @ 3.10116
3.84/3.96	c bounds 1740 >= 1327 @ 3.10154
3.84/3.96	c bounds 1740 >= 1328 @ 3.10193
3.84/3.96	c bounds 1740 >= 1329 @ 3.10234
3.84/3.96	c bounds 1740 >= 1330 @ 3.10274
3.84/3.96	c bounds 1740 >= 1331 @ 3.10314
3.84/3.96	c bounds 1740 >= 1332 @ 3.10354
3.84/3.96	c bounds 1740 >= 1333 @ 3.10393
3.84/3.96	c bounds 1740 >= 1334 @ 3.10433
3.84/3.96	c bounds 1740 >= 1335 @ 3.10473
3.84/3.96	c bounds 1740 >= 1336 @ 3.10513
3.84/3.96	c bounds 1740 >= 1337 @ 3.10552
3.84/3.97	c bounds 1740 >= 1338 @ 3.10591
3.84/3.97	c bounds 1740 >= 1339 @ 3.1063
3.84/3.97	c bounds 1740 >= 1340 @ 3.10668
3.84/3.97	c bounds 1740 >= 1341 @ 3.10708
3.84/3.97	c bounds 1740 >= 1342 @ 3.10747
3.84/3.97	c bounds 1740 >= 1343 @ 3.10787
3.84/3.97	c bounds 1740 >= 1344 @ 3.10827
3.84/3.97	c bounds 1740 >= 1345 @ 3.10866
3.84/3.97	c bounds 1740 >= 1346 @ 3.10907
3.84/3.97	c bounds 1740 >= 1347 @ 3.10945
3.84/3.97	c bounds 1740 >= 1348 @ 3.10984
3.84/3.97	c bounds 1740 >= 1349 @ 3.11023
3.84/3.97	c bounds 1740 >= 1350 @ 3.11064
3.84/3.97	c bounds 1740 >= 1351 @ 3.11104
3.84/3.97	c bounds 1740 >= 1352 @ 3.11146
3.84/3.97	c bounds 1740 >= 1353 @ 3.11186
3.84/3.97	c bounds 1740 >= 1354 @ 3.11226
3.84/3.97	c bounds 1740 >= 1355 @ 3.11266
3.84/3.97	c bounds 1740 >= 1356 @ 3.11306
3.84/3.97	c bounds 1740 >= 1357 @ 3.11344
3.84/3.97	c bounds 1740 >= 1358 @ 3.11383
3.84/3.97	c bounds 1740 >= 1359 @ 3.11424
3.84/3.97	c bounds 1740 >= 1360 @ 3.11465
3.84/3.97	c bounds 1740 >= 1361 @ 3.11506
3.84/3.97	c bounds 1740 >= 1362 @ 3.1155
3.84/3.98	c bounds 1740 >= 1363 @ 3.11605
3.84/3.98	c bounds 1740 >= 1364 @ 3.11656
3.84/3.98	c bounds 1740 >= 1365 @ 3.11696
3.84/3.98	c bounds 1740 >= 1366 @ 3.11735
3.84/3.98	c bounds 1740 >= 1367 @ 3.11773
3.84/3.98	c bounds 1740 >= 1368 @ 3.11812
3.84/3.98	c bounds 1740 >= 1369 @ 3.11851
3.84/3.98	c bounds 1740 >= 1370 @ 3.1189
3.84/3.98	c bounds 1740 >= 1371 @ 3.11931
3.84/3.98	c bounds 1740 >= 1372 @ 3.11971
3.84/3.98	c bounds 1740 >= 1373 @ 3.12011
3.84/3.98	c bounds 1740 >= 1374 @ 3.1205
3.84/3.98	c bounds 1740 >= 1375 @ 3.12089
3.84/3.98	c bounds 1740 >= 1376 @ 3.12128
3.84/3.98	c bounds 1740 >= 1377 @ 3.12168
3.84/3.98	c bounds 1740 >= 1378 @ 3.12208
3.84/3.98	c bounds 1740 >= 1379 @ 3.12249
3.84/3.98	c bounds 1740 >= 1380 @ 3.12289
3.84/3.98	c bounds 1740 >= 1381 @ 3.12331
3.84/3.98	c bounds 1740 >= 1382 @ 3.1237
3.84/3.98	c bounds 1740 >= 1383 @ 3.12407
3.84/3.98	c bounds 1740 >= 1384 @ 3.12444
3.84/3.98	c bounds 1740 >= 1385 @ 3.12483
3.84/3.98	c bounds 1740 >= 1386 @ 3.12522
3.84/3.98	c bounds 1740 >= 1387 @ 3.12562
3.84/3.99	c bounds 1740 >= 1388 @ 3.12602
3.84/3.99	c bounds 1740 >= 1389 @ 3.1264
3.84/3.99	c bounds 1740 >= 1390 @ 3.12677
3.84/3.99	c bounds 1740 >= 1391 @ 3.12717
3.84/3.99	c bounds 1740 >= 1392 @ 3.12756
3.84/3.99	c bounds 1740 >= 1393 @ 3.12797
3.84/3.99	c bounds 1740 >= 1394 @ 3.12837
3.84/3.99	c bounds 1740 >= 1395 @ 3.12876
3.84/3.99	c bounds 1740 >= 1396 @ 3.12916
3.84/3.99	c bounds 1740 >= 1397 @ 3.12956
3.84/3.99	c bounds 1740 >= 1398 @ 3.12993
3.84/3.99	c bounds 1740 >= 1399 @ 3.1303
3.84/3.99	c bounds 1740 >= 1400 @ 3.13067
3.84/3.99	c bounds 1740 >= 1401 @ 3.13105
3.84/3.99	c bounds 1740 >= 1402 @ 3.13143
3.84/3.99	c bounds 1740 >= 1403 @ 3.1318
3.84/3.99	c bounds 1740 >= 1404 @ 3.1322
3.84/3.99	c bounds 1740 >= 1405 @ 3.13261
3.84/3.99	c bounds 1740 >= 1406 @ 3.133
3.84/3.99	c bounds 1740 >= 1407 @ 3.13339
3.84/3.99	c bounds 1740 >= 1408 @ 3.13377
3.84/3.99	c bounds 1740 >= 1409 @ 3.13417
3.84/3.99	c bounds 1740 >= 1410 @ 3.13455
3.84/3.99	c bounds 1740 >= 1411 @ 3.13494
3.84/3.99	c bounds 1740 >= 1412 @ 3.13532
3.84/3.99	c bounds 1740 >= 1413 @ 3.1357
3.84/4.00	c bounds 1740 >= 1414 @ 3.13606
3.84/4.00	c bounds 1740 >= 1415 @ 3.13644
3.84/4.00	c bounds 1740 >= 1416 @ 3.13682
3.84/4.00	c bounds 1740 >= 1417 @ 3.1372
3.84/4.01	c bounds 1740 >= 1418 @ 3.13759
3.84/4.01	c bounds 1740 >= 1419 @ 3.13796
3.84/4.01	c bounds 1740 >= 1420 @ 3.13833
3.84/4.01	c bounds 1740 >= 1421 @ 3.13871
3.84/4.01	c bounds 1740 >= 1422 @ 3.13908
3.84/4.01	c bounds 1740 >= 1423 @ 3.13945
3.84/4.01	c bounds 1740 >= 1424 @ 3.13982
3.84/4.01	c bounds 1740 >= 1425 @ 3.14019
3.84/4.01	c bounds 1740 >= 1426 @ 3.14055
3.84/4.01	c bounds 1740 >= 1427 @ 3.14093
3.84/4.01	c bounds 1740 >= 1428 @ 3.1413
3.84/4.01	c bounds 1740 >= 1429 @ 3.14167
3.84/4.01	c bounds 1740 >= 1430 @ 3.14204
3.84/4.01	c bounds 1740 >= 1431 @ 3.14241
3.84/4.01	c bounds 1740 >= 1432 @ 3.14278
3.84/4.01	c bounds 1740 >= 1433 @ 3.14315
3.84/4.01	c bounds 1740 >= 1434 @ 3.14353
3.84/4.01	c bounds 1740 >= 1435 @ 3.14391
3.84/4.01	c bounds 1740 >= 1436 @ 3.14429
3.84/4.01	c bounds 1740 >= 1437 @ 3.14466
3.84/4.01	c bounds 1740 >= 1438 @ 3.14504
3.84/4.01	c bounds 1740 >= 1439 @ 3.14542
3.84/4.01	c bounds 1740 >= 1440 @ 3.1458
3.84/4.01	c bounds 1740 >= 1441 @ 3.14618
3.84/4.01	c bounds 1740 >= 1442 @ 3.14656
3.84/4.01	c bounds 1740 >= 1443 @ 3.14694
3.84/4.01	c bounds 1740 >= 1444 @ 3.14732
3.84/4.01	c bounds 1740 >= 1445 @ 3.1477
3.84/4.01	c bounds 1740 >= 1446 @ 3.14808
3.84/4.01	c bounds 1740 >= 1447 @ 3.14846
3.84/4.01	c bounds 1740 >= 1448 @ 3.14885
3.95/4.01	c bounds 1740 >= 1449 @ 3.14924
3.95/4.01	c bounds 1740 >= 1450 @ 3.14963
3.95/4.01	c bounds 1740 >= 1451 @ 3.15002
3.95/4.01	c bounds 1740 >= 1452 @ 3.1504
3.95/4.01	c bounds 1740 >= 1453 @ 3.15077
3.95/4.01	c bounds 1740 >= 1454 @ 3.15114
3.95/4.01	c bounds 1740 >= 1455 @ 3.15152
3.95/4.01	c bounds 1740 >= 1456 @ 3.15191
3.95/4.01	c bounds 1740 >= 1457 @ 3.15228
3.95/4.01	c bounds 1740 >= 1458 @ 3.15265
3.95/4.01	c bounds 1740 >= 1459 @ 3.15301
3.95/4.01	c bounds 1740 >= 1460 @ 3.15339
3.95/4.01	c bounds 1740 >= 1461 @ 3.15375
3.95/4.01	c bounds 1740 >= 1462 @ 3.15413
3.95/4.01	c bounds 1740 >= 1463 @ 3.15452
3.95/4.01	c bounds 1740 >= 1464 @ 3.15491
3.95/4.01	c bounds 1740 >= 1465 @ 3.15528
3.95/4.02	c bounds 1740 >= 1466 @ 3.15565
3.95/4.02	c bounds 1740 >= 1467 @ 3.15602
3.95/4.02	c bounds 1740 >= 1468 @ 3.15639
3.95/4.02	c bounds 1740 >= 1469 @ 3.15675
3.95/4.02	c bounds 1740 >= 1470 @ 3.15712
3.95/4.02	c bounds 1740 >= 1471 @ 3.1575
3.95/4.02	c bounds 1740 >= 1472 @ 3.15789
3.95/4.02	c bounds 1740 >= 1473 @ 3.15827
3.95/4.02	c bounds 1740 >= 1474 @ 3.15864
3.95/4.02	c bounds 1740 >= 1475 @ 3.159
3.95/4.02	c bounds 1740 >= 1476 @ 3.15937
3.95/4.02	c bounds 1740 >= 1477 @ 3.15973
3.95/4.02	c bounds 1740 >= 1478 @ 3.16011
3.95/4.02	c bounds 1740 >= 1479 @ 3.16048
3.95/4.02	c bounds 1740 >= 1480 @ 3.16086
3.95/4.02	c bounds 1740 >= 1481 @ 3.16124
3.95/4.02	c bounds 1740 >= 1482 @ 3.16163
3.95/4.02	c bounds 1740 >= 1483 @ 3.16203
3.95/4.02	c bounds 1740 >= 1484 @ 3.16242
3.95/4.02	c bounds 1740 >= 1485 @ 3.16282
3.95/4.02	c bounds 1740 >= 1486 @ 3.16321
3.95/4.02	c bounds 1740 >= 1487 @ 3.16359
3.95/4.02	c bounds 1740 >= 1488 @ 3.16398
3.95/4.02	c bounds 1740 >= 1489 @ 3.16437
3.95/4.02	c bounds 1740 >= 1490 @ 3.16475
3.95/4.02	c bounds 1740 >= 1491 @ 3.16513
3.95/4.03	c bounds 1740 >= 1492 @ 3.16551
3.95/4.03	c bounds 1740 >= 1493 @ 3.1659
3.95/4.03	c bounds 1740 >= 1494 @ 3.1663
3.95/4.03	c bounds 1740 >= 1495 @ 3.1667
3.95/4.03	c bounds 1740 >= 1496 @ 3.1671
3.95/4.03	c bounds 1740 >= 1497 @ 3.16749
3.95/4.03	c bounds 1740 >= 1498 @ 3.16788
3.95/4.03	c bounds 1740 >= 1499 @ 3.16828
3.95/4.03	c bounds 1740 >= 1500 @ 3.16866
3.95/4.03	c bounds 1740 >= 1501 @ 3.16903
3.95/4.03	c bounds 1740 >= 1502 @ 3.1694
3.95/4.03	c bounds 1740 >= 1503 @ 3.16976
3.95/4.03	c bounds 1740 >= 1504 @ 3.17014
3.95/4.03	c bounds 1740 >= 1505 @ 3.17052
3.95/4.03	c bounds 1740 >= 1506 @ 3.17089
3.95/4.03	c bounds 1740 >= 1507 @ 3.17127
3.95/4.03	c bounds 1740 >= 1508 @ 3.17165
3.95/4.03	c bounds 1740 >= 1509 @ 3.17205
3.95/4.03	c bounds 1740 >= 1510 @ 3.17246
3.95/4.03	c bounds 1740 >= 1511 @ 3.17286
3.95/4.03	c bounds 1740 >= 1512 @ 3.17323
3.95/4.03	c bounds 1740 >= 1513 @ 3.17362
3.95/4.03	c bounds 1740 >= 1514 @ 3.17403
3.95/4.03	c bounds 1740 >= 1515 @ 3.17443
3.95/4.03	c bounds 1740 >= 1516 @ 3.17484
3.95/4.03	c bounds 1740 >= 1517 @ 3.17523
3.95/4.04	c bounds 1740 >= 1518 @ 3.17562
3.95/4.04	c bounds 1740 >= 1519 @ 3.17602
3.95/4.04	c bounds 1740 >= 1520 @ 3.17642
3.95/4.04	c bounds 1740 >= 1521 @ 3.17682
3.95/4.04	c bounds 1740 >= 1522 @ 3.17723
3.95/4.04	c bounds 1740 >= 1523 @ 3.17763
3.95/4.04	c bounds 1740 >= 1524 @ 3.17803
3.95/4.04	c bounds 1740 >= 1525 @ 3.17843
3.95/4.04	c bounds 1740 >= 1526 @ 3.17882
3.95/4.04	c bounds 1740 >= 1527 @ 3.1792
3.95/4.04	c bounds 1740 >= 1528 @ 3.17958
3.95/4.04	c bounds 1740 >= 1529 @ 3.17997
3.95/4.04	c bounds 1740 >= 1530 @ 3.18037
3.95/4.04	c bounds 1740 >= 1531 @ 3.18078
3.95/4.04	c bounds 1740 >= 1532 @ 3.18117
3.95/4.04	c bounds 1740 >= 1533 @ 3.18156
3.95/4.04	c bounds 1740 >= 1534 @ 3.18194
3.95/4.04	c bounds 1740 >= 1535 @ 3.18233
3.95/4.04	c bounds 1740 >= 1536 @ 3.18274
3.95/4.04	c bounds 1740 >= 1537 @ 3.18313
3.95/4.04	c bounds 1740 >= 1538 @ 3.18351
3.95/4.04	c bounds 1740 >= 1539 @ 3.18391
3.95/4.04	c bounds 1740 >= 1540 @ 3.18431
3.95/4.04	c bounds 1740 >= 1541 @ 3.18471
3.95/4.04	c bounds 1740 >= 1542 @ 3.18511
3.95/4.05	c bounds 1740 >= 1543 @ 3.18549
3.95/4.05	c bounds 1740 >= 1544 @ 3.18589
3.95/4.05	c bounds 1740 >= 1545 @ 3.18628
3.95/4.05	c bounds 1740 >= 1546 @ 3.18667
3.95/4.05	c bounds 1740 >= 1547 @ 3.18707
3.95/4.05	c bounds 1740 >= 1548 @ 3.18748
3.95/4.05	c bounds 1740 >= 1549 @ 3.18787
3.95/4.05	c bounds 1740 >= 1550 @ 3.18827
3.95/4.05	c bounds 1740 >= 1551 @ 3.18868
3.95/4.05	c bounds 1740 >= 1552 @ 3.18907
3.95/4.05	c bounds 1740 >= 1553 @ 3.18946
3.95/4.05	c bounds 1740 >= 1554 @ 3.18986
3.95/4.05	c bounds 1740 >= 1555 @ 3.19025
3.95/4.05	c bounds 1740 >= 1556 @ 3.19064
3.95/4.05	c bounds 1740 >= 1557 @ 3.19103
3.95/4.05	c bounds 1740 >= 1558 @ 3.19142
3.95/4.05	c bounds 1740 >= 1559 @ 3.19182
3.95/4.05	c bounds 1740 >= 1560 @ 3.19222
3.95/4.05	c bounds 1740 >= 1561 @ 3.1926
3.95/4.05	c bounds 1740 >= 1562 @ 3.19297
3.95/4.05	c bounds 1740 >= 1563 @ 3.19336
3.95/4.05	c bounds 1740 >= 1564 @ 3.19377
3.95/4.05	c bounds 1740 >= 1565 @ 3.19416
3.95/4.05	c bounds 1740 >= 1566 @ 3.19455
3.95/4.05	c bounds 1740 >= 1567 @ 3.19495
3.95/4.06	c bounds 1740 >= 1568 @ 3.19537
3.95/4.06	c bounds 1740 >= 1569 @ 3.19577
3.95/4.06	c bounds 1740 >= 1570 @ 3.19618
3.95/4.06	c bounds 1740 >= 1571 @ 3.19656
3.95/4.06	c bounds 1740 >= 1572 @ 3.19698
3.95/4.06	c bounds 1740 >= 1573 @ 3.19698
3.95/4.06	c bounds 1740 >= 1574 @ 3.19698
3.95/4.06	c bounds 1740 >= 1575 @ 3.19725
3.95/4.06	c bounds 1740 >= 1576 @ 3.19762
3.95/4.06	c bounds 1740 >= 1577 @ 3.198
3.95/4.06	c bounds 1740 >= 1578 @ 3.19839
3.95/4.06	c bounds 1740 >= 1579 @ 3.1988
3.95/4.06	c bounds 1740 >= 1580 @ 3.1992
3.95/4.06	c bounds 1740 >= 1581 @ 3.19959
3.95/4.06	c bounds 1740 >= 1582 @ 3.20001
3.95/4.06	c bounds 1740 >= 1583 @ 3.20041
3.95/4.06	c bounds 1740 >= 1584 @ 3.20082
3.95/4.06	c bounds 1740 >= 1585 @ 3.20121
3.95/4.06	c bounds 1740 >= 1586 @ 3.20161
3.95/4.06	c bounds 1740 >= 1587 @ 3.20203
3.95/4.06	c bounds 1740 >= 1588 @ 3.20243
3.95/4.06	c bounds 1740 >= 1589 @ 3.20284
3.95/4.06	c bounds 1740 >= 1590 @ 3.20325
3.95/4.06	c bounds 1740 >= 1591 @ 3.20367
3.95/4.06	c bounds 1740 >= 1592 @ 3.20407
3.95/4.07	c bounds 1740 >= 1593 @ 3.20446
3.95/4.07	c bounds 1740 >= 1594 @ 3.20487
3.95/4.07	c bounds 1740 >= 1595 @ 3.20528
3.95/4.07	c bounds 1740 >= 1596 @ 3.20569
3.95/4.07	c bounds 1740 >= 1597 @ 3.20609
3.95/4.07	c bounds 1740 >= 1598 @ 3.20649
3.95/4.07	c bounds 1740 >= 1599 @ 3.20691
3.95/4.07	c bounds 1740 >= 1600 @ 3.20733
3.95/4.07	c bounds 1740 >= 1601 @ 3.20774
3.95/4.07	c bounds 1740 >= 1602 @ 3.20814
3.95/4.07	c bounds 1740 >= 1603 @ 3.20853
3.95/4.07	c bounds 1740 >= 1604 @ 3.20895
3.95/4.07	c bounds 1740 >= 1605 @ 3.20935
3.95/4.07	c bounds 1740 >= 1606 @ 3.20976
3.95/4.07	c bounds 1740 >= 1607 @ 3.21016
3.95/4.07	c bounds 1740 >= 1608 @ 3.21056
3.95/4.07	c bounds 1740 >= 1609 @ 3.211
3.95/4.07	c bounds 1740 >= 1610 @ 3.2114
3.95/4.07	c bounds 1740 >= 1611 @ 3.21181
3.95/4.07	c bounds 1740 >= 1612 @ 3.21224
3.95/4.07	c bounds 1740 >= 1613 @ 3.21265
3.95/4.07	c bounds 1740 >= 1614 @ 3.21306
3.95/4.07	c bounds 1740 >= 1615 @ 3.21345
3.95/4.07	c bounds 1740 >= 1616 @ 3.21387
3.95/4.07	c bounds 1740 >= 1617 @ 3.21427
3.95/4.08	c bounds 1740 >= 1618 @ 3.21495
3.95/4.08	c bounds 1740 >= 1619 @ 3.21577
3.95/4.08	c bounds 1740 >= 1620 @ 3.21629
3.95/4.08	c bounds 1740 >= 1621 @ 3.21669
3.95/4.08	c bounds 1740 >= 1622 @ 3.2171
3.95/4.08	c bounds 1740 >= 1623 @ 3.21748
3.95/4.08	c bounds 1740 >= 1624 @ 3.21791
3.95/4.08	c bounds 1740 >= 1625 @ 3.21831
3.95/4.08	c bounds 1740 >= 1626 @ 3.21874
3.95/4.08	c bounds 1740 >= 1627 @ 3.21913
3.95/4.08	c bounds 1740 >= 1628 @ 3.21954
3.95/4.08	c bounds 1740 >= 1629 @ 3.21995
3.95/4.08	c bounds 1740 >= 1630 @ 3.22038
3.95/4.08	c bounds 1740 >= 1631 @ 3.22079
3.95/4.08	c bounds 1740 >= 1632 @ 3.22122
3.95/4.08	c bounds 1740 >= 1633 @ 3.22163
3.95/4.08	c bounds 1740 >= 1634 @ 3.22204
3.95/4.08	c bounds 1740 >= 1635 @ 3.22244
3.95/4.08	c bounds 1740 >= 1636 @ 3.22284
3.95/4.08	c bounds 1740 >= 1637 @ 3.22324
3.95/4.08	c bounds 1740 >= 1638 @ 3.22366
3.95/4.08	c bounds 1740 >= 1639 @ 3.22405
3.95/4.09	c bounds 1740 >= 1640 @ 3.22446
3.95/4.09	c bounds 1740 >= 1641 @ 3.22487
3.95/4.09	c bounds 1740 >= 1642 @ 3.2253
3.95/4.09	c bounds 1740 >= 1643 @ 3.22571
3.95/4.09	c bounds 1740 >= 1644 @ 3.22614
3.95/4.09	c bounds 1740 >= 1645 @ 3.22653
3.95/4.09	c bounds 1740 >= 1646 @ 3.22686
3.95/4.09	c bounds 1740 >= 1647 @ 3.22686
3.95/4.09	c bounds 1740 >= 1648 @ 3.22686
3.95/4.09	c bounds 1740 >= 1649 @ 3.22719
3.95/4.09	c bounds 1740 >= 1650 @ 3.22762
3.95/4.09	c bounds 1740 >= 1651 @ 3.22803
3.95/4.09	c bounds 1740 >= 1652 @ 3.22846
3.95/4.09	c bounds 1740 >= 1653 @ 3.22886
3.95/4.09	c bounds 1740 >= 1654 @ 3.22929
3.95/4.09	c bounds 1740 >= 1655 @ 3.22969
3.95/4.09	c bounds 1740 >= 1656 @ 3.23008
3.95/4.09	c bounds 1740 >= 1657 @ 3.23047
3.95/4.09	c bounds 1740 >= 1658 @ 3.23089
3.95/4.09	c bounds 1740 >= 1659 @ 3.23128
3.95/4.09	c bounds 1740 >= 1660 @ 3.23167
3.95/4.09	c bounds 1740 >= 1661 @ 3.2321
3.95/4.09	c bounds 1740 >= 1662 @ 3.23251
3.95/4.09	c bounds 1740 >= 1663 @ 3.23292
3.95/4.10	c bounds 1740 >= 1664 @ 3.23333
3.95/4.10	c bounds 1740 >= 1665 @ 3.23372
3.95/4.10	c bounds 1740 >= 1666 @ 3.23412
3.95/4.10	c bounds 1740 >= 1667 @ 3.2345
3.95/4.10	c bounds 1740 >= 1668 @ 3.23492
3.95/4.10	c bounds 1740 >= 1669 @ 3.23534
3.95/4.10	c bounds 1740 >= 1670 @ 3.23575
3.95/4.10	c bounds 1740 >= 1671 @ 3.23618
3.95/4.10	c bounds 1740 >= 1672 @ 3.2366
3.95/4.10	c bounds 1740 >= 1673 @ 3.237
3.95/4.10	c bounds 1740 >= 1674 @ 3.23741
3.95/4.10	c bounds 1740 >= 1675 @ 3.23789
3.95/4.10	c bounds 1740 >= 1676 @ 3.23829
3.95/4.10	c bounds 1740 >= 1677 @ 3.2387
3.95/4.10	c bounds 1740 >= 1678 @ 3.23913
3.95/4.10	c bounds 1740 >= 1679 @ 3.23955
3.95/4.10	c bounds 1740 >= 1680 @ 3.23995
3.95/4.10	c bounds 1740 >= 1681 @ 3.24035
3.95/4.10	c bounds 1740 >= 1682 @ 3.24077
3.95/4.10	c bounds 1740 >= 1683 @ 3.24119
3.95/4.10	c bounds 1740 >= 1684 @ 3.24159
3.95/4.10	c bounds 1740 >= 1685 @ 3.242
3.95/4.10	c bounds 1740 >= 1686 @ 3.24239
3.95/4.10	c bounds 1740 >= 1687 @ 3.24278
3.95/4.10	c bounds 1740 >= 1688 @ 3.24316
3.95/4.11	c bounds 1740 >= 1689 @ 3.24356
3.95/4.11	c bounds 1740 >= 1690 @ 3.24395
3.95/4.11	c bounds 1740 >= 1691 @ 3.24435
3.95/4.11	c bounds 1740 >= 1692 @ 3.24475
3.95/4.11	c bounds 1740 >= 1693 @ 3.24516
3.95/4.11	c bounds 1740 >= 1694 @ 3.24555
3.95/4.11	c bounds 1740 >= 1695 @ 3.24593
3.95/4.11	c bounds 1740 >= 1696 @ 3.2463
4.05/4.11	c bounds 1740 >= 1697 @ 3.24669
4.05/4.11	c bounds 1740 >= 1698 @ 3.24707
4.05/4.11	c bounds 1740 >= 1699 @ 3.24745
4.05/4.11	c bounds 1740 >= 1700 @ 3.24783
4.05/4.11	c bounds 1740 >= 1701 @ 3.24821
4.05/4.11	c bounds 1740 >= 1702 @ 3.2486
4.05/4.11	c bounds 1740 >= 1703 @ 3.24898
4.05/4.11	c bounds 1740 >= 1704 @ 3.24935
4.05/4.11	c bounds 1740 >= 1705 @ 3.24972
4.05/4.11	c bounds 1740 >= 1706 @ 3.25019
4.05/4.11	c bounds 1740 >= 1707 @ 3.25057
4.05/4.11	c bounds 1740 >= 1708 @ 3.25094
4.05/4.11	c bounds 1740 >= 1709 @ 3.25133
4.05/4.11	c bounds 1740 >= 1710 @ 3.2517
4.05/4.11	c bounds 1740 >= 1711 @ 3.25209
4.05/4.13	c bounds 1740 >= 1712 @ 3.26863
4.05/4.15	c bounds 1740 >= 1713 @ 3.27822
4.05/4.15	c bounds 1740 >= 1714 @ 3.28375
4.05/4.16	c bounds 1740 >= 1715 @ 3.29022
4.05/4.16	c bounds 1740 >= 1716 @ 3.2945
4.05/4.17	c bounds 1740 >= 1717 @ 3.30347
4.05/4.19	c bounds 1740 >= 1718 @ 3.31512
4.13/4.20	c bounds 1740 >= 1719 @ 3.32502
4.13/4.20	c bounds 1740 >= 1720 @ 3.32892
4.13/4.21	c bounds 1740 >= 1721 @ 3.33822
4.13/4.22	c bounds 1740 >= 1722 @ 3.34721
4.13/4.23	c bounds 1740 >= 1723 @ 3.35352
4.13/4.24	c bounds 1740 >= 1724 @ 3.36145
4.13/4.24	c bounds 1740 >= 1725 @ 3.36612
4.13/4.25	c bounds 1740 >= 1726 @ 3.37556
4.13/4.26	c bounds 1740 >= 1727 @ 3.38082
4.24/4.34	c bounds 1740 >= 1728 @ 3.46146
4.33/4.46	c bounds 1740 >= 1729 @ 3.57539
4.53/4.63	c bounds 1740 >= 1730 @ 3.73991
4.53/4.64	c bounds 1740 >= 1731 @ 3.75558
6.04/6.14	c #Conflicts:       3000 | #Constraints:      27498
6.04/6.14	c bounds 1740 >= 1732 @ 5.23271
7.04/7.16	c #Conflicts:       4000 | #Constraints:      28513
7.04/7.16	c INPROCESSING
7.04/7.16	c GARBAGE COLLECT
7.04/7.16	c bounds 1740 >= 1733 @ 6.23553
8.52/8.67	c #Conflicts:       5000 | #Constraints:      27364
8.52/8.67	c #Conflicts:       6000 | #Constraints:      28364
8.52/8.67	c bounds 1740 >= 1734 @ 7.71626
9.62/9.73	c INPROCESSING
9.62/9.73	c GARBAGE COLLECT
9.62/9.73	c rational objective 1734
23.58/23.76	c #Conflicts:       7000 | #Constraints:      27383
23.58/23.76	c #Conflicts:       8000 | #Constraints:      28383
23.58/23.76	c #Conflicts:       9000 | #Constraints:      29383
23.58/23.76	c INPROCESSING
23.58/23.76	c GARBAGE COLLECT
23.58/23.76	c #Conflicts:      10000 | #Constraints:      28095
23.58/23.76	c #Conflicts:      11000 | #Constraints:      29095
23.58/23.76	c #Conflicts:      12000 | #Constraints:      30095
23.58/23.76	c INPROCESSING
23.58/23.76	c GARBAGE COLLECT
23.58/23.76	c #Conflicts:      13000 | #Constraints:      28517
23.58/23.76	c #Conflicts:      14000 | #Constraints:      29518
23.58/23.76	c #Conflicts:      15000 | #Constraints:      30518
23.58/23.76	c INPROCESSING
23.58/23.76	c GARBAGE COLLECT
23.58/23.76	c rational objective 1734
28.67/28.85	c #Conflicts:      16000 | #Constraints:      28735
28.67/28.85	c #Conflicts:      17000 | #Constraints:      29735
28.67/28.85	c bounds 1740 >= 1735 @ 27.6209
40.13/40.31	c #Conflicts:      18000 | #Constraints:      30762
40.13/40.31	c INPROCESSING
40.13/40.31	c GARBAGE COLLECT
40.13/40.31	c #Conflicts:      19000 | #Constraints:      28768
40.13/40.31	c #Conflicts:      20000 | #Constraints:      29768
40.13/40.31	c #Conflicts:      21000 | #Constraints:      30768
40.13/40.31	c INPROCESSING
40.13/40.31	c GARBAGE COLLECT
40.13/40.31	c #Conflicts:      22000 | #Constraints:      28555
40.13/40.31	c #Conflicts:      23000 | #Constraints:      29555
40.13/40.31	c #Conflicts:      24000 | #Constraints:      30555
40.13/40.31	c #Conflicts:      25000 | #Constraints:      31555
40.13/40.31	c INPROCESSING
40.13/40.31	c GARBAGE COLLECT
40.13/40.31	c #Conflicts:      26000 | #Constraints:      29186
40.13/40.31	c #Conflicts:      27000 | #Constraints:      30186
40.13/40.31	c #Conflicts:      28000 | #Constraints:      31186
40.13/40.31	c #Conflicts:      29000 | #Constraints:      32186
40.13/40.31	c INPROCESSING
40.13/40.31	c GARBAGE COLLECT
40.13/40.31	c rational objective 1735
54.49/54.76	c #Conflicts:      30000 | #Constraints:      29598
54.49/54.76	c #Conflicts:      31000 | #Constraints:      30602
54.49/54.76	c #Conflicts:      32000 | #Constraints:      31602
54.49/54.76	c #Conflicts:      33000 | #Constraints:      32615
54.49/54.76	c INPROCESSING
54.49/54.76	c GARBAGE COLLECT
54.49/54.76	c #Conflicts:      34000 | #Constraints:      29789
54.49/54.76	c #Conflicts:      35000 | #Constraints:      30789
54.49/54.76	c #Conflicts:      36000 | #Constraints:      31789
54.49/54.76	c #Conflicts:      37000 | #Constraints:      32789
54.49/54.76	c INPROCESSING
54.49/54.76	c GARBAGE COLLECT
54.49/54.76	c #Conflicts:      38000 | #Constraints:      29801
54.49/54.76	c #Conflicts:      39000 | #Constraints:      30801
54.49/54.76	c #Conflicts:      40000 | #Constraints:      31801
54.49/54.76	c #Conflicts:      41000 | #Constraints:      32801
54.49/54.76	c INPROCESSING
54.49/54.76	c GARBAGE COLLECT
54.49/54.76	c rational objective 1735
62.97/63.27	c #Conflicts:      42000 | #Constraints:      29601
62.97/63.27	c #Conflicts:      43000 | #Constraints:      30601
62.97/63.27	c #Conflicts:      44000 | #Constraints:      31601
62.97/63.27	c #Conflicts:      45000 | #Constraints:      32601
62.97/63.27	c #Conflicts:      46000 | #Constraints:      33601
62.97/63.27	c INPROCESSING
62.97/63.27	c GARBAGE COLLECT
62.97/63.27	c rational objective 1735
66.66/67.00	c #Conflicts:      47000 | #Constraints:      30216
66.66/67.00	c #Conflicts:      48000 | #Constraints:      31216
66.66/67.00	c #Conflicts:      49000 | #Constraints:      32216
66.66/67.00	c #Conflicts:      50000 | #Constraints:      33216
66.66/67.00	c #Conflicts:      51000 | #Constraints:      34216
66.66/67.00	c INPROCESSING
66.66/67.00	c GARBAGE COLLECT
66.66/67.00	c rational objective 1735
91.49/91.87	c #Conflicts:      52000 | #Constraints:      30612
91.49/91.87	c #Conflicts:      53000 | #Constraints:      31612
91.49/91.87	c #Conflicts:      54000 | #Constraints:      32612
91.49/91.87	c #Conflicts:      55000 | #Constraints:      33612
91.49/91.87	c #Conflicts:      56000 | #Constraints:      34612
91.49/91.87	c INPROCESSING
91.49/91.87	c GARBAGE COLLECT
91.49/91.87	c #Conflicts:      57000 | #Constraints:      30814
91.49/91.87	c #Conflicts:      58000 | #Constraints:      31814
91.49/91.87	c #Conflicts:      59000 | #Constraints:      32814
91.49/91.87	c #Conflicts:      60000 | #Constraints:      33814
91.49/91.87	c #Conflicts:      61000 | #Constraints:      34814
91.49/91.87	c INPROCESSING
91.49/91.87	c GARBAGE COLLECT
91.49/91.87	c #Conflicts:      62000 | #Constraints:      30844
91.49/91.87	c #Conflicts:      63000 | #Constraints:      31844
91.49/91.87	c #Conflicts:      64000 | #Constraints:      32844
91.49/91.87	c #Conflicts:      65000 | #Constraints:      33844
91.49/91.87	c #Conflicts:      66000 | #Constraints:      34844
91.49/91.87	c INPROCESSING
91.49/91.87	c GARBAGE COLLECT
91.49/91.87	c rational objective 1735
94.09/94.45	c #Conflicts:      67000 | #Constraints:      30617
94.09/94.45	c #Conflicts:      68000 | #Constraints:      31617
94.09/94.45	c #Conflicts:      69000 | #Constraints:      32617
94.09/94.45	c bounds 1740 >= 1736 @ 92.2696
99.97/100.38	c #Conflicts:      70000 | #Constraints:      33644
99.97/100.38	c #Conflicts:      71000 | #Constraints:      34644
99.97/100.38	c #Conflicts:      72000 | #Constraints:      35644
99.97/100.38	c INPROCESSING
99.97/100.38	c GARBAGE COLLECT
99.97/100.38	c rational objective 1736
111.34/111.74	c #Conflicts:      73000 | #Constraints:      31250
111.34/111.74	c #Conflicts:      74000 | #Constraints:      32250
111.34/111.74	c #Conflicts:      75000 | #Constraints:      33250
111.34/111.74	c #Conflicts:      76000 | #Constraints:      34250
111.34/111.74	c #Conflicts:      77000 | #Constraints:      35250
111.34/111.74	c #Conflicts:      78000 | #Constraints:      36250
111.34/111.74	c INPROCESSING
111.34/111.74	c GARBAGE COLLECT
111.34/111.74	c rational objective 1736
121.72/122.17	c #Conflicts:      79000 | #Constraints:      31651
121.72/122.17	c #Conflicts:      80000 | #Constraints:      32651
121.72/122.17	c #Conflicts:      81000 | #Constraints:      33651
121.72/122.17	c #Conflicts:      82000 | #Constraints:      34652
121.72/122.17	c #Conflicts:      83000 | #Constraints:      35652
121.72/122.17	c #Conflicts:      84000 | #Constraints:      36652
121.72/122.17	c INPROCESSING
121.72/122.17	c GARBAGE COLLECT
121.72/122.17	c #Conflicts:      85000 | #Constraints:      31796
121.72/122.17	c #Conflicts:      86000 | #Constraints:      32796
121.72/122.17	WSVECS04 Frhs2[2]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[20]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[26]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[44]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[54]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[63]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[71]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[73]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[81]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[87]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[91]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[105]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[109]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[111]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[113]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[124]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[130]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[136]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[142]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[152]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[154]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[164]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[166]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[168]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[170]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[183]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[185]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[187]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[189]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[197]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[211]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[213]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[215]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[223]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[225]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[227]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[242]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[250]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[252]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[254]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[256]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[260]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[264]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[268]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[272]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[274]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[284]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[286]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[293]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[295]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[299]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[301]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[307]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[311]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[313]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[315]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[317]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[319]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[323]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[329]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[337]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[339]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[341]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[343]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[345]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[347]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[352]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[356]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[360]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[368]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[370]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[374]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[376]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[378]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[386]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[396]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[398]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[400]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[404]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[406]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[407]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[409]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[411]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[413]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[415]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[417]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[423]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[427]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[429]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[431]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[433]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[435]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[437]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[441]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[443]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[445]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[447]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[455]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[457]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[459]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[461]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[463]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[468]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[470]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[472]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[474]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[476]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[480]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[482]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[486]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[488]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[492]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[494]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[500]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[502]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[504]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[514]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[516]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[518]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[522]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[523]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[525]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[529]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[531]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[533]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[535]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[537]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[539]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[541]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[543]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[545]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[547]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[551]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[559]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[563]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[573]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[575]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[577]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[579]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[584]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[586]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[588]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[590]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[592]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[594]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[600]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[602]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[604]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[608]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[620]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[622]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[630]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[632]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[634]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[636]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[638]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[639]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[641]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[643]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[645]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[647]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[653]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[657]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[661]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[663]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[665]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[667]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[669]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[679]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[687]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[689]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[691]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[693]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[695]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[704]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[706]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[710]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[712]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[714]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[716]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[718]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[722]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[724]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[726]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[728]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[742]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[744]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[748]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[750]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[752]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[754]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[755]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[757]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[759]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[761]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[763]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[765]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[767]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[769]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[771]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[773]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[775]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[777]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[779]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[781]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[783]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[785]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[787]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[799]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[801]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[803]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[805]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[807]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[811]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[816]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[818]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[820]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[822]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[824]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[832]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[834]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[836]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[838]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[840]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[842]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[848]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[850]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[856]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[864]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[866]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[870]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[871]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[873]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[875]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[877]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[879]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[881]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[887]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[889]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[891]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[893]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[895]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[897]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[899]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[903]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[905]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[913]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[915]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[917]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[919]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[921]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[923]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[925]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[932]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[936]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[944]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[946]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[952]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[954]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[956]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[958]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[960]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[962]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[964]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[972]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[974]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[978]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[980]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[982]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[984]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[986]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[987]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[989]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[991]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[993]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[995]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[997]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[999]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1001]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1005]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1011]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1013]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1015]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1017]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1019]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1023]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1029]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1031]: 6 -2.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1033]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1035]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1037]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1039]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1041]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1050]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1052]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1062]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1064]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1068]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1074]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1078]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1080]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1084]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1086]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1090]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1092]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1094]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1096]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1100]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1102]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1103]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1107]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1115]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1117]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1121]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1123]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1125]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1127]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1129]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1131]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1133]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1135]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1139]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1141]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1143]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1147]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1151]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1153]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1155]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1157]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1159]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1164]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1166]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1170]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1172]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1174]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1176]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1178]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1180]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1182]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1184]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1186]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1188]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1190]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1192]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1194]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1196]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1198]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1200]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1202]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1204]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1206]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1210]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1212]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1214]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1216]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1218]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1219]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1221]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1223]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1225]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1229]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1231]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1233]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1235]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1237]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1239]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1241]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1243]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1245]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1247]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1249]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1251]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1253]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1255]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1257]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1259]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1261]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1263]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1269]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1271]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1273]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1275]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1290]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1292]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1294]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1296]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1298]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1300]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1302]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1306]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1308]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1310]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1312]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1314]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1316]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1318]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1320]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1322]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1328]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1330]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1332]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1334]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1335]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1337]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1341]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1343]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1345]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1347]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1349]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1351]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1353]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1355]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1357]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1359]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1361]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1363]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1365]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1367]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1369]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1371]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1373]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1375]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1377]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1379]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1381]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1383]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1389]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1391]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1400]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1404]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1406]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1408]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1410]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1412]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1414]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1416]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1418]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1420]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1422]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1424]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1426]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1428]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1430]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1434]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1436]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1438]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1440]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1442]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1444]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1446]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1451]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1453]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1457]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1459]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1461]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1467]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1469]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1471]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1473]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1475]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1477]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1479]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1483]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1485]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1489]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1493]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1495]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1497]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1499]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1501]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1503]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1505]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1512]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1514]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1516]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1518]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1520]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1524]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1528]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1530]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1532]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1534]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1536]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1540]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1542]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1544]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1548]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1550]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1552]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1554]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1556]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1558]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1562]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1564]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1566]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1567]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1569]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1571]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1573]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1575]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1577]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1579]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1581]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1583]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1585]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1587]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1589]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1591]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1593]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1595]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1597]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1599]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1601]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1603]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1607]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1609]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1611]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1613]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1617]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1619]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1621]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1628]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1632]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1634]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1640]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1652]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1654]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1656]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1660]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1662]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1664]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1666]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1668]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1670]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1672]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1674]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1676]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1680]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1682]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1683]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1687]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1689]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1693]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1695]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1697]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1699]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1701]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1703]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1707]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1709]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1711]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1713]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1715]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1717]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1719]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1721]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1723]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1725]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1729]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1735]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1737]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1739]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1748]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1750]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1756]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1760]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1762]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1764]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1766]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1768]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1772]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1774]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1776]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1780]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1782]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1784]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1788]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1790]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1792]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1796]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1799]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1801]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1803]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1805]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1807]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1811]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1815]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1821]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1823]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1825]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1827]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1829]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1831]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1835]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1837]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1841]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1843]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1847]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1851]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1853]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1855]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1860]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1862]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1864]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1866]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1868]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1870]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1876]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1878]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1880]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1882]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1884]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1886]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1890]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1892]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1894]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1896]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1900]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1902]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1906]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1908]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1910]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1912]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1914]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1915]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1917]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1919]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1923]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1929]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1931]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1933]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1935]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1937]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1939]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1941]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1943]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1949]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1959]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1961]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1963]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1965]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1967]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1969]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1971]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1974]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1976]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1978]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1980]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1982]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1984]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1986]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1988]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1990]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1992]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1994]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1996]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[1998]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2000]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2002]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2018]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2020]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2022]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2024]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2026]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2028]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2030]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2031]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2033]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2035]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2037]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2039]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2041]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2043]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2045]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2049]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2051]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2053]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2055]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2057]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2059]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2067]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2069]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2071]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2077]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2079]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2081]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2083]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2085]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2087]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2092]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2094]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2096]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2098]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2100]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2102]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2104]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2106]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2108]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2110]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2112]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2114]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2116]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2118]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2120]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2124]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2138]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2140]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2144]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2146]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2147]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2149]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2151]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2153]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2155]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2157]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2159]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2161]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2163]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2165]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2167]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2169]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2171]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2173]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2175]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2177]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2179]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2181]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2183]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2197]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2199]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2203]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2208]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2210]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2212]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2214]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2216]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2218]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2220]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2222]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2224]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2226]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2228]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2230]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2232]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2236]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2238]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2240]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2244]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2247]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2256]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2260]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2262]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2263]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2265]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2267]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2269]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2273]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2275]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2277]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2279]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2283]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2285]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2287]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2289]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2291]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2295]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2297]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2299]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2301]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2303]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2304]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2306]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2313]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2319]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2324]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2326]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2328]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2330]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2332]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2334]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2336]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2338]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2340]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2342]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2344]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2346]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2348]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2358]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2363]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2370]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2372]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2374]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2376]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2378]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2379]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2381]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2383]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2385]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2387]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2389]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2391]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2393]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2395]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2397]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2399]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2401]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2403]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2405]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2407]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2413]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2415]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2419]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2421]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2423]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2427]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2429]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2433]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2435]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2442]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2444]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2448]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2450]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2452]: 6 -2.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2454]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2456]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2458]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2460]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2462]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2464]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2466]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2472]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2478]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2480]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2482]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2486]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2488]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2492]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2494]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2495]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2497]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2499]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2501]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2503]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2505]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2507]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2509]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2511]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2513]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2515]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2517]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2519]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2521]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2523]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2533]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2537]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2539]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2543]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2545]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2549]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2551]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2556]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2558]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2560]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2562]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2564]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2566]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2568]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2570]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2572]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2574]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2576]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2578]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2580]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2584]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2594]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2596]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2598]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2600]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2602]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2604]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2606]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2608]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2610]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2611]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2613]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2615]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2617]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2619]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2621]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2623]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2625]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2627]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2629]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2631]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2633]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2635]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2637]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2639]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2641]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2643]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2647]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2651]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2653]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2655]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2657]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2659]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2661]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2663]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2665]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2667]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2672]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2674]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2676]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2678]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2680]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2682]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2684]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2686]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2688]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2690]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2692]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2694]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2696]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2698]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2700]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2704]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2706]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2710]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2714]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2716]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2718]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2720]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2722]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2724]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2726]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2727]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2729]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2731]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2733]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2735]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2737]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2739]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2741]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2743]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2745]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2747]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2749]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2751]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2753]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2755]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2757]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2763]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2767]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2768]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2771]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2773]: 6 -2.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2775]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2779]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2781]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2783]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2788]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2790]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2794]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2796]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2798]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2800]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2802]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2804]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2806]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2808]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2810]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2812]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2814]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2820]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2825]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2827]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2830]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2832]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2836]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2838]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2840]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2842]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2843]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2845]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2847]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2849]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2855]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2857]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2859]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2863]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2865]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2869]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2871]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2877]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2879]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2884]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2895]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2897]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2899]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2904]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2906]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2908]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2910]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2912]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2914]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2916]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2918]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2920]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2922]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2924]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2926]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2928]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2934]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2936]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2938]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2946]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2948]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2952]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2954]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2956]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2958]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2959]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2961]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2963]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2965]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2967]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2969]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2971]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2973]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2975]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2977]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2979]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2981]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2983]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2985]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2987]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2989]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2993]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2995]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[2999]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3001]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3005]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3007]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3011]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3013]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3015]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3020]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3022]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3024]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3026]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3028]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3030]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3032]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3034]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3036]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3038]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3040]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3042]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3044]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3046]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3048]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3052]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3054]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3056]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3058]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3064]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3066]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3068]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3070]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3072]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3074]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3075]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3077]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3079]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3081]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3083]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3085]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3087]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3089]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3091]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3093]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3095]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3097]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3099]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3101]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3103]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3105]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3107]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3111]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3115]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3117]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3123]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3125]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3127]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3129]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3131]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3136]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3138]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3140]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3142]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3144]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3146]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3148]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3150]: 6 -2.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3152]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3154]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3156]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3158]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3162]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3164]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3172]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3174]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3176]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3182]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3184]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3186]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3188]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3190]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3191]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3193]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3195]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3197]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3199]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3201]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3203]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3205]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3207]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3209]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3211]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3213]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3215]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3233]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3235]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3239]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3241]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3245]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3247]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3252]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3254]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3256]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3258]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3260]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3262]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3264]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3266]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3270]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3272]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3290]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3292]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3293]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3306]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3307]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3309]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3311]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3313]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3315]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3317]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3319]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3321]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3323]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3327]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3329]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3331]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3349]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3350]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3352]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3365]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3366]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3367]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3368]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3369]: 6 -1.00001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3370]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3371]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3372]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3373]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3374]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3375]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3376]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3378]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3381]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3382]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3383]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3385]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3386]: 6 -1.00008 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3388]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3389]: 6 -1.0001 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3395]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3397]: 6 -1.00005 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3401]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3403]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3405]: 6 -1.00006 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3409]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3410]: 6 -1.00007 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3411]: 6 -1.00004 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3412]: 6 -1.00002 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3417]: 6 -1.00009 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[3421]: 6 -1.00003 0 shouldn't be
121.72/122.17	WSVECS04 Frhs2[5848]: 6 0 1.00004 shouldn't be
141.85/142.38	c #Conflicts:      87000 | #Constraints:      33797
141.85/142.38	c #Conflicts:      88000 | #Constraints:      34797
141.85/142.38	c #Conflicts:      89000 | #Constraints:      35797
141.85/142.38	c #Conflicts:      90000 | #Constraints:      36797
141.85/142.38	c INPROCESSING
141.85/142.38	c GARBAGE COLLECT
141.85/142.38	c #Conflicts:      91000 | #Constraints:      31829
141.85/142.38	c #Conflicts:      92000 | #Constraints:      32829
141.85/142.38	c #Conflicts:      93000 | #Constraints:      33829
141.85/142.38	c #Conflicts:      94000 | #Constraints:      34829
141.85/142.38	c #Conflicts:      95000 | #Constraints:      35829
141.85/142.38	c #Conflicts:      96000 | #Constraints:      36829
141.85/142.38	c INPROCESSING
141.85/142.38	c GARBAGE COLLECT
141.85/142.38	c #Conflicts:      97000 | #Constraints:      31647
141.85/142.38	c #Conflicts:      98000 | #Constraints:      32647
141.85/142.38	c #Conflicts:      99000 | #Constraints:      33648
141.85/142.38	c #Conflicts:     100000 | #Constraints:      34650
141.85/142.38	c #Conflicts:     101000 | #Constraints:      35654
141.85/142.38	c #Conflicts:     102000 | #Constraints:      36660
141.85/142.38	c #Conflicts:     103000 | #Constraints:      37665
141.85/142.38	c INPROCESSING
141.85/142.38	c GARBAGE COLLECT
141.85/142.38	c rational objective 1736
147.03/147.51	c #Conflicts:     104000 | #Constraints:      32192
147.03/147.51	c #Conflicts:     105000 | #Constraints:      33192
147.03/147.51	c #Conflicts:     106000 | #Constraints:      34192
147.03/147.51	c #Conflicts:     107000 | #Constraints:      35192
147.03/147.51	c #Conflicts:     108000 | #Constraints:      36192
147.03/147.51	WSVECS04 Frhs2[1]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[13]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[15]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[25]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[27]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[37]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[39]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[41]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[47]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[51]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[53]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[55]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[57]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[60]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[74]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[84]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[86]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[96]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[98]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[100]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[104]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[110]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[112]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[114]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[141]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[143]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[153]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[155]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[157]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[159]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[171]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[197]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[199]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[216]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[230]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[233]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[239]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[246]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[256]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[267]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[269]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[271]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[275]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[287]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[289]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[292]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[296]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[298]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[303]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[324]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[328]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[330]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[332]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[338]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[344]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[346]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[348]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[364]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[381]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[383]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[385]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[387]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[389]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[395]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[401]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[403]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[415]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[417]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[419]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[421]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[440]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[448]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[452]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[454]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[460]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[472]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[474]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[478]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[484]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[490]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[509]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[511]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[531]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[533]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[535]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[565]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[588]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[590]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[592]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[594]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[596]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[622]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[624]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[647]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[653]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[655]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[681]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[706]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[708]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[710]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[712]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[741]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[767]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[769]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[787]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[798]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[800]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[802]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[824]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[826]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[828]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[830]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[857]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[859]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[861]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[883]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[885]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[887]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[889]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[909]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[918]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[920]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[927]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[934]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[938]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[940]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[942]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[944]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[948]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[950]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[977]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[991]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[993]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[999]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1001]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1003]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1005]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1007]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1009]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1021]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1029]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1056]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1058]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1060]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1062]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1066]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1076]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1088]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1091]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1098]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1111]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1113]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1115]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1117]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1119]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1121]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1137]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1145]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1148]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1150]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1155]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1157]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1168]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1170]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1172]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1174]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1176]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1178]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1207]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1214]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1227]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1229]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1231]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1233]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1235]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1237]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1257]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1261]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1280]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1284]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1286]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1288]: 6 -2.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1290]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1292]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1294]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1314]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1316]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1339]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1343]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1345]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1347]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1351]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1353]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1373]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1375]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1377]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1387]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1389]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1396]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1400]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1402]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1406]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1408]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1410]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1430]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1432]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1446]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1453]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1457]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1459]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1461]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1463]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1465]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1467]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1469]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1503]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1505]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1507]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1514]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1516]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1520]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1524]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1562]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1564]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1569]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1571]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1573]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1575]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1577]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1579]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1581]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1583]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1619]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1621]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1628]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1630]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1632]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1634]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1636]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1638]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1640]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1642]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1646]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1658]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1664]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1666]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1678]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1680]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1685]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1687]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1689]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1691]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1693]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1695]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1697]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1701]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1723]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1727]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1731]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1733]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1735]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1737]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1739]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1744]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1746]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1748]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1750]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1752]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1754]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1756]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1758]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1778]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1786]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1794]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1796]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1801]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1803]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1805]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1807]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1809]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1811]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1813]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1815]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1817]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1819]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1839]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1845]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1851]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1853]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1855]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1860]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1862]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1864]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1866]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1868]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1870]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1872]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1874]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1910]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1912]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1917]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1919]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1921]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1923]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1927]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1929]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1931]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1933]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1967]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1969]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1976]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1978]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1980]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1982]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1984]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1986]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1988]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[1990]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2026]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2028]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2033]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2035]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2037]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2039]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2041]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2043]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2045]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2047]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2049]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2083]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2085]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2087]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2090]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2094]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2098]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2100]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2102]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2104]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2106]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2142]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2144]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2149]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2151]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2153]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2155]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2157]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2159]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2161]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2163]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2165]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2199]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2201]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2203]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2208]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2210]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2212]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2214]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2216]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2218]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2220]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2222]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2244]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2258]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2260]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2267]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2269]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2271]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2273]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2275]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2277]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2279]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2281]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2301]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2303]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2315]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2317]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2319]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2324]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2326]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2328]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2330]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2332]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2334]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2336]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2338]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2358]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2360]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2362]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2374]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2376]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2381]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2383]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2385]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2387]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2389]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2391]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2393]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2395]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2397]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2407]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2417]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2419]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2431]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2433]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2435]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2440]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2442]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2444]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2446]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2448]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2450]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2452]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2454]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2464]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2466]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2476]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2490]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2492]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2497]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2499]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2501]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2503]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2505]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2507]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2509]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2511]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2513]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2523]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2547]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2549]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2551]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2553]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2554]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2556]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2558]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2560]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2562]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2564]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2566]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2568]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2570]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2606]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2608]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2612]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2613]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2615]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2617]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2619]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2621]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2623]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2625]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2627]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2629]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2663]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2665]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2667]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2668]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2669]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2672]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2674]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2676]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2678]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2680]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2682]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2684]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2686]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2722]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2724]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2729]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2731]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2733]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2735]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2737]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2739]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2741]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2743]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2745]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2779]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2781]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2783]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2788]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2790]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2792]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2794]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2796]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2798]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2800]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2802]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2838]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2840]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2845]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2847]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2849]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2851]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2853]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2855]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2857]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2859]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2895]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2897]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2899]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2904]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2906]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2908]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2910]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2912]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2914]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2916]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2918]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2954]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2956]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2961]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2963]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2965]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2967]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2969]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2971]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2973]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2975]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[2977]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3009]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3011]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3013]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3015]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3020]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3022]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3024]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3026]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3028]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3030]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3032]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3070]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3072]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3077]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3079]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3081]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3083]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3085]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3087]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3089]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3091]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3093]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3119]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3129]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3131]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3136]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3138]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3140]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3142]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3144]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3146]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3148]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3150]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3178]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3186]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3188]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3193]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3195]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3197]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3199]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3201]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3203]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3205]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3207]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3209]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3243]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3245]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3247]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3252]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3254]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3256]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3258]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3260]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3262]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3264]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3266]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3302]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3304]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3309]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3311]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3313]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3315]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3317]: 6 -1.00009 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3319]: 6 -1.00006 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3321]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3359]: 6 -1.0001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3361]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3363]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3368]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3370]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3372]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3374]: 6 -1.00001 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3376]: 6 -1.00003 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3378]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3410]: 6 -1.00008 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3416]: 6 -1.00002 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3418]: 6 -1.00004 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
147.03/147.51	WSVECS04 Frhs2[3422]: 6 -1.00002 0 shouldn't be
148.73/149.21	c #Conflicts:     109000 | #Constraints:      37192
148.73/149.21	c #Conflicts:     110000 | #Constraints:      38192
148.73/149.21	c INPROCESSING
148.73/149.21	c GARBAGE COLLECT
148.73/149.21	c rational objective 1736
156.90/157.42	c #Conflicts:     111000 | #Constraints:      32624
156.90/157.42	c #Conflicts:     112000 | #Constraints:      33624
156.90/157.42	c #Conflicts:     113000 | #Constraints:      34624
156.90/157.42	c #Conflicts:     114000 | #Constraints:      35624
156.90/157.42	c #Conflicts:     115000 | #Constraints:      36624
156.90/157.42	c #Conflicts:     116000 | #Constraints:      37624
156.90/157.42	c #Conflicts:     117000 | #Constraints:      38624
156.90/157.42	c INPROCESSING
156.90/157.42	c GARBAGE COLLECT
156.90/157.42	c rational objective 1736
164.59/165.12	c #Conflicts:     118000 | #Constraints:      32801
164.59/165.12	c #Conflicts:     119000 | #Constraints:      33801
164.59/165.12	c #Conflicts:     120000 | #Constraints:      34801
164.59/165.12	c #Conflicts:     121000 | #Constraints:      35801
164.59/165.12	c #Conflicts:     122000 | #Constraints:      36801
164.59/165.12	c #Conflicts:     123000 | #Constraints:      37801
164.59/165.12	c #Conflicts:     124000 | #Constraints:      38801
164.59/165.12	c INPROCESSING
164.59/165.12	c GARBAGE COLLECT
164.59/165.12	c rational objective 1736
171.35/171.96	c #Conflicts:     125000 | #Constraints:      32831
171.35/171.96	c #Conflicts:     126000 | #Constraints:      33831
171.35/171.96	c #Conflicts:     127000 | #Constraints:      34831
171.35/171.96	c #Conflicts:     128000 | #Constraints:      35831
171.35/171.96	c #Conflicts:     129000 | #Constraints:      36831
171.35/171.96	c #Conflicts:     130000 | #Constraints:      37831
171.35/171.96	c #Conflicts:     131000 | #Constraints:      38831
171.35/171.96	c INPROCESSING
171.35/171.96	c GARBAGE COLLECT
171.35/171.96	c rational objective 1736
184.80/185.45	c #Conflicts:     132000 | #Constraints:      32666
184.80/185.45	c #Conflicts:     133000 | #Constraints:      33666
184.80/185.45	c #Conflicts:     134000 | #Constraints:      34666
184.80/185.45	c #Conflicts:     135000 | #Constraints:      35666
184.80/185.45	c #Conflicts:     136000 | #Constraints:      36666
184.80/185.45	c #Conflicts:     137000 | #Constraints:      37667
184.80/185.45	c #Conflicts:     138000 | #Constraints:      38667
184.80/185.45	c #Conflicts:     139000 | #Constraints:      39667
184.80/185.45	c INPROCESSING
184.80/185.45	c GARBAGE COLLECT
184.80/185.45	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[16]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[17]: 6 0 1.00008 shouldn't be
184.80/185.45	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[22]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[24]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[52]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[57]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[59]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[63]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[65]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[67]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[69]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[71]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[81]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[85]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[89]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[97]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[99]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[103]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[107]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[109]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[112]: 6 0 1.00005 shouldn't be
184.80/185.45	WSVECS04 Frhs2[122]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[123]: 6 0 1.00007 shouldn't be
184.80/185.45	WSVECS04 Frhs2[125]: 6 0 1.00008 shouldn't be
184.80/185.45	WSVECS04 Frhs2[134]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[144]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[160]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[163]: 6 0 3.00007 shouldn't be
184.80/185.45	WSVECS04 Frhs2[166]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[211]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[248]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[264]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[266]: 6 -1.0001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[313]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[331]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[346]: 6 0 1.00009 shouldn't be
184.80/185.45	WSVECS04 Frhs2[350]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[354]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[358]: 6 -1.0001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[366]: 6 -1.0001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[383]: 6 0 1.00009 shouldn't be
184.80/185.45	WSVECS04 Frhs2[406]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[407]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[412]: 6 0 1.00006 shouldn't be
184.80/185.45	WSVECS04 Frhs2[425]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[503]: 6 0 1.00005 shouldn't be
184.80/185.45	WSVECS04 Frhs2[600]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[601]: 6 0 1.00007 shouldn't be
184.80/185.45	WSVECS04 Frhs2[621]: 6 0 1.00006 shouldn't be
184.80/185.45	WSVECS04 Frhs2[675]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[703]: 6 0 1.00001 shouldn't be
184.80/185.45	WSVECS04 Frhs2[739]: 6 0 1.00009 shouldn't be
184.80/185.45	WSVECS04 Frhs2[742]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[773]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[822]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[833]: 6 0 1.00001 shouldn't be
184.80/185.45	WSVECS04 Frhs2[882]: 6 0 1.00007 shouldn't be
184.80/185.45	WSVECS04 Frhs2[931]: 6 0 1.00002 shouldn't be
184.80/185.45	WSVECS04 Frhs2[939]: 6 0 1.00003 shouldn't be
184.80/185.45	WSVECS04 Frhs2[956]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[990]: 6 0 1.00003 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1050]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1070]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1079]: 6 0 1.00005 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1081]: 6 0 2.00005 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1101]: 6 0 1.00007 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1104]: 6 0 1.00005 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1112]: 6 0 1.00005 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1125]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1129]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1146]: 6 0 1.00005 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1208]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1230]: 6 0 1.00006 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1245]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1262]: 6 0 1.00009 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1265]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1269]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1275]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1315]: 6 0 1.00005 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1342]: 6 0 1.00009 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1357]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1451]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1477]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1478]: 6 0 1.00008 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1532]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1682]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1703]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1713]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1715]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1723]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1762]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1784]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1787]: 6 0 1.00001 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1799]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1802]: 6 0 1.00003 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1821]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1839]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1851]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1969]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[1971]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2087]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2138]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2145]: 6 0 1.00003 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2157]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2214]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2216]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2240]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2242]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2244]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2285]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2303]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2313]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2331]: 6 0 1.00007 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2381]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2413]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2427]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2471]: 6 0 1.00002 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2476]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2480]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2492]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2549]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2574]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2592]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2608]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2653]: 6 -1.0001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2663]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2670]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2688]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2689]: 6 0 2.0001 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2716]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2718]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2733]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2745]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2761]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2763]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2765]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2767]: 6 -1.0001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2769]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2771]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2775]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2790]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2812]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2843]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2871]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2877]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2879]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2904]: 6 -1.0001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2936]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2956]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2958]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2989]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[2999]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3001]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3046]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3052]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3088]: 6 0 1.00003 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3099]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3103]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3105]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3111]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3133]: 6 0 1.00008 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3134]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3154]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3172]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3186]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3208]: 6 0 1.00006 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3229]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3235]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3238]: 6 0 1.00009 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3241]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3263]: 6 0 2.00005 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3268]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3269]: 6 0 1.00004 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3276]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3286]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3292]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3295]: 6 0 2.00007 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3331]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3345]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3347]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3351]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3352]: 6 0 1.00008 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3355]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3357]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3359]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3361]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3365]: 6 -1.0001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3366]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3367]: 6 -1.0001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3368]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3369]: 6 -1.0001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3370]: 6 -1.00005 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3372]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3373]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3374]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3375]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3376]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3377]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3378]: 6 -1.00002 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3379]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3380]: 6 -1.00004 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3382]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3384]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3385]: 6 -1.00003 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3389]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3395]: 6 -1.0001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3397]: 6 -1.00001 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3401]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3403]: 6 -1.00007 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3405]: 6 -1.00009 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3411]: 6 -1.00006 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[3417]: 6 -1.00008 0 shouldn't be
184.80/185.45	WSVECS04 Frhs2[8107]: 6 -1.00007 0 shouldn't be
189.09/189.78	c rational objective 1736
198.27/198.95	c #Conflicts:     140000 | #Constraints:      33214
198.27/198.95	c #Conflicts:     141000 | #Constraints:      34215
198.27/198.95	c #Conflicts:     142000 | #Constraints:      35216
198.27/198.95	c #Conflicts:     143000 | #Constraints:      36216
198.27/198.95	c #Conflicts:     144000 | #Constraints:      37216
198.27/198.95	c #Conflicts:     145000 | #Constraints:      38216
198.27/198.95	c #Conflicts:     146000 | #Constraints:      39216
198.27/198.95	c #Conflicts:     147000 | #Constraints:      40216
198.27/198.95	c INPROCESSING
198.27/198.95	c GARBAGE COLLECT
198.27/198.95	c rational objective 1736
207.54/208.22	c #Conflicts:     148000 | #Constraints:      33630
207.54/208.22	c #Conflicts:     149000 | #Constraints:      34630
207.54/208.22	c #Conflicts:     150000 | #Constraints:      35630
207.54/208.22	c #Conflicts:     151000 | #Constraints:      36631
207.54/208.22	c #Conflicts:     152000 | #Constraints:      37631
207.54/208.22	c #Conflicts:     153000 | #Constraints:      38631
207.54/208.22	c #Conflicts:     154000 | #Constraints:      39631
207.54/208.22	c #Conflicts:     155000 | #Constraints:      40631
207.54/208.22	c INPROCESSING
207.54/208.22	c GARBAGE COLLECT
207.54/208.22	c rational objective 1736
219.69/220.40	c #Conflicts:     156000 | #Constraints:      33860
219.69/220.40	c #Conflicts:     157000 | #Constraints:      34860
219.69/220.40	c #Conflicts:     158000 | #Constraints:      35860
219.69/220.40	c #Conflicts:     159000 | #Constraints:      36860
219.69/220.40	c #Conflicts:     160000 | #Constraints:      37860
219.69/220.40	c #Conflicts:     161000 | #Constraints:      38860
219.69/220.40	c #Conflicts:     162000 | #Constraints:      39861
219.69/220.40	c #Conflicts:     163000 | #Constraints:      40861
219.69/220.40	c INPROCESSING
219.69/220.40	c GARBAGE COLLECT
219.69/220.40	WSVECS04 Frhs2[14]: 6 -1.0001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[15]: 6 0 1.00009 shouldn't be
219.69/220.40	WSVECS04 Frhs2[17]: 6 0 1.00006 shouldn't be
219.69/220.40	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[19]: 6 0 1.00006 shouldn't be
219.69/220.40	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[44]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[52]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[53]: 6 0 2.00007 shouldn't be
219.69/220.40	WSVECS04 Frhs2[57]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[59]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[63]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[67]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[79]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[81]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[85]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[89]: 6 -1.0001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[95]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[99]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[105]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[107]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[109]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[128]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[160]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[168]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[171]: 6 0 1.00005 shouldn't be
219.69/220.40	WSVECS04 Frhs2[183]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[185]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[197]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[199]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[201]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[221]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[234]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[256]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[264]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[268]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[288]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[311]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[313]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[316]: 6 0 1.00004 shouldn't be
219.69/220.40	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[347]: 6 -1.0001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[354]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[369]: 6 0 1.00009 shouldn't be
219.69/220.40	WSVECS04 Frhs2[389]: 6 0 1.00009 shouldn't be
219.69/220.40	WSVECS04 Frhs2[392]: 6 -2.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[413]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[432]: 6 0 1.00006 shouldn't be
219.69/220.40	WSVECS04 Frhs2[449]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[452]: 6 0 1.00004 shouldn't be
219.69/220.40	WSVECS04 Frhs2[475]: 6 0 1.00003 shouldn't be
219.69/220.40	WSVECS04 Frhs2[551]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[622]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[668]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[690]: 6 0 1.00008 shouldn't be
219.69/220.40	WSVECS04 Frhs2[701]: 6 0 1.00002 shouldn't be
219.69/220.40	WSVECS04 Frhs2[708]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[711]: 6 0 1.00005 shouldn't be
219.69/220.40	WSVECS04 Frhs2[725]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[760]: 6 0 1.00003 shouldn't be
219.69/220.40	WSVECS04 Frhs2[770]: 6 0 1.00008 shouldn't be
219.69/220.40	WSVECS04 Frhs2[783]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[784]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[819]: 6 0 1.00003 shouldn't be
219.69/220.40	WSVECS04 Frhs2[830]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[842]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[863]: 6 0 1.00007 shouldn't be
219.69/220.40	WSVECS04 Frhs2[903]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[960]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[996]: 6 0 1.00006 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1000]: 6 0 1.00004 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1064]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1095]: 6 0 1.00001 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1102]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1117]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1119]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1131]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1141]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1175]: 6 0 1.00007 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1177]: 6 0 1.00008 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1180]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1214]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1219]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1241]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1247]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1249]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1271]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1282]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1289]: 6 0 1.0001 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1335]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1343]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1356]: 6 0 1.00006 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1479]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1521]: 6 0 1.00002 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1559]: 6 0 1.00008 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1577]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1589]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1621]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1630]: 6 -1.0001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1657]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1684]: 6 0 1.00003 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1711]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1714]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1771]: 6 0 1.00007 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1773]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1774]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1802]: 6 0 1.00003 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1838]: 6 0 1.00007 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1845]: 6 -3.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1847]: 6 -1.0001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1874]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1920]: 6 0 1.00009 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1935]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1937]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1964]: 6 0 1.00006 shouldn't be
219.69/220.40	WSVECS04 Frhs2[1979]: 6 0 1.00002 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2026]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2027]: 6 0 1.00006 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2032]: 6 0 1.00007 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2069]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2132]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2157]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2167]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2179]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2191]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2205]: 6 0 1.00007 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2229]: 6 0 1.00002 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2242]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2244]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2246]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2256]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2265]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2314]: 6 0 1.00004 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2413]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2434]: 6 0 1.0001 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2442]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2466]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2472]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2476]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2484]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2488]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2529]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2533]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2534]: 6 0 1.00009 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2539]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2549]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2553]: 6 0 1.00009 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2558]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2570]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2576]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2578]: 6 -1.0001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2604]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2606]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2625]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2633]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2639]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2647]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2653]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2657]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2680]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2718]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2727]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2751]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2753]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2759]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2763]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2765]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2767]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2785]: 6 0 1.00007 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2802]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2826]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2830]: 6 -1.0001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2865]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2869]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2871]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2893]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2898]: 6 0 1.00006 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2916]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2926]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2983]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[2987]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3046]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3052]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3062]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3064]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3066]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3068]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3070]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3091]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3092]: 6 0 1.00001 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3099]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3125]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3129]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3148]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3164]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3174]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3176]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3180]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3197]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3201]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3215]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3237]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3239]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3256]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3258]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3270]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3284]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3286]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3307]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3313]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3321]: 6 -1.0001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3327]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3331]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3343]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3345]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3355]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3357]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3359]: 6 -1.0001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3361]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3365]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3366]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3367]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3368]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3369]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3370]: 6 -1.00008 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3371]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3373]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3375]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3376]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3377]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3378]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3379]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3382]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3383]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3384]: 6 -1.00009 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3385]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3389]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3395]: 6 -1.0001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3397]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3401]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3403]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3405]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3409]: 6 -1.00005 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3410]: 6 -1.00001 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3411]: 6 -1.00002 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3412]: 6 -1.00003 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3420]: 6 -1.00006 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3836]: 6 -1.00007 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[3923]: 6 -1.00004 0 shouldn't be
219.69/220.40	WSVECS04 Frhs2[7966]: 6 -1.00001 0 shouldn't be
222.68/223.47	c rational objective 1736
229.27/230.03	c #Conflicts:     164000 | #Constraints:      33798
229.27/230.03	c #Conflicts:     165000 | #Constraints:      34798
229.27/230.03	c #Conflicts:     166000 | #Constraints:      35798
229.27/230.03	c #Conflicts:     167000 | #Constraints:      36798
229.27/230.03	c #Conflicts:     168000 | #Constraints:      37798
229.27/230.03	c #Conflicts:     169000 | #Constraints:      38798
229.27/230.03	c bounds 1740 >= 1737 @ 225.859
234.36/235.14	c #Conflicts:     170000 | #Constraints:      39829
234.36/235.14	c #Conflicts:     171000 | #Constraints:      40829
234.36/235.14	c INPROCESSING
234.36/235.14	c GARBAGE COLLECT
234.36/235.14	WSVECS04 Frhs2[6]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[8]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[14]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[17]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[19]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[65]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[67]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[69]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[71]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[73]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[75]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[122]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[126]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[128]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[130]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[132]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[134]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[177]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[181]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[183]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[185]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[187]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[189]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[191]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[234]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[236]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[238]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[240]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[242]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[246]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[250]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[293]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[295]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[297]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[299]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[301]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[303]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[305]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[307]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[309]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[350]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[352]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[354]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[356]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[358]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[360]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[362]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[364]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[366]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[409]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[411]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[413]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[415]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[417]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[419]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[421]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[423]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[425]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[466]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[468]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[470]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[472]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[474]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[478]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[480]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[525]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[527]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[531]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[533]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[535]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[539]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[541]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[543]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[582]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[584]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[586]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[588]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[592]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[594]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[596]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[598]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[600]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[602]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[641]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[643]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[645]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[647]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[649]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[651]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[653]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[655]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[657]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[659]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[661]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[698]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[702]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[704]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[706]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[708]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[712]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[714]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[716]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[718]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[720]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[759]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[761]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[763]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[765]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[767]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[769]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[771]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[773]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[775]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[777]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[779]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[814]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[816]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[818]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[820]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[822]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[824]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[826]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[828]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[830]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[832]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[834]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[836]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[873]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[875]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[877]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[879]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[881]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[883]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[885]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[887]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[889]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[891]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[893]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[895]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[932]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[934]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[936]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[938]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[940]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[942]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[944]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[946]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[948]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[950]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[952]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[989]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[991]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[993]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[995]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[997]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[999]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1001]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1003]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1005]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1007]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1009]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1011]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1048]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1052]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1054]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1058]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1060]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1062]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1066]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1068]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1105]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1107]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1109]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1111]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1115]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1117]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1119]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1121]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1123]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1127]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1162]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1164]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1166]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1168]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1170]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1172]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1174]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1176]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1178]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1180]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1182]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1184]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1221]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1223]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1225]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1227]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1229]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1231]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1235]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1237]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1239]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1241]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1243]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1278]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1280]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1282]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1284]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1286]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1288]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1290]: 6 -1.33337 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1292]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1294]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1296]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1298]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1300]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1304]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1337]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1339]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1341]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1343]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1345]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1347]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1349]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1351]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1353]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1355]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1357]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1359]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1361]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1363]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1394]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1396]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1400]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1402]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1404]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1406]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1408]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1410]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1412]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1414]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1416]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1420]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1453]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1455]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1457]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1459]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1461]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1463]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1467]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1469]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1471]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1473]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1475]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1510]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1512]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1514]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1516]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1518]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1520]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1524]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1526]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1528]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1530]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1532]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1534]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1569]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1571]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1573]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1575]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1577]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1579]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1581]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1583]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1585]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1587]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1589]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1591]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1626]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1628]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1630]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1632]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1634]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1636]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1638]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1640]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1642]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1644]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1646]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1648]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1685]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1687]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1689]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1691]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1693]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1695]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1697]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1699]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1701]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1703]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1705]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1707]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1742]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1744]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1748]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1750]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1752]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1754]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1756]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1758]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1760]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1762]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1764]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1801]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1803]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1807]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1809]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1811]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1813]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1815]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1817]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1819]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1821]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1823]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1858]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1860]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1862]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1864]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1866]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1868]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1870]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1872]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1874]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1876]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1878]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1917]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1919]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1923]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1925]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1927]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1929]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1931]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1933]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1935]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1937]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1939]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1974]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1976]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1978]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1980]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1982]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1984]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1986]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1988]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1990]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1992]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1994]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[1996]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2033]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2035]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2037]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2039]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2041]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2043]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2045]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2047]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2049]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2051]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2053]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2055]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2090]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2092]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2094]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2096]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2098]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2100]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2102]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2104]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2106]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2108]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2110]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2112]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2149]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2151]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2153]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2155]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2157]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2159]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2161]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2163]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2165]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2167]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2169]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2171]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2206]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2208]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2210]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2212]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2214]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2216]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2218]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2220]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2222]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2224]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2226]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2228]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2265]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2267]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2269]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2271]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2273]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2275]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2277]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2279]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2281]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2283]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2285]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2287]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2322]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2324]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2326]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2328]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2332]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2334]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2336]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2338]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2340]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2342]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2344]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2381]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2383]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2385]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2387]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2389]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2391]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2393]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2395]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2397]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2399]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2401]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2403]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2438]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2440]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2442]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2444]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2446]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2448]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2450]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2452]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2454]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2456]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2458]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2460]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2497]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2499]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2501]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2503]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2505]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2507]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2509]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2511]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2513]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2515]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2517]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2519]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2554]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2556]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2558]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2560]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2562]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2564]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2566]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2568]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2570]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2572]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2574]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2576]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2613]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2615]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2617]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2619]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2621]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2623]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2625]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2627]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2629]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2631]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2633]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2670]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2672]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2674]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2676]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2678]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2680]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2682]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2684]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2686]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2688]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2690]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2692]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2729]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2731]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2733]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2735]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2737]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2739]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2741]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2743]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2745]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2747]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2749]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2751]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2786]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2788]: 6 -1.00001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2790]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2792]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2794]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2796]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2798]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2800]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2802]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2804]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2806]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2808]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2845]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2847]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2849]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2851]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2853]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2855]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2857]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2859]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2863]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2865]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2867]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2902]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2904]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2906]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2910]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2912]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2914]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2916]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2918]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2920]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2922]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2924]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2961]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2963]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2967]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2969]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2971]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2973]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2975]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2977]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2979]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2981]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[2983]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3018]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3020]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3022]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3024]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3026]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3028]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3030]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3032]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3036]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3038]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3040]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3077]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3079]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3083]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3085]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3087]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3089]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3091]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3093]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3095]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3097]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3099]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3136]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3140]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3142]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3144]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3146]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3148]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3150]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3152]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3154]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3156]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3196]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3199]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3201]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3203]: 6 -1.0001 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3205]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3207]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3209]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3211]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3213]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3215]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3253]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3255]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3258]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3260]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3262]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3264]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3266]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3268]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3270]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3272]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3310]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3312]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3314]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3316]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3317]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3319]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3321]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3323]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3327]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3329]: 6 -1.00008 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3331]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3369]: 6 -1.00003 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3371]: 6 -1.00006 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3373]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3375]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3376]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3379]: 6 -1.00004 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3382]: 6 -1.00009 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3384]: 6 -1.00005 0 shouldn't be
234.36/235.14	WSVECS04 Frhs2[3388]: 6 -1.00002 0 shouldn't be
235.54/236.30	c rational objective 1737
243.23/244.06	c #Conflicts:     172000 | #Constraints:      33634
243.23/244.06	c #Conflicts:     173000 | #Constraints:      34634
243.23/244.06	c #Conflicts:     174000 | #Constraints:      35634
243.23/244.06	c #Conflicts:     175000 | #Constraints:      36634
243.23/244.06	c #Conflicts:     176000 | #Constraints:      37634
243.23/244.06	c #Conflicts:     177000 | #Constraints:      38634
243.23/244.06	c #Conflicts:     178000 | #Constraints:      39634
243.23/244.06	c #Conflicts:     179000 | #Constraints:      40634
243.23/244.06	c #Conflicts:     180000 | #Constraints:      41634
243.23/244.06	c INPROCESSING
243.23/244.06	c GARBAGE COLLECT
243.23/244.06	c rational objective 1737
260.17/261.08	c #Conflicts:     181000 | #Constraints:      34245
260.17/261.08	c #Conflicts:     182000 | #Constraints:      35246
260.17/261.08	c #Conflicts:     183000 | #Constraints:      36246
260.17/261.08	c #Conflicts:     184000 | #Constraints:      37246
260.17/261.08	c #Conflicts:     185000 | #Constraints:      38246
260.17/261.08	c #Conflicts:     186000 | #Constraints:      39246
260.17/261.08	c #Conflicts:     187000 | #Constraints:      40251
260.17/261.08	c #Conflicts:     188000 | #Constraints:      41285
260.17/261.08	c #Conflicts:     189000 | #Constraints:      42307
260.17/261.08	c INPROCESSING
260.17/261.08	c GARBAGE COLLECT
260.17/261.08	c rational objective 1737
279.79/280.74	c #Conflicts:     190000 | #Constraints:      34641
279.79/280.74	c #Conflicts:     191000 | #Constraints:      35642
279.79/280.74	c #Conflicts:     192000 | #Constraints:      36642
279.79/280.74	c #Conflicts:     193000 | #Constraints:      37642
279.79/280.74	c #Conflicts:     194000 | #Constraints:      38643
279.79/280.74	c #Conflicts:     195000 | #Constraints:      39644
279.79/280.74	c #Conflicts:     196000 | #Constraints:      40644
279.79/280.74	c #Conflicts:     197000 | #Constraints:      41644
279.79/280.74	c #Conflicts:     198000 | #Constraints:      42644
279.79/280.74	c INPROCESSING
279.79/280.74	c GARBAGE COLLECT
279.79/280.74	c rational objective 1737
287.76/288.72	c #Conflicts:     199000 | #Constraints:      34889
287.76/288.72	c #Conflicts:     200000 | #Constraints:      35889
287.76/288.72	c #Conflicts:     201000 | #Constraints:      36889
287.76/288.72	c #Conflicts:     202000 | #Constraints:      37889
287.76/288.72	c #Conflicts:     203000 | #Constraints:      38889
287.76/288.72	c #Conflicts:     204000 | #Constraints:      39889
287.76/288.72	c #Conflicts:     205000 | #Constraints:      40889
287.76/288.72	c #Conflicts:     206000 | #Constraints:      41889
287.76/288.72	c #Conflicts:     207000 | #Constraints:      42889
287.76/288.72	c INPROCESSING
287.76/288.72	c GARBAGE COLLECT
287.76/288.72	c rational objective 1737
297.33/298.33	c #Conflicts:     208000 | #Constraints:      34889
297.33/298.33	c #Conflicts:     209000 | #Constraints:      35889
297.33/298.33	c #Conflicts:     210000 | #Constraints:      36889
297.33/298.33	c #Conflicts:     211000 | #Constraints:      37889
297.33/298.33	c #Conflicts:     212000 | #Constraints:      38889
297.33/298.33	c #Conflicts:     213000 | #Constraints:      39889
297.33/298.33	c #Conflicts:     214000 | #Constraints:      40889
297.33/298.33	c #Conflicts:     215000 | #Constraints:      41889
297.33/298.33	c #Conflicts:     216000 | #Constraints:      42898
297.33/298.33	c INPROCESSING
297.33/298.33	c GARBAGE COLLECT
297.33/298.33	c rational objective 1737
310.18/311.23	c #Conflicts:     217000 | #Constraints:      34723
310.18/311.23	c #Conflicts:     218000 | #Constraints:      35723
310.18/311.23	c #Conflicts:     219000 | #Constraints:      36723
310.18/311.23	c #Conflicts:     220000 | #Constraints:      37723
310.18/311.23	c #Conflicts:     221000 | #Constraints:      38723
310.18/311.23	c #Conflicts:     222000 | #Constraints:      39723
310.18/311.23	c #Conflicts:     223000 | #Constraints:      40723
310.18/311.23	c #Conflicts:     224000 | #Constraints:      41723
310.18/311.23	c #Conflicts:     225000 | #Constraints:      42723
310.18/311.23	c #Conflicts:     226000 | #Constraints:      43724
310.18/311.23	c INPROCESSING
310.18/311.23	c GARBAGE COLLECT
310.18/311.23	WSVECS04 Frhs2[10]: 6 -1.00001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[12]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[14]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[124]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[134]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[167]: 6 -1.00007 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[177]: 6 -1.00002 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[181]: 6 -1.00001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[189]: 6 -1.00002 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[225]: 6 -1.00007 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[234]: 6 -1.00008 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[334]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[338]: 6 -1.0001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[366]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[393]: 6 -1.0001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[395]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[397]: 6 -1.00004 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[421]: 6 -1.0001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[450]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[466]: 6 -1.00008 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[511]: 6 -1.00005 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[582]: 6 -1.00002 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[623]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[625]: 6 -1.00005 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[627]: 6 -1.00008 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[664]: 6 -1.00001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[698]: 6 -1.00004 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[704]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[721]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[723]: 6 -1.00004 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[765]: 6 -1.00002 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[766]: 6 0 1.00003 shouldn't be
310.18/311.23	WSVECS04 Frhs2[798]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[814]: 6 -1.00007 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[840]: 6 -1.00008 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[857]: 6 -1.00004 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[858]: 6 0 1.0001 shouldn't be
310.18/311.23	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[897]: 6 -1.00006 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[914]: 6 -1.00004 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[956]: 6 -1.00006 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[975]: 6 -1.00001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[997]: 6 -1.00004 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1030]: 6 -1.00005 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1089]: 6 -1.00005 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1107]: 6 -1.00008 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1109]: 6 -1.00006 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1148]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1207]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1262]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1280]: 6 -1.00005 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1319]: 6 -1.00007 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1321]: 6 -1.0001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1382]: 6 -1.0001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1554]: 6 0 1.00006 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1610]: 6 -1.00007 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1669]: 6 -1.00001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1671]: 6 -1.00005 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1726]: 6 -1.00006 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1842]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1901]: 6 -1.00005 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1902]: 6 0 1.00007 shouldn't be
310.18/311.23	WSVECS04 Frhs2[1958]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[2019]: 6 -1.00009 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[2074]: 6 -1.00005 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[2135]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[2190]: 6 -1.00002 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[2251]: 6 -1.00007 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[2306]: 6 -1.00002 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[2307]: 6 0 1.00009 shouldn't be
310.18/311.23	WSVECS04 Frhs2[2367]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[2422]: 6 -1.00008 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[2540]: 6 -1.0001 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[3152]: 6 0 3.00008 shouldn't be
310.18/311.23	WSVECS04 Frhs2[3267]: 6 -1.00004 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[3314]: 6 -1.00003 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[3371]: 6 -1.00004 0 shouldn't be
310.18/311.23	WSVECS04 Frhs2[3372]: 6 0 1.00007 shouldn't be
310.78/311.87	c rational objective 1737
321.15/322.29	c #Conflicts:     227000 | #Constraints:      35335
321.15/322.29	c #Conflicts:     228000 | #Constraints:      36335
321.15/322.29	c #Conflicts:     229000 | #Constraints:      37335
321.15/322.29	c #Conflicts:     230000 | #Constraints:      38335
321.15/322.29	c #Conflicts:     231000 | #Constraints:      39335
321.15/322.29	c #Conflicts:     232000 | #Constraints:      40335
321.15/322.29	c #Conflicts:     233000 | #Constraints:      41335
321.15/322.29	c #Conflicts:     234000 | #Constraints:      42335
321.15/322.29	c #Conflicts:     235000 | #Constraints:      43335
321.15/322.29	c #Conflicts:     236000 | #Constraints:      44335
321.15/322.29	c INPROCESSING
321.15/322.29	c GARBAGE COLLECT
321.15/322.29	c rational objective 1737
339.49/340.61	c #Conflicts:     237000 | #Constraints:      35740
339.49/340.61	c #Conflicts:     238000 | #Constraints:      36740
339.49/340.61	c #Conflicts:     239000 | #Constraints:      37740
339.49/340.61	c #Conflicts:     240000 | #Constraints:      38740
339.49/340.61	c #Conflicts:     241000 | #Constraints:      39741
339.49/340.61	c #Conflicts:     242000 | #Constraints:      40741
339.49/340.61	c #Conflicts:     243000 | #Constraints:      41741
339.49/340.61	c #Conflicts:     244000 | #Constraints:      42742
339.49/340.61	c #Conflicts:     245000 | #Constraints:      43744
339.49/340.61	c #Conflicts:     246000 | #Constraints:      44753
339.49/340.61	c INPROCESSING
339.49/340.61	c GARBAGE COLLECT
339.49/340.61	c rational objective 1737
354.34/355.55	c #Conflicts:     247000 | #Constraints:      35887
354.34/355.55	c #Conflicts:     248000 | #Constraints:      36888
354.34/355.55	c #Conflicts:     249000 | #Constraints:      37888
354.34/355.55	c #Conflicts:     250000 | #Constraints:      38889
354.34/355.55	c #Conflicts:     251000 | #Constraints:      39889
354.34/355.55	c #Conflicts:     252000 | #Constraints:      40889
354.34/355.55	c #Conflicts:     253000 | #Constraints:      41889
354.34/355.55	c #Conflicts:     254000 | #Constraints:      42889
354.34/355.55	c #Conflicts:     255000 | #Constraints:      43889
354.34/355.55	c #Conflicts:     256000 | #Constraints:      44889
354.34/355.55	c INPROCESSING
354.34/355.55	c GARBAGE COLLECT
354.34/355.55	c rational objective 1737
366.60/367.84	c #Conflicts:     257000 | #Constraints:      35881
366.60/367.84	c #Conflicts:     258000 | #Constraints:      36881
366.60/367.84	c #Conflicts:     259000 | #Constraints:      37881
366.60/367.84	c #Conflicts:     260000 | #Constraints:      38881
366.60/367.84	c #Conflicts:     261000 | #Constraints:      39882
366.60/367.84	c #Conflicts:     262000 | #Constraints:      40882
366.60/367.84	c #Conflicts:     263000 | #Constraints:      41882
366.60/367.84	c #Conflicts:     264000 | #Constraints:      42882
366.60/367.84	c #Conflicts:     265000 | #Constraints:      43883
366.60/367.84	c #Conflicts:     266000 | #Constraints:      44891
366.60/367.84	c INPROCESSING
366.60/367.84	c GARBAGE COLLECT
366.60/367.84	c rational objective 1737
389.53/390.84	c #Conflicts:     267000 | #Constraints:      35641
389.53/390.84	c #Conflicts:     268000 | #Constraints:      36641
389.53/390.84	c #Conflicts:     269000 | #Constraints:      37641
389.53/390.84	c #Conflicts:     270000 | #Constraints:      38641
389.53/390.84	c #Conflicts:     271000 | #Constraints:      39641
389.53/390.84	c #Conflicts:     272000 | #Constraints:      40641
389.53/390.84	c #Conflicts:     273000 | #Constraints:      41641
389.53/390.84	c #Conflicts:     274000 | #Constraints:      42642
389.53/390.84	c #Conflicts:     275000 | #Constraints:      43647
389.53/390.84	c #Conflicts:     276000 | #Constraints:      44650
389.53/390.84	c #Conflicts:     277000 | #Constraints:      45658
389.53/390.84	c INPROCESSING
389.53/390.84	c GARBAGE COLLECT
389.53/390.84	c rational objective 1737
401.60/402.91	c #Conflicts:     278000 | #Constraints:      36224
401.60/402.91	c #Conflicts:     279000 | #Constraints:      37224
401.60/402.91	c #Conflicts:     280000 | #Constraints:      38224
401.60/402.91	c #Conflicts:     281000 | #Constraints:      39224
401.60/402.91	c #Conflicts:     282000 | #Constraints:      40224
401.60/402.91	c #Conflicts:     283000 | #Constraints:      41224
401.60/402.91	c #Conflicts:     284000 | #Constraints:      42224
401.60/402.91	c #Conflicts:     285000 | #Constraints:      43224
401.60/402.91	c #Conflicts:     286000 | #Constraints:      44224
401.60/402.91	c #Conflicts:     287000 | #Constraints:      45224
401.60/402.91	c #Conflicts:     288000 | #Constraints:      46224
401.60/402.91	c INPROCESSING
401.60/402.91	c GARBAGE COLLECT
401.60/402.91	c rational objective 1737
412.08/413.42	c #Conflicts:     289000 | #Constraints:      36651
412.08/413.42	c #Conflicts:     290000 | #Constraints:      37651
412.08/413.42	c #Conflicts:     291000 | #Constraints:      38651
412.08/413.42	c #Conflicts:     292000 | #Constraints:      39651
412.08/413.42	c #Conflicts:     293000 | #Constraints:      40651
412.08/413.42	c #Conflicts:     294000 | #Constraints:      41651
412.08/413.42	c #Conflicts:     295000 | #Constraints:      42651
412.08/413.42	c #Conflicts:     296000 | #Constraints:      43651
412.08/413.42	c #Conflicts:     297000 | #Constraints:      44651
412.08/413.42	c #Conflicts:     298000 | #Constraints:      45651
412.08/413.42	c #Conflicts:     299000 | #Constraints:      46651
412.08/413.42	c INPROCESSING
412.08/413.42	c GARBAGE COLLECT
412.08/413.42	c rational objective 1737
431.12/432.55	c #Conflicts:     300000 | #Constraints:      36895
431.12/432.55	c #Conflicts:     301000 | #Constraints:      37896
431.12/432.55	c #Conflicts:     302000 | #Constraints:      38898
431.12/432.55	c #Conflicts:     303000 | #Constraints:      39900
431.12/432.55	c #Conflicts:     304000 | #Constraints:      40900
431.12/432.55	c #Conflicts:     305000 | #Constraints:      41903
431.12/432.55	c #Conflicts:     306000 | #Constraints:      42913
431.12/432.55	c #Conflicts:     307000 | #Constraints:      43927
431.12/432.55	c #Conflicts:     308000 | #Constraints:      44943
431.12/432.55	c #Conflicts:     309000 | #Constraints:      45952
431.12/432.55	c #Conflicts:     310000 | #Constraints:      46959
431.12/432.55	c INPROCESSING
431.12/432.55	c GARBAGE COLLECT
431.12/432.55	c rational objective 1737
438.61/440.05	c #Conflicts:     311000 | #Constraints:      36904
438.61/440.05	c #Conflicts:     312000 | #Constraints:      37904
438.61/440.05	c #Conflicts:     313000 | #Constraints:      38904
438.61/440.05	c #Conflicts:     314000 | #Constraints:      39904
438.61/440.05	c #Conflicts:     315000 | #Constraints:      40904
438.61/440.05	c #Conflicts:     316000 | #Constraints:      41904
438.61/440.05	WSVECS04 Frhs2[14]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[24]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[34]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[44]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[46]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[52]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[54]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[59]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[67]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[69]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[71]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[85]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[89]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[91]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[93]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[95]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[97]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[99]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[103]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[105]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[107]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[111]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[136]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[148]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[150]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[154]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[160]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[163]: 6 0 9.00002 shouldn't be
438.61/440.05	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[166]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[168]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[170]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[203]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[205]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[207]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[209]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[211]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[213]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[215]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[219]: 6 -1.0001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[221]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[223]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[225]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[227]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[252]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[262]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[264]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[266]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[268]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[270]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[274]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[276]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[278]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[280]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[282]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[286]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[291]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[293]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[319]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[321]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[325]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[327]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[329]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[335]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[339]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[341]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[345]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[350]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[354]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[358]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[370]: 6 -2.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[374]: 6 -1.0001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[376]: 6 -2.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[378]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[380]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[382]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[384]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[386]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[388]: 6 -2.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[390]: 6 -2.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[392]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[394]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[396]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[398]: 6 -1.0001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[402]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[419]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[435]: 6 -1.0001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[437]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[439]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[441]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[443]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[445]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[451]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[453]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[455]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[457]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[461]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[466]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[482]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[484]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[490]: 6 -1.0001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[492]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[498]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[500]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[502]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[508]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[510]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[514]: 6 -1.0001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[516]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[518]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[523]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[525]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[529]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[531]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[535]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[541]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[551]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[553]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[555]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[557]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[559]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[561]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[567]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[571]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[573]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[575]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[577]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[582]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[586]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[588]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[590]: 6 -1.0001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[604]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[610]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[612]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[616]: 6 -1.0001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[618]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[624]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[628]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[630]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[641]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[645]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[649]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[651]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[667]: 6 -1.00009 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[669]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[671]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[673]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[675]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[677]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[683]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[685]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[689]: 6 -1.0001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[693]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[702]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[708]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[710]: 6 -1.00002 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[724]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[728]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[730]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[734]: 6 -1.00003 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[740]: 6 -1.00008 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[742]: 6 -1.00004 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[744]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[746]: 6 -1.00005 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[750]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[761]: 6 -1.00006 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[763]: 6 -1.00007 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[767]: 6 -1.00001 0 shouldn't be
438.61/440.05	WSVECS04 Frhs2[775]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[783]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[785]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[787]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[789]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[791]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[793]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[795]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[799]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[801]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[803]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[805]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[807]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[818]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[820]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[832]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[842]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[844]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[846]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[848]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[856]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[858]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[860]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[862]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[866]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[879]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[895]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[901]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[903]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[905]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[909]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[911]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[915]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[917]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[919]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[921]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[923]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[932]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[934]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[936]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[938]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[940]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[942]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[958]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[960]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[962]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[964]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[966]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[972]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[974]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[978]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[982]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[987]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[989]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[991]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[993]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[995]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[997]: 6 -2.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[999]: 6 -2.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1001]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1003]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1005]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1007]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1009]: 6 -2.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1011]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1015]: 6 -2.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1017]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1019]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1021]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1023]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1025]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1027]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1031]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1033]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1035]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1037]: 6 -2.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1039]: 6 -2.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1041]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1046]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1048]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1050]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1052]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1054]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1058]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1060]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1062]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1064]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1066]: 6 -2.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1068]: 6 -2.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1070]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1072]: 6 -2.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1074]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1076]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1078]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1080]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1086]: 6 -2.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1088]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1090]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1091]: 6 0 7.00009 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1092]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1096]: 6 -2.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1098]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1100]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1102]: 6 -2.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1103]: 6 -2.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1105]: 6 -2.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1107]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1109]: 6 -2.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1111]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1113]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1115]: 6 -2.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1117]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1119]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1121]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1123]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1125]: 6 -2.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1127]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1129]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1131]: 6 -2.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1133]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1135]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1137]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1139]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1141]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1145]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1147]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1151]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1153]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1155]: 6 -2.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1157]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1168]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1170]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1172]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1176]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1180]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1182]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1188]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1192]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1194]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1196]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1198]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1202]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1204]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1206]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1208]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1210]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1212]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1214]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1219]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1223]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1227]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1233]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1235]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1237]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1241]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1245]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1247]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1249]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1251]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1253]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1255]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1257]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1259]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1261]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1263]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1265]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1267]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1269]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1273]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1278]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1306]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1308]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1310]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1312]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1314]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1320]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1322]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1324]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1326]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1345]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1347]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1351]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1355]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1359]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1361]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1363]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1365]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1367]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1369]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1371]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1373]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1375]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1379]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1381]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1383]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1385]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1387]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1389]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1394]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1398]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1400]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1402]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1404]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1406]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1408]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1410]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1412]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1414]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1416]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1418]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1422]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1424]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1426]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1428]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1430]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1432]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1434]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1438]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1440]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1442]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1453]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1455]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1457]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1459]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1461]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1463]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1465]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1467]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1469]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1471]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1473]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1477]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1479]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1481]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1483]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1485]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1489]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1491]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1495]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1497]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1499]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1501]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1503]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1520]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1522]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1524]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1536]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1538]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1540]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1542]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1544]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1548]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1552]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1554]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1556]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1558]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1562]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1564]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1566]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1567]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1569]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1571]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1573]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1577]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1579]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1581]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1583]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1585]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1589]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1591]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1593]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1595]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1597]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1599]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1601]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1603]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1611]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1613]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1617]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1619]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1626]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1632]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1634]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1636]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1638]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1640]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1642]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1644]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1646]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1650]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1654]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1656]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1658]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1660]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1668]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1670]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1672]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1674]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1676]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1680]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1683]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1685]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1687]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1691]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1693]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1695]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1697]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1699]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1701]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1703]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1705]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1707]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1709]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1711]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1713]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1715]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1717]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1721]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1723]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1727]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1729]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1731]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1733]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1735]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1737]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1739]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1742]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1744]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1746]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1748]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1750]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1752]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1756]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1758]: 6 -11.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1760]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1762]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1764]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1766]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1768]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1770]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1772]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1774]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1776]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1778]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1780]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1784]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1786]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1790]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1799]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1801]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1803]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1805]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1807]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1809]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1813]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1815]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1817]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1819]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1821]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1823]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1825]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1827]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1829]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1831]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1833]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1835]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1837]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1843]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1847]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1849]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1851]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1853]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1858]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1860]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1862]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1864]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1866]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1868]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1870]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1874]: 6 -8.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1876]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1882]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1884]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1886]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1888]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1890]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1892]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1894]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1900]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1902]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1908]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1910]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1912]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1915]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1917]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1919]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1921]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1923]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1931]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1933]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1937]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1943]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1945]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1947]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1949]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1951]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1953]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1959]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1961]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1963]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1967]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1969]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1974]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1986]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[1998]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2000]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2002]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2006]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2008]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2010]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2016]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2018]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2020]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2022]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2024]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2028]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2031]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2033]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2035]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2037]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2039]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2041]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2047]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2055]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2059]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2061]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2063]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2065]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2067]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2069]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2075]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2077]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2079]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2081]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2112]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2114]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2116]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2118]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2120]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2122]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2124]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2126]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2132]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2134]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2136]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2138]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2140]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2171]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2175]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2177]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2179]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2181]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2183]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2185]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2191]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2193]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2195]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2197]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2232]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2234]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2236]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2238]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2240]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2242]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2248]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2250]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2252]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2254]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2256]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2277]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2291]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2293]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2295]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2297]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2299]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2301]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2307]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2309]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2311]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2313]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2328]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2330]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2334]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2336]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2346]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2348]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2350]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2352]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2354]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2356]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2358]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2364]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2366]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2368]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2370]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2385]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2387]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2389]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2391]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2393]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2395]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2401]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2403]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2405]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2407]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2409]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2411]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2413]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2415]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2417]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2423]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2425]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2427]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2429]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2433]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2437]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2439]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2440]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2444]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2446]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2448]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2450]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2452]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2454]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2458]: 6 -2.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2460]: 6 -2.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2462]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2464]: 6 -2.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2466]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2468]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2470]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2472]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2474]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2478]: 6 -2.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2480]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2482]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2484]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2486]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2488]: 6 -2.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2492]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2495]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2496]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2499]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2503]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2507]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2509]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2511]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2513]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2515]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2517]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2519]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2523]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2525]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2527]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2529]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2531]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2533]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2539]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2541]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2543]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2549]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2554]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2556]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2558]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2580]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2582]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2584]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2588]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2590]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2596]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2598]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2600]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2602]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2610]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2615]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2621]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2639]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2641]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2643]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2645]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2647]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2649]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2655]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2657]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2661]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2663]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2670]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2672]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2680]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2696]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2698]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2700]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2702]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2704]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2706]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2712]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2714]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2716]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2718]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2727]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2729]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2731]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2733]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2735]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2741]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2743]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2745]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2747]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2751]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2755]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2757]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2759]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2761]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2763]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2765]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2771]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2773]: 6 -9.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2775]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2777]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2788]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2800]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2812]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2814]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2816]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2818]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2820]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2822]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2828]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2830]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2832]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2834]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2863]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2871]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2873]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2875]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2877]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2879]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2881]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2887]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2889]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2891]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2893]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2899]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2930]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2932]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2934]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2936]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2938]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2944]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2946]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2948]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2950]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2987]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2989]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2991]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2993]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2995]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[2997]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3005]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3007]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3009]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3030]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3040]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3046]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3048]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3050]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3052]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3054]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3060]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3062]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3064]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3066]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3105]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3107]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3111]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3119]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3121]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3123]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3125]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3140]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3142]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3150]: 6 -7.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3152]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3162]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3164]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3166]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3168]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3170]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3172]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3176]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3178]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3180]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3186]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3215]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3235]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3237]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3239]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3254]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3270]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3272]: 6 -1.0001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3292]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3294]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3295]: 6 0 7.00007 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3296]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3307]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3311]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3323]: 6 -1.00003 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3325]: 6 -1.00009 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3327]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3331]: 6 -1.00007 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3351]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3353]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3385]: 6 -1.00008 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3397]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3405]: 6 -1.00002 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3409]: 6 -1.00004 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3410]: 6 -1.00006 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[3411]: 6 -1.00001 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[5294]: 6 -1.00005 0 shouldn't be
438.61/440.06	WSVECS04 Frhs2[8030]: 6 -1.00004 0 shouldn't be
445.88/447.40	c #Conflicts:     317000 | #Constraints:      42904
445.88/447.40	c #Conflicts:     318000 | #Constraints:      43904
445.88/447.40	c #Conflicts:     319000 | #Constraints:      44904
445.88/447.40	c #Conflicts:     320000 | #Constraints:      45904
445.88/447.40	c #Conflicts:     321000 | #Constraints:      46904
445.88/447.40	c INPROCESSING
445.88/447.40	c GARBAGE COLLECT
445.88/447.40	c rational objective 1737
456.45/457.93	c #Conflicts:     322000 | #Constraints:      36713
456.45/457.93	c #Conflicts:     323000 | #Constraints:      37713
456.45/457.93	c #Conflicts:     324000 | #Constraints:      38713
456.45/457.93	c #Conflicts:     325000 | #Constraints:      39713
456.45/457.93	c #Conflicts:     326000 | #Constraints:      40713
456.45/457.93	c #Conflicts:     327000 | #Constraints:      41713
456.45/457.93	c #Conflicts:     328000 | #Constraints:      42713
456.45/457.93	c #Conflicts:     329000 | #Constraints:      43713
456.45/457.93	c #Conflicts:     330000 | #Constraints:      44713
456.45/457.93	c #Conflicts:     331000 | #Constraints:      45713
456.45/457.93	c #Conflicts:     332000 | #Constraints:      46713
456.45/457.93	c #Conflicts:     333000 | #Constraints:      47713
456.45/457.93	c INPROCESSING
456.45/457.93	c GARBAGE COLLECT
456.45/457.93	c rational objective 1737
474.10/475.69	c #Conflicts:     334000 | #Constraints:      37359
474.10/475.69	c #Conflicts:     335000 | #Constraints:      38359
474.10/475.69	c #Conflicts:     336000 | #Constraints:      39359
474.10/475.69	c #Conflicts:     337000 | #Constraints:      40359
474.10/475.69	c #Conflicts:     338000 | #Constraints:      41360
474.10/475.69	c #Conflicts:     339000 | #Constraints:      42366
474.10/475.69	c #Conflicts:     340000 | #Constraints:      43370
474.10/475.69	c #Conflicts:     341000 | #Constraints:      44377
474.10/475.69	c #Conflicts:     342000 | #Constraints:      45397
474.10/475.69	c #Conflicts:     343000 | #Constraints:      46404
474.10/475.69	c #Conflicts:     344000 | #Constraints:      47411
474.10/475.69	c #Conflicts:     345000 | #Constraints:      48414
474.10/475.69	c INPROCESSING
474.10/475.69	c GARBAGE COLLECT
474.10/475.69	c rational objective 1737
477.40/478.94	c #Conflicts:     346000 | #Constraints:      37718
477.40/478.94	WSVECS04 Frhs2[14]: 6 -1.00008 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[16]: 6 -1.00002 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[34]: 6 -1.00004 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[52]: 6 -1.00009 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[63]: 6 -1.00009 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[67]: 6 -1.00002 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[69]: 6 -1.00004 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[71]: 6 -1.00002 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[89]: 6 -1.00008 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[136]: 6 -1.00002 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[163]: 6 0 6.00009 shouldn't be
477.40/478.94	WSVECS04 Frhs2[187]: 6 -1.00007 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[213]: 6 -1.00001 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[278]: 6 -1.00007 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[388]: 6 -1.00005 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[431]: 6 -1.00003 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[482]: 6 -1.00002 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[484]: 6 -1.00006 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[573]: 6 -1.00006 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[720]: 6 -1.00003 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[748]: 6 -1.00006 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[749]: 6 -1.00003 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[750]: 6 -1.00007 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[806]: 6 -1.00006 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[807]: 6 0 1.00008 shouldn't be
477.40/478.94	WSVECS04 Frhs2[946]: 6 -1.00008 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1004]: 6 0 1.00008 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1007]: 6 -1.0001 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1013]: 6 -1.00006 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1037]: 6 -1.00009 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1076]: 6 -1.00006 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1078]: 6 -1.00003 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1089]: 6 0 1.00008 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1091]: 6 0 5.00004 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1098]: 6 -1.00004 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1150]: 6 0 1.00004 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1191]: 6 0 1.00007 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1247]: 6 -1.00004 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1687]: 6 -1.00003 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1732]: 6 0 1.00004 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1742]: 6 -1.00008 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1748]: 6 -1.00003 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1750]: 6 -1.00009 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1805]: 6 -1.00001 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1806]: 6 -1.00004 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1824]: 6 -1.00005 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1845]: 6 -1.00006 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1858]: 6 -1.00004 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1863]: 6 -1.00007 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1864]: 6 0 1.00007 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1874]: 6 -1.00006 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[1997]: 6 0 1.00003 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2033]: 6 -1.00007 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2067]: 6 -1.00007 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2410]: 6 0 1.00002 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2412]: 6 0 1.00006 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2482]: 6 -1.00003 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2483]: 6 0 1.00005 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2735]: 6 -1.00006 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2737]: 6 -1.00008 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2755]: 6 -1.00004 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2759]: 6 -1.00005 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2773]: 6 -1.00003 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[2879]: 6 -1.00004 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[3065]: 6 0 1.00005 shouldn't be
477.40/478.94	WSVECS04 Frhs2[3140]: 6 -1.00008 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[3150]: 6 -4.00007 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[3295]: 6 0 2.00001 shouldn't be
477.40/478.94	WSVECS04 Frhs2[4097]: 6 -1.00008 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[7059]: 6 -1.0001 0 shouldn't be
477.40/478.94	WSVECS04 Frhs2[8003]: 6 0 3.00009 shouldn't be
489.76/491.33	c #Conflicts:     347000 | #Constraints:      38718
489.76/491.33	c #Conflicts:     348000 | #Constraints:      39718
489.76/491.33	c #Conflicts:     349000 | #Constraints:      40718
489.76/491.33	c #Conflicts:     350000 | #Constraints:      41718
489.76/491.33	c #Conflicts:     351000 | #Constraints:      42718
489.76/491.33	c #Conflicts:     352000 | #Constraints:      43718
489.76/491.33	c #Conflicts:     353000 | #Constraints:      44718
489.76/491.33	c #Conflicts:     354000 | #Constraints:      45718
489.76/491.33	c #Conflicts:     355000 | #Constraints:      46718
489.76/491.33	c #Conflicts:     356000 | #Constraints:      47718
489.76/491.33	c #Conflicts:     357000 | #Constraints:      48718
489.76/491.33	c INPROCESSING
489.76/491.33	c GARBAGE COLLECT
489.76/491.33	c rational objective 1737
507.01/508.69	c #Conflicts:     358000 | #Constraints:      37953
507.01/508.69	c #Conflicts:     359000 | #Constraints:      38953
507.01/508.69	c #Conflicts:     360000 | #Constraints:      39955
507.01/508.69	c #Conflicts:     361000 | #Constraints:      40958
507.01/508.69	c #Conflicts:     362000 | #Constraints:      41958
507.01/508.69	c #Conflicts:     363000 | #Constraints:      42958
507.01/508.69	c #Conflicts:     364000 | #Constraints:      43958
507.01/508.69	c #Conflicts:     365000 | #Constraints:      44959
507.01/508.69	c #Conflicts:     366000 | #Constraints:      45981
507.01/508.69	c #Conflicts:     367000 | #Constraints:      46984
507.01/508.69	c #Conflicts:     368000 | #Constraints:      48000
507.01/508.69	c #Conflicts:     369000 | #Constraints:      49001
507.01/508.69	c INPROCESSING
507.01/508.69	c GARBAGE COLLECT
507.01/508.69	c rational objective 1737
518.58/520.26	c #Conflicts:     370000 | #Constraints:      37913
518.58/520.26	c #Conflicts:     371000 | #Constraints:      38913
518.58/520.26	c #Conflicts:     372000 | #Constraints:      39914
518.58/520.26	c #Conflicts:     373000 | #Constraints:      40918
518.58/520.26	c #Conflicts:     374000 | #Constraints:      41919
518.58/520.26	c #Conflicts:     375000 | #Constraints:      42922
518.58/520.26	c #Conflicts:     376000 | #Constraints:      43928
518.58/520.26	c #Conflicts:     377000 | #Constraints:      44930
518.58/520.26	c #Conflicts:     378000 | #Constraints:      45936
518.58/520.26	c #Conflicts:     379000 | #Constraints:      46938
518.58/520.26	c #Conflicts:     380000 | #Constraints:      47940
518.58/520.26	c #Conflicts:     381000 | #Constraints:      48940
518.58/520.26	c INPROCESSING
518.58/520.26	c GARBAGE COLLECT
518.58/520.26	c rational objective 1737
529.75/531.49	c #Conflicts:     382000 | #Constraints:      37693
529.75/531.49	c #Conflicts:     383000 | #Constraints:      38693
529.75/531.49	c #Conflicts:     384000 | #Constraints:      39693
529.75/531.49	c #Conflicts:     385000 | #Constraints:      40693
529.75/531.49	c #Conflicts:     386000 | #Constraints:      41693
529.75/531.49	c #Conflicts:     387000 | #Constraints:      42693
529.75/531.49	c #Conflicts:     388000 | #Constraints:      43693
529.75/531.49	c #Conflicts:     389000 | #Constraints:      44693
529.75/531.49	c #Conflicts:     390000 | #Constraints:      45693
529.75/531.49	c #Conflicts:     391000 | #Constraints:      46693
529.75/531.49	WSVECS04 Frhs2[20]: 6 -1.00003 0 shouldn't be
529.75/531.49	WSVECS04 Frhs2[136]: 6 -1.00004 0 shouldn't be
529.75/531.49	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
529.75/531.49	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
529.75/531.49	WSVECS04 Frhs2[1009]: 6 -1.00004 0 shouldn't be
529.75/531.49	WSVECS04 Frhs2[1217]: 6 -1.00004 0 shouldn't be
529.75/531.49	WSVECS04 Frhs2[1275]: 6 0 1.00002 shouldn't be
537.93/539.67	c #Conflicts:     392000 | #Constraints:      47694
537.93/539.67	c #Conflicts:     393000 | #Constraints:      48694
537.93/539.67	c #Conflicts:     394000 | #Constraints:      49694
537.93/539.67	c INPROCESSING
537.93/539.67	c GARBAGE COLLECT
537.93/539.67	c rational objective 1737
548.70/550.48	c #Conflicts:     395000 | #Constraints:      38325
548.70/550.48	c #Conflicts:     396000 | #Constraints:      39325
548.70/550.48	c #Conflicts:     397000 | #Constraints:      40325
548.70/550.48	c #Conflicts:     398000 | #Constraints:      41325
548.70/550.48	c #Conflicts:     399000 | #Constraints:      42325
548.70/550.48	c #Conflicts:     400000 | #Constraints:      43325
548.70/550.48	c #Conflicts:     401000 | #Constraints:      44325
548.70/550.48	c #Conflicts:     402000 | #Constraints:      45325
548.70/550.48	c #Conflicts:     403000 | #Constraints:      46325
548.70/550.48	c #Conflicts:     404000 | #Constraints:      47325
548.70/550.48	c #Conflicts:     405000 | #Constraints:      48325
548.70/550.48	c #Conflicts:     406000 | #Constraints:      49325
548.70/550.48	c #Conflicts:     407000 | #Constraints:      50325
548.70/550.48	c INPROCESSING
548.70/550.48	c GARBAGE COLLECT
548.70/550.48	c rational objective 1737
562.37/564.14	c #Conflicts:     408000 | #Constraints:      38689
562.37/564.14	c #Conflicts:     409000 | #Constraints:      39689
562.37/564.14	c #Conflicts:     410000 | #Constraints:      40689
562.37/564.14	c #Conflicts:     411000 | #Constraints:      41689
562.37/564.14	c #Conflicts:     412000 | #Constraints:      42689
562.37/564.14	c #Conflicts:     413000 | #Constraints:      43689
562.37/564.14	c #Conflicts:     414000 | #Constraints:      44690
562.37/564.14	c #Conflicts:     415000 | #Constraints:      45690
562.37/564.14	c #Conflicts:     416000 | #Constraints:      46690
562.37/564.14	c #Conflicts:     417000 | #Constraints:      47690
562.37/564.14	c #Conflicts:     418000 | #Constraints:      48690
562.37/564.14	c #Conflicts:     419000 | #Constraints:      49690
562.37/564.14	c #Conflicts:     420000 | #Constraints:      50690
562.37/564.14	c INPROCESSING
562.37/564.14	c GARBAGE COLLECT
562.37/564.14	c rational objective 1737
576.62/578.45	c #Conflicts:     421000 | #Constraints:      38906
576.62/578.45	c #Conflicts:     422000 | #Constraints:      39914
576.62/578.45	c #Conflicts:     423000 | #Constraints:      40921
576.62/578.45	c #Conflicts:     424000 | #Constraints:      41932
576.62/578.45	c #Conflicts:     425000 | #Constraints:      42933
576.62/578.45	c #Conflicts:     426000 | #Constraints:      43948
576.62/578.45	c #Conflicts:     427000 | #Constraints:      44964
576.62/578.45	c #Conflicts:     428000 | #Constraints:      45974
576.62/578.45	c #Conflicts:     429000 | #Constraints:      46974
576.62/578.45	c #Conflicts:     430000 | #Constraints:      47977
576.62/578.45	c #Conflicts:     431000 | #Constraints:      48989
576.62/578.45	c #Conflicts:     432000 | #Constraints:      49995
576.62/578.45	c #Conflicts:     433000 | #Constraints:      51001
576.62/578.45	c INPROCESSING
576.62/578.45	c GARBAGE COLLECT
576.62/578.45	c rational objective 1737
591.47/593.39	c #Conflicts:     434000 | #Constraints:      38947
591.47/593.39	c #Conflicts:     435000 | #Constraints:      39947
591.47/593.39	c #Conflicts:     436000 | #Constraints:      40947
591.47/593.39	c #Conflicts:     437000 | #Constraints:      41947
591.47/593.39	c #Conflicts:     438000 | #Constraints:      42947
591.47/593.39	c #Conflicts:     439000 | #Constraints:      43947
591.47/593.39	c #Conflicts:     440000 | #Constraints:      44947
591.47/593.39	c #Conflicts:     441000 | #Constraints:      45947
591.47/593.39	c #Conflicts:     442000 | #Constraints:      46947
591.47/593.39	c #Conflicts:     443000 | #Constraints:      47947
591.47/593.39	c #Conflicts:     444000 | #Constraints:      48947
591.47/593.39	WSVECS04 Frhs2[1]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[4]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[8]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[13]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[16]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[17]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[18]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[20]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[22]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[38]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[56]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[57]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[79]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[95]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[97]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[109]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[116]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[128]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[177]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[181]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[187]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[189]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[191]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[209]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[211]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[213]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[225]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[238]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[242]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[244]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[246]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[266]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[268]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[270]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[272]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[286]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[295]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[297]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[309]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[323]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[325]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[327]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[329]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[382]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[384]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[386]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[419]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[441]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[443]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[445]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[476]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[498]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[500]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[535]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[537]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[541]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[547]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[557]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[559]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[561]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[604]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[614]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[616]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[618]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[632]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[645]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[663]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[673]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[675]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[677]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[702]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[708]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[710]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[730]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[732]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[734]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[769]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[789]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[791]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[793]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[818]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[848]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[850]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[875]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[885]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[889]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[905]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[907]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[909]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[942]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[946]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[962]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[964]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[966]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[974]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[978]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[984]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[993]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[995]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[997]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[999]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1001]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1019]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1021]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1023]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1025]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1031]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1033]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1048]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1052]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1054]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1060]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1062]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1066]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1078]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1080]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1082]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1090]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1092]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1107]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1109]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1111]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1115]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1133]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1135]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1137]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1139]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1149]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1172]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1178]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1194]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1196]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1198]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1229]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1235]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1253]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1255]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1257]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1304]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1312]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1341]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1343]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1355]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1361]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1363]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1369]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1371]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1373]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1394]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1410]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1412]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1414]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1420]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1428]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1430]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1469]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1471]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1477]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1479]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1485]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1489]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1501]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1512]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1514]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1516]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1518]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1528]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1536]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1544]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1546]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1571]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1575]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1579]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1585]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1601]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1603]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1630]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1652]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1658]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1660]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1674]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1678]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1687]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1701]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1709]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1711]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1717]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1719]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1721]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1735]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1742]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1758]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1760]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1768]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1774]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1776]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1778]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1792]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1794]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1803]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1805]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1817]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1833]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1835]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1837]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1847]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1851]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1862]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1872]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1874]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1876]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1890]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1892]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1894]: 6 -1.00001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1908]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1910]: 6 -1.00007 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1927]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1933]: 6 -1.00002 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1941]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1949]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1951]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1963]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1965]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[1967]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2006]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2008]: 6 -1.00004 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2010]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2065]: 6 -1.00006 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2067]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2069]: 6 -1.00003 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2122]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2124]: 6 -1.00009 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2126]: 6 -1.00005 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2181]: 6 -1.0001 0 shouldn't be
591.47/593.39	WSVECS04 Frhs2[2183]: 6 -1.00009 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2185]: 6 -1.0001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2238]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2240]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2242]: 6 -1.00002 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2297]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2299]: 6 -1.00006 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2301]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2354]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2356]: 6 -1.00009 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2358]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2413]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2415]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2417]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2470]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2472]: 6 -1.00002 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2474]: 6 -1.00006 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2529]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2531]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2533]: 6 -1.00006 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2586]: 6 -1.00004 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2588]: 6 -1.00002 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2590]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2645]: 6 -1.00004 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2647]: 6 -1.00002 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2649]: 6 -1.00009 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2657]: 6 -1.00004 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2702]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2704]: 6 -1.00009 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2706]: 6 -1.00005 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2714]: 6 -1.00005 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2716]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2733]: 6 -1.00009 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2735]: 6 -1.00005 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2761]: 6 -1.00005 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2763]: 6 -1.00002 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2765]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2773]: 6 -1.00006 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2818]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2820]: 6 -1.00002 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2822]: 6 -1.00004 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2877]: 6 -1.00006 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2879]: 6 -1.00006 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2881]: 6 -1.00004 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2934]: 6 -1.00009 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2936]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2938]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2940]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2993]: 6 -1.00006 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2995]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[2997]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3024]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3044]: 6 -1.00005 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3052]: 6 -1.00002 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3054]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3072]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3081]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3083]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3085]: 6 -1.0001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3087]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3101]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3103]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3111]: 6 -1.00006 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3127]: 6 -1.00002 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3138]: 6 -1.00004 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3140]: 6 -1.00001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3142]: 6 -1.0001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3144]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3146]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3150]: 6 -1.00004 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3154]: 6 -1.00005 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3160]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3184]: 6 -1.00009 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3186]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3193]: 6 -1.00009 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3201]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3207]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3211]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3235]: 6 -1.00009 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3243]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3247]: 6 -1.00009 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3258]: 6 -1.00006 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3266]: 6 -1.00002 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3270]: 6 -1.00005 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3307]: 6 -1.00005 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3323]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3327]: 6 -1.00007 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3376]: 6 -1.00008 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3378]: 6 -1.0001 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3382]: 6 -1.00005 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3383]: 6 -1.00003 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3384]: 6 -1.00004 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3385]: 6 -1.00005 0 shouldn't be
591.47/593.40	WSVECS04 Frhs2[3422]: 6 -1.00009 0 shouldn't be
597.46/599.36	c #Conflicts:     445000 | #Constraints:      49947
597.46/599.36	c #Conflicts:     446000 | #Constraints:      50947
597.46/599.36	c INPROCESSING
597.46/599.36	c GARBAGE COLLECT
597.46/599.36	c rational objective 1737
615.91/617.84	c #Conflicts:     447000 | #Constraints:      38790
615.91/617.84	c #Conflicts:     448000 | #Constraints:      39790
615.91/617.84	c #Conflicts:     449000 | #Constraints:      40790
615.91/617.84	c #Conflicts:     450000 | #Constraints:      41790
615.91/617.84	c #Conflicts:     451000 | #Constraints:      42790
615.91/617.84	c #Conflicts:     452000 | #Constraints:      43790
615.91/617.84	c #Conflicts:     453000 | #Constraints:      44790
615.91/617.84	c #Conflicts:     454000 | #Constraints:      45790
615.91/617.84	c #Conflicts:     455000 | #Constraints:      46790
615.91/617.84	c #Conflicts:     456000 | #Constraints:      47790
615.91/617.84	c #Conflicts:     457000 | #Constraints:      48790
615.91/617.84	c #Conflicts:     458000 | #Constraints:      49791
615.91/617.84	c #Conflicts:     459000 | #Constraints:      50792
615.91/617.84	c #Conflicts:     460000 | #Constraints:      51800
615.91/617.84	c INPROCESSING
615.91/617.84	c GARBAGE COLLECT
615.91/617.84	c rational objective 1737
641.84/643.83	c #Conflicts:     461000 | #Constraints:      39410
641.84/643.83	c #Conflicts:     462000 | #Constraints:      40410
641.84/643.83	c #Conflicts:     463000 | #Constraints:      41420
641.84/643.83	c #Conflicts:     464000 | #Constraints:      42433
641.84/643.83	c #Conflicts:     465000 | #Constraints:      43438
641.84/643.83	c #Conflicts:     466000 | #Constraints:      44444
641.84/643.83	c #Conflicts:     467000 | #Constraints:      45455
641.84/643.83	c #Conflicts:     468000 | #Constraints:      46472
641.84/643.83	c #Conflicts:     469000 | #Constraints:      47479
641.84/643.83	c #Conflicts:     470000 | #Constraints:      48485
641.84/643.83	c #Conflicts:     471000 | #Constraints:      49499
641.84/643.83	c #Conflicts:     472000 | #Constraints:      50511
641.84/643.83	c #Conflicts:     473000 | #Constraints:      51528
641.84/643.83	c #Conflicts:     474000 | #Constraints:      52535
641.84/643.83	c INPROCESSING
641.84/643.83	c GARBAGE COLLECT
641.84/643.83	c rational objective 1737
662.68/664.71	c #Conflicts:     475000 | #Constraints:      39796
662.68/664.71	c #Conflicts:     476000 | #Constraints:      40796
662.68/664.71	c #Conflicts:     477000 | #Constraints:      41796
662.68/664.71	c #Conflicts:     478000 | #Constraints:      42796
662.68/664.71	c #Conflicts:     479000 | #Constraints:      43796
662.68/664.71	c #Conflicts:     480000 | #Constraints:      44796
662.68/664.71	c #Conflicts:     481000 | #Constraints:      45796
662.68/664.71	c #Conflicts:     482000 | #Constraints:      46796
662.68/664.71	c #Conflicts:     483000 | #Constraints:      47797
662.68/664.71	c #Conflicts:     484000 | #Constraints:      48797
662.68/664.71	c #Conflicts:     485000 | #Constraints:      49797
662.68/664.71	c #Conflicts:     486000 | #Constraints:      50798
662.68/664.71	c #Conflicts:     487000 | #Constraints:      51798
662.68/664.71	c #Conflicts:     488000 | #Constraints:      52798
662.68/664.71	c INPROCESSING
662.68/664.71	c GARBAGE COLLECT
662.68/664.71	c rational objective 1737
682.93/685.03	c #Conflicts:     489000 | #Constraints:      39994
682.93/685.03	c #Conflicts:     490000 | #Constraints:      41003
682.93/685.03	c #Conflicts:     491000 | #Constraints:      42011
682.93/685.03	c #Conflicts:     492000 | #Constraints:      43015
682.93/685.03	c #Conflicts:     493000 | #Constraints:      44019
682.93/685.03	c #Conflicts:     494000 | #Constraints:      45021
682.93/685.03	c #Conflicts:     495000 | #Constraints:      46031
682.93/685.03	c #Conflicts:     496000 | #Constraints:      47034
682.93/685.03	c #Conflicts:     497000 | #Constraints:      48042
682.93/685.03	c #Conflicts:     498000 | #Constraints:      49045
682.93/685.03	c #Conflicts:     499000 | #Constraints:      50048
682.93/685.03	c #Conflicts:     500000 | #Constraints:      51050
682.93/685.03	c #Conflicts:     501000 | #Constraints:      52055
682.93/685.03	c #Conflicts:     502000 | #Constraints:      53059
682.93/685.03	c INPROCESSING
682.93/685.03	c GARBAGE COLLECT
682.93/685.03	c rational objective 1737
701.17/703.32	c #Conflicts:     503000 | #Constraints:      40005
701.17/703.32	c #Conflicts:     504000 | #Constraints:      41005
701.17/703.32	c #Conflicts:     505000 | #Constraints:      42005
701.17/703.32	c #Conflicts:     506000 | #Constraints:      43005
701.17/703.32	c #Conflicts:     507000 | #Constraints:      44005
701.17/703.32	c #Conflicts:     508000 | #Constraints:      45005
701.17/703.32	c #Conflicts:     509000 | #Constraints:      46005
701.17/703.32	c #Conflicts:     510000 | #Constraints:      47005
701.17/703.32	c #Conflicts:     511000 | #Constraints:      48005
701.17/703.32	c #Conflicts:     512000 | #Constraints:      49005
701.17/703.32	c #Conflicts:     513000 | #Constraints:      50005
701.17/703.32	c #Conflicts:     514000 | #Constraints:      51005
701.17/703.32	WSVECS04 Frhs2[30]: 6 -1.00005 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[32]: 6 -1.00006 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[89]: 6 -1.00007 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[109]: 6 -1.00002 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[113]: 6 -1.00005 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[146]: 6 -1.00005 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[366]: 6 -1.00004 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[946]: 6 -1.00006 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1003]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1005]: 6 -1.00008 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1015]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1062]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1119]: 6 -1.00006 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1121]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1178]: 6 -1.00008 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1235]: 6 -1.00001 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1237]: 6 -1.0001 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1294]: 6 -1.00009 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1351]: 6 -1.00006 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1353]: 6 -1.00002 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1410]: 6 -1.00001 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1467]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1469]: 6 -1.00005 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1583]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1585]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1642]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1699]: 6 -1.00007 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1701]: 6 -1.00009 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1727]: 6 -1.00001 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1758]: 6 -1.00008 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1815]: 6 -1.00007 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1817]: 6 -1.00001 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1874]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1931]: 6 -1.0001 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1933]: 6 -1.00009 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[1990]: 6 -1.00008 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2047]: 6 -1.00004 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2049]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2106]: 6 -1.00007 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2163]: 6 -1.00004 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2165]: 6 -1.00006 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2222]: 6 -1.00004 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2232]: 6 -1.00007 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2279]: 6 -1.00009 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2281]: 6 -1.00002 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2338]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2395]: 6 -1.0001 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2397]: 6 -1.00002 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2454]: 6 -1.00006 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2511]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2513]: 6 -1.00009 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2570]: 6 -1.00005 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2588]: 6 -1.00009 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2627]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2629]: 6 -1.00002 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2686]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2743]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2745]: 6 -1.0001 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2802]: 6 -1.00006 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2859]: 6 -1.00008 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2861]: 6 -1.00006 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2918]: 6 -1.00005 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2975]: 6 -1.00005 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[2977]: 6 -1.00001 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[3034]: 6 -1.00005 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[3091]: 6 -1.00004 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[3093]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[3150]: 6 -1.00004 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[3207]: 6 -1.00005 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[3209]: 6 -1.00007 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[3266]: 6 -1.00003 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[3360]: 6 -1.00006 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[3395]: 6 -1.00004 0 shouldn't be
701.17/703.32	WSVECS04 Frhs2[3420]: 6 -1.00006 0 shouldn't be
704.66/706.86	c #Conflicts:     515000 | #Constraints:      52005
704.66/706.86	c #Conflicts:     516000 | #Constraints:      53005
704.66/706.86	c INPROCESSING
704.66/706.86	c GARBAGE COLLECT
704.66/706.86	c rational objective 1737
730.98/733.20	c #Conflicts:     517000 | #Constraints:      39837
730.98/733.20	c #Conflicts:     518000 | #Constraints:      40837
730.98/733.20	c #Conflicts:     519000 | #Constraints:      41837
730.98/733.20	c #Conflicts:     520000 | #Constraints:      42837
730.98/733.20	c #Conflicts:     521000 | #Constraints:      43837
730.98/733.20	c #Conflicts:     522000 | #Constraints:      44837
730.98/733.20	c #Conflicts:     523000 | #Constraints:      45837
730.98/733.20	c #Conflicts:     524000 | #Constraints:      46837
730.98/733.20	c #Conflicts:     525000 | #Constraints:      47837
730.98/733.20	c #Conflicts:     526000 | #Constraints:      48838
730.98/733.20	c #Conflicts:     527000 | #Constraints:      49838
730.98/733.20	c #Conflicts:     528000 | #Constraints:      50844
730.98/733.20	c #Conflicts:     529000 | #Constraints:      51853
730.98/733.20	c #Conflicts:     530000 | #Constraints:      52861
730.98/733.20	c #Conflicts:     531000 | #Constraints:      53869
730.98/733.20	c INPROCESSING
730.98/733.20	c GARBAGE COLLECT
730.98/733.20	c rational objective 1737
745.64/747.97	c #Conflicts:     532000 | #Constraints:      40365
745.64/747.97	c #Conflicts:     533000 | #Constraints:      41365
745.64/747.97	c #Conflicts:     534000 | #Constraints:      42365
745.64/747.97	c #Conflicts:     535000 | #Constraints:      43365
745.64/747.97	c #Conflicts:     536000 | #Constraints:      44365
745.64/747.97	c #Conflicts:     537000 | #Constraints:      45365
745.64/747.97	c #Conflicts:     538000 | #Constraints:      46365
745.64/747.97	c #Conflicts:     539000 | #Constraints:      47365
745.64/747.97	c #Conflicts:     540000 | #Constraints:      48365
745.64/747.97	c #Conflicts:     541000 | #Constraints:      49365
745.64/747.97	c #Conflicts:     542000 | #Constraints:      50365
745.64/747.97	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[22]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[24]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[42]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[71]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[77]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[79]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[81]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[101]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[107]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[130]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[138]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[141]: 6 -2.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[143]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[148]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[193]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[195]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[197]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[199]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[200]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[205]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[207]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[223]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[225]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[227]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[252]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[254]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[256]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[264]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[280]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[301]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[303]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[309]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[311]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[337]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[339]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[341]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[360]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[368]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[370]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[380]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[386]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[396]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[398]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[425]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[427]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[453]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[455]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[457]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[482]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[484]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[486]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[512]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[514]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[541]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[543]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[551]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[563]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[569]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[571]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[573]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[598]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[600]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[628]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[630]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[657]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[659]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[685]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[687]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[689]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[714]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[716]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[736]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[744]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[746]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[773]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[775]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[787]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[801]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[803]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[805]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[814]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[830]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[832]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[862]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[877]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[889]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[891]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[917]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[919]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[921]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[946]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[948]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[958]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[966]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[974]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[976]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[978]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[989]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1003]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1005]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1007]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1023]: 6 -2.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1027]: 6 -2.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1033]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1035]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1037]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1046]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1048]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1062]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1064]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1066]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1072]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1084]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1086]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1090]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1091]: 6 0 1.00004 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1092]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1094]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1096]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1098]: 6 -2.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1100]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1105]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1119]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1121]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1123]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1131]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1141]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1143]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1149]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1151]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1153]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1159]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1178]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1180]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1200]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1208]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1210]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1237]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1239]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1247]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1265]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1267]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1269]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1294]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1296]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1304]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1312]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1318]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1322]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1324]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1341]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1353]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1355]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1361]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1363]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1369]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1381]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1383]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1385]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1410]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1412]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1420]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1438]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1442]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1469]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1471]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1497]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1499]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1501]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1526]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1528]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1536]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1542]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1544]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1554]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1556]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1558]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1585]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1587]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1601]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1613]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1617]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1642]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1644]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1654]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1670]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1672]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1674]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1701]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1703]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1729]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1731]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1733]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1737]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1758]: 6 -2.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1760]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1762]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1766]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1786]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1788]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1790]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1817]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1819]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1823]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1827]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1833]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1839]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1845]: 6 -3.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1847]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1849]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1853]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1874]: 6 -4.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1876]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1878]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1902]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1904]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1906]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1933]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1935]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1961]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1963]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1965]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1990]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[1992]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2018]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2020]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2022]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2049]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2051]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2077]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2079]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2081]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2106]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2108]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2134]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2136]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2138]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2165]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2167]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2193]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2195]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2197]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2222]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2224]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2250]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2252]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2254]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2281]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2283]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2295]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2309]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2311]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2313]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2338]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2340]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2366]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2368]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2370]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2397]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2399]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2425]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2427]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2429]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2454]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2456]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2460]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2474]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2482]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2484]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2486]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2513]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2515]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2527]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2541]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2543]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2570]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2572]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2582]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2598]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2600]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2602]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2611]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2629]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2631]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2647]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2657]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2661]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2686]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2688]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2710]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2714]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2716]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2718]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2727]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2745]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2747]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2749]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2759]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2767]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2769]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2773]: 6 -3.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2775]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2777]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2783]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2814]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2826]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2830]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2832]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2834]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2836]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2889]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2893]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2946]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2948]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[2950]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3003]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3005]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3007]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3009]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3062]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3064]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3066]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3121]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3123]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3125]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3150]: 6 -5.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3152]: 6 -1.00002 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3178]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3180]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3182]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3237]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3239]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3241]: 6 -1.0001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3294]: 6 -1.00003 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3296]: 6 -1.00008 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3298]: 6 -1.00009 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3326]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3329]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3335]: 6 -1.00001 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3353]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3355]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3379]: 6 -1.00004 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3383]: 6 -1.00007 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3385]: 6 -1.00006 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3387]: 6 -1.00005 0 shouldn't be
745.64/747.97	WSVECS04 Frhs2[3388]: 6 -1.00004 0 shouldn't be
753.83/756.19	c #Conflicts:     543000 | #Constraints:      51366
753.83/756.19	c #Conflicts:     544000 | #Constraints:      52366
753.83/756.19	c #Conflicts:     545000 | #Constraints:      53366
753.83/756.19	c #Conflicts:     546000 | #Constraints:      54366
753.83/756.19	c INPROCESSING
753.83/756.19	c GARBAGE COLLECT
753.83/756.19	c rational objective 1737
774.25/776.64	c #Conflicts:     547000 | #Constraints:      40826
774.25/776.64	c #Conflicts:     548000 | #Constraints:      41826
774.25/776.64	c #Conflicts:     549000 | #Constraints:      42826
774.25/776.64	c #Conflicts:     550000 | #Constraints:      43826
774.25/776.64	c #Conflicts:     551000 | #Constraints:      44826
774.25/776.64	c #Conflicts:     552000 | #Constraints:      45826
774.25/776.64	c #Conflicts:     553000 | #Constraints:      46826
774.25/776.64	c #Conflicts:     554000 | #Constraints:      47826
774.25/776.64	c #Conflicts:     555000 | #Constraints:      48826
774.25/776.64	c #Conflicts:     556000 | #Constraints:      49826
774.25/776.64	c #Conflicts:     557000 | #Constraints:      50826
774.25/776.64	c #Conflicts:     558000 | #Constraints:      51826
774.25/776.64	c #Conflicts:     559000 | #Constraints:      52826
774.25/776.64	c #Conflicts:     560000 | #Constraints:      53826
774.25/776.64	c #Conflicts:     561000 | #Constraints:      54827
774.25/776.64	c INPROCESSING
774.25/776.64	c GARBAGE COLLECT
774.25/776.64	c rational objective 1737
800.69/803.13	c #Conflicts:     562000 | #Constraints:      41028
800.69/803.13	c #Conflicts:     563000 | #Constraints:      42028
800.69/803.13	c #Conflicts:     564000 | #Constraints:      43028
800.69/803.13	c #Conflicts:     565000 | #Constraints:      44028
800.69/803.13	c #Conflicts:     566000 | #Constraints:      45028
800.69/803.13	c #Conflicts:     567000 | #Constraints:      46029
800.69/803.13	c #Conflicts:     568000 | #Constraints:      47029
800.69/803.13	c #Conflicts:     569000 | #Constraints:      48029
800.69/803.13	c #Conflicts:     570000 | #Constraints:      49029
800.69/803.13	c #Conflicts:     571000 | #Constraints:      50030
800.69/803.13	c #Conflicts:     572000 | #Constraints:      51031
800.69/803.13	c #Conflicts:     573000 | #Constraints:      52033
800.69/803.13	c #Conflicts:     574000 | #Constraints:      53042
800.69/803.13	c #Conflicts:     575000 | #Constraints:      54047
800.69/803.13	c #Conflicts:     576000 | #Constraints:      55054
800.69/803.13	c INPROCESSING
800.69/803.13	c GARBAGE COLLECT
800.69/803.13	c rational objective 1737
815.83/818.33	c #Conflicts:     577000 | #Constraints:      40960
815.83/818.33	c #Conflicts:     578000 | #Constraints:      41960
815.83/818.33	c #Conflicts:     579000 | #Constraints:      42960
815.83/818.33	c #Conflicts:     580000 | #Constraints:      43960
815.83/818.33	c #Conflicts:     581000 | #Constraints:      44960
815.83/818.33	c #Conflicts:     582000 | #Constraints:      45960
815.83/818.33	c #Conflicts:     583000 | #Constraints:      46960
815.83/818.33	c #Conflicts:     584000 | #Constraints:      47960
815.83/818.33	c #Conflicts:     585000 | #Constraints:      48960
815.83/818.33	c #Conflicts:     586000 | #Constraints:      49960
815.83/818.33	c #Conflicts:     587000 | #Constraints:      50960
815.83/818.33	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[16]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[71]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[111]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[189]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[535]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[537]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[588]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[592]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[594]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[649]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[651]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[653]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[710]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[765]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[767]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[769]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[824]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[826]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[883]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[885]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[940]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[942]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[999]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1001]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1056]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1058]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1111]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1113]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1115]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1117]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1170]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1172]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1174]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1229]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1231]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1233]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1284]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1286]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1288]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1290]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1343]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1345]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1347]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1349]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1355]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1400]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1402]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1404]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1406]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1457]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1459]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1461]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1465]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1471]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1516]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1518]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1520]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1573]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1575]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1577]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1579]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1581]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1587]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1632]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1634]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1636]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1689]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1691]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1693]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1695]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1697]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1703]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1748]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1750]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1752]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1754]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1805]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1807]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1809]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1811]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1813]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1819]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1864]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1866]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1868]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1870]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1872]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1876]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1923]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1925]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1927]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1929]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1931]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1933]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1935]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1937]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1939]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1941]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1943]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1961]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1963]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1965]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1967]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1980]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1982]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1984]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1986]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1988]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1990]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1992]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1994]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1996]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[1998]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2000]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2002]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2018]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2020]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2022]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2024]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2026]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2037]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2039]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2041]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2043]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2045]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2047]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2049]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2051]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2053]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2055]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2057]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2059]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2075]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2077]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2079]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2081]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2083]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2085]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2087]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2090]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2092]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2094]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2098]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2100]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2102]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2104]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2106]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2108]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2112]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2114]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2116]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2118]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2128]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2134]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2136]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2138]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2140]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2142]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2144]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2146]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2147]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2149]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2151]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2153]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2155]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2157]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2159]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2161]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2163]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2165]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2167]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2169]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2171]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2173]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2175]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2177]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2187]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2193]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2195]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2197]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2199]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2201]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2203]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2206]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2208]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2210]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2212]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2214]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2216]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2218]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2220]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2222]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2224]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2226]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2228]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2230]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2232]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2234]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2236]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2252]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2254]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2256]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2258]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2260]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2262]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2263]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2265]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2267]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2269]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2271]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2273]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2275]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2277]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2279]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2281]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2283]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2285]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2287]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2289]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2291]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2293]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2295]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2299]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2324]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2326]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2328]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2330]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2332]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2334]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2336]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2338]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2340]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2378]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2379]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2381]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2383]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2385]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2387]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2389]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2391]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2393]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2395]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2397]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2399]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2435]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2440]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2442]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2444]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2446]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2448]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2450]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2452]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2454]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2494]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2497]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2499]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2501]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2503]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2505]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2507]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2509]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2511]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2513]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2515]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2556]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2558]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2560]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2562]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2564]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2566]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2568]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2570]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2572]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2574]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2576]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2578]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2580]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2582]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2584]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2598]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2600]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2602]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2604]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2606]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2608]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2610]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2611]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2613]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2615]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2617]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2619]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2621]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2623]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2625]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2627]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2629]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2631]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2633]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2635]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2637]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2639]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2641]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2655]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2657]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2659]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2661]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2663]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2665]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2667]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2670]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2672]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2674]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2676]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2678]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2680]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2682]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2684]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2686]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2688]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2690]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2692]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2694]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2696]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2698]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2710]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2714]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2716]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2718]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2720]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2722]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2724]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2726]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2727]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2729]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2731]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2733]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2735]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2737]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2739]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2741]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2743]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2745]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2747]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2749]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2751]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2753]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2755]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2757]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2759]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2767]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2769]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2771]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2773]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2775]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2777]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2779]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2781]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2783]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2786]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2788]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2790]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2792]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2794]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2796]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2798]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2800]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2802]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2804]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2806]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2808]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2810]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2812]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2814]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2816]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2826]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2830]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2832]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2834]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2836]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2840]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2842]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2843]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2845]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2847]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2849]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2851]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2853]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2855]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2857]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2859]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2863]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2865]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2869]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2871]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2873]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2875]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2889]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2891]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2893]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2895]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2897]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2899]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2902]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2904]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2906]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2908]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2910]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2912]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2914]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2916]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2918]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2920]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2922]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2924]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2926]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2928]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2930]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2932]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2946]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2948]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2950]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2952]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2954]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2956]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2958]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2959]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2961]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2963]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2965]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2967]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2969]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2971]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2973]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2975]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2977]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2979]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2981]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2983]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2985]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[2987]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3003]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3007]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3009]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3011]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3013]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3015]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3018]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3020]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3022]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3024]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3026]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3028]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3030]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3032]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3034]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3036]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3038]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3040]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3042]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3044]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3046]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3062]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3064]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3066]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3068]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3070]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3077]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3079]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3081]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3083]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3085]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3087]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3089]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3091]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3093]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3095]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3097]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3129]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3136]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3138]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3140]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3142]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3144]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3146]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3148]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3150]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3152]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3154]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3184]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3186]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3188]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3190]: 6 -1.00001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3191]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3193]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3195]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3197]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3199]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3201]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3203]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3205]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3207]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3209]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3211]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3213]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3215]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3217]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3219]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3221]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3237]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3239]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3241]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3243]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3245]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3247]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3250]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3252]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3258]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3260]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3262]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3264]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3266]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3268]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3270]: 6 -1.00006 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3272]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3274]: 6 -1.0001 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3276]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3278]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3280]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3296]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3298]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3300]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3302]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3304]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3306]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3307]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3309]: 6 -1.00003 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3311]: 6 -1.00004 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3317]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3319]: 6 -1.00008 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3321]: 6 -1.00002 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3323]: 6 -1.00005 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3325]: 6 -1.00007 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3327]: 6 -1.00009 0 shouldn't be
815.83/818.33	WSVECS04 Frhs2[3368]: 6 -1.00007 0 shouldn't be
825.10/827.62	c #Conflicts:     588000 | #Constraints:      51960
825.10/827.62	c #Conflicts:     589000 | #Constraints:      52960
825.10/827.62	c #Conflicts:     590000 | #Constraints:      53960
825.10/827.62	c #Conflicts:     591000 | #Constraints:      54960
825.10/827.62	c INPROCESSING
825.10/827.62	c GARBAGE COLLECT
825.10/827.62	c rational objective 1737
853.53/856.15	c #Conflicts:     592000 | #Constraints:      40812
853.53/856.15	c #Conflicts:     593000 | #Constraints:      41812
853.53/856.15	c #Conflicts:     594000 | #Constraints:      42812
853.53/856.15	c #Conflicts:     595000 | #Constraints:      43812
853.53/856.15	c #Conflicts:     596000 | #Constraints:      44812
853.53/856.15	c #Conflicts:     597000 | #Constraints:      45812
853.53/856.15	c #Conflicts:     598000 | #Constraints:      46812
853.53/856.15	c #Conflicts:     599000 | #Constraints:      47812
853.53/856.15	c #Conflicts:     600000 | #Constraints:      48813
853.53/856.15	c #Conflicts:     601000 | #Constraints:      49813
853.53/856.15	c #Conflicts:     602000 | #Constraints:      50813
853.53/856.15	c #Conflicts:     603000 | #Constraints:      51813
853.53/856.15	c #Conflicts:     604000 | #Constraints:      52813
853.53/856.15	c #Conflicts:     605000 | #Constraints:      53816
853.53/856.15	c #Conflicts:     606000 | #Constraints:      54821
853.53/856.15	c #Conflicts:     607000 | #Constraints:      55826
853.53/856.15	c INPROCESSING
853.53/856.15	c GARBAGE COLLECT
853.53/856.15	c rational objective 1737
878.65/881.38	c #Conflicts:     608000 | #Constraints:      41323
878.65/881.38	c #Conflicts:     609000 | #Constraints:      42323
878.65/881.38	c #Conflicts:     610000 | #Constraints:      43324
878.65/881.38	c #Conflicts:     611000 | #Constraints:      44324
878.65/881.38	c #Conflicts:     612000 | #Constraints:      45324
878.65/881.38	c #Conflicts:     613000 | #Constraints:      46324
878.65/881.38	c #Conflicts:     614000 | #Constraints:      47325
878.65/881.38	c #Conflicts:     615000 | #Constraints:      48325
878.65/881.38	c #Conflicts:     616000 | #Constraints:      49325
878.65/881.38	c #Conflicts:     617000 | #Constraints:      50326
878.65/881.38	c #Conflicts:     618000 | #Constraints:      51326
878.65/881.38	c #Conflicts:     619000 | #Constraints:      52326
878.65/881.38	c #Conflicts:     620000 | #Constraints:      53326
878.65/881.38	c #Conflicts:     621000 | #Constraints:      54326
878.65/881.38	c #Conflicts:     622000 | #Constraints:      55326
878.65/881.38	c #Conflicts:     623000 | #Constraints:      56326
878.65/881.38	c INPROCESSING
878.65/881.38	c GARBAGE COLLECT
878.65/881.38	c rational objective 1737
886.23/888.99	c #Conflicts:     624000 | #Constraints:      41786
886.23/888.99	c #Conflicts:     625000 | #Constraints:      42786
886.23/888.99	c #Conflicts:     626000 | #Constraints:      43786
886.23/888.99	c #Conflicts:     627000 | #Constraints:      44786
886.23/888.99	c #Conflicts:     628000 | #Constraints:      45786
886.23/888.99	c #Conflicts:     629000 | #Constraints:      46786
886.23/888.99	c bounds 1740 >= 1738 @ 876.756
903.49/906.24	c #Conflicts:     630000 | #Constraints:      47828
903.49/906.24	c #Conflicts:     631000 | #Constraints:      48828
903.49/906.24	c #Conflicts:     632000 | #Constraints:      49828
903.49/906.24	c #Conflicts:     633000 | #Constraints:      50829
903.49/906.24	c #Conflicts:     634000 | #Constraints:      51829
903.49/906.24	c #Conflicts:     635000 | #Constraints:      52829
903.49/906.24	c #Conflicts:     636000 | #Constraints:      53832
903.49/906.24	c #Conflicts:     637000 | #Constraints:      54833
903.49/906.24	c #Conflicts:     638000 | #Constraints:      55835
903.49/906.24	c #Conflicts:     639000 | #Constraints:      56839
903.49/906.24	c INPROCESSING
903.49/906.24	c GARBAGE COLLECT
903.49/906.24	c rational objective 1738
910.06/912.89	c #Conflicts:     640000 | #Constraints:      41938
910.06/912.89	c #Conflicts:     641000 | #Constraints:      42938
910.06/912.89	c #Conflicts:     642000 | #Constraints:      43938
910.06/912.89	c #Conflicts:     643000 | #Constraints:      44938
910.06/912.89	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[35]: 6 -1.00003 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[37]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[92]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[198]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[222]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[366]: 6 -1.00001 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[497]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[670]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[741]: 6 -1.0001 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[861]: 6 -1.00006 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[957]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1031]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1033]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1069]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1071]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1091]: 6 0 0.500019 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1140]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1144]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1147]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1148]: 6 0 1.00008 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1202]: 6 0 1.00007 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1204]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1232]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1243]: 6 0 1.00009 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1289]: 6 -1.00001 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1290]: 6 0 1.00004 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1319]: 6 -1.00001 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1324]: 6 -1.00003 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1342]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1358]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1359]: 6 0 1.00007 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1362]: 6 -1.00009 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1419]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1435]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1436]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1440]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1474]: 6 -1.00003 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1551]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1552]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1591]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1608]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1662]: 6 0 1.00003 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1669]: 6 0 1.0001 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1718]: 6 -1.00003 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1767]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1784]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1822]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1845]: 6 -1.00009 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1881]: 6 -0.500084 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1883]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1901]: 6 0 1.00008 shouldn't be
910.06/912.89	WSVECS04 Frhs2[1902]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2014]: 6 0 1.00009 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2016]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2017]: 6 0 1.00004 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2044]: 6 -1.00001 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2079]: 6 -1.0001 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2131]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2132]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2172]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2173]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2174]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2188]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2192]: 6 0 1.00008 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2247]: 6 -1.00003 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2248]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2286]: 6 -1.00003 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2326]: 6 -1.00009 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2347]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2357]: 6 -1.00001 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2361]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2363]: 6 -1.00003 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2383]: 6 -1.00006 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2385]: 6 -1.0001 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2390]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2403]: 6 -1.00006 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2405]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2415]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2446]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2447]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2448]: 6 0 1.00004 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2456]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2460]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2462]: 6 -1.00001 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2465]: 6 -1.00006 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2470]: 6 0 2.00007 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2474]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2475]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2479]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2480]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2503]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2513]: 6 -1.00003 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2515]: 6 -1.00003 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2520]: 6 0 1.00003 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2522]: 6 0 1.00001 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2524]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2530]: 6 0 1.00002 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2533]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2534]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2536]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2554]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2581]: 6 0 1.00008 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2611]: 6 -1.00009 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2635]: 6 -1.00009 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2640]: 6 0 1.00007 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2642]: 6 -1.00007 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2643]: 6 -1.00004 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2647]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2648]: 6 0 1.00003 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2655]: 6 -1.00008 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2756]: 6 0 1.00004 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2769]: 6 -1.00006 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2773]: 6 -1.50003 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[2935]: 6 0 1.00005 shouldn't be
910.06/912.89	WSVECS04 Frhs2[3123]: 6 -1.0001 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[3237]: 6 -1.00009 0 shouldn't be
910.06/912.89	WSVECS04 Frhs2[3238]: 6 0 1.00002 shouldn't be
910.06/912.89	WSVECS04 Frhs2[3294]: 6 -1.00009 0 shouldn't be
926.12/928.94	c #Conflicts:     644000 | #Constraints:      45938
926.12/928.94	c #Conflicts:     645000 | #Constraints:      46938
926.12/928.94	c #Conflicts:     646000 | #Constraints:      47938
926.12/928.94	c #Conflicts:     647000 | #Constraints:      48938
926.12/928.94	c #Conflicts:     648000 | #Constraints:      49938
926.12/928.94	c #Conflicts:     649000 | #Constraints:      50938
926.12/928.94	c #Conflicts:     650000 | #Constraints:      51938
926.12/928.94	c #Conflicts:     651000 | #Constraints:      52938
926.12/928.94	c #Conflicts:     652000 | #Constraints:      53938
926.12/928.94	c #Conflicts:     653000 | #Constraints:      54938
926.12/928.94	c #Conflicts:     654000 | #Constraints:      55938
926.12/928.94	c #Conflicts:     655000 | #Constraints:      56938
926.12/928.94	c INPROCESSING
926.12/928.94	c GARBAGE COLLECT
926.12/928.94	c rational objective 1738
949.56/952.43	c #Conflicts:     656000 | #Constraints:      42003
949.56/952.43	c #Conflicts:     657000 | #Constraints:      43003
949.56/952.43	c #Conflicts:     658000 | #Constraints:      44003
949.56/952.43	c #Conflicts:     659000 | #Constraints:      45003
949.56/952.43	c #Conflicts:     660000 | #Constraints:      46003
949.56/952.43	c #Conflicts:     661000 | #Constraints:      47003
949.56/952.43	c #Conflicts:     662000 | #Constraints:      48003
949.56/952.43	c #Conflicts:     663000 | #Constraints:      49003
949.56/952.43	c #Conflicts:     664000 | #Constraints:      50003
949.56/952.43	c #Conflicts:     665000 | #Constraints:      51004
949.56/952.43	c #Conflicts:     666000 | #Constraints:      52004
949.56/952.43	c #Conflicts:     667000 | #Constraints:      53006
949.56/952.43	c #Conflicts:     668000 | #Constraints:      54016
949.56/952.43	c #Conflicts:     669000 | #Constraints:      55027
949.56/952.43	c #Conflicts:     670000 | #Constraints:      56047
949.56/952.43	c #Conflicts:     671000 | #Constraints:      57058
949.56/952.43	c INPROCESSING
949.56/952.43	c GARBAGE COLLECT
949.56/952.43	c rational objective 1738
951.76/954.66	c #Conflicts:     672000 | #Constraints:      41749
951.76/954.66	c #Conflicts:     673000 | #Constraints:      42749
951.76/954.66	WSVECS04 Frhs2[1]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[9]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[10]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[11]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[14]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[16]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[22]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[24]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[28]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[31]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[33]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[58]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[63]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[65]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[71]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[73]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[75]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[77]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[81]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[87]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[90]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[99]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[105]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[120]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[122]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[124]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[126]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[128]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[132]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[138]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[150]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[158]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[160]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[179]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[181]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[183]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[185]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[187]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[193]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[195]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[199]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[201]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[205]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[207]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[217]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[219]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[221]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[223]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[240]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[242]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[244]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[252]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[254]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[256]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[258]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[260]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[262]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[264]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[268]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[270]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[282]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[293]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[295]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[297]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[299]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[303]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[307]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[309]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[311]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[315]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[319]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[321]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[323]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[325]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[327]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[329]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[333]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[335]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[339]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[352]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[354]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[356]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[360]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[362]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[364]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[368]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[370]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[372]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[378]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[380]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[384]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[390]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[392]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[394]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[396]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[398]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[411]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[417]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[425]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[427]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[429]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[431]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[435]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[437]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[439]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[445]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[447]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[449]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[451]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[453]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[455]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[468]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[470]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[472]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[474]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[476]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[484]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[486]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[488]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[490]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[492]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[494]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[498]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[500]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[506]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[508]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[512]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[514]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[543]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[545]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[547]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[551]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[553]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[555]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[557]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[561]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[571]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[573]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[600]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[602]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[604]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[606]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[608]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[612]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[616]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[618]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[630]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[645]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[647]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[651]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[653]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[657]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[659]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[661]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[663]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[665]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[667]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[669]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[671]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[675]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[679]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[704]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[706]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[710]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[718]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[720]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[726]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[730]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[732]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[736]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[746]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[761]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[773]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[777]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[779]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[781]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[783]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[836]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[858]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[860]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[862]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[893]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[895]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[897]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[899]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[901]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[905]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[915]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[919]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[950]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[952]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[958]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[960]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[962]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[964]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[966]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[970]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[972]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[974]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[976]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[978]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1009]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1011]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1013]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1015]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1017]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1019]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1021]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1023]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1025]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1031]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1033]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1035]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1050]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1052]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1068]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1070]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1072]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1074]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1076]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1078]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1080]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1082]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1086]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1088]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1092]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1105]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1107]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1111]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1113]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1115]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1117]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1125]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1127]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1129]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1131]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1133]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1135]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1137]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1139]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1145]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1147]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1151]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1164]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1166]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1168]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1170]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1172]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1174]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1184]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1186]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1188]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1192]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1198]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1202]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1221]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1223]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1225]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1241]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1245]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1247]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1249]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1251]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1253]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1255]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1257]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1259]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1265]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1267]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1280]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1282]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1284]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1286]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1288]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1290]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1302]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1304]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1308]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1312]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1316]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1337]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1341]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1343]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1345]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1347]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1357]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1359]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1361]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1363]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1369]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1371]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1400]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1406]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1416]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1418]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1420]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1428]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1438]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1453]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1455]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1457]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1459]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1461]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1463]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1465]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1475]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1477]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1479]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1481]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1485]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1487]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1497]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1499]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1512]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1514]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1518]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1532]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1534]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1536]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1538]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1540]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1542]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1544]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1554]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1556]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1569]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1571]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1575]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1577]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1579]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1581]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1591]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1593]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1595]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1597]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1613]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1628]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1630]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1632]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1634]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1638]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1650]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1652]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1656]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1670]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1672]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1685]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1687]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1689]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1691]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1695]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1697]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1707]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1709]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1711]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1715]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1719]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1725]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1727]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1729]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1731]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1744]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1748]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1750]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1752]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1766]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1768]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1771]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1772]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1774]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1776]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1778]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1784]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1786]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1801]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1803]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1805]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1807]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1809]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1811]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1813]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1817]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1821]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1823]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1825]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1827]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1828]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1830]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1833]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1835]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1837]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1841]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1843]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1845]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1847]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1860]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1862]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1864]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1866]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1880]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1882]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1884]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1887]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1890]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1892]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1894]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1896]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1902]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1904]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1917]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1919]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1921]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1923]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1927]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1929]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1939]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1941]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1943]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1949]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1951]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1957]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1959]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1961]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1963]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1976]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1978]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1980]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1982]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1984]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1986]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[1998]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2000]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2002]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2010]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2018]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2020]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2033]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2035]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2037]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2039]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2041]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2043]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2049]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2051]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2053]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2055]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2057]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2059]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2077]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2079]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2094]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2098]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2100]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2102]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2108]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2110]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2112]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2114]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2116]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2120]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2134]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2136]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2149]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2151]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2153]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2155]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2157]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2159]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2161]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2165]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2167]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2169]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2171]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2173]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2175]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2177]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2179]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2187]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2193]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2195]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2203]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2208]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2210]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2212]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2214]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2216]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2218]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2224]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2226]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2228]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2230]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2232]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2236]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2252]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2267]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2269]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2271]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2273]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2275]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2277]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2281]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2283]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2285]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2287]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2289]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2291]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2295]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2319]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2324]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2326]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2328]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2330]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2332]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2334]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2340]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2342]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2344]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2346]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2348]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2364]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2381]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2383]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2385]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2387]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2389]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2393]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2397]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2399]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2401]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2403]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2405]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2407]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2411]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2417]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2419]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2421]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2423]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2435]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2440]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2442]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2444]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2446]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2448]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2450]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2456]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2458]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2460]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2462]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2464]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2466]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2468]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2470]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2478]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2480]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2482]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2497]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2499]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2501]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2503]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2505]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2507]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2509]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2513]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2515]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2517]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2519]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2521]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2523]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2525]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2527]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2537]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2539]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2551]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2556]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2558]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2560]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2562]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2564]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2566]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2572]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2574]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2576]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2578]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2580]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2582]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2584]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2596]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2600]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2613]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2615]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2617]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2619]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2621]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2623]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2625]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2629]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2631]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2633]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2635]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2637]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2639]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2641]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2653]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2655]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2657]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2658]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2660]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2667]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2672]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2674]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2676]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2678]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2680]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2682]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2688]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2690]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2692]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2694]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2696]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2702]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2706]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2710]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2712]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2714]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2715]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2717]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2729]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2731]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2733]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2735]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2737]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2739]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2741]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2747]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2749]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2751]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2753]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2755]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2757]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2759]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2761]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2763]: 6 -1.00005 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2765]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2767]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2769]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2771]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2772]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2774]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2788]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2790]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2792]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2794]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2796]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2798]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2804]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2806]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2808]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2810]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2812]: 6 -1.00002 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2818]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2822]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2826]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2828]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2830]: 6 -1.00001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2831]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2832]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2845]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2847]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2849]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2851]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2853]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2855]: 6 -1.00004 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2857]: 6 -1.0001 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2863]: 6 -1.00006 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2865]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2867]: 6 -1.00003 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2869]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2871]: 6 -1.00009 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2873]: 6 -1.00008 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2875]: 6 -1.00007 0 shouldn't be
951.76/954.66	WSVECS04 Frhs2[2879]: 6 -1.00009 0 shouldn't be
951 [...]

#
# trace file is too large. Trace was truncated at this point.
#

.61/1742.69	WSVECS04 Frhs2[1184]: 6 -1.00007 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1219]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1221]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1241]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1269]: 6 -1.00009 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1280]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1284]: 6 -1.00007 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1286]: 6 -1.00005 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1300]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1335]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1337]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1345]: 6 -1.00005 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1357]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1359]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1389]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1394]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1402]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1416]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1446]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1451]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1461]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1475]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1505]: 6 -1.00007 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1510]: 6 -1.00001 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1514]: 6 -1.00001 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1532]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1567]: 6 -1.0001 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1569]: 6 -1.0001 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1571]: 6 -1.00005 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1591]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1621]: 6 -1.00009 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1626]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1630]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1650]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1683]: 6 -1.00008 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1685]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1687]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1689]: 6 -1.0001 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1707]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1737]: 6 -1.00005 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1746]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1764]: 6 -1.00007 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1799]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1801]: 6 -1.00008 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1803]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1805]: 6 -1.00009 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1823]: 6 -1.00005 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1858]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1862]: 6 -1.00008 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1915]: 6 -1.00007 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1917]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1919]: 6 -1.00007 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1921]: 6 -1.00005 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1925]: 6 -1.00005 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1939]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1969]: 6 -1.00008 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1974]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1978]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1982]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1984]: 6 -1.00005 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[1996]: 6 -1.00009 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2031]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2033]: 6 -1.0001 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2035]: 6 -1.00009 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2041]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2055]: 6 -1.00003 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2085]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2090]: 6 -1.00005 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2094]: 6 -1.0001 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2098]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2100]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2112]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2147]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2149]: 6 -1.00002 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2151]: 6 -1.00007 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2153]: 6 -1.0001 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2157]: 6 -1.00006 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2171]: 6 -1.00004 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2201]: 6 -1.00009 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2206]: 6 -1.00005 0 shouldn't be
1737.61/1742.69	WSVECS04 Frhs2[2210]: 6 -1.0001 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2216]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2228]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2263]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2267]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2269]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2287]: 6 -1.00002 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2317]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2322]: 6 -1.00004 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2326]: 6 -1.00009 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2344]: 6 -1.00007 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2379]: 6 -1.00009 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2381]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2383]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2385]: 6 -1.00002 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2403]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2415]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2433]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2438]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2442]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2460]: 6 -1.00002 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2495]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2497]: 6 -1.00009 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2499]: 6 -1.00009 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2501]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2549]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2554]: 6 -1.00004 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2558]: 6 -1.00007 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2576]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2610]: 6 -1.00009 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2611]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2613]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2615]: 6 -1.00001 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2617]: 6 -1.00009 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2667]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2670]: 6 -1.00007 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2674]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2726]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2729]: 6 -1.0001 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2731]: 6 -1.00009 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2733]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2737]: 6 -1.00004 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2751]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2786]: 6 -1.00009 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2790]: 6 -1.0001 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2794]: 6 -1.00009 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2796]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2810]: 6 -1.00002 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2842]: 6 -1.00007 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2843]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2845]: 6 -1.00001 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2847]: 6 -1.00007 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2849]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2853]: 6 -1.00007 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2867]: 6 -1.0001 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2897]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2902]: 6 -1.00004 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2906]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2959]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2961]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2963]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2965]: 6 -1.00001 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[2969]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3009]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3013]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3018]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3022]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3026]: 6 -1.00007 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3028]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3070]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3075]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3077]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3085]: 6 -1.00001 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3125]: 6 -1.00002 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3129]: 6 -1.00006 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3134]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3184]: 6 -1.00007 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3186]: 6 -1.00001 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3188]: 6 -1.00004 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3191]: 6 -1.00004 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3193]: 6 -1.00003 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3241]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3247]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3250]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3306]: 6 -1.00004 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3307]: 6 -1.00008 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3309]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3357]: 6 -1.00002 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3366]: 6 -1.00004 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3368]: 6 -1.00005 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3420]: 6 -1.00004 0 shouldn't be
1737.61/1742.70	WSVECS04 Frhs2[3421]: 6 -1.00008 0 shouldn't be
1762.14/1767.21	c #Conflicts:    1156000 | #Constraints:      55992
1762.14/1767.21	c #Conflicts:    1157000 | #Constraints:      56992
1762.14/1767.21	c #Conflicts:    1158000 | #Constraints:      57992
1762.14/1767.21	c #Conflicts:    1159000 | #Constraints:      58992
1762.14/1767.21	c #Conflicts:    1160000 | #Constraints:      59992
1762.14/1767.21	c #Conflicts:    1161000 | #Constraints:      60992
1762.14/1767.21	c #Conflicts:    1162000 | #Constraints:      61992
1762.14/1767.21	c #Conflicts:    1163000 | #Constraints:      62992
1762.14/1767.21	c #Conflicts:    1164000 | #Constraints:      63992
1762.14/1767.21	c #Conflicts:    1165000 | #Constraints:      64992
1762.14/1767.21	c #Conflicts:    1166000 | #Constraints:      65992
1762.14/1767.21	c #Conflicts:    1167000 | #Constraints:      66992
1762.14/1767.21	c #Conflicts:    1168000 | #Constraints:      67993
1762.14/1767.21	c INPROCESSING
1762.14/1767.21	c GARBAGE COLLECT
1762.14/1767.21	c rational objective 1738
1796.53/1801.79	c #Conflicts:    1169000 | #Constraints:      47536
1796.53/1801.79	c #Conflicts:    1170000 | #Constraints:      48536
1796.53/1801.79	c #Conflicts:    1171000 | #Constraints:      49536
1796.53/1801.79	c #Conflicts:    1172000 | #Constraints:      50537
1796.53/1801.79	c #Conflicts:    1173000 | #Constraints:      51537
1796.53/1801.79	c #Conflicts:    1174000 | #Constraints:      52549
1796.53/1801.79	c #Conflicts:    1175000 | #Constraints:      53562
1796.53/1801.79	c #Conflicts:    1176000 | #Constraints:      54573
1796.53/1801.79	c #Conflicts:    1177000 | #Constraints:      55577
1796.53/1801.79	c #Conflicts:    1178000 | #Constraints:      56595
1796.53/1801.79	c #Conflicts:    1179000 | #Constraints:      57610
1796.53/1801.79	c #Conflicts:    1180000 | #Constraints:      58619
1796.53/1801.79	c #Conflicts:    1181000 | #Constraints:      59630
1796.53/1801.79	c #Conflicts:    1182000 | #Constraints:      60639
1796.53/1801.79	c #Conflicts:    1183000 | #Constraints:      61652
1796.53/1801.79	c #Conflicts:    1184000 | #Constraints:      62662
1796.53/1801.79	c #Conflicts:    1185000 | #Constraints:      63671
1796.53/1801.79	c #Conflicts:    1186000 | #Constraints:      64684
1796.53/1801.79	c #Conflicts:    1187000 | #Constraints:      65690
1796.53/1801.79	c #Conflicts:    1188000 | #Constraints:      66693
1796.53/1801.79	c #Conflicts:    1189000 | #Constraints:      67702
1796.53/1801.79	c #Conflicts:    1190000 | #Constraints:      68705
1796.53/1801.79	c INPROCESSING
1796.53/1801.79	c GARBAGE COLLECT
1796.53/1801.79	c rational objective 1738
1802.62/1807.86	c #Conflicts:    1191000 | #Constraints:      47899
1802.62/1807.86	c #Conflicts:    1192000 | #Constraints:      48899
1802.62/1807.86	c #Conflicts:    1193000 | #Constraints:      49899
1802.62/1807.86	WSVECS04 Frhs2[2]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[6]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[8]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[12]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[20]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[22]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[35]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[37]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[44]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[46]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[50]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[52]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[55]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[57]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[59]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[61]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[63]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[65]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[69]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[71]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[73]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[77]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[79]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[83]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[85]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[87]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[93]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[97]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[99]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[101]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[103]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[105]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[107]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[109]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[111]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[113]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[114]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[115]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[120]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[122]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[128]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[130]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[132]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[142]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[144]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[152]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[160]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[163]: 6 0 1.00003 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[166]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[168]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[170]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[174]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[175]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[177]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[181]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[185]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[187]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[193]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[195]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[197]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[199]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[201]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[203]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[205]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[207]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[209]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[211]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[213]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[215]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[217]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[219]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[221]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[223]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[227]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[229]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[231]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[234]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[242]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[244]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[252]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[254]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[256]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[260]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[262]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[264]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[268]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[276]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[278]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[280]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[284]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[286]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[293]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[297]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[301]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[303]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[309]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[311]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[313]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[315]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[317]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[319]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[323]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[325]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[331]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[333]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[337]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[339]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[341]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[343]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[345]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[347]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[350]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[352]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[354]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[356]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[358]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[360]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[362]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[366]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[368]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[370]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[374]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[378]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[384]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[390]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[392]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[394]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[396]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[398]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[400]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[402]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[404]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[406]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[407]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[409]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[411]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[413]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[417]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[419]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[421]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[429]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[431]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[433]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[435]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[437]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[439]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[441]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[443]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[449]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[451]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[453]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[455]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[457]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[459]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[463]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[466]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[470]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[488]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[490]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[492]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[498]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[500]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[502]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[506]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[508]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[510]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[512]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[514]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[543]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[547]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[549]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[551]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[553]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[555]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[557]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[559]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[563]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[565]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[569]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[571]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[573]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[575]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[579]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[600]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[604]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[606]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[608]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[610]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[612]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[614]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[616]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[622]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[624]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[626]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[628]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[630]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[632]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[649]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[651]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[659]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[661]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[663]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[665]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[667]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[669]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[671]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[673]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[675]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[679]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[681]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[683]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[685]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[689]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[691]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[708]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[716]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[720]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[724]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[726]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[728]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[730]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[732]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[738]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[740]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[742]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[744]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[746]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[765]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[777]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[779]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[781]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[783]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[785]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[787]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[789]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[791]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[797]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[799]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[801]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[803]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[805]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[816]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[830]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[832]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[836]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[838]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[840]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[842]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[844]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[846]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[848]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[854]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[858]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[860]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[862]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[873]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[875]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[877]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[879]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[881]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[887]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[889]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[891]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[897]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[899]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[901]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[903]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[905]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[907]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[911]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[913]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[915]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[917]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[919]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[921]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[930]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[932]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[934]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[936]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[938]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[940]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[942]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[944]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[946]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[948]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[950]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[954]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[956]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[958]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[960]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[962]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[964]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[966]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[968]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[970]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[972]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[974]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[976]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[978]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[980]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[982]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[984]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[987]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[989]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[991]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[993]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[995]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[997]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[999]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1001]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1003]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1005]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1007]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1009]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1011]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1013]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1015]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1017]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1019]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1023]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1025]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1027]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1029]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1031]: 6 -2.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1033]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1035]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1037]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1039]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1041]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1043]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1046]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1048]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1052]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1054]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1056]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1058]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1060]: 6 -2.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1062]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1064]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1066]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1068]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1072]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1074]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1076]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1080]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1082]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1084]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1088]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1090]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1092]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1094]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1096]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1098]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1100]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1102]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1103]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1105]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1107]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1109]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1111]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1113]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1115]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1117]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1119]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1121]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1123]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1125]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1127]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1129]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1131]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1133]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1135]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1137]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1139]: 6 -2.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1141]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1145]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1147]: 6 -2.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1149]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1151]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1153]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1155]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1157]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1159]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1162]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1164]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1166]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1172]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1178]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1182]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1184]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1186]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1188]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1192]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1194]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1196]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1202]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1204]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1206]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1208]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1210]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1212]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1214]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1218]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1219]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1221]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1223]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1227]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1229]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1231]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1241]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1243]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1245]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1247]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1249]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1251]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1253]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1255]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1257]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1259]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1261]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1263]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1265]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1267]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1271]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1275]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1284]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1286]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1288]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1298]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1302]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1304]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1306]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1308]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1312]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1316]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1318]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1320]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1322]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1324]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1326]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1328]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1330]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1337]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1343]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1345]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1355]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1357]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1359]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1361]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1363]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1365]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1367]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1369]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1371]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1373]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1375]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1377]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1379]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1381]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1383]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1385]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1387]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1391]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1394]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1396]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1402]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1414]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1418]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1420]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1422]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1424]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1426]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1428]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1430]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1432]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1434]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1436]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1438]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1442]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1448]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1450]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1453]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1455]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1457]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1471]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1483]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1485]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1487]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1489]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1491]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1493]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1495]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1497]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1499]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1501]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1507]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1512]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1514]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1530]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1536]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1538]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1540]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1542]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1544]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1550]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1552]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1554]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1556]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1558]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1567]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1569]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1577]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1587]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1589]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1595]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1597]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1599]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1601]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1603]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1609]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1611]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1615]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1617]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1621]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1626]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1628]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1634]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1636]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1640]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1646]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1650]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1652]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1654]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1656]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1658]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1660]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1666]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1668]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1670]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1672]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1674]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1680]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1682]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1683]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1685]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1687]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1689]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1691]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1693]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1695]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1697]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1699]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1701]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1703]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1705]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1707]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1709]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1711]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1713]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1715]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1719]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1721]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1723]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1725]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1727]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1729]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1731]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1733]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1737]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1739]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1742]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1744]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1746]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1748]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1750]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1752]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1754]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1756]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1758]: 6 -3.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1760]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1762]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1764]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1766]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1768]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1774]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1776]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1778]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1780]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1782]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1784]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1786]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1788]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1790]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1792]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1796]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1798]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1799]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1801]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1803]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1805]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1807]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1809]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1811]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1813]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1815]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1817]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1819]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1821]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1823]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1825]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1827]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1829]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1831]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1833]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1835]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1837]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1839]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1841]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1843]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1845]: 6 -2.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1847]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1851]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1853]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1855]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1858]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1860]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1862]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1864]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1866]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1868]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1870]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1874]: 6 -2.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1876]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1878]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1880]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1882]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1884]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1886]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1890]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1892]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1894]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1896]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1898]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1902]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1904]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1908]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1910]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1912]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1914]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1915]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1917]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1921]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1929]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1933]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1935]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1937]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1939]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1941]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1943]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1947]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1949]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1951]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1959]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1961]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1963]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1969]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1971]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1974]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1996]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[1998]: 6 -1.0001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2000]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2002]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2004]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2006]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2008]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2014]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2016]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2018]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2020]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2022]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2026]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2028]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2033]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2035]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2045]: 6 -1.00002 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2047]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2057]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2059]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2061]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2063]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2065]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2067]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2073]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2075]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2077]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2079]: 6 -1.00009 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2081]: 6 -1.00008 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2083]: 6 -1.00005 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2085]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2087]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2090]: 6 -1.00003 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2092]: 6 -1.00004 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2094]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2102]: 6 -1.00006 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2104]: 6 -1.00001 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2106]: 6 -1.00007 0 shouldn't be
1802.62/1807.86	WSVECS04 Frhs2[2114]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2116]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2118]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2120]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2122]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2124]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2130]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2132]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2134]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2136]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2138]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2142]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2144]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2147]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2149]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2151]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2153]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2161]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2163]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2173]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2175]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2177]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2179]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2181]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2183]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2189]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2191]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2193]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2195]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2197]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2201]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2203]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2206]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2208]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2210]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2220]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2228]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2232]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2234]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2236]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2238]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2240]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2246]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2248]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2250]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2252]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2254]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2262]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2263]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2265]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2275]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2283]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2285]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2287]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2291]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2293]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2295]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2297]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2299]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2301]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2305]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2307]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2309]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2311]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2313]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2319]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2322]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2324]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2326]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2328]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2330]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2332]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2334]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2338]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2342]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2344]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2348]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2350]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2352]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2354]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2356]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2360]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2362]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2364]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2366]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2368]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2370]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2372]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2376]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2378]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2379]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2381]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2383]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2385]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2387]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2389]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2391]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2393]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2395]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2397]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2401]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2403]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2407]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2409]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2411]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2413]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2415]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2417]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2419]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2421]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2423]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2425]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2427]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2429]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2433]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2435]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2438]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2442]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2444]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2446]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2448]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2450]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2452]: 6 -2.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2454]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2460]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2462]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2464]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2466]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2468]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2470]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2472]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2476]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2478]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2480]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2482]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2484]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2486]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2490]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2492]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2494]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2495]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2501]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2511]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2513]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2519]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2523]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2525]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2527]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2529]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2531]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2537]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2539]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2541]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2543]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2545]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2558]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2560]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2562]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2564]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2566]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2570]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2576]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2578]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2580]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2582]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2586]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2588]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2594]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2596]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2598]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2600]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2602]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2613]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2617]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2619]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2621]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2623]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2625]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2629]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2633]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2635]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2637]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2639]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2641]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2643]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2645]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2647]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2653]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2655]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2657]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2659]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2661]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2667]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2670]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2672]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2674]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2676]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2678]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2680]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2682]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2684]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2686]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2688]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2690]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2692]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2694]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2696]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2698]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2700]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2702]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2704]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2706]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2708]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2710]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2712]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2714]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2716]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2718]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2720]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2724]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2726]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2727]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2729]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2731]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2733]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2735]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2737]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2739]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2741]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2743]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2745]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2747]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2749]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2751]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2753]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2755]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2759]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2761]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2763]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2765]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2767]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2769]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2771]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2773]: 6 -2.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2775]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2777]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2779]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2781]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2783]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2786]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2788]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2790]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2792]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2794]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2796]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2798]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2800]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2802]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2804]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2806]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2808]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2810]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2812]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2814]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2816]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2818]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2820]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2822]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2824]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2826]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2828]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2830]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2832]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2834]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2836]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2838]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2840]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2842]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2849]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2853]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2855]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2857]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2859]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2861]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2863]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2871]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2873]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2875]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2877]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2879]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2881]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2885]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2887]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2889]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2891]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2893]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2895]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2897]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2899]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2908]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2912]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2914]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2918]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2920]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2922]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2928]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2930]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2932]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2934]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2936]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2938]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2942]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2944]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2946]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2948]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2950]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2952]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2954]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2956]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2958]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2971]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2977]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2979]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2985]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2987]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2989]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2991]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2993]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[2995]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3001]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3003]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3005]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3007]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3009]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3011]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3013]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3015]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3018]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3020]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3028]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3032]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3036]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3040]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3042]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3044]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3046]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3048]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3050]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3052]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3060]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3062]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3064]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3066]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3068]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3075]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3077]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3079]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3087]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3089]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3091]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3093]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3095]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3097]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3101]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3103]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3105]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3107]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3109]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3111]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3119]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3121]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3123]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3125]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3127]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3129]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3131]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3134]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3136]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3138]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3140]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3142]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3144]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3146]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3148]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3150]: 6 -2.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3152]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3154]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3156]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3158]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3160]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3162]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3164]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3166]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3168]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3172]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3174]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3176]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3178]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3180]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3182]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3184]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3186]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3188]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3190]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3191]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3199]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3201]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3203]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3205]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3207]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3209]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3211]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3217]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3225]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3227]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3235]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3237]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3239]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3241]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3243]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3245]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3247]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3258]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3260]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3262]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3264]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3266]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3268]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3272]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3274]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3282]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3284]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3293]: 6 -2.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3294]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3298]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3300]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3302]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3304]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3308]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3317]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3319]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3321]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3323]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3329]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3331]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3341]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3343]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3350]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3352]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3357]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3361]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3363]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3365]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3367]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3371]: 6 -1.00005 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3376]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3377]: 6 -1.00004 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3378]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3382]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3385]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3388]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3398]: 6 -1.00009 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3400]: 6 -1.00003 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3402]: 6 -1.00002 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3409]: 6 -1.00007 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3411]: 6 -1.00008 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3413]: 6 -1.0001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3415]: 6 -1.00001 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3420]: 6 -1.00006 0 shouldn't be
1802.62/1807.87	WSVECS04 Frhs2[3422]: 6 -1.00003 0 shouldn't be
1836.62/1841.99	c #Conflicts:    1194000 | #Constraints:      50899
1836.62/1841.99	c #Conflicts:    1195000 | #Constraints:      51899
1836.62/1841.99	c #Conflicts:    1196000 | #Constraints:      52899
1836.62/1841.99	c #Conflicts:    1197000 | #Constraints:      53899
1836.62/1841.99	c #Conflicts:    1198000 | #Constraints:      54899
1836.62/1841.99	c #Conflicts:    1199000 | #Constraints:      55899
1836.62/1841.99	c #Conflicts:    1200000 | #Constraints:      56899
1836.62/1841.99	c #Conflicts:    1201000 | #Constraints:      57899
1836.62/1841.99	c #Conflicts:    1202000 | #Constraints:      58899
1836.62/1841.99	c #Conflicts:    1203000 | #Constraints:      59899
1836.62/1841.99	c #Conflicts:    1204000 | #Constraints:      60899
1836.62/1841.99	c #Conflicts:    1205000 | #Constraints:      61899
1836.62/1841.99	c #Conflicts:    1206000 | #Constraints:      62899
1836.62/1841.99	c #Conflicts:    1207000 | #Constraints:      63899
1836.62/1841.99	c #Conflicts:    1208000 | #Constraints:      64899
1836.62/1841.99	c #Conflicts:    1209000 | #Constraints:      65899
1836.62/1841.99	c #Conflicts:    1210000 | #Constraints:      66899
1836.62/1841.99	c #Conflicts:    1211000 | #Constraints:      67899
1836.62/1841.99	c #Conflicts:    1212000 | #Constraints:      68899
1836.62/1841.99	c INPROCESSING
1836.62/1841.99	c GARBAGE COLLECT
1836.62/1841.99	c rational objective 1738
1869.63/1875.05	c #Conflicts:    1213000 | #Constraints:      48134
1869.63/1875.05	c #Conflicts:    1214000 | #Constraints:      49134
1869.63/1875.05	c #Conflicts:    1215000 | #Constraints:      50135
1869.63/1875.05	c #Conflicts:    1216000 | #Constraints:      51135
1869.63/1875.05	c #Conflicts:    1217000 | #Constraints:      52145
1869.63/1875.05	c #Conflicts:    1218000 | #Constraints:      53158
1869.63/1875.05	c #Conflicts:    1219000 | #Constraints:      54162
1869.63/1875.05	c #Conflicts:    1220000 | #Constraints:      55168
1869.63/1875.05	c #Conflicts:    1221000 | #Constraints:      56177
1869.63/1875.05	c #Conflicts:    1222000 | #Constraints:      57186
1869.63/1875.05	c #Conflicts:    1223000 | #Constraints:      58190
1869.63/1875.05	c #Conflicts:    1224000 | #Constraints:      59208
1869.63/1875.05	c #Conflicts:    1225000 | #Constraints:      60218
1869.63/1875.05	c #Conflicts:    1226000 | #Constraints:      61229
1869.63/1875.05	c #Conflicts:    1227000 | #Constraints:      62238
1869.63/1875.05	c #Conflicts:    1228000 | #Constraints:      63251
1869.63/1875.05	c #Conflicts:    1229000 | #Constraints:      64263
1869.63/1875.05	c #Conflicts:    1230000 | #Constraints:      65283
1869.63/1875.05	c #Conflicts:    1231000 | #Constraints:      66296
1869.63/1875.05	c #Conflicts:    1232000 | #Constraints:      67301
1869.63/1875.05	c #Conflicts:    1233000 | #Constraints:      68306
1869.63/1875.05	c #Conflicts:    1234000 | #Constraints:      69309
1869.63/1875.05	c INPROCESSING
1869.63/1875.05	c GARBAGE COLLECT
1869.63/1875.05	c rational objective 1738
1884.38/1889.87	c #Conflicts:    1235000 | #Constraints:      48093
1884.38/1889.87	c #Conflicts:    1236000 | #Constraints:      49093
1884.38/1889.87	c #Conflicts:    1237000 | #Constraints:      50093
1884.38/1889.87	c #Conflicts:    1238000 | #Constraints:      51093
1884.38/1889.87	c #Conflicts:    1239000 | #Constraints:      52093
1884.38/1889.87	c #Conflicts:    1240000 | #Constraints:      53093
1884.38/1889.87	c #Conflicts:    1241000 | #Constraints:      54093
1884.38/1889.87	c #Conflicts:    1242000 | #Constraints:      55093
1884.38/1889.87	c #Conflicts:    1243000 | #Constraints:      56093
1884.38/1889.87	WSVECS04 Frhs2[2]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[6]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[8]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[12]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[14]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[18]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[20]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[22]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[48]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[50]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[52]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[58]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[65]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[71]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[79]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[103]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[105]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[107]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[109]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[111]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[115]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[136]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[144]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[160]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[164]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[170]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[174]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[219]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[221]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[223]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[225]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[244]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[262]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[264]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[276]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[280]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[282]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[288]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[301]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[303]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[313]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[317]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[319]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[335]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[337]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[339]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[345]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[347]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[350]: 6 -2.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[354]: 6 -2.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[360]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[368]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[370]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[374]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[378]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[382]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[384]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[390]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[392]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[394]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[396]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[402]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[404]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[406]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[409]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[411]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[413]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[429]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[431]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[435]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[441]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[451]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[453]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[455]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[457]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[466]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[470]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[486]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[488]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[490]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[508]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[510]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[514]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[567]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[571]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[573]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[602]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[608]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[624]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[626]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[628]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[630]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[683]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[687]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[730]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[740]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[742]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[744]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[781]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[783]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[799]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[801]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[803]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[805]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[838]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[840]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[856]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[858]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[860]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[862]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[881]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[897]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[915]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[919]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[921]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[932]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[940]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[946]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[954]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[964]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[972]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[974]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[976]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[978]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[987]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[991]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[993]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[995]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[997]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[999]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1001]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1003]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1005]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1007]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1011]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1013]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1015]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1023]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1025]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1031]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1033]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1035]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1037]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1043]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1046]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1048]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1050]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1052]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1058]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1060]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1062]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1064]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1068]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1070]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1072]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1074]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1078]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1082]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1084]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1086]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1091]: 6 0 2.5001 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1092]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1096]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1098]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1100]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1102]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1103]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1105]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1107]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1109]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1117]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1119]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1121]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1123]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1127]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1129]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1131]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1135]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1137]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1141]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1143]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1147]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1149]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1151]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1153]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1157]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1159]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1162]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1164]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1166]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1178]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1184]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1188]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1204]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1208]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1210]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1212]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1223]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1225]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1245]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1247]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1263]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1265]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1267]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1271]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1282]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1284]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1288]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1304]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1320]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1322]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1324]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1326]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1345]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1347]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1359]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1363]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1369]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1379]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1381]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1383]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1385]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1394]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1404]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1428]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1438]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1440]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1442]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1453]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1455]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1471]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1479]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1485]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1495]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1497]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1499]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1501]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1510]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1552]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1554]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1556]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1558]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1569]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1587]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1595]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1611]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1613]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1617]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1621]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1628]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1634]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1644]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1646]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1668]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1670]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1672]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1674]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1685]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1687]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1691]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1693]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1697]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1701]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1703]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1709]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1711]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1727]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1729]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1731]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1733]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1737]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1739]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1742]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1744]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1748]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1752]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1754]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1756]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1758]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1760]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1762]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1766]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1768]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1770]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1774]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1776]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1784]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1786]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1788]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1790]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1794]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1796]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1799]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1801]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1803]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1805]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1807]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1809]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1813]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1815]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1817]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1819]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1823]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1825]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1827]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1829]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1833]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1835]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1841]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1843]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1845]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1847]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1849]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1853]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1855]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1858]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1876]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1878]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1880]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1882]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1884]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1892]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1902]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1910]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1912]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1914]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1915]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1939]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1959]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1961]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1963]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[1974]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2016]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2018]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2020]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2022]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2075]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2077]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2079]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2081]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2132]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2134]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2136]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2138]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2191]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2193]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2195]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2197]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2248]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2250]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2252]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2254]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2307]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2309]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2311]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2313]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2364]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2366]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2368]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2370]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2423]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2425]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2427]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2429]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2454]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2480]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2482]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2486]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2539]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2541]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2543]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2545]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2558]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2596]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2598]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2600]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2602]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2655]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2657]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2659]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2661]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2712]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2714]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2716]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2718]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2733]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2741]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2743]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2745]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2747]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2751]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2753]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2755]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2773]: 6 -4.50001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2775]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2777]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2781]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2783]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2828]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2830]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2832]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2834]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2887]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2889]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2893]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2944]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2946]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2948]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2950]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[2995]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3003]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3005]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3007]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3009]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3015]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3060]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3062]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3064]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3066]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3087]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3089]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3091]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3093]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3119]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3121]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3123]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3129]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3131]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3142]: 6 -1.00007 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3146]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3148]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3160]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3176]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3178]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3180]: 6 -1.00004 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3184]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3186]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3188]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3202]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3204]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3217]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3235]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3237]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3243]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3245]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3247]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3259]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3261]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3263]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3267]: 6 -1.00009 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3294]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3302]: 6 -1.00001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3304]: 6 -1.00003 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3318]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3320]: 6 -1.00005 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3324]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3363]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3365]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3371]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3377]: 6 -1.00002 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3381]: 6 -1.00008 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3383]: 6 -1.00006 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[3420]: 6 -1.0001 0 shouldn't be
1884.38/1889.87	WSVECS04 Frhs2[7109]: 6 -1.00007 0 shouldn't be
1908.41/1913.98	c #Conflicts:    1244000 | #Constraints:      57093
1908.41/1913.98	c #Conflicts:    1245000 | #Constraints:      58093
1908.41/1913.98	c #Conflicts:    1246000 | #Constraints:      59093
1908.41/1913.98	c #Conflicts:    1247000 | #Constraints:      60093
1908.41/1913.98	c #Conflicts:    1248000 | #Constraints:      61093
1908.41/1913.98	c #Conflicts:    1249000 | #Constraints:      62093
1908.41/1913.98	c #Conflicts:    1250000 | #Constraints:      63093
1908.41/1913.98	c #Conflicts:    1251000 | #Constraints:      64093
1908.41/1913.98	c #Conflicts:    1252000 | #Constraints:      65093
1908.41/1913.98	c #Conflicts:    1253000 | #Constraints:      66093
1908.41/1913.98	c #Conflicts:    1254000 | #Constraints:      67093
1908.41/1913.98	c #Conflicts:    1255000 | #Constraints:      68093
1908.41/1913.98	c #Conflicts:    1256000 | #Constraints:      69093
1908.41/1913.98	c INPROCESSING
1908.41/1913.98	c GARBAGE COLLECT
1908.41/1913.98	c rational objective 1738
1969.34/1975.02	c #Conflicts:    1257000 | #Constraints:      47876
1969.34/1975.02	c #Conflicts:    1258000 | #Constraints:      48877
1969.34/1975.02	c #Conflicts:    1259000 | #Constraints:      49877
1969.34/1975.02	c #Conflicts:    1260000 | #Constraints:      50877
1969.34/1975.02	c #Conflicts:    1261000 | #Constraints:      51878
1969.34/1975.02	c #Conflicts:    1262000 | #Constraints:      52879
1969.34/1975.02	c #Conflicts:    1263000 | #Constraints:      53886
1969.34/1975.02	c #Conflicts:    1264000 | #Constraints:      54886
1969.34/1975.02	c #Conflicts:    1265000 | #Constraints:      55886
1969.34/1975.02	c #Conflicts:    1266000 | #Constraints:      56895
1969.34/1975.02	c #Conflicts:    1267000 | #Constraints:      57906
1969.34/1975.02	c #Conflicts:    1268000 | #Constraints:      58911
1969.34/1975.02	c #Conflicts:    1269000 | #Constraints:      59918
1969.34/1975.02	c #Conflicts:    1270000 | #Constraints:      60926
1969.34/1975.02	c #Conflicts:    1271000 | #Constraints:      61937
1969.34/1975.02	c #Conflicts:    1272000 | #Constraints:      62947
1969.34/1975.02	c #Conflicts:    1273000 | #Constraints:      63968
1969.34/1975.02	c #Conflicts:    1274000 | #Constraints:      64991
1969.34/1975.02	c #Conflicts:    1275000 | #Constraints:      66004
1969.34/1975.02	c #Conflicts:    1276000 | #Constraints:      67004
1969.34/1975.02	c #Conflicts:    1277000 | #Constraints:      68014
1969.34/1975.02	c #Conflicts:    1278000 | #Constraints:      69019
1969.34/1975.02	c #Conflicts:    1279000 | #Constraints:      70033
1969.34/1975.02	c INPROCESSING
1969.34/1975.02	c GARBAGE COLLECT
1969.34/1975.02	c rational objective 1738
1983.40/1989.15	c #Conflicts:    1280000 | #Constraints:      48463
1983.40/1989.15	c #Conflicts:    1281000 | #Constraints:      49463
1983.40/1989.15	c #Conflicts:    1282000 | #Constraints:      50463
1983.40/1989.15	c #Conflicts:    1283000 | #Constraints:      51463
1983.40/1989.15	c #Conflicts:    1284000 | #Constraints:      52463
1983.40/1989.15	c #Conflicts:    1285000 | #Constraints:      53463
1983.40/1989.15	c #Conflicts:    1286000 | #Constraints:      54463
1983.40/1989.15	c #Conflicts:    1287000 | #Constraints:      55463
1983.40/1989.15	c #Conflicts:    1288000 | #Constraints:      56463
1983.40/1989.15	WSVECS04 Frhs2[2]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[46]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[50]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[52]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[56]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[58]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[59]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[103]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[105]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[107]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[111]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[113]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[115]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[142]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[144]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[152]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[162]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[163]: 6 0 4.5001 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[164]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[166]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[170]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[174]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[219]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[223]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[262]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[264]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[268]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[276]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[278]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[280]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[290]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[303]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[313]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[317]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[319]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[339]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[341]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[345]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[347]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[350]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[354]: 6 -1.5001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[360]: 6 -2.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[368]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[370]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[374]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[376]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[378]: 6 -2.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[380]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[382]: 6 -1.50007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[384]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[390]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[392]: 6 -2.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[394]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[396]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[402]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[406]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[409]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[411]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[413]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[431]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[435]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[437]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[441]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[451]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[453]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[455]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[466]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[470]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[486]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[492]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[494]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[508]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[510]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[551]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[553]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[567]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[569]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[571]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[608]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[610]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[624]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[626]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[628]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[667]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[669]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[683]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[685]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[687]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[724]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[726]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[728]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[730]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[740]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[742]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[744]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[781]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[783]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[785]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[799]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[801]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[803]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[838]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[842]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[856]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[858]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[860]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[862]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[897]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[915]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[919]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[932]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[940]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[954]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[964]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[974]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[987]: 6 -2.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[991]: 6 -1.50005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[993]: 6 -2.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[995]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[997]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1011]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1013]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1015]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1023]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1031]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1033]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1035]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1041]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1043]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1050]: 6 -1.50005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1052]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1068]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1072]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1074]: 6 -2.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1088]: 6 -2.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1090]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1091]: 6 0 3.50007 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1092]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1094]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1098]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1100]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1102]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1109]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1127]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1129]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1131]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1133]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1147]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1149]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1151]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1153]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1157]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1159]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1188]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1190]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1204]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1206]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1208]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1247]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1249]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1263]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1265]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1304]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1306]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1320]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1324]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1363]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1365]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1379]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1381]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1383]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1420]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1422]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1436]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1438]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1497]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1499]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1544]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1552]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1554]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1556]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1569]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1595]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1597]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1611]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1613]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1621]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1626]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1652]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1654]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1668]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1670]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1672]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1685]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1693]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1709]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1711]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1713]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1727]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1729]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1731]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1737]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1739]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1750]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1752]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1766]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1769]: 6 0 1.00004 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1774]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1776]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1784]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1786]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1788]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1796]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1799]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1801]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1809]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1815]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1823]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1825]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1827]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1829]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1835]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1843]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1845]: 6 -4.50009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1847]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1853]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1855]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1882]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1884]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1886]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1892]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1900]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1902]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1906]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1910]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1912]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1914]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1915]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1943]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1959]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1961]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[1963]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2000]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2002]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2016]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2018]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2020]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2059]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2061]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2075]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2077]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2079]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2087]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2090]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2114]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2116]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2118]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2132]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2134]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2136]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2149]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2175]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2177]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2191]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2193]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2195]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2203]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2206]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2234]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2248]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2250]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2252]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2265]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2291]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2293]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2307]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2309]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2311]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2319]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2322]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2344]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2348]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2350]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2364]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2366]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2368]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2370]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2376]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2381]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2403]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2407]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2409]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2423]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2425]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2427]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2464]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2466]: 6 -2.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2472]: 6 -2.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2480]: 6 -2.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2482]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2484]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2523]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2525]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2539]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2541]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2543]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2578]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2580]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2582]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2596]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2598]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2600]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2613]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2639]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2641]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2655]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2657]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2667]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2696]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2698]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2712]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2714]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2716]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2737]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2751]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2753]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2755]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2757]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2771]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2773]: 6 -4.5001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2775]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2777]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2781]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2783]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2786]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2790]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2796]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2812]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2814]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2828]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2830]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2832]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2836]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2871]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2873]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2887]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2889]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2891]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2930]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2944]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2946]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2948]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2985]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2987]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[2995]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3003]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3005]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3007]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3015]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3018]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3042]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3044]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3060]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3062]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3064]: 6 -1.00006 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3103]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3119]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3121]: 6 -1.00003 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3123]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3127]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3131]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3160]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3178]: 6 -1.00001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3180]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3184]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3186]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3188]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3243]: 6 -1.00008 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3304]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3363]: 6 -1.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3365]: 6 -1.00005 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3411]: 6 -1.00007 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3413]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3415]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3420]: 6 -1.0001 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3421]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3658]: 6 -1.00004 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[3693]: 6 -1.00002 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[5805]: 6 -2.00009 0 shouldn't be
1983.40/1989.15	WSVECS04 Frhs2[8104]: 6 -1.00004 0 shouldn't be
2011.41/2017.29	c #Conflicts:    1289000 | #Constraints:      57464
2011.41/2017.29	c #Conflicts:    1290000 | #Constraints:      58464
2011.41/2017.29	c #Conflicts:    1291000 | #Constraints:      59464
2011.41/2017.29	c #Conflicts:    1292000 | #Constraints:      60464
2011.41/2017.29	c #Conflicts:    1293000 | #Constraints:      61464
2011.41/2017.29	c #Conflicts:    1294000 | #Constraints:      62464
2011.41/2017.29	c #Conflicts:    1295000 | #Constraints:      63464
2011.41/2017.29	c #Conflicts:    1296000 | #Constraints:      64464
2011.41/2017.29	c #Conflicts:    1297000 | #Constraints:      65464
2011.41/2017.29	c #Conflicts:    1298000 | #Constraints:      66464
2011.41/2017.29	c #Conflicts:    1299000 | #Constraints:      67464
2011.41/2017.29	c #Conflicts:    1300000 | #Constraints:      68464
2011.41/2017.29	c #Conflicts:    1301000 | #Constraints:      69464
2011.41/2017.29	c #Conflicts:    1302000 | #Constraints:      70464
2011.41/2017.29	c INPROCESSING
2011.41/2017.29	c GARBAGE COLLECT
2011.41/2017.29	c rational objective 1738
2029.16/2035.11	c #Conflicts:    1303000 | #Constraints:      48946
2029.16/2035.11	c #Conflicts:    1304000 | #Constraints:      49946
2029.16/2035.11	c #Conflicts:    1305000 | #Constraints:      50946
2029.16/2035.11	c #Conflicts:    1306000 | #Constraints:      51946
2029.16/2035.11	c #Conflicts:    1307000 | #Constraints:      52946
2029.16/2035.11	c #Conflicts:    1308000 | #Constraints:      53946
2029.16/2035.11	c #Conflicts:    1309000 | #Constraints:      54946
2029.16/2035.11	c #Conflicts:    1310000 | #Constraints:      55946
2029.16/2035.11	c #Conflicts:    1311000 | #Constraints:      56946
2029.16/2035.11	c #Conflicts:    1312000 | #Constraints:      57946
2029.16/2035.11	c #Conflicts:    1313000 | #Constraints:      58946
2029.16/2035.11	WSVECS04 Frhs2[1]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[5]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[7]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[9]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[11]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[13]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[17]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[19]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[21]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[23]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[49]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[51]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[53]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[55]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[57]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[62]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[64]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[66]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[68]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[70]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[74]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[76]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[78]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[80]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[82]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[84]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[86]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[88]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[90]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[92]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[94]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[96]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[98]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[100]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[102]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[104]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[106]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[108]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[110]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[112]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[114]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[116]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[117]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[119]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[121]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[123]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[125]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[129]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[131]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[133]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[135]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[137]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[139]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[141]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[143]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[145]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[147]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[149]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[151]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[153]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[155]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[157]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[159]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[161]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[163]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[165]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[167]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[169]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[173]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[176]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[178]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[180]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[182]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[184]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[186]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[188]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[190]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[192]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[194]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[196]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[198]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[200]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[202]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[204]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[206]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[208]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[210]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[212]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[214]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[216]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[218]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[220]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[222]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[224]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[226]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[228]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[230]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[232]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[235]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[237]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[239]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[241]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[245]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[294]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[296]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[298]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[300]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[302]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[333]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[353]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[355]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[357]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[359]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[361]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[366]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[390]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[416]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[418]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[449]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[473]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[475]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[477]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[530]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[532]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[534]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[589]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[591]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[646]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[648]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[705]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[989]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[991]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[993]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[995]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1037]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1046]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1048]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1050]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1052]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1054]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1096]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1105]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1107]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1109]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1111]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1151]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1153]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1164]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1166]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1168]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1208]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1210]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1212]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1223]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1225]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1267]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1269]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1271]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1273]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1282]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1324]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1326]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1332]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1383]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1385]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1387]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1389]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1391]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1442]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1450]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1451]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1499]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1501]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1503]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1505]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1556]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1558]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1560]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1562]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1564]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1566]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1567]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1615]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1617]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1619]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1621]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1623]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1672]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1674]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1676]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1678]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1680]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1683]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1731]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1733]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1735]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1737]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1739]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1790]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1792]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1794]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1796]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1798]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1799]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1845]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1847]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1849]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1851]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1853]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1855]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1904]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1906]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1908]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1912]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1914]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1915]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1963]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1965]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1967]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1969]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[1971]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2020]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2022]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2024]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2026]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2028]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2030]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2031]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2079]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2081]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2083]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2085]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2087]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2136]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2138]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2140]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2142]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2144]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2146]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2147]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2195]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2197]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2199]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2201]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2203]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2252]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2254]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2256]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2258]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2260]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2262]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2263]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2311]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2313]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2315]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2317]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2319]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2368]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2370]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2372]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2374]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2376]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2378]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2379]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2427]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2429]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2431]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2433]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2435]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2484]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2486]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2488]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2490]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2492]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2494]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2495]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2543]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2545]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2547]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2549]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2551]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2600]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2602]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2604]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2606]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2608]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2610]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2611]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2659]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2661]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2663]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2665]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2667]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2716]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2718]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2720]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2722]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2724]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2726]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2727]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2773]: 6 -2.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2775]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2777]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2779]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2781]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2783]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2832]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2834]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2836]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2838]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2840]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2842]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2843]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2863]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2891]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2893]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2895]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2897]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2899]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2920]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2922]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2948]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2950]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2952]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2954]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2956]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2958]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2959]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2977]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[2979]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3007]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3009]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3011]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3013]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3015]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3036]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3038]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3064]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3066]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3068]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3074]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3075]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3093]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3095]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3123]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3125]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3127]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3129]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3131]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3150]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3152]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3154]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3180]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3182]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3184]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3186]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3188]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3190]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3191]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3209]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3211]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3239]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3241]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3243]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3245]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3247]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3266]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3268]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3270]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3290]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3298]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3300]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3302]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3304]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3306]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3307]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3327]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3347]: 6 -1.00003 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3349]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3357]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3359]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3361]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3363]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3370]: 6 -1.0001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3378]: 6 -1.00004 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3382]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3384]: 6 -1.00005 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3386]: 6 -1.00009 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3404]: 6 -1.00008 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3406]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3414]: 6 -1.00006 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3416]: 6 -1.00007 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3420]: 6 -1.00001 0 shouldn't be
2029.16/2035.11	WSVECS04 Frhs2[3422]: 6 -1.00009 0 shouldn't be
2052.88/2058.87	c #Conflicts:    1314000 | #Constraints:      59946
2052.88/2058.87	c #Conflicts:    1315000 | #Constraints:      60946
2052.88/2058.87	c #Conflicts:    1316000 | #Constraints:      61946
2052.88/2058.87	c #Conflicts:    1317000 | #Constraints:      62946
2052.88/2058.87	c #Conflicts:    1318000 | #Constraints:      63946
2052.88/2058.87	c #Conflicts:    1319000 | #Constraints:      64946
2052.88/2058.87	c #Conflicts:    1320000 | #Constraints:      65946
2052.88/2058.87	c #Conflicts:    1321000 | #Constraints:      66946
2052.88/2058.87	c #Conflicts:    1322000 | #Constraints:      67946
2052.88/2058.87	c #Conflicts:    1323000 | #Constraints:      68946
2052.88/2058.87	c #Conflicts:    1324000 | #Constraints:      69946
2052.88/2058.87	c #Conflicts:    1325000 | #Constraints:      70946
2052.88/2058.87	c INPROCESSING
2052.88/2058.87	c GARBAGE COLLECT
2052.88/2058.87	c rational objective 1738
2083.79/2089.85	c #Conflicts:    1326000 | #Constraints:      49107
2083.79/2089.85	c #Conflicts:    1327000 | #Constraints:      50108
2083.79/2089.85	c #Conflicts:    1328000 | #Constraints:      51120
2083.79/2089.85	c #Conflicts:    1329000 | #Constraints:      52146
2083.79/2089.85	c #Conflicts:    1330000 | #Constraints:      53154
2083.79/2089.85	c #Conflicts:    1331000 | #Constraints:      54154
2083.79/2089.85	c #Conflicts:    1332000 | #Constraints:      55167
2083.79/2089.85	c #Conflicts:    1333000 | #Constraints:      56170
2083.79/2089.85	c #Conflicts:    1334000 | #Constraints:      57191
2083.79/2089.85	c #Conflicts:    1335000 | #Constraints:      58199
2083.79/2089.85	c #Conflicts:    1336000 | #Constraints:      59200
2083.79/2089.85	c #Conflicts:    1337000 | #Constraints:      60200
2083.79/2089.85	c #Conflicts:    1338000 | #Constraints:      61204
2083.79/2089.85	c #Conflicts:    1339000 | #Constraints:      62211
2083.79/2089.85	c #Conflicts:    1340000 | #Constraints:      63239
2083.79/2089.85	c #Conflicts:    1341000 | #Constraints:      64258
2083.79/2089.85	c #Conflicts:    1342000 | #Constraints:      65270
2083.79/2089.85	c #Conflicts:    1343000 | #Constraints:      66280
2083.79/2089.85	c #Conflicts:    1344000 | #Constraints:      67293
2083.79/2089.85	c #Conflicts:    1345000 | #Constraints:      68309
2083.79/2089.85	c #Conflicts:    1346000 | #Constraints:      69325
2083.79/2089.85	c #Conflicts:    1347000 | #Constraints:      70336
2083.79/2089.85	c #Conflicts:    1348000 | #Constraints:      71355
2083.79/2089.85	c INPROCESSING
2083.79/2089.85	c GARBAGE COLLECT
2083.79/2089.85	c rational objective 1738
2117.50/2123.70	c #Conflicts:    1349000 | #Constraints:      49086
2117.50/2123.70	c #Conflicts:    1350000 | #Constraints:      50086
2117.50/2123.70	c #Conflicts:    1351000 | #Constraints:      51113
2117.50/2123.70	c #Conflicts:    1352000 | #Constraints:      52161
2117.50/2123.70	c #Conflicts:    1353000 | #Constraints:      53182
2117.50/2123.70	c #Conflicts:    1354000 | #Constraints:      54192
2117.50/2123.70	c #Conflicts:    1355000 | #Constraints:      55207
2117.50/2123.70	c #Conflicts:    1356000 | #Constraints:      56238
2117.50/2123.70	c #Conflicts:    1357000 | #Constraints:      57251
2117.50/2123.70	c #Conflicts:    1358000 | #Constraints:      58263
2117.50/2123.70	c #Conflicts:    1359000 | #Constraints:      59281
2117.50/2123.70	c #Conflicts:    1360000 | #Constraints:      60289
2117.50/2123.70	c #Conflicts:    1361000 | #Constraints:      61301
2117.50/2123.70	c #Conflicts:    1362000 | #Constraints:      62314
2117.50/2123.70	c #Conflicts:    1363000 | #Constraints:      63326
2117.50/2123.70	c #Conflicts:    1364000 | #Constraints:      64334
2117.50/2123.70	c #Conflicts:    1365000 | #Constraints:      65345
2117.50/2123.70	c #Conflicts:    1366000 | #Constraints:      66355
2117.50/2123.70	c #Conflicts:    1367000 | #Constraints:      67364
2117.50/2123.70	c #Conflicts:    1368000 | #Constraints:      68374
2117.50/2123.70	c #Conflicts:    1369000 | #Constraints:      69378
2117.50/2123.70	c #Conflicts:    1370000 | #Constraints:      70385
2117.50/2123.70	c #Conflicts:    1371000 | #Constraints:      71393
2117.50/2123.70	c INPROCESSING
2117.50/2123.70	c GARBAGE COLLECT
2117.50/2123.70	c rational objective 1738
2132.46/2138.68	c #Conflicts:    1372000 | #Constraints:      48978
2132.46/2138.68	c #Conflicts:    1373000 | #Constraints:      49978
2132.46/2138.68	c #Conflicts:    1374000 | #Constraints:      50978
2132.46/2138.68	c #Conflicts:    1375000 | #Constraints:      51978
2132.46/2138.68	c #Conflicts:    1376000 | #Constraints:      52978
2132.46/2138.68	c #Conflicts:    1377000 | #Constraints:      53978
2132.46/2138.68	c #Conflicts:    1378000 | #Constraints:      54978
2132.46/2138.68	c #Conflicts:    1379000 | #Constraints:      55978
2132.46/2138.68	c #Conflicts:    1380000 | #Constraints:      56978
2132.46/2138.68	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[48]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[50]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[79]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[105]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[107]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[109]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[115]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[138]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[142]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[144]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[150]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[163]: 6 0 1.00004 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[164]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[195]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[201]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[221]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[223]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[225]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[254]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[278]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[280]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[282]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[311]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[313]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[315]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[317]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[319]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[337]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[339]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[341]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[343]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[347]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[370]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[372]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[374]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[376]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[382]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[384]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[394]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[396]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[398]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[427]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[429]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[433]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[453]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[455]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[457]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[459]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[461]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[488]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[490]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[492]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[510]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[514]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[569]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[571]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[573]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[622]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[626]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[628]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[630]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[685]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[687]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[720]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[724]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[742]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[744]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[746]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[765]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[801]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[803]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[805]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[858]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[860]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[862]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[917]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[919]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[921]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[956]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[974]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[976]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[978]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1005]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1015]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1019]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1021]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1023]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1025]: 6 -2.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1027]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1031]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1033]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1035]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1039]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1041]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1043]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1046]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1054]: 6 -2.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1058]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1064]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1066]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1068]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1072]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1074]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1076]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1078]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1082]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1084]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1091]: 6 0 2.00002 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1092]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1094]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1096]: 6 -2.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1098]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1100]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1102]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1103]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1105]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1107]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1109]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1111]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1121]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1123]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1127]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1129]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1131]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1133]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1135]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1137]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1139]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1141]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1143]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1149]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1151]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1153]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1155]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1157]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1159]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1162]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1164]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1166]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1168]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1172]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1182]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1184]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1186]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1188]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1200]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1202]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1206]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1208]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1210]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1212]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1214]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1219]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1225]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1227]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1229]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1231]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1241]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1243]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1245]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1247]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1259]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1265]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1267]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1269]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1278]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1284]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1288]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1324]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1383]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1385]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1414]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1416]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1418]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1420]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1438]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1442]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1451]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1453]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1455]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1471]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1473]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1479]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1491]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1497]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1499]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1501]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1510]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1514]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1530]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1544]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1548]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1550]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1554]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1556]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1558]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1567]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1569]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1571]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1577]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1585]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1587]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1589]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1593]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1595]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1601]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1607]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1613]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1615]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1617]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1626]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1628]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1630]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1634]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1636]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1638]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1644]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1646]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1648]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1650]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1652]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1670]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1672]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1674]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1683]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1685]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1687]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1689]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1691]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1693]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1695]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1701]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1703]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1705]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1709]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1711]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1713]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1717]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1721]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1727]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1729]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1731]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1733]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1737]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1739]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1744]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1746]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1748]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1752]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1760]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1762]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1764]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1766]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1768]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1772]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1774]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1776]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1778]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1780]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1784]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1786]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1790]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1792]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1794]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1796]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1798]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1799]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1801]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1803]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1805]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1809]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1817]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1819]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1821]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1825]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1827]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1829]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1831]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1833]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1835]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1843]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1847]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1849]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1853]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1855]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1858]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1860]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1862]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1864]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1866]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1876]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1878]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1882]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1884]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1886]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1888]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1890]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1902]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1904]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1906]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1908]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1914]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1915]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1917]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1919]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1921]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1923]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1925]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1933]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1935]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1939]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1941]: 6 -1.00001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1943]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1945]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1961]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1963]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1965]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1967]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1974]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1976]: 6 -1.00006 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1980]: 6 -1.00009 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1982]: 6 -1.0001 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1992]: 6 -1.00003 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1996]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[1998]: 6 -1.00008 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[2000]: 6 -1.00004 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[2018]: 6 -1.00005 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[2020]: 6 -1.00002 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[2022]: 6 -1.00007 0 shouldn't be
2132.46/2138.68	WSVECS04 Frhs2[2024]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2031]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2033]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2035]: 6 -1.00001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2039]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2049]: 6 -1.00001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2055]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2059]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2077]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2079]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2081]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2090]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2092]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2094]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2096]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2102]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2108]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2114]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2116]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2118]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2134]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2136]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2138]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2147]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2149]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2151]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2153]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2155]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2165]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2173]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2175]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2193]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2195]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2197]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2206]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2208]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2210]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2226]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2250]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2252]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2254]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2263]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2265]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2267]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2269]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2273]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2275]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2281]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2283]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2285]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2309]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2311]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2313]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2322]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2324]: 6 -1.00001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2326]: 6 -1.00001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2328]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2330]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2332]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2334]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2340]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2342]: 6 -1.00001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2344]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2354]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2356]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2366]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2368]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2370]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2379]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2381]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2383]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2385]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2387]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2391]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2397]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2399]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2401]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2407]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2411]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2413]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2425]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2427]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2429]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2438]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2440]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2442]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2444]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2446]: 6 -2.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2448]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2450]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2456]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2458]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2460]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2462]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2466]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2470]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2482]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2484]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2486]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2501]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2503]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2507]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2515]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2519]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2521]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2541]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2543]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2545]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2556]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2558]: 6 -1.00001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2560]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2562]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2564]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2566]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2578]: 6 -1.00001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2598]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2600]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2602]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2611]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2613]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2615]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2617]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2619]: 6 -1.00001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2621]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2623]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2635]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2657]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2659]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2661]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2670]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2692]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2694]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2696]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2698]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2704]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2706]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2714]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2716]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2718]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2727]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2729]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2731]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2733]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2735]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2737]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2739]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2745]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2747]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2749]: 6 -1.00001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2751]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2753]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2755]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2757]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2759]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2761]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2763]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2765]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2767]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2773]: 6 -4.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2775]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2777]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2781]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2783]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2786]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2788]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2790]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2792]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2794]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2796]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2798]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2804]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2806]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2808]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2810]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2812]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2814]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2832]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2834]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2871]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2891]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2893]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2897]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2910]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2920]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2922]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2948]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[2950]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3007]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3009]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3064]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3066]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3087]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3093]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3101]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3123]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3125]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3144]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3152]: 6 -1.00003 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3160]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3182]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3183]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3184]: 6 -1.00007 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3217]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3242]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3247]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3297]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3299]: 6 -1.00009 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3319]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3354]: 6 -1.00008 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3356]: 6 -1.00006 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3413]: 6 -1.0001 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3415]: 6 -1.00005 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[3602]: 6 -1.00002 0 shouldn't be
2132.46/2138.69	WSVECS04 Frhs2[4210]: 6 -1.00006 0 shouldn't be
2169.65/2175.98	c #Conflicts:    1381000 | #Constraints:      57979
2169.65/2175.98	c #Conflicts:    1382000 | #Constraints:      58979
2169.65/2175.98	c #Conflicts:    1383000 | #Constraints:      59979
2169.65/2175.98	c #Conflicts:    1384000 | #Constraints:      60979
2169.65/2175.98	c #Conflicts:    1385000 | #Constraints:      61979
2169.65/2175.98	c #Conflicts:    1386000 | #Constraints:      62979
2169.65/2175.98	c #Conflicts:    1387000 | #Constraints:      63979
2169.65/2175.98	c #Conflicts:    1388000 | #Constraints:      64979
2169.65/2175.98	c #Conflicts:    1389000 | #Constraints:      65979
2169.65/2175.98	c #Conflicts:    1390000 | #Constraints:      66979
2169.65/2175.98	c #Conflicts:    1391000 | #Constraints:      67979
2169.65/2175.98	c #Conflicts:    1392000 | #Constraints:      68979
2169.65/2175.98	c #Conflicts:    1393000 | #Constraints:      69979
2169.65/2175.98	c #Conflicts:    1394000 | #Constraints:      70979
2169.65/2175.98	c #Conflicts:    1395000 | #Constraints:      71980
2169.65/2175.98	c INPROCESSING
2169.65/2175.98	c GARBAGE COLLECT
2169.65/2175.98	c rational objective 1738
2224.30/2230.77	c #Conflicts:    1396000 | #Constraints:      49540
2224.30/2230.77	c #Conflicts:    1397000 | #Constraints:      50540
2224.30/2230.77	c #Conflicts:    1398000 | #Constraints:      51540
2224.30/2230.77	c #Conflicts:    1399000 | #Constraints:      52540
2224.30/2230.77	c #Conflicts:    1400000 | #Constraints:      53540
2224.30/2230.77	c #Conflicts:    1401000 | #Constraints:      54540
2224.30/2230.77	c #Conflicts:    1402000 | #Constraints:      55540
2224.30/2230.77	c #Conflicts:    1403000 | #Constraints:      56540
2224.30/2230.77	c #Conflicts:    1404000 | #Constraints:      57540
2224.30/2230.77	c #Conflicts:    1405000 | #Constraints:      58540
2224.30/2230.77	c #Conflicts:    1406000 | #Constraints:      59540
2224.30/2230.77	c #Conflicts:    1407000 | #Constraints:      60540
2224.30/2230.77	c #Conflicts:    1408000 | #Constraints:      61540
2224.30/2230.77	c #Conflicts:    1409000 | #Constraints:      62540
2224.30/2230.77	c #Conflicts:    1410000 | #Constraints:      63540
2224.30/2230.77	c #Conflicts:    1411000 | #Constraints:      64541
2224.30/2230.77	c #Conflicts:    1412000 | #Constraints:      65541
2224.30/2230.77	c #Conflicts:    1413000 | #Constraints:      66541
2224.30/2230.77	c #Conflicts:    1414000 | #Constraints:      67543
2224.30/2230.77	c #Conflicts:    1415000 | #Constraints:      68546
2224.30/2230.77	c #Conflicts:    1416000 | #Constraints:      69546
2224.30/2230.77	c #Conflicts:    1417000 | #Constraints:      70549
2224.30/2230.77	c #Conflicts:    1418000 | #Constraints:      71556
2224.30/2230.77	c #Conflicts:    1419000 | #Constraints:      72563
2224.30/2230.77	c INPROCESSING
2224.30/2230.77	c GARBAGE COLLECT
2224.30/2230.77	c rational objective 1738
2244.24/2250.75	c #Conflicts:    1420000 | #Constraints:      49816
2244.24/2250.75	c #Conflicts:    1421000 | #Constraints:      50816
2244.24/2250.75	c #Conflicts:    1422000 | #Constraints:      51816
2244.24/2250.75	c #Conflicts:    1423000 | #Constraints:      52816
2244.24/2250.75	c #Conflicts:    1424000 | #Constraints:      53816
2244.24/2250.75	c #Conflicts:    1425000 | #Constraints:      54816
2244.24/2250.75	c #Conflicts:    1426000 | #Constraints:      55816
2244.24/2250.75	c #Conflicts:    1427000 | #Constraints:      56816
2244.24/2250.75	c #Conflicts:    1428000 | #Constraints:      57816
2244.24/2250.75	c #Conflicts:    1429000 | #Constraints:      58816
2244.24/2250.75	c #Conflicts:    1430000 | #Constraints:      59817
2244.24/2250.75	c #Conflicts:    1431000 | #Constraints:      60817
2244.24/2250.75	WSVECS04 Frhs2[57]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[59]: 6 0 1.00005 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[173]: 6 -1.00003 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[190]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[235]: 6 -1.00005 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[292]: 6 -1.00002 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[346]: 6 -1.00004 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[348]: 6 -1.00009 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[349]: 6 -1.00009 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[350]: 6 0 1.00001 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[405]: 6 -1.00008 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[421]: 6 -1.00008 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[423]: 6 -1.00003 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[466]: 6 0 1.00004 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[479]: 6 0 1.00009 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[484]: 6 -1.00008 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[543]: 6 -1.00008 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[578]: 6 -1.0001 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[583]: 6 -1.00001 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[639]: 6 0 1.00009 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[651]: 6 -1.00009 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[656]: 6 0 1.00001 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[661]: 6 -1.00006 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[698]: 6 0 1.00003 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[716]: 6 -1.00008 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[753]: 6 -1.00005 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[810]: 6 -1.00009 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[811]: 6 0 1.0001 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[826]: 6 -1.0001 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[999]: 6 -1.00009 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1007]: 6 -1.00004 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1045]: 6 -1.00003 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1062]: 6 -1.00005 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1115]: 6 -1.00002 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1158]: 6 -1.00009 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1277]: 6 -1.00006 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1278]: 6 0 1.00006 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1290]: 6 -1.00002 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1406]: 6 -1.00006 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1470]: 6 0 1.00002 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1504]: 6 -1.00004 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1587]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1620]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1736]: 6 -1.00001 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1738]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1741]: 6 -1.00008 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1754]: 6 -1.00003 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1855]: 6 0 1.00007 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1870]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1915]: 6 0 1.00003 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[1990]: 6 -1.00003 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2027]: 6 -1.00002 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2104]: 6 -1.00003 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2143]: 6 -1.00004 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2167]: 6 -1.00006 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2221]: 6 0 1.00005 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2283]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2316]: 6 -1.00008 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2432]: 6 -1.00008 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2433]: 6 0 1.00001 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2437]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2493]: 6 -1.00004 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2495]: 6 -1.0001 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2553]: 6 0 1.00008 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2607]: 6 -1.00001 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2610]: 6 -1.00002 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2631]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2667]: 6 -1.0001 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2741]: 6 -1.00009 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2783]: 6 -1.00003 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2842]: 6 -1.00006 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2843]: 6 -1.00006 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2865]: 6 -1.00007 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[2917]: 6 0 1.00009 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[3032]: 6 -1.00001 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[3129]: 6 -1.00006 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[3131]: 6 -1.00005 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[3211]: 6 -1.00006 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[3245]: 6 -1.00008 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[3266]: 6 -1.00009 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[3268]: 6 -1.00002 0 shouldn't be
2244.24/2250.75	WSVECS04 Frhs2[3384]: 6 -1.00004 0 shouldn't be
2266.67/2273.29	c #Conflicts:    1432000 | #Constraints:      61818
2266.67/2273.29	c #Conflicts:    1433000 | #Constraints:      62818
2266.67/2273.29	c #Conflicts:    1434000 | #Constraints:      63818
2266.67/2273.29	c #Conflicts:    1435000 | #Constraints:      64818
2266.67/2273.29	c #Conflicts:    1436000 | #Constraints:      65818
2266.67/2273.29	c #Conflicts:    1437000 | #Constraints:      66818
2266.67/2273.29	c #Conflicts:    1438000 | #Constraints:      67818
2266.67/2273.29	c #Conflicts:    1439000 | #Constraints:      68818
2266.67/2273.29	c #Conflicts:    1440000 | #Constraints:      69818
2266.67/2273.29	c #Conflicts:    1441000 | #Constraints:      70818
2266.67/2273.29	c #Conflicts:    1442000 | #Constraints:      71818
2266.67/2273.29	c #Conflicts:    1443000 | #Constraints:      72818
2266.67/2273.29	c INPROCESSING
2266.67/2273.29	c GARBAGE COLLECT
2266.67/2273.29	c rational objective 1738
2310.74/2317.47	c #Conflicts:    1444000 | #Constraints:      50049
2310.74/2317.47	c #Conflicts:    1445000 | #Constraints:      51049
2310.74/2317.47	c #Conflicts:    1446000 | #Constraints:      52049
2310.74/2317.47	c #Conflicts:    1447000 | #Constraints:      53050
2310.74/2317.47	c #Conflicts:    1448000 | #Constraints:      54060
2310.74/2317.47	c #Conflicts:    1449000 | #Constraints:      55087
2310.74/2317.47	c #Conflicts:    1450000 | #Constraints:      56100
2310.74/2317.47	c #Conflicts:    1451000 | #Constraints:      57109
2310.74/2317.47	c #Conflicts:    1452000 | #Constraints:      58116
2310.74/2317.47	c #Conflicts:    1453000 | #Constraints:      59117
2310.74/2317.47	c #Conflicts:    1454000 | #Constraints:      60131
2310.74/2317.47	c #Conflicts:    1455000 | #Constraints:      61137
2310.74/2317.47	c #Conflicts:    1456000 | #Constraints:      62144
2310.74/2317.47	c #Conflicts:    1457000 | #Constraints:      63148
2310.74/2317.47	c #Conflicts:    1458000 | #Constraints:      64154
2310.74/2317.47	c #Conflicts:    1459000 | #Constraints:      65166
2310.74/2317.47	c #Conflicts:    1460000 | #Constraints:      66172
2310.74/2317.47	c #Conflicts:    1461000 | #Constraints:      67175
2310.74/2317.47	c #Conflicts:    1462000 | #Constraints:      68185
2310.74/2317.47	c #Conflicts:    1463000 | #Constraints:      69188
2310.74/2317.47	c #Conflicts:    1464000 | #Constraints:      70197
2310.74/2317.47	c #Conflicts:    1465000 | #Constraints:      71201
2310.74/2317.47	c #Conflicts:    1466000 | #Constraints:      72211
2310.74/2317.47	c #Conflicts:    1467000 | #Constraints:      73223
2310.74/2317.47	c INPROCESSING
2310.74/2317.47	c GARBAGE COLLECT
2310.74/2317.47	c rational objective 1738
2322.81/2329.59	c #Conflicts:    1468000 | #Constraints:      50089
2322.81/2329.59	c #Conflicts:    1469000 | #Constraints:      51089
2322.81/2329.59	c #Conflicts:    1470000 | #Constraints:      52089
2322.81/2329.59	c #Conflicts:    1471000 | #Constraints:      53089
2322.81/2329.59	c #Conflicts:    1472000 | #Constraints:      54089
2322.81/2329.59	c #Conflicts:    1473000 | #Constraints:      55089
2322.81/2329.59	c #Conflicts:    1474000 | #Constraints:      56089
2322.81/2329.59	WSVECS04 Frhs2[2]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[22]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[34]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[46]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[50]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[58]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[61]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[63]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[79]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[81]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[93]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[103]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[105]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[107]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[109]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[120]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[138]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[140]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[150]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[152]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[160]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[162]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[163]: 6 0 3.83335 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[166]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[175]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[177]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[195]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[197]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[199]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[201]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[203]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[207]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[209]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[211]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[219]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[221]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[223]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[225]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[238]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[254]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[256]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[260]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[268]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[276]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[278]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[280]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[293]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[311]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[313]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[315]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[317]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[319]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[321]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[323]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[325]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[327]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[335]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[337]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[339]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[341]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[354]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[360]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[370]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[376]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[378]: 6 -1.66672 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[382]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[384]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[386]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[394]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[396]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[407]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[415]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[419]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[435]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[437]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[441]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[443]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[445]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[451]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[453]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[455]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[457]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[466]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[472]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[474]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[492]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[494]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[498]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[500]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[502]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[506]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[510]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[514]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[522]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[523]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[527]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[529]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[531]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[533]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[551]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[553]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[557]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[559]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[561]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[563]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[567]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[569]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[571]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[573]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[590]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[592]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[610]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[614]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[616]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[618]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[622]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[624]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[626]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[628]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[630]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[645]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[647]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[649]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[667]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[669]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[673]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[675]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[677]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[683]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[687]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[689]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[704]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[724]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[726]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[730]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[732]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[734]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[736]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[740]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[742]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[744]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[746]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[765]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[767]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[769]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[773]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[783]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[785]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[789]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[791]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[793]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[799]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[801]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[803]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[805]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[809]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[822]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[824]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[826]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[828]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[830]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[840]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[846]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[848]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[856]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[858]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[860]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[862]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[866]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[875]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[879]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[881]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[885]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[899]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[901]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[905]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[907]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[909]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[915]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[917]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[919]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[921]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[932]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[934]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[938]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[942]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[946]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[948]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[950]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[954]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[956]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[958]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[962]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[964]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[968]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[974]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[978]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[989]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[991]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[993]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[995]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[999]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1001]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1003]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1005]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1007]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1009]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1011]: 6 -1.33343 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1013]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1015]: 6 -1.6667 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1017]: 6 -2.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1019]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1021]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1023]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1025]: 6 -2.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1031]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1033]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1035]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1037]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1046]: 6 -2.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1048]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1052]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1058]: 6 -2.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1060]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1062]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1064]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1066]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1070]: 6 -1.16674 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1072]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1074]: 6 -1.66673 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1076]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1078]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1082]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1088]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1091]: 6 0 3.83337 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1092]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1096]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1107]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1109]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1115]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1117]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1119]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1121]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1123]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1127]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1131]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1133]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1135]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1137]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1139]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1147]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1149]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1151]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1153]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1155]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1162]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1172]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1174]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1176]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1188]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1194]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1198]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1204]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1206]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1208]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1210]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1219]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1221]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1225]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1231]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1233]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1245]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1247]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1249]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1253]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1255]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1257]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1263]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1265]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1267]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1269]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1278]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1280]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1282]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1284]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1286]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1288]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1290]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1300]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1306]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1310]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1312]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1314]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1320]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1324]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1326]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1341]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1343]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1347]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1351]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1353]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1361]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1365]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1369]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1371]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1373]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1375]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1379]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1381]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1383]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1385]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1394]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1400]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1420]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1422]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1426]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1428]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1430]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1436]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1438]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1440]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1442]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1451]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1453]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1455]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1457]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1463]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1467]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1481]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1485]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1489]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1497]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1499]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1501]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1514]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1516]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1520]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1522]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1524]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1526]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1536]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1538]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1544]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1546]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1552]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1554]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1556]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1558]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1569]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1573]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1579]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1583]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1595]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1597]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1603]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1609]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1611]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1613]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1615]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1617]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1628]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1630]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1632]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1636]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1638]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1652]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1654]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1658]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1660]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1668]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1670]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1672]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1674]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1678]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1680]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1683]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1685]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1687]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1693]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1695]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1697]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1699]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1703]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1705]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1708]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1710]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1711]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1713]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1721]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1729]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1731]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1733]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1735]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1737]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1739]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1744]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1746]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1750]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1752]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1754]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1756]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1760]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1762]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1764]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1766]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1767]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1768]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1770]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1772]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1774]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1776]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1778]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1780]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1784]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1786]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1790]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1792]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1794]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1796]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1798]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1799]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1801]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1803]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1805]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1809]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1811]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1813]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1815]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1817]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1819]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1821]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1827]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1829]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1831]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1833]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1835]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1837]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1843]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1847]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1849]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1851]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1853]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1855]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1858]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1860]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1862]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1864]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1868]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1870]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1874]: 6 -5.83334 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1878]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1886]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1888]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1890]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1892]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1894]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1900]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1902]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1904]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1906]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1917]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1923]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1927]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1943]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1949]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1951]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1953]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1959]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1961]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1963]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1965]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1978]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[1980]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2000]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2002]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2006]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2008]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2010]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2012]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2016]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2018]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2020]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2022]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2033]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2037]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2043]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2059]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2061]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2065]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2067]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2069]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2075]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2077]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2079]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2081]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2090]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2100]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2102]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2116]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2118]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2122]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2124]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2126]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2132]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2134]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2136]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2138]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2149]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2153]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2159]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2175]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2177]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2181]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2183]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2191]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2193]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2195]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2197]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2206]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2208]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2210]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2212]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2216]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2218]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2234]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2238]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2240]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2242]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2248]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2250]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2252]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2254]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2263]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2265]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2269]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2275]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2291]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2293]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2297]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2299]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2305]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2307]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2309]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2311]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2313]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2322]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2334]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2342]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2348]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2350]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2352]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2354]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2356]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2358]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2362]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2364]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2366]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2368]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2370]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2379]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2381]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2385]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2391]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2393]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2399]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2401]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2407]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2409]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2413]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2415]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2419]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2421]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2423]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2425]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2427]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2429]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2438]: 6 -2.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2442]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2444]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2448]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2450]: 6 -2.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2454]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2458]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2460]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2464]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2466]: 6 -1.66675 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2470]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2472]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2474]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2476]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2478]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2480]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2482]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2486]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2497]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2501]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2505]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2507]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2509]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2517]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2521]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2523]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2525]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2529]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2531]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2537]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2539]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2541]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2543]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2545]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2556]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2560]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2562]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2564]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2566]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2568]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2580]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2582]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2586]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2588]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2590]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2596]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2598]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2600]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2602]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2610]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2619]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2621]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2623]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2635]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2639]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2641]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2643]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2645]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2647]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2649]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2655]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2657]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2659]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2661]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2670]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2676]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2678]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2680]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2682]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2692]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2696]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2698]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2700]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2702]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2704]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2706]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2708]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2712]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2714]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2716]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2718]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2731]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2733]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2735]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2739]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2741]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2743]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2745]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2747]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2749]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2751]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2755]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2757]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2759]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2761]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2763]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2765]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2767]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2771]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2773]: 6 -5.83335 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2775]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2777]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2779]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2796]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2798]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2808]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2812]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2814]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2818]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2820]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2822]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2824]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2828]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2830]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2832]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2834]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2845]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2847]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2853]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2855]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2871]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2873]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2877]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2879]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2887]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2889]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2891]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2893]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2899]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2902]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2904]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2908]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2910]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2912]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2928]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2930]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2934]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2936]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2944]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2946]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2948]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2950]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2951]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2953]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2954]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2956]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2958]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2959]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2961]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2967]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2969]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2987]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2989]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2993]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[2995]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3003]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3005]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3007]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3009]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3010]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3012]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3013]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3015]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3018]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3026]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3030]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3032]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3038]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3044]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3046]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3050]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3052]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3062]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3064]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3066]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3068]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3069]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3074]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3075]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3087]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3089]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3091]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3093]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3095]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3103]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3109]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3111]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3119]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3121]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3123]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3125]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3131]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3136]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3138]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3142]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3144]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3146]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3148]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3150]: 6 -5.83338 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3152]: 6 -1.0001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3154]: 6 -1.00009 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3166]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3168]: 6 -1.00004 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3176]: 6 -1.00008 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3178]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3180]: 6 -1.00001 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3188]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3190]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3201]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3203]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3205]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3209]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3217]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3260]: 6 -1.00005 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3262]: 6 -1.00007 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3268]: 6 -1.00006 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3319]: 6 -1.00003 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3323]: 6 -1.00002 0 shouldn't be
2322.81/2329.59	WSVECS04 Frhs2[3411]: 6 -1.00002 0 shouldn't be
2358.10/2365.00	c #Conflicts:    1475000 | #Constraints:      57089
2358.10/2365.00	c #Conflicts:    1476000 | #Constraints:      58089
2358.10/2365.00	c #Conflicts:    1477000 | #Constraints:      59089
2358.10/2365.00	c #Conflicts:    1478000 | #Constraints:      60089
2358.10/2365.00	c #Conflicts:    1479000 | #Constraints:      61089
2358.10/2365.00	c #Conflicts:    1480000 | #Constraints:      62089
2358.10/2365.00	c #Conflicts:    1481000 | #Constraints:      63089
2358.10/2365.00	c #Conflicts:    1482000 | #Constraints:      64089
2358.10/2365.00	c #Conflicts:    1483000 | #Constraints:      65089
2358.10/2365.00	c #Conflicts:    1484000 | #Constraints:      66089
2358.10/2365.00	c #Conflicts:    1485000 | #Constraints:      67089
2358.10/2365.00	c #Conflicts:    1486000 | #Constraints:      68089
2358.10/2365.00	c #Conflicts:    1487000 | #Constraints:      69089
2358.10/2365.00	c #Conflicts:    1488000 | #Constraints:      70089
2358.10/2365.00	c #Conflicts:    1489000 | #Constraints:      71089
2358.10/2365.00	c #Conflicts:    1490000 | #Constraints:      72089
2358.10/2365.00	c #Conflicts:    1491000 | #Constraints:      73089
2358.10/2365.00	c INPROCESSING
2358.10/2365.00	c GARBAGE COLLECT
2358.10/2365.00	c rational objective 1738
2408.46/2415.40	c #Conflicts:    1492000 | #Constraints:      49898
2408.46/2415.40	c #Conflicts:    1493000 | #Constraints:      50898
2408.46/2415.40	c #Conflicts:    1494000 | #Constraints:      51899
2408.46/2415.40	c #Conflicts:    1495000 | #Constraints:      52899
2408.46/2415.40	c #Conflicts:    1496000 | #Constraints:      53899
2408.46/2415.40	c #Conflicts:    1497000 | #Constraints:      54905
2408.46/2415.40	c #Conflicts:    1498000 | #Constraints:      55916
2408.46/2415.40	c #Conflicts:    1499000 | #Constraints:      56921
2408.46/2415.40	c #Conflicts:    1500000 | #Constraints:      57943
2408.46/2415.40	c #Conflicts:    1501000 | #Constraints:      58961
2408.46/2415.40	c #Conflicts:    1502000 | #Constraints:      59965
2408.46/2415.40	c #Conflicts:    1503000 | #Constraints:      60970
2408.46/2415.40	c #Conflicts:    1504000 | #Constraints:      61974
2408.46/2415.40	c #Conflicts:    1505000 | #Constraints:      62978
2408.46/2415.40	c #Conflicts:    1506000 | #Constraints:      63981
2408.46/2415.40	c #Conflicts:    1507000 | #Constraints:      64991
2408.46/2415.40	c #Conflicts:    1508000 | #Constraints:      65997
2408.46/2415.40	c #Conflicts:    1509000 | #Constraints:      67003
2408.46/2415.40	c #Conflicts:    1510000 | #Constraints:      68015
2408.46/2415.40	c #Conflicts:    1511000 | #Constraints:      69028
2408.46/2415.40	c #Conflicts:    1512000 | #Constraints:      70038
2408.46/2415.40	c #Conflicts:    1513000 | #Constraints:      71040
2408.46/2415.40	c #Conflicts:    1514000 | #Constraints:      72044
2408.46/2415.40	c #Conflicts:    1515000 | #Constraints:      73051
2408.46/2415.40	c #Conflicts:    1516000 | #Constraints:      74058
2408.46/2415.40	c INPROCESSING
2408.46/2415.40	c GARBAGE COLLECT
2408.46/2415.40	c rational objective 1738
2454.72/2461.83	c #Conflicts:    1517000 | #Constraints:      50486
2454.72/2461.83	c #Conflicts:    1518000 | #Constraints:      51486
2454.72/2461.83	c #Conflicts:    1519000 | #Constraints:      52486
2454.72/2461.83	c #Conflicts:    1520000 | #Constraints:      53486
2454.72/2461.83	c #Conflicts:    1521000 | #Constraints:      54486
2454.72/2461.83	c #Conflicts:    1522000 | #Constraints:      55486
2454.72/2461.83	c #Conflicts:    1523000 | #Constraints:      56486
2454.72/2461.83	c #Conflicts:    1524000 | #Constraints:      57487
2454.72/2461.83	c #Conflicts:    1525000 | #Constraints:      58487
2454.72/2461.83	c #Conflicts:    1526000 | #Constraints:      59487
2454.72/2461.83	c #Conflicts:    1527000 | #Constraints:      60487
2454.72/2461.83	c #Conflicts:    1528000 | #Constraints:      61488
2454.72/2461.83	c #Conflicts:    1529000 | #Constraints:      62488
2454.72/2461.83	c #Conflicts:    1530000 | #Constraints:      63488
2454.72/2461.83	c #Conflicts:    1531000 | #Constraints:      64488
2454.72/2461.83	c #Conflicts:    1532000 | #Constraints:      65488
2454.72/2461.83	c #Conflicts:    1533000 | #Constraints:      66488
2454.72/2461.83	c #Conflicts:    1534000 | #Constraints:      67488
2454.72/2461.83	c #Conflicts:    1535000 | #Constraints:      68488
2454.72/2461.83	c #Conflicts:    1536000 | #Constraints:      69488
2454.72/2461.83	c #Conflicts:    1537000 | #Constraints:      70488
2454.72/2461.83	c #Conflicts:    1538000 | #Constraints:      71488
2454.72/2461.83	c #Conflicts:    1539000 | #Constraints:      72488
2454.72/2461.83	c #Conflicts:    1540000 | #Constraints:      73488
2454.72/2461.83	c #Conflicts:    1541000 | #Constraints:      74488
2454.72/2461.83	c INPROCESSING
2454.72/2461.83	c GARBAGE COLLECT
2454.72/2461.83	c rational objective 1738
2505.79/2513.06	c #Conflicts:    1542000 | #Constraints:      50893
2505.79/2513.06	c #Conflicts:    1543000 | #Constraints:      51893
2505.79/2513.06	c #Conflicts:    1544000 | #Constraints:      52893
2505.79/2513.06	c #Conflicts:    1545000 | #Constraints:      53893
2505.79/2513.06	c #Conflicts:    1546000 | #Constraints:      54893
2505.79/2513.06	c #Conflicts:    1547000 | #Constraints:      55893
2505.79/2513.06	c #Conflicts:    1548000 | #Constraints:      56893
2505.79/2513.06	c #Conflicts:    1549000 | #Constraints:      57893
2505.79/2513.06	c #Conflicts:    1550000 | #Constraints:      58894
2505.79/2513.06	c #Conflicts:    1551000 | #Constraints:      59894
2505.79/2513.06	c #Conflicts:    1552000 | #Constraints:      60894
2505.79/2513.06	c #Conflicts:    1553000 | #Constraints:      61894
2505.79/2513.06	c #Conflicts:    1554000 | #Constraints:      62894
2505.79/2513.06	c #Conflicts:    1555000 | #Constraints:      63894
2505.79/2513.06	c #Conflicts:    1556000 | #Constraints:      64894
2505.79/2513.06	c #Conflicts:    1557000 | #Constraints:      65895
2505.79/2513.06	c #Conflicts:    1558000 | #Constraints:      66895
2505.79/2513.06	c #Conflicts:    1559000 | #Constraints:      67895
2505.79/2513.06	c #Conflicts:    1560000 | #Constraints:      68895
2505.79/2513.06	c #Conflicts:    1561000 | #Constraints:      69895
2505.79/2513.06	c #Conflicts:    1562000 | #Constraints:      70895
2505.79/2513.06	c #Conflicts:    1563000 | #Constraints:      71895
2505.79/2513.06	c #Conflicts:    1564000 | #Constraints:      72895
2505.79/2513.06	c #Conflicts:    1565000 | #Constraints:      73895
2505.79/2513.06	c #Conflicts:    1566000 | #Constraints:      74895
2505.79/2513.06	c INPROCESSING
2505.79/2513.06	c GARBAGE COLLECT
2505.79/2513.06	c rational objective 1738
2539.98/2547.33	c #Conflicts:    1567000 | #Constraints:      51174
2539.98/2547.33	c #Conflicts:    1568000 | #Constraints:      52182
2539.98/2547.33	c #Conflicts:    1569000 | #Constraints:      53202
2539.98/2547.33	c #Conflicts:    1570000 | #Constraints:      54215
2539.98/2547.33	c #Conflicts:    1571000 | #Constraints:      55224
2539.98/2547.33	c #Conflicts:    1572000 | #Constraints:      56227
2539.98/2547.33	c #Conflicts:    1573000 | #Constraints:      57242
2539.98/2547.33	c #Conflicts:    1574000 | #Constraints:      58247
2539.98/2547.33	c #Conflicts:    1575000 | #Constraints:      59260
2539.98/2547.33	c #Conflicts:    1576000 | #Constraints:      60267
2539.98/2547.33	c #Conflicts:    1577000 | #Constraints:      61287
2539.98/2547.33	c #Conflicts:    1578000 | #Constraints:      62290
2539.98/2547.33	c #Conflicts:    1579000 | #Constraints:      63299
2539.98/2547.33	c #Conflicts:    1580000 | #Constraints:      64310
2539.98/2547.33	c #Conflicts:    1581000 | #Constraints:      65310
2539.98/2547.33	c #Conflicts:    1582000 | #Constraints:      66317
2539.98/2547.33	c #Conflicts:    1583000 | #Constraints:      67329
2539.98/2547.33	c #Conflicts:    1584000 | #Constraints:      68340
2539.98/2547.33	c #Conflicts:    1585000 | #Constraints:      69346
2539.98/2547.33	c #Conflicts:    1586000 | #Constraints:      70358
2539.98/2547.33	c #Conflicts:    1587000 | #Constraints:      71367
2539.98/2547.33	c #Conflicts:    1588000 | #Constraints:      72373
2539.98/2547.33	c #Conflicts:    1589000 | #Constraints:      73384
2539.98/2547.33	c #Conflicts:    1590000 | #Constraints:      74393
2539.98/2547.33	c #Conflicts:    1591000 | #Constraints:      75402
2539.98/2547.33	c INPROCESSING
2539.98/2547.33	c GARBAGE COLLECT
2539.98/2547.33	c rational objective 1738
2597.40/2605.01	c #Conflicts:    1592000 | #Constraints:      51296
2597.40/2605.01	c #Conflicts:    1593000 | #Constraints:      52296
2597.40/2605.01	c #Conflicts:    1594000 | #Constraints:      53296
2597.40/2605.01	c #Conflicts:    1595000 | #Constraints:      54296
2597.40/2605.01	c #Conflicts:    1596000 | #Constraints:      55314
2597.40/2605.01	c #Conflicts:    1597000 | #Constraints:      56332
2597.40/2605.01	c #Conflicts:    1598000 | #Constraints:      57353
2597.40/2605.01	c #Conflicts:    1599000 | #Constraints:      58363
2597.40/2605.01	c #Conflicts:    1600000 | #Constraints:      59378
2597.40/2605.01	c #Conflicts:    1601000 | #Constraints:      60392
2597.40/2605.01	c #Conflicts:    1602000 | #Constraints:      61403
2597.40/2605.01	c #Conflicts:    1603000 | #Constraints:      62405
2597.40/2605.01	c #Conflicts:    1604000 | #Constraints:      63413
2597.40/2605.01	c #Conflicts:    1605000 | #Constraints:      64427
2597.40/2605.01	c #Conflicts:    1606000 | #Constraints:      65434
2597.40/2605.01	c #Conflicts:    1607000 | #Constraints:      66446
2597.40/2605.01	c #Conflicts:    1608000 | #Constraints:      67469
2597.40/2605.01	c #Conflicts:    1609000 | #Constraints:      68478
2597.40/2605.01	c #Conflicts:    1610000 | #Constraints:      69490
2597.40/2605.01	c #Conflicts:    1611000 | #Constraints:      70493
2597.40/2605.01	c #Conflicts:    1612000 | #Constraints:      71503
2597.40/2605.01	c #Conflicts:    1613000 | #Constraints:      72511
2597.40/2605.01	c #Conflicts:    1614000 | #Constraints:      73515
2597.40/2605.01	c #Conflicts:    1615000 | #Constraints:      74523
2597.40/2605.01	c #Conflicts:    1616000 | #Constraints:      75535
2597.40/2605.01	c INPROCESSING
2597.40/2605.01	c GARBAGE COLLECT
2597.40/2605.01	c rational objective 1738
2646.38/2654.03	c #Conflicts:    1617000 | #Constraints:      51096
2646.38/2654.03	c #Conflicts:    1618000 | #Constraints:      52096
2646.38/2654.03	c #Conflicts:    1619000 | #Constraints:      53096
2646.38/2654.03	c #Conflicts:    1620000 | #Constraints:      54096
2646.38/2654.03	c #Conflicts:    1621000 | #Constraints:      55096
2646.38/2654.03	c #Conflicts:    1622000 | #Constraints:      56096
2646.38/2654.03	c #Conflicts:    1623000 | #Constraints:      57096
2646.38/2654.03	c #Conflicts:    1624000 | #Constraints:      58096
2646.38/2654.03	c #Conflicts:    1625000 | #Constraints:      59096
2646.38/2654.03	c #Conflicts:    1626000 | #Constraints:      60096
2646.38/2654.03	c #Conflicts:    1627000 | #Constraints:      61096
2646.38/2654.03	c #Conflicts:    1628000 | #Constraints:      62096
2646.38/2654.03	c #Conflicts:    1629000 | #Constraints:      63096
2646.38/2654.03	c #Conflicts:    1630000 | #Constraints:      64097
2646.38/2654.03	c #Conflicts:    1631000 | #Constraints:      65097
2646.38/2654.03	c #Conflicts:    1632000 | #Constraints:      66097
2646.38/2654.03	c #Conflicts:    1633000 | #Constraints:      67097
2646.38/2654.03	c #Conflicts:    1634000 | #Constraints:      68097
2646.38/2654.03	c #Conflicts:    1635000 | #Constraints:      69097
2646.38/2654.03	c #Conflicts:    1636000 | #Constraints:      70097
2646.38/2654.03	c #Conflicts:    1637000 | #Constraints:      71097
2646.38/2654.03	c #Conflicts:    1638000 | #Constraints:      72097
2646.38/2654.03	c #Conflicts:    1639000 | #Constraints:      73097
2646.38/2654.03	c #Conflicts:    1640000 | #Constraints:      74097
2646.38/2654.03	c #Conflicts:    1641000 | #Constraints:      75097
2646.38/2654.03	c #Conflicts:    1642000 | #Constraints:      76097
2646.38/2654.03	c INPROCESSING
2646.38/2654.03	c GARBAGE COLLECT
2646.38/2654.03	c rational objective 1738
2681.27/2689.05	c #Conflicts:    1643000 | #Constraints:      51654
2681.27/2689.05	c #Conflicts:    1644000 | #Constraints:      52654
2681.27/2689.05	c #Conflicts:    1645000 | #Constraints:      53654
2681.27/2689.05	c #Conflicts:    1646000 | #Constraints:      54654
2681.27/2689.05	c #Conflicts:    1647000 | #Constraints:      55655
2681.27/2689.05	c #Conflicts:    1648000 | #Constraints:      56655
2681.27/2689.05	c #Conflicts:    1649000 | #Constraints:      57656
2681.27/2689.05	c #Conflicts:    1650000 | #Constraints:      58656
2681.27/2689.05	c #Conflicts:    1651000 | #Constraints:      59659
2681.27/2689.05	c #Conflicts:    1652000 | #Constraints:      60660
2681.27/2689.05	c #Conflicts:    1653000 | #Constraints:      61663
2681.27/2689.05	c #Conflicts:    1654000 | #Constraints:      62668
2681.27/2689.05	c #Conflicts:    1655000 | #Constraints:      63672
2681.27/2689.05	c #Conflicts:    1656000 | #Constraints:      64676
2681.27/2689.05	c #Conflicts:    1657000 | #Constraints:      65676
2681.27/2689.05	c #Conflicts:    1658000 | #Constraints:      66678
2681.27/2689.05	c #Conflicts:    1659000 | #Constraints:      67680
2681.27/2689.05	c #Conflicts:    1660000 | #Constraints:      68682
2681.27/2689.05	c #Conflicts:    1661000 | #Constraints:      69685
2681.27/2689.05	c #Conflicts:    1662000 | #Constraints:      70687
2681.27/2689.05	c #Conflicts:    1663000 | #Constraints:      71690
2681.27/2689.05	c #Conflicts:    1664000 | #Constraints:      72691
2681.27/2689.05	c #Conflicts:    1665000 | #Constraints:      73695
2681.27/2689.05	c #Conflicts:    1666000 | #Constraints:      74698
2681.27/2689.05	c #Conflicts:    1667000 | #Constraints:      75702
2681.27/2689.05	c #Conflicts:    1668000 | #Constraints:      76702
2681.27/2689.05	c INPROCESSING
2681.27/2689.05	c GARBAGE COLLECT
2681.27/2689.05	c rational objective 1738
2730.23/2738.16	c #Conflicts:    1669000 | #Constraints:      51919
2730.23/2738.16	c #Conflicts:    1670000 | #Constraints:      52919
2730.23/2738.16	c #Conflicts:    1671000 | #Constraints:      53919
2730.23/2738.16	c #Conflicts:    1672000 | #Constraints:      54919
2730.23/2738.16	c #Conflicts:    1673000 | #Constraints:      55919
2730.23/2738.16	c #Conflicts:    1674000 | #Constraints:      56919
2730.23/2738.16	c #Conflicts:    1675000 | #Constraints:      57919
2730.23/2738.16	c #Conflicts:    1676000 | #Constraints:      58919
2730.23/2738.16	c #Conflicts:    1677000 | #Constraints:      59919
2730.23/2738.16	c #Conflicts:    1678000 | #Constraints:      60919
2730.23/2738.16	c #Conflicts:    1679000 | #Constraints:      61919
2730.23/2738.16	c #Conflicts:    1680000 | #Constraints:      62919
2730.23/2738.16	c #Conflicts:    1681000 | #Constraints:      63920
2730.23/2738.16	c #Conflicts:    1682000 | #Constraints:      64920
2730.23/2738.16	c #Conflicts:    1683000 | #Constraints:      65920
2730.23/2738.16	c #Conflicts:    1684000 | #Constraints:      66920
2730.23/2738.16	c #Conflicts:    1685000 | #Constraints:      67920
2730.23/2738.16	c #Conflicts:    1686000 | #Constraints:      68920
2730.23/2738.16	c #Conflicts:    1687000 | #Constraints:      69920
2730.23/2738.16	c #Conflicts:    1688000 | #Constraints:      70920
2730.23/2738.16	c #Conflicts:    1689000 | #Constraints:      71920
2730.23/2738.16	c #Conflicts:    1690000 | #Constraints:      72920
2730.23/2738.16	c #Conflicts:    1691000 | #Constraints:      73920
2730.23/2738.16	c #Conflicts:    1692000 | #Constraints:      74920
2730.23/2738.16	c #Conflicts:    1693000 | #Constraints:      75920
2730.23/2738.16	c #Conflicts:    1694000 | #Constraints:      76920
2730.23/2738.16	c INPROCESSING
2730.23/2738.16	c GARBAGE COLLECT
2730.23/2738.16	c rational objective 1738
2776.79/2784.83	c #Conflicts:    1695000 | #Constraints:      52169
2776.79/2784.83	c #Conflicts:    1696000 | #Constraints:      53169
2776.79/2784.83	c #Conflicts:    1697000 | #Constraints:      54172
2776.79/2784.83	c #Conflicts:    1698000 | #Constraints:      55179
2776.79/2784.83	c #Conflicts:    1699000 | #Constraints:      56181
2776.79/2784.83	c #Conflicts:    1700000 | #Constraints:      57183
2776.79/2784.83	c #Conflicts:    1701000 | #Constraints:      58184
2776.79/2784.83	c #Conflicts:    1702000 | #Constraints:      59184
2776.79/2784.83	c #Conflicts:    1703000 | #Constraints:      60192
2776.79/2784.83	c #Conflicts:    1704000 | #Constraints:      61192
2776.79/2784.83	c #Conflicts:    1705000 | #Constraints:      62194
2776.79/2784.83	c #Conflicts:    1706000 | #Constraints:      63201
2776.79/2784.83	c #Conflicts:    1707000 | #Constraints:      64207
2776.79/2784.83	c #Conflicts:    1708000 | #Constraints:      65215
2776.79/2784.83	c #Conflicts:    1709000 | #Constraints:      66216
2776.79/2784.83	c #Conflicts:    1710000 | #Constraints:      67217
2776.79/2784.83	c #Conflicts:    1711000 | #Constraints:      68220
2776.79/2784.83	c #Conflicts:    1712000 | #Constraints:      69224
2776.79/2784.83	c #Conflicts:    1713000 | #Constraints:      70228
2776.79/2784.83	c #Conflicts:    1714000 | #Constraints:      71228
2776.79/2784.83	c #Conflicts:    1715000 | #Constraints:      72234
2776.79/2784.83	c #Conflicts:    1716000 | #Constraints:      73238
2776.79/2784.83	c #Conflicts:    1717000 | #Constraints:      74240
2776.79/2784.83	c #Conflicts:    1718000 | #Constraints:      75243
2776.79/2784.83	c #Conflicts:    1719000 | #Constraints:      76244
2776.79/2784.83	c #Conflicts:    1720000 | #Constraints:      77245
2776.79/2784.83	c INPROCESSING
2776.79/2784.83	c GARBAGE COLLECT
2776.79/2784.83	c rational objective 1738
2789.35/2797.43	c #Conflicts:    1721000 | #Constraints:      52104
2789.35/2797.43	c #Conflicts:    1722000 | #Constraints:      53104
2789.35/2797.43	c #Conflicts:    1723000 | #Constraints:      54104
2789.35/2797.43	c #Conflicts:    1724000 | #Constraints:      55104
2789.35/2797.43	c #Conflicts:    1725000 | #Constraints:      56104
2789.35/2797.43	c #Conflicts:    1726000 | #Constraints:      57104
2789.35/2797.43	c #Conflicts:    1727000 | #Constraints:      58104
2789.35/2797.43	c #Conflicts:    1728000 | #Constraints:      59104
2789.35/2797.43	WSVECS04 Frhs2[14]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[20]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[50]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[52]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[56]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[71]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[77]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[79]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[87]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[105]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[107]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[109]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[111]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[115]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[130]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[132]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[136]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[143]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[144]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[148]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[162]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[163]: 6 0 6.00007 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[164]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[166]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[174]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[175]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[189]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[193]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[197]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[203]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[205]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[215]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[219]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[223]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[225]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[231]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[234]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[242]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[244]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[246]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[248]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[250]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[252]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[260]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[264]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[276]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[278]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[280]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[282]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[319]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[321]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[339]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[350]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[354]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[356]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[358]: 6 -2.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[360]: 6 -3.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[362]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[368]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[370]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[376]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[378]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[380]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[386]: 6 -2.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[392]: 6 -2.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[394]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[396]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[406]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[411]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[413]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[417]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[419]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[433]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[435]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[437]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[451]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[453]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[455]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[457]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[466]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[470]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[472]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[474]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[480]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[482]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[492]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[496]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[508]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[510]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[512]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[514]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[551]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[553]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[567]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[569]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[571]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[573]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[594]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[608]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[610]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[612]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[624]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[626]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[628]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[630]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[667]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[669]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[683]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[687]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[689]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[724]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[726]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[728]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[740]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[742]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[744]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[746]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[771]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[775]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[777]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[779]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[783]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[785]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[797]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[799]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[801]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[803]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[805]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[818]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[820]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[844]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[856]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[858]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[860]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[862]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[889]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[899]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[901]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[915]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[917]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[919]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[921]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[956]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[958]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[960]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[972]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[974]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[976]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[978]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[989]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1003]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1005]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1007]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1011]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1015]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1019]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1021]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1023]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1025]: 6 -2.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1029]: 6 -2.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1033]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1035]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1037]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1039]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1043]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1046]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1048]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1052]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1056]: 6 -3.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1062]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1066]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1068]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1074]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1076]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1080]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1082]: 6 -2.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1086]: 6 -2.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1088]: 6 -2.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1090]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1092]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1096]: 6 -1.50005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1098]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1100]: 6 -4.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1102]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1103]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1117]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1119]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1121]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1123]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1131]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1133]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1135]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1137]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1139]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1141]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1145]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1147]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1149]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1151]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1153]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1155]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1159]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1162]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1168]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1178]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1184]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1188]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1190]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1192]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1204]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1206]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1208]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1210]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1219]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1227]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1247]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1249]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1263]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1265]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1269]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1271]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1282]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1284]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1288]: 6 -2.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1300]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1302]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1304]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1306]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1308]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1320]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1322]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1324]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1326]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1335]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1337]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1341]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1343]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1351]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1357]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1363]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1365]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1379]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1381]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1383]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1385]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1398]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1400]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1420]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1422]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1424]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1436]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1438]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1440]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1442]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1453]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1455]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1479]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1497]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1499]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1501]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1514]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1524]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1536]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1538]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1540]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1554]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1556]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1558]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1571]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1575]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1595]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1597]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1611]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1613]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1617]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1632]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1652]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1654]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1656]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1668]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1670]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1672]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1674]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1695]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1697]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1699]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1701]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1703]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1711]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1713]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1717]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1725]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1729]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1731]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1733]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1756]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1758]: 6 -8.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1760]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1768]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1770]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1772]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1776]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1782]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1784]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1786]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1790]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1799]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1801]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1813]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1815]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1817]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1819]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1827]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1829]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1831]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1833]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1835]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1839]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1841]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1843]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1847]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1849]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1851]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1855]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1858]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1860]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1862]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1864]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1872]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1874]: 6 -13 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1876]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1884]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1886]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1888]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1902]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1904]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1906]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1914]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1929]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1937]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1943]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1959]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1961]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1963]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[1998]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2000]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2002]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2004]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2016]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2018]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2020]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2022]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2043]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2045]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2051]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2059]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2061]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2075]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2077]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2079]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2081]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2102]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2108]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2110]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2116]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2118]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2120]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2132]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2134]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2136]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2138]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2161]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2167]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2169]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2171]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2173]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2175]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2177]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2191]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2193]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2195]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2197]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2210]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2220]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2224]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2228]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2236]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2248]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2250]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2252]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2254]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2277]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2279]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2283]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2285]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2291]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2293]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2307]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2309]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2311]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2313]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2334]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2336]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2342]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2348]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2350]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2352]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2364]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2366]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2368]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2370]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2393]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2395]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2399]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2403]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2405]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2407]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2409]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2419]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2423]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2425]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2427]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2429]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2448]: 6 -2.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2454]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2456]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2464]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2466]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2468]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2476]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2478]: 6 -2.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2480]: 6 -2.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2482]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2484]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2486]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2494]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2509]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2517]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2521]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2523]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2525]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2539]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2541]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2543]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2558]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2568]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2572]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2574]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2576]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2580]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2582]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2584]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2590]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2596]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2598]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2600]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2602]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2639]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2641]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2655]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2657]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2659]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2661]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2684]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2694]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2696]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2698]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2700]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2712]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2714]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2716]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2718]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2727]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2729]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2737]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2739]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2741]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2743]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2745]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2747]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2749]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2755]: 6 -1.00002 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2757]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2759]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2761]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2763]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2769]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2771]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2773]: 6 -13.5 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2775]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2777]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2779]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2783]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2800]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2804]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2808]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2812]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2814]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2816]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2828]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2830]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2832]: 6 -1.00001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2834]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2847]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2859]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2863]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2865]: 6 -1.0001 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2871]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2873]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2887]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2889]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2891]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2893]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2916]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2920]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2922]: 6 -1.00003 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2924]: 6 -1.00004 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2928]: 6 -1.00006 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2930]: 6 -1.00007 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2932]: 6 -1.00009 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2944]: 6 -1.00005 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2946]: 6 -1.00008 0 shouldn't be
2789.35/2797.43	WSVECS04 Frhs2[2948]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[2950]: 6 -1.00005 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[2977]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[2983]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[2987]: 6 -1.0001 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[2989]: 6 -1.00003 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3003]: 6 -1.00008 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3005]: 6 -1.00007 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3007]: 6 -1.00006 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3009]: 6 -1.00008 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3024]: 6 -1.00006 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3040]: 6 -1.00007 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3044]: 6 -1.00001 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3046]: 6 -1.00003 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3048]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3060]: 6 -1.00001 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3062]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3064]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3066]: 6 -1.00006 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3068]: 6 -1.00001 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3075]: 6 -1.00005 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3081]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3093]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3097]: 6 -1.00008 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3103]: 6 -1.00009 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3105]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3119]: 6 -1.0001 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3121]: 6 -1.00003 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3123]: 6 -1.00009 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3125]: 6 -1.00008 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3134]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3138]: 6 -1.00005 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3142]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3144]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3146]: 6 -1.00008 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3148]: 6 -1.00003 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3152]: 6 -1.00007 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3162]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3164]: 6 -1.00009 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3178]: 6 -1.00008 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3180]: 6 -1.00003 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3182]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3188]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3190]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3191]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3201]: 6 -1.00005 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3203]: 6 -1.00009 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3205]: 6 -1.00008 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3207]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3215]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3217]: 6 -1.00001 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3241]: 6 -1.00005 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3254]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3256]: 6 -1.00006 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3260]: 6 -1.00009 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3262]: 6 -1.00009 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3264]: 6 -1.00007 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3266]: 6 -1.00006 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3270]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3272]: 6 -1.00007 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3300]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3302]: 6 -1.00005 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3313]: 6 -1.00005 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3321]: 6 -1.00008 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3323]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3329]: 6 -1.00007 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3331]: 6 -1.0001 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3357]: 6 -1.00008 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3358]: 6 -1.00006 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3377]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3378]: 6 -1.00006 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3381]: 6 -1.00005 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3383]: 6 -1.00004 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3385]: 6 -1.00002 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3415]: 6 -1.00003 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3417]: 6 -1.00007 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3418]: 6 -1.00007 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3419]: 6 -1.00008 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[3420]: 6 -1.00003 0 shouldn't be
2789.35/2797.44	WSVECS04 Frhs2[6068]: 6 -1.00007 0 shouldn't be
2828.23/2836.45	c #Conflicts:    1729000 | #Constraints:      60104
2828.23/2836.45	c #Conflicts:    1730000 | #Constraints:      61104
2828.23/2836.45	c #Conflicts:    1731000 | #Constraints:      62104
2828.23/2836.45	c #Conflicts:    1732000 | #Constraints:      63104
2828.23/2836.45	c #Conflicts:    1733000 | #Constraints:      64104
2828.23/2836.45	c #Conflicts:    1734000 | #Constraints:      65104
2828.23/2836.45	c #Conflicts:    1735000 | #Constraints:      66104
2828.23/2836.45	c #Conflicts:    1736000 | #Constraints:      67104
2828.23/2836.45	c #Conflicts:    1737000 | #Constraints:      68104
2828.23/2836.45	c #Conflicts:    1738000 | #Constraints:      69104
2828.23/2836.45	c #Conflicts:    1739000 | #Constraints:      70104
2828.23/2836.45	c #Conflicts:    1740000 | #Constraints:      71104
2828.23/2836.45	c #Conflicts:    1741000 | #Constraints:      72104
2828.23/2836.45	c #Conflicts:    1742000 | #Constraints:      73104
2828.23/2836.45	c #Conflicts:    1743000 | #Constraints:      74104
2828.23/2836.45	c #Conflicts:    1744000 | #Constraints:      75104
2828.23/2836.45	c #Conflicts:    1745000 | #Constraints:      76104
2828.23/2836.45	c #Conflicts:    1746000 | #Constraints:      77104
2828.23/2836.45	c INPROCESSING
2828.23/2836.45	c GARBAGE COLLECT
2828.23/2836.45	c rational objective 1738
2864.03/2872.30	c #Conflicts:    1747000 | #Constraints:      51951
2864.03/2872.30	c #Conflicts:    1748000 | #Constraints:      52951
2864.03/2872.30	c #Conflicts:    1749000 | #Constraints:      53951
2864.03/2872.30	c #Conflicts:    1750000 | #Constraints:      54951
2864.03/2872.30	c #Conflicts:    1751000 | #Constraints:      55951
2864.03/2872.30	c #Conflicts:    1752000 | #Constraints:      56951
2864.03/2872.30	c #Conflicts:    1753000 | #Constraints:      57952
2864.03/2872.30	c #Conflicts:    1754000 | #Constraints:      58960
2864.03/2872.30	c #Conflicts:    1755000 | #Constraints:      59960
2864.03/2872.30	c #Conflicts:    1756000 | #Constraints:      60960
2864.03/2872.30	c #Conflicts:    1757000 | #Constraints:      61963
2864.03/2872.30	c #Conflicts:    1758000 | #Constraints:      62968
2864.03/2872.30	c #Conflicts:    1759000 | #Constraints:      63968
2864.03/2872.30	c #Conflicts:    1760000 | #Constraints:      64969
2864.03/2872.30	c #Conflicts:    1761000 | #Constraints:      65971
2864.03/2872.30	c #Conflicts:    1762000 | #Constraints:      66974
2864.03/2872.30	c #Conflicts:    1763000 | #Constraints:      67977
2864.03/2872.30	c #Conflicts:    1764000 | #Constraints:      68979
2864.03/2872.30	c #Conflicts:    1765000 | #Constraints:      69982
2864.03/2872.30	c #Conflicts:    1766000 | #Constraints:      70986
2864.03/2872.30	c #Conflicts:    1767000 | #Constraints:      71986
2864.03/2872.30	c #Conflicts:    1768000 | #Constraints:      72986
2864.03/2872.30	c #Conflicts:    1769000 | #Constraints:      73986
2864.03/2872.30	c #Conflicts:    1770000 | #Constraints:      74986
2864.03/2872.30	c #Conflicts:    1771000 | #Constraints:      75986
2864.03/2872.30	c #Conflicts:    1772000 | #Constraints:      76986
2864.03/2872.30	c #Conflicts:    1773000 | #Constraints:      77986
2864.03/2872.30	c INPROCESSING
2864.03/2872.30	c GARBAGE COLLECT
2864.03/2872.30	c rational objective 1738
2873.00/2881.33	c #Conflicts:    1774000 | #Constraints:      52522
2873.00/2881.33	c #Conflicts:    1775000 | #Constraints:      53522
2873.00/2881.33	c #Conflicts:    1776000 | #Constraints:      54522
2873.00/2881.33	c #Conflicts:    1777000 | #Constraints:      55522
2873.00/2881.33	c #Conflicts:    1778000 | #Constraints:      56522
2873.00/2881.33	WSVECS04 Frhs2[29]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[35]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[49]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[92]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[143]: 6 -1.00003 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[150]: 6 0 1.00002 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[196]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[201]: 6 0 1.00003 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[204]: 6 -1.00007 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[243]: 6 -1.00009 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[255]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[302]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[314]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[328]: 6 -1.00007 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[376]: 6 -1.00001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[377]: 6 -1.00009 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[386]: 6 0 1.00005 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[684]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[721]: 6 -1.00004 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[744]: 6 0 1.00008 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[863]: 6 -1.00003 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[897]: 6 0 1.00002 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[920]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[931]: 6 -1.00007 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[966]: 6 0 1.00002 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[988]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[990]: 6 -1.00001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1010]: 6 -1.00004 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1013]: 6 0 1.00004 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1126]: 6 -1.0001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1131]: 6 0 1.00003 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1148]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1208]: 6 0 1.00009 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1242]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1243]: 6 0 1.00008 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1245]: 6 0 1.00008 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1304]: 6 0 1.00008 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1342]: 6 -1.00001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1420]: 6 0 2.00005 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1479]: 6 0 1.00006 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1538]: 6 0 1.00008 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1556]: 6 0 1.00002 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1612]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1654]: 6 0 2.00004 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1672]: 6 0 1.00005 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1706]: 6 -1.00003 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1765]: 6 -1.00004 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1767]: 6 -1.00003 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1769]: 6 -1.0001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1833]: 6 0 1.00005 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1844]: 6 -1.00007 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1845]: 6 -1.50008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1881]: 6 -1.00003 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1892]: 6 0 1.00008 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1902]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1903]: 6 0 1.00006 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1938]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1951]: 6 0 1.00003 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1962]: 6 0 1.00006 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[1997]: 6 -1.00004 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2006]: 6 -1.00004 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2054]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2055]: 6 0 1.00003 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2067]: 6 0 1.00003 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2077]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2114]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2115]: 6 -1.00001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2123]: 6 0 3.00003 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2136]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2173]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2174]: 6 -1.00003 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2180]: 6 0 1.00009 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2195]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2228]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2232]: 6 -1.00003 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2233]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2242]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2252]: 6 -1.00007 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2293]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2295]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2299]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2301]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2311]: 6 -1.00003 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2368]: 6 -1.00009 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2460]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2474]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2482]: 6 -1.00001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2543]: 6 -1.00003 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2647]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2657]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2659]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2765]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2773]: 6 -0.500094 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2775]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2818]: 6 -1.00009 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2832]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2866]: 6 -1.00009 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2889]: 6 -1.00007 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2890]: 6 0 1.00006 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2923]: 6 -1.00007 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2925]: 6 -1.00002 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2930]: 6 -1.00009 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[2990]: 6 0 1.00008 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3044]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3062]: 6 -1.00009 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3101]: 6 -1.00005 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3121]: 6 -1.00008 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3156]: 6 -1.00001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3178]: 6 -1.00001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3208]: 6 -1.00009 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3229]: 6 -1.00004 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3239]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3265]: 6 -1.00004 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3294]: 6 -1.00006 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3324]: 6 -1.00001 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3351]: 6 -1.00007 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[3355]: 6 -1.00009 0 shouldn't be
2873.00/2881.33	WSVECS04 Frhs2[6900]: 6 -1.00007 0 shouldn't be
2916.87/2925.32	c #Conflicts:    1779000 | #Constraints:      57522
2916.87/2925.32	c #Conflicts:    1780000 | #Constraints:      58522
2916.87/2925.32	c #Conflicts:    1781000 | #Constraints:      59522
2916.87/2925.32	c #Conflicts:    1782000 | #Constraints:      60522
2916.87/2925.32	c #Conflicts:    1783000 | #Constraints:      61522
2916.87/2925.32	c #Conflicts:    1784000 | #Constraints:      62522
2916.87/2925.32	c #Conflicts:    1785000 | #Constraints:      63522
2916.87/2925.32	c #Conflicts:    1786000 | #Constraints:      64522
2916.87/2925.32	c #Conflicts:    1787000 | #Constraints:      65522
2916.87/2925.32	c #Conflicts:    1788000 | #Constraints:      66522
2916.87/2925.32	c #Conflicts:    1789000 | #Constraints:      67522
2916.87/2925.32	c #Conflicts:    1790000 | #Constraints:      68522
2916.87/2925.32	c #Conflicts:    1791000 | #Constraints:      69522
2916.87/2925.32	c #Conflicts:    1792000 | #Constraints:      70522
2916.87/2925.32	c #Conflicts:    1793000 | #Constraints:      71522
2916.87/2925.32	c #Conflicts:    1794000 | #Constraints:      72522
2916.87/2925.32	c #Conflicts:    1795000 | #Constraints:      73522
2916.87/2925.32	c #Conflicts:    1796000 | #Constraints:      74522
2916.87/2925.32	c #Conflicts:    1797000 | #Constraints:      75522
2916.87/2925.32	c #Conflicts:    1798000 | #Constraints:      76522
2916.87/2925.32	c #Conflicts:    1799000 | #Constraints:      77522
2916.87/2925.32	c #Conflicts:    1800000 | #Constraints:      78522
2916.87/2925.32	c INPROCESSING
2916.87/2925.32	c GARBAGE COLLECT
2916.87/2925.32	c rational objective 1738
2954.86/2963.47	c #Conflicts:    1801000 | #Constraints:      52933
2954.86/2963.47	c #Conflicts:    1802000 | #Constraints:      53933
2954.86/2963.47	c #Conflicts:    1803000 | #Constraints:      54934
2954.86/2963.47	c #Conflicts:    1804000 | #Constraints:      55935
2954.86/2963.47	c #Conflicts:    1805000 | #Constraints:      56935
2954.86/2963.47	c #Conflicts:    1806000 | #Constraints:      57948
2954.86/2963.47	c #Conflicts:    1807000 | #Constraints:      58954
2954.86/2963.47	c #Conflicts:    1808000 | #Constraints:      59962
2954.86/2963.47	c #Conflicts:    1809000 | #Constraints:      60969
2954.86/2963.47	c #Conflicts:    1810000 | #Constraints:      61970
2954.86/2963.47	c #Conflicts:    1811000 | #Constraints:      62971
2954.86/2963.47	c #Conflicts:    1812000 | #Constraints:      63973
2954.86/2963.47	c #Conflicts:    1813000 | #Constraints:      64974
2954.86/2963.47	c #Conflicts:    1814000 | #Constraints:      65977
2954.86/2963.47	c #Conflicts:    1815000 | #Constraints:      66980
2954.86/2963.47	c #Conflicts:    1816000 | #Constraints:      67984
2954.86/2963.47	c #Conflicts:    1817000 | #Constraints:      68984
2954.86/2963.47	c #Conflicts:    1818000 | #Constraints:      69986
2954.86/2963.47	c #Conflicts:    1819000 | #Constraints:      70987
2954.86/2963.47	c #Conflicts:    1820000 | #Constraints:      71987
2954.86/2963.47	c #Conflicts:    1821000 | #Constraints:      72990
2954.86/2963.47	c #Conflicts:    1822000 | #Constraints:      73993
2954.86/2963.47	c #Conflicts:    1823000 | #Constraints:      74993
2954.86/2963.47	c #Conflicts:    1824000 | #Constraints:      75995
2954.86/2963.47	c #Conflicts:    1825000 | #Constraints:      76995
2954.86/2963.47	c #Conflicts:    1826000 | #Constraints:      77997
2954.86/2963.47	c #Conflicts:    1827000 | #Constraints:      78999
2954.86/2963.47	c INPROCESSING
2954.86/2963.47	c GARBAGE COLLECT
2954.86/2963.47	c rational objective 1738
2965.44/2974.07	c #Conflicts:    1828000 | #Constraints:      53058
2965.44/2974.07	c #Conflicts:    1829000 | #Constraints:      54059
2965.44/2974.07	c #Conflicts:    1830000 | #Constraints:      55059
2965.44/2974.07	c #Conflicts:    1831000 | #Constraints:      56059
2965.44/2974.07	c #Conflicts:    1832000 | #Constraints:      57059
2965.44/2974.07	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[83]: 6 -1.00004 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[109]: 6 -1.00007 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[111]: 6 -1.00002 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[113]: 6 -1.00003 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[195]: 6 -1.00006 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[199]: 6 -1.00002 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[231]: 6 -1.00002 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[293]: 6 -1.00003 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[490]: 6 -1.00002 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[547]: 6 -1.00009 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[662]: 6 0 1.00002 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[722]: 6 -1.00008 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[740]: 6 -1.00008 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[769]: 6 -1.00003 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[934]: 6 -1.00004 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[946]: 6 -1.00008 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[995]: 6 -1.00007 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1003]: 6 -1.00007 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1005]: 6 -1.00003 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1043]: 6 -1.00005 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1058]: 6 -1.00005 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1060]: 6 -1.00003 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1121]: 6 -1.00008 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1143]: 6 -1.00008 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1166]: 6 -1.00009 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1168]: 6 -1.00004 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1182]: 6 -1.00008 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1184]: 6 -1.00002 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1243]: 6 -1.00008 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1273]: 6 -1.00006 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1349]: 6 -1.00008 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1444]: 6 -1.00007 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1501]: 6 -1.00009 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1642]: 6 -1.00009 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1845]: 6 -1.00004 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1874]: 6 -1.00009 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[1935]: 6 -1.00009 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2173]: 6 -1.00004 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2178]: 6 0 1.00004 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2258]: 6 -1.00008 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2309]: 6 -1.00003 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2414]: 6 0 1.00001 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2415]: 6 -1.00003 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2419]: 6 -1.00008 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2420]: 6 0 2.00003 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2516]: 6 0 1.00003 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2575]: 6 0 1.00006 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2690]: 6 -1.00006 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2691]: 6 0 2.00005 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[2783]: 6 -1.00006 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[3009]: 6 -1.00004 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[3062]: 6 -1.00003 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[3098]: 6 0 1.00001 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[3127]: 6 -1.00003 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[3150]: 6 -1.00007 0 shouldn't be
2965.44/2974.07	WSVECS04 Frhs2[3214]: 6 -1.00007 0 shouldn't be
3009.90/3018.62	c #Conflicts:    1833000 | #Constraints:      58059
3009.90/3018.62	c #Conflicts:    1834000 | #Constraints:      59059
3009.90/3018.62	c #Conflicts:    1835000 | #Constraints:      60059
3009.90/3018.62	c #Conflicts:    1836000 | #Constraints:      61059
3009.90/3018.62	c #Conflicts:    1837000 | #Constraints:      62059
3009.90/3018.62	c #Conflicts:    1838000 | #Constraints:      63059
3009.90/3018.62	c #Conflicts:    1839000 | #Constraints:      64059
3009.90/3018.62	c #Conflicts:    1840000 | #Constraints:      65059
3009.90/3018.62	c #Conflicts:    1841000 | #Constraints:      66059
3009.90/3018.62	c #Conflicts:    1842000 | #Constraints:      67059
3009.90/3018.62	c #Conflicts:    1843000 | #Constraints:      68059
3009.90/3018.62	c #Conflicts:    1844000 | #Constraints:      69059
3009.90/3018.62	c #Conflicts:    1845000 | #Constraints:      70059
3009.90/3018.62	c #Conflicts:    1846000 | #Constraints:      71059
3009.90/3018.62	c #Conflicts:    1847000 | #Constraints:      72059
3009.90/3018.62	c #Conflicts:    1848000 | #Constraints:      73059
3009.90/3018.62	c #Conflicts:    1849000 | #Constraints:      74059
3009.90/3018.62	c #Conflicts:    1850000 | #Constraints:      75059
3009.90/3018.62	c #Conflicts:    1851000 | #Constraints:      76059
3009.90/3018.62	c #Conflicts:    1852000 | #Constraints:      77059
3009.90/3018.62	c #Conflicts:    1853000 | #Constraints:      78059
3009.90/3018.62	c #Conflicts:    1854000 | #Constraints:      79059
3009.90/3018.62	c INPROCESSING
3009.90/3018.62	c GARBAGE COLLECT
3009.90/3018.62	c rational objective 1738
3054.38/3063.28	c #Conflicts:    1855000 | #Constraints:      53106
3054.38/3063.28	c #Conflicts:    1856000 | #Constraints:      54107
3054.38/3063.28	c #Conflicts:    1857000 | #Constraints:      55107
3054.38/3063.28	c #Conflicts:    1858000 | #Constraints:      56107
3054.38/3063.28	c #Conflicts:    1859000 | #Constraints:      57107
3054.38/3063.28	c #Conflicts:    1860000 | #Constraints:      58107
3054.38/3063.28	c #Conflicts:    1861000 | #Constraints:      59107
3054.38/3063.28	c #Conflicts:    1862000 | #Constraints:      60107
3054.38/3063.28	c #Conflicts:    1863000 | #Constraints:      61107
3054.38/3063.28	c #Conflicts:    1864000 | #Constraints:      62107
3054.38/3063.28	c #Conflicts:    1865000 | #Constraints:      63108
3054.38/3063.28	c #Conflicts:    1866000 | #Constraints:      64109
3054.38/3063.28	c #Conflicts:    1867000 | #Constraints:      65115
3054.38/3063.28	c #Conflicts:    1868000 | #Constraints:      66134
3054.38/3063.28	c #Conflicts:    1869000 | #Constraints:      67148
3054.38/3063.28	c #Conflicts:    1870000 | #Constraints:      68155
3054.38/3063.28	c #Conflicts:    1871000 | #Constraints:      69164
3054.38/3063.28	c #Conflicts:    1872000 | #Constraints:      70168
3054.38/3063.28	c #Conflicts:    1873000 | #Constraints:      71168
3054.38/3063.28	c #Conflicts:    1874000 | #Constraints:      72168
3054.38/3063.28	c #Conflicts:    1875000 | #Constraints:      73168
3054.38/3063.28	c #Conflicts:    1876000 | #Constraints:      74168
3054.38/3063.28	c #Conflicts:    1877000 | #Constraints:      75168
3054.38/3063.28	c #Conflicts:    1878000 | #Constraints:      76169
3054.38/3063.28	c #Conflicts:    1879000 | #Constraints:      77169
3054.38/3063.28	c #Conflicts:    1880000 | #Constraints:      78169
3054.38/3063.28	c #Conflicts:    1881000 | #Constraints:      79169
3054.38/3063.28	c INPROCESSING
3054.38/3063.28	c GARBAGE COLLECT
3054.38/3063.28	c rational objective 1738
3110.50/3119.52	c #Conflicts:    1882000 | #Constraints:      52815
3110.50/3119.52	c #Conflicts:    1883000 | #Constraints:      53816
3110.50/3119.52	c #Conflicts:    1884000 | #Constraints:      54816
3110.50/3119.52	c #Conflicts:    1885000 | #Constraints:      55816
3110.50/3119.52	c #Conflicts:    1886000 | #Constraints:      56816
3110.50/3119.52	c #Conflicts:    1887000 | #Constraints:      57816
3110.50/3119.52	c #Conflicts:    1888000 | #Constraints:      58816
3110.50/3119.52	c #Conflicts:    1889000 | #Constraints:      59816
3110.50/3119.52	c #Conflicts:    1890000 | #Constraints:      60816
3110.50/3119.52	c #Conflicts:    1891000 | #Constraints:      61816
3110.50/3119.52	c #Conflicts:    1892000 | #Constraints:      62816
3110.50/3119.52	c #Conflicts:    1893000 | #Constraints:      63816
3110.50/3119.52	c #Conflicts:    1894000 | #Constraints:      64816
3110.50/3119.52	c #Conflicts:    1895000 | #Constraints:      65816
3110.50/3119.52	c #Conflicts:    1896000 | #Constraints:      66816
3110.50/3119.52	c #Conflicts:    1897000 | #Constraints:      67816
3110.50/3119.52	c #Conflicts:    1898000 | #Constraints:      68816
3110.50/3119.52	c #Conflicts:    1899000 | #Constraints:      69817
3110.50/3119.52	c #Conflicts:    1900000 | #Constraints:      70817
3110.50/3119.52	c #Conflicts:    1901000 | #Constraints:      71817
3110.50/3119.52	c #Conflicts:    1902000 | #Constraints:      72817
3110.50/3119.52	c #Conflicts:    1903000 | #Constraints:      73817
3110.50/3119.52	c #Conflicts:    1904000 | #Constraints:      74817
3110.50/3119.52	c #Conflicts:    1905000 | #Constraints:      75817
3110.50/3119.52	c #Conflicts:    1906000 | #Constraints:      76817
3110.50/3119.52	c #Conflicts:    1907000 | #Constraints:      77817
3110.50/3119.52	c #Conflicts:    1908000 | #Constraints:      78817
3110.50/3119.52	c #Conflicts:    1909000 | #Constraints:      79817
3110.50/3119.52	c INPROCESSING
3110.50/3119.52	c GARBAGE COLLECT
3110.50/3119.52	c rational objective 1738
3198.74/3208.10	c #Conflicts:    1910000 | #Constraints:      53469
3198.74/3208.10	c #Conflicts:    1911000 | #Constraints:      54469
3198.74/3208.10	c #Conflicts:    1912000 | #Constraints:      55469
3198.74/3208.10	c #Conflicts:    1913000 | #Constraints:      56469
3198.74/3208.10	c #Conflicts:    1914000 | #Constraints:      57470
3198.74/3208.10	c #Conflicts:    1915000 | #Constraints:      58470
3198.74/3208.10	c #Conflicts:    1916000 | #Constraints:      59472
3198.74/3208.10	c #Conflicts:    1917000 | #Constraints:      60493
3198.74/3208.10	c #Conflicts:    1918000 | #Constraints:      61508
3198.74/3208.10	c #Conflicts:    1919000 | #Constraints:      62529
3198.74/3208.10	c #Conflicts:    1920000 | #Constraints:      63535
3198.74/3208.10	c #Conflicts:    1921000 | #Constraints:      64544
3198.74/3208.10	c #Conflicts:    1922000 | #Constraints:      65557
3198.74/3208.10	c #Conflicts:    1923000 | #Constraints:      66562
3198.74/3208.10	c #Conflicts:    1924000 | #Constraints:      67562
3198.74/3208.10	c #Conflicts:    1925000 | #Constraints:      68562
3198.74/3208.10	c #Conflicts:    1926000 | #Constraints:      69562
3198.74/3208.10	c #Conflicts:    1927000 | #Constraints:      70562
3198.74/3208.10	c #Conflicts:    1928000 | #Constraints:      71562
3198.74/3208.10	c #Conflicts:    1929000 | #Constraints:      72562
3198.74/3208.10	c #Conflicts:    1930000 | #Constraints:      73563
3198.74/3208.10	c #Conflicts:    1931000 | #Constraints:      74566
3198.74/3208.10	c #Conflicts:    1932000 | #Constraints:      75569
3198.74/3208.10	c #Conflicts:    1933000 | #Constraints:      76579
3198.74/3208.10	c #Conflicts:    1934000 | #Constraints:      77593
3198.74/3208.10	c #Conflicts:    1935000 | #Constraints:      78601
3198.74/3208.10	c #Conflicts:    1936000 | #Constraints:      79620
3198.74/3208.10	c #Conflicts:    1937000 | #Constraints:      80636
3198.74/3208.10	c INPROCESSING
3198.74/3208.10	c GARBAGE COLLECT
3198.74/3208.10	c rational objective 1738
3205.41/3214.73	c #Conflicts:    1938000 | #Constraints:      53950
3205.41/3214.73	c #Conflicts:    1939000 | #Constraints:      54950
3205.41/3214.73	c #Conflicts:    1940000 | #Constraints:      55950
3205.41/3214.73	WSVECS04 Frhs2[23]: 6 -1.00001 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[52]: 6 -1.00005 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[56]: 6 -1.00008 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[80]: 6 -1.00004 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[83]: 6 -1.00008 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[87]: 6 -1.00003 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[89]: 6 -1.00008 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[91]: 6 -1.00009 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[93]: 6 -1.00009 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[97]: 6 -1.00004 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[99]: 6 -1.00009 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[101]: 6 -1.00004 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[103]: 6 -1.00009 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[105]: 6 -1.00003 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[109]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[113]: 6 -1.00007 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[138]: 6 -1.00001 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[139]: 6 -1.00003 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[140]: 6 -1.00001 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[146]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[148]: 6 -1.00008 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[150]: 6 -1.00007 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[158]: 6 -1.00001 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[160]: 6 -1.00007 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[162]: 6 -1.00009 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[163]: 6 0 2.00005 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[164]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[172]: 6 -1.00001 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[174]: 6 -1.00003 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[175]: 6 -1.00007 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[197]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[201]: 6 -1.00003 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[203]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[207]: 6 -1.00001 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[209]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[211]: 6 -1.00009 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[213]: 6 -1.00002 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[215]: 6 -1.00001 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[217]: 6 -1.00001 0 shouldn't be
3205.41/3214.73	WSVECS04 Frhs2[219]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[221]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[223]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[225]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[254]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[256]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[258]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[260]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[262]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[264]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[266]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[268]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[270]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[272]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[276]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[278]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[280]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[290]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[291]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[295]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[299]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[301]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[303]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[305]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[313]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[315]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[317]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[319]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[321]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[323]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[325]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[327]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[329]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[331]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[333]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[339]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[341]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[347]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[350]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[356]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[362]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[364]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[370]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[374]: 6 -3.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[376]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[378]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[382]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[384]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[386]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[390]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[394]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[396]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[398]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[406]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[407]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[409]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[411]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[413]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[415]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[417]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[419]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[421]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[429]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[431]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[433]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[435]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[437]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[439]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[441]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[443]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[445]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[447]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[449]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[451]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[453]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[455]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[457]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[466]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[470]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[472]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[476]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[480]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[486]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[488]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[490]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[492]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[494]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[498]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[500]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[502]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[506]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[508]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[510]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[512]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[514]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[522]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[523]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[525]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[529]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[531]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[539]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[543]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[545]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[547]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[551]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[553]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[555]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[557]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[559]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[561]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[563]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[565]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[569]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[571]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[573]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[586]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[588]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[590]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[602]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[606]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[608]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[612]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[614]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[616]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[618]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[620]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[622]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[624]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[628]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[630]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[632]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[638]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[643]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[645]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[647]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[651]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[653]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[657]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[663]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[665]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[667]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[669]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[671]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[673]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[675]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[677]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[679]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[681]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[683]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[685]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[687]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[689]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[702]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[704]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[706]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[714]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[718]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[724]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[728]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[730]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[734]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[736]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[738]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[740]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[742]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[744]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[746]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[754]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[755]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[757]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[759]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[761]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[763]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[769]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[773]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[777]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[781]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[783]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[785]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[787]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[789]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[791]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[793]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[795]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[797]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[799]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[801]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[803]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[805]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[816]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[820]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[831]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[838]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[842]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[844]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[846]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[848]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[850]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[852]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[854]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[856]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[858]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[860]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[862]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[870]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[871]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[875]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[877]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[881]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[885]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[888]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[891]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[897]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[899]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[901]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[903]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[905]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[907]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[909]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[911]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[913]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[915]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[917]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[919]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[921]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[923]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[925]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[927]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[930]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[932]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[938]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[940]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[942]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[946]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[948]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[954]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[956]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[958]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[960]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[962]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[966]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[968]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[970]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[972]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[974]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[976]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[978]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[980]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[982]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[984]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[987]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[989]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[991]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[993]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[995]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[997]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[999]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1001]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1003]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1005]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1007]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1009]: 6 -4.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1013]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1015]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1017]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1019]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1021]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1023]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1025]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1027]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1029]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1031]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1033]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1035]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1037]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1039]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1041]: 6 -3.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1043]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1046]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1048]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1050]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1052]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1054]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1056]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1058]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1060]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1062]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1064]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1066]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1068]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1070]: 6 -3.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1072]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1074]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1076]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1080]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1082]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1084]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1088]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1092]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1096]: 6 -4.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1098]: 6 -2.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1100]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1102]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1103]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1105]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1107]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1109]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1111]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1113]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1115]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1117]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1119]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1121]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1123]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1125]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1129]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1131]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1133]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1135]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1137]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1139]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1141]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1145]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1147]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1149]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1151]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1153]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1155]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1157]: 6 -3.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1159]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1162]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1164]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1166]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1168]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1170]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1172]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1176]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1178]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1184]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1186]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1188]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1192]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1194]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1198]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1200]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1202]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1204]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1206]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1208]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1210]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1214]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1218]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1219]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1221]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1223]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1225]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1227]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1229]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1231]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1235]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1237]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1245]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1247]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1249]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1251]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1253]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1255]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1257]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1259]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1261]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1263]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1265]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1267]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1271]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1278]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1280]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1282]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1284]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1288]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1290]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1292]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1294]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1296]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1302]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1306]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1308]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1310]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1312]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1314]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1316]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1318]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1320]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1322]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1324]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1326]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1339]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1341]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1343]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1349]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1361]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1363]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1365]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1367]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1369]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1371]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1373]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1375]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1377]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1379]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1381]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1383]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1385]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1396]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1398]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1400]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1410]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1412]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1418]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1420]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1422]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1424]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1426]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1428]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1430]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1432]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1436]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1438]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1440]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1442]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1477]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1479]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1481]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1483]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1485]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1487]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1489]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1491]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1493]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1497]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1499]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1501]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1516]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1524]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1534]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1540]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1542]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1544]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1546]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1548]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1550]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1552]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1554]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1556]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1558]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1562]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1575]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1581]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1593]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1595]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1597]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1599]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1601]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1603]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1605]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1609]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1611]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1613]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1617]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1621]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1632]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1634]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1640]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1642]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1648]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1650]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1652]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1654]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1656]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1658]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1660]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1664]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1666]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1668]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1670]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1672]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1674]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1682]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1683]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1687]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1689]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1691]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1693]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1697]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1699]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1701]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1703]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1705]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1707]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1711]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1713]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1715]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1717]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1719]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1721]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1723]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1725]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1727]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1729]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1731]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1733]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1737]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1739]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1744]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1748]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1750]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1752]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1754]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1756]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1758]: 6 -4.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1760]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1762]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1764]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1766]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1768]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1770]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1772]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1774]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1776]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1778]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1780]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1782]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1784]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1786]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1788]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1790]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1792]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1794]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1795]: 6 0 1.00004 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1796]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1799]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1801]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1803]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1805]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1807]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1809]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1811]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1813]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1815]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1817]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1819]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1821]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1823]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1825]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1827]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1829]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1831]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1833]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1835]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1837]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1839]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1841]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1843]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1845]: 6 -7.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1847]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1849]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1851]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1853]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1855]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1860]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1862]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1864]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1866]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1868]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1870]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1874]: 6 -7.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1876]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1878]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1880]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1882]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1884]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1886]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1888]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1890]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1892]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1894]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1896]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1898]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1902]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1910]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1914]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1919]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1921]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1929]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1931]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1941]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1943]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1947]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1949]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1951]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1959]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1961]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1963]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1965]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1967]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1969]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1978]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1986]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1988]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1990]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[1998]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2000]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2002]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2004]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2006]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2008]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2010]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2012]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2014]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2016]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2018]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2020]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2022]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2026]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2031]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2043]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2045]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2047]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2049]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2057]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2059]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2061]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2063]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2065]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2067]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2069]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2071]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2073]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2075]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2077]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2079]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2081]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2083]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2085]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2102]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2104]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2106]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2114]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2116]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2118]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2120]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2122]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2124]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2126]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2128]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2130]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2132]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2134]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2136]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2138]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2140]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2142]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2155]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2161]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2163]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2173]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2175]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2177]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2179]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2181]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2183]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2185]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2187]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2189]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2191]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2193]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2195]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2197]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2199]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2201]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2210]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2220]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2224]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2230]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2234]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2236]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2238]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2240]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2242]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2244]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2246]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2248]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2250]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2252]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2254]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2258]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2260]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2277]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2279]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2289]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2291]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2293]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2295]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2297]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2299]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2301]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2303]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2305]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2307]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2309]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2311]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2313]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2322]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2324]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2330]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2334]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2336]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2338]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2346]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2348]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2350]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2352]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2354]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2356]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2358]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2360]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2362]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2364]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2366]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2368]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2370]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2376]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2381]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2383]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2385]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2387]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2389]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2391]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2393]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2395]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2397]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2405]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2407]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2409]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2411]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2413]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2415]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2417]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2419]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2421]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2423]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2425]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2427]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2429]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2433]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2435]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2440]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2442]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2444]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2446]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2448]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2450]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2452]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2454]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2462]: 6 -3.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2464]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2466]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2468]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2470]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2472]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2474]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2476]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2478]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2480]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2482]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2484]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2486]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2492]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2499]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2503]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2505]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2507]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2509]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2511]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2515]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2521]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2523]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2525]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2527]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2529]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2531]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2533]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2535]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2537]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2539]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2541]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2543]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2545]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2568]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2570]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2578]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2580]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2582]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2584]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2588]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2590]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2592]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2594]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2596]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2598]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2600]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2602]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2610]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2611]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2623]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2625]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2627]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2637]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2639]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2641]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2643]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2645]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2647]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2649]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2651]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2653]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2655]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2657]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2659]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2661]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2663]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2667]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2672]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2676]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2678]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2680]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2682]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2684]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2686]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2688]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2694]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2696]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2698]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2700]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2702]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2704]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2706]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2708]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2710]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2712]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2714]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2716]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2718]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2720]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2722]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2726]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2727]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2729]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2731]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2733]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2735]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2737]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2739]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2741]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2743]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2745]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2747]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2751]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2753]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2755]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2757]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2759]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2761]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2763]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2765]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2767]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2769]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2771]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2773]: 6 -7.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2775]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2777]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2779]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2783]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2786]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2788]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2792]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2794]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2796]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2800]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2802]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2804]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2808]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2810]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2812]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2814]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2816]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2818]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2820]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2822]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2824]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2826]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2828]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2830]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2832]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2834]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2847]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2859]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2869]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2871]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2873]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2875]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2877]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2879]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2881]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2883]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2885]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2887]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2889]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2891]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2893]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2899]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2914]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2918]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2926]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2928]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2930]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2932]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2934]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2936]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2938]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2940]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2942]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2944]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2946]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2948]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2950]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2956]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2958]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2965]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2971]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2985]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2987]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2989]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2991]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2993]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2995]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2997]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[2999]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3001]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3003]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3005]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3007]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3009]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3015]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3018]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3024]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3026]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3028]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3032]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3042]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3044]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3046]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3048]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3050]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3052]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3054]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3056]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3058]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3060]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3062]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3064]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3066]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3068]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3081]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3083]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3087]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3089]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3091]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3093]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3101]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3103]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3105]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3107]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3109]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3111]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3113]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3115]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3117]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3119]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3121]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3123]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3125]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3127]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3134]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3136]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3138]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3140]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3142]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3144]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3146]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3148]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3150]: 6 -4.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3156]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3158]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3160]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3162]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3164]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3166]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3168]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3170]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3172]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3174]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3176]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3178]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3180]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3182]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3184]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3186]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3191]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3193]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3195]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3197]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3199]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3201]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3203]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3205]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3207]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3209]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3211]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3217]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3219]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3221]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3223]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3225]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3229]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3231]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3233]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3235]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3237]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3239]: 6 -1.00009 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3241]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3243]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3250]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3252]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3254]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3256]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3258]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3260]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3264]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3266]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3268]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3270]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3274]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3276]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3278]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3280]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3282]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3284]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3286]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3288]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3290]: 6 -1.00006 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3292]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3294]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3295]: 6 0 1.00003 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3296]: 6 -1.00001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3300]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3306]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3307]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3309]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3311]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3313]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3315]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3321]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3323]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3325]: 6 -1.00003 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3327]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3335]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3337]: 6 -1.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3339]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3341]: 6 -1.00004 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3345]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3347]: 6 -1.00008 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3349]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3351]: 6 -1.0001 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3353]: 6 -1.00002 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[3368]: 6 -1.00005 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[7109]: 6 -3.00007 0 shouldn't be
3205.41/3214.74	WSVECS04 Frhs2[7117]: 6 0 3.00006 shouldn't be
3258.95/3268.46	c #Conflicts:    1941000 | #Constraints:      56950
3258.95/3268.46	c #Conflicts:    1942000 | #Constraints:      57950
3258.95/3268.46	c #Conflicts:    1943000 | #Constraints:      58950
3258.95/3268.46	c #Conflicts:    1944000 | #Constraints:      59950
3258.95/3268.46	c #Conflicts:    1945000 | #Constraints:      60950
3258.95/3268.46	c #Conflicts:    1946000 | #Constraints:      61950
3258.95/3268.46	c #Conflicts:    1947000 | #Constraints:      62950
3258.95/3268.46	c #Conflicts:    1948000 | #Constraints:      63950
3258.95/3268.46	c #Conflicts:    1949000 | #Constraints:      64950
3258.95/3268.46	c #Conflicts:    1950000 | #Constraints:      65950
3258.95/3268.46	c #Conflicts:    1951000 | #Constraints:      66950
3258.95/3268.46	c #Conflicts:    1952000 | #Constraints:      67950
3258.95/3268.46	c #Conflicts:    1953000 | #Constraints:      68950
3258.95/3268.46	c #Conflicts:    1954000 | #Constraints:      69950
3258.95/3268.46	c #Conflicts:    1955000 | #Constraints:      70950
3258.95/3268.46	c #Conflicts:    1956000 | #Constraints:      71950
3258.95/3268.46	c #Conflicts:    1957000 | #Constraints:      72950
3258.95/3268.46	c #Conflicts:    1958000 | #Constraints:      73950
3258.95/3268.46	c #Conflicts:    1959000 | #Constraints:      74950
3258.95/3268.46	c #Conflicts:    1960000 | #Constraints:      75950
3258.95/3268.46	c #Conflicts:    1961000 | #Constraints:      76950
3258.95/3268.46	c #Conflicts:    1962000 | #Constraints:      77950
3258.95/3268.46	c #Conflicts:    1963000 | #Constraints:      78950
3258.95/3268.46	c #Conflicts:    1964000 | #Constraints:      79950
3258.95/3268.46	c #Conflicts:    1965000 | #Constraints:      80950
3258.95/3268.46	c INPROCESSING
3258.95/3268.46	c GARBAGE COLLECT
3258.95/3268.46	c rational objective 1738
3324.23/3333.98	c #Conflicts:    1966000 | #Constraints:      54199
3324.23/3333.98	c #Conflicts:    1967000 | #Constraints:      55207
3324.23/3333.98	c #Conflicts:    1968000 | #Constraints:      56213
3324.23/3333.98	c #Conflicts:    1969000 | #Constraints:      57217
3324.23/3333.98	c #Conflicts:    1970000 | #Constraints:      58224
3324.23/3333.98	c #Conflicts:    1971000 | #Constraints:      59257
3324.23/3333.98	c #Conflicts:    1972000 | #Constraints:      60282
3324.23/3333.98	c #Conflicts:    1973000 | #Constraints:      61298
3324.23/3333.98	c #Conflicts:    1974000 | #Constraints:      62313
3324.23/3333.98	c #Conflicts:    1975000 | #Constraints:      63313
3324.23/3333.98	c #Conflicts:    1976000 | #Constraints:      64317
3324.23/3333.98	c #Conflicts:    1977000 | #Constraints:      65330
3324.23/3333.98	c #Conflicts:    1978000 | #Constraints:      66330
3324.23/3333.98	c #Conflicts:    1979000 | #Constraints:      67343
3324.23/3333.98	c #Conflicts:    1980000 | #Constraints:      68348
3324.23/3333.98	c #Conflicts:    1981000 | #Constraints:      69349
3324.23/3333.98	c #Conflicts:    1982000 | #Constraints:      70354
3324.23/3333.98	c #Conflicts:    1983000 | #Constraints:      71356
3324.23/3333.98	c #Conflicts:    1984000 | #Constraints:      72364
3324.23/3333.98	c #Conflicts:    1985000 | #Constraints:      73369
3324.23/3333.98	c #Conflicts:    1986000 | #Constraints:      74372
3324.23/3333.98	c #Conflicts:    1987000 | #Constraints:      75374
3324.23/3333.98	c #Conflicts:    1988000 | #Constraints:      76377
3324.23/3333.98	c #Conflicts:    1989000 | #Constraints:      77379
3324.23/3333.98	c #Conflicts:    1990000 | #Constraints:      78383
3324.23/3333.98	c #Conflicts:    1991000 | #Constraints:      79384
3324.23/3333.98	c #Conflicts:    1992000 | #Constraints:      80384
3324.23/3333.98	c #Conflicts:    1993000 | #Constraints:      81384
3324.23/3333.98	c INPROCESSING
3324.23/3333.98	c GARBAGE COLLECT
3324.23/3333.98	c rational objective 1738
3384.03/3393.90	c #Conflicts:    1994000 | #Constraints:      54186
3384.03/3393.90	c #Conflicts:    1995000 | #Constraints:      55186
3384.03/3393.90	c #Conflicts:    1996000 | #Constraints:      56186
3384.03/3393.90	c #Conflicts:    1997000 | #Constraints:      57186
3384.03/3393.90	c #Conflicts:    1998000 | #Constraints:      58186
3384.03/3393.90	c #Conflicts:    1999000 | #Constraints:      59186
3384.03/3393.90	c #Conflicts:    2000000 | #Constraints:      60186
3384.03/3393.90	c #Conflicts:    2001000 | #Constraints:      61186
3384.03/3393.90	c #Conflicts:    2002000 | #Constraints:      62186
3384.03/3393.90	c #Conflicts:    2003000 | #Constraints:      63186
3384.03/3393.90	c #Conflicts:    2004000 | #Constraints:      64186
3384.03/3393.90	c #Conflicts:    2005000 | #Constraints:      65186
3384.03/3393.90	c #Conflicts:    2006000 | #Constraints:      66186
3384.03/3393.90	c #Conflicts:    2007000 | #Constraints:      67186
3384.03/3393.90	c #Conflicts:    2008000 | #Constraints:      68186
3384.03/3393.90	c #Conflicts:    2009000 | #Constraints:      69186
3384.03/3393.90	c #Conflicts:    2010000 | #Constraints:      70186
3384.03/3393.90	c #Conflicts:    2011000 | #Constraints:      71186
3384.03/3393.90	c #Conflicts:    2012000 | #Constraints:      72186
3384.03/3393.90	c #Conflicts:    2013000 | #Constraints:      73186
3384.03/3393.90	c #Conflicts:    2014000 | #Constraints:      74187
3384.03/3393.90	c #Conflicts:    2015000 | #Constraints:      75187
3384.03/3393.90	c #Conflicts:    2016000 | #Constraints:      76187
3384.03/3393.90	c #Conflicts:    2017000 | #Constraints:      77187
3384.03/3393.90	c #Conflicts:    2018000 | #Constraints:      78187
3384.03/3393.90	c #Conflicts:    2019000 | #Constraints:      79187
3384.03/3393.90	c #Conflicts:    2020000 | #Constraints:      80187
3384.03/3393.90	c #Conflicts:    2021000 | #Constraints:      81187
3384.03/3393.90	c INPROCESSING
3384.03/3393.90	c GARBAGE COLLECT
3384.03/3393.90	c rational objective 1738
3445.64/3455.76	c #Conflicts:    2022000 | #Constraints:      54028
3445.64/3455.76	c #Conflicts:    2023000 | #Constraints:      55028
3445.64/3455.76	c #Conflicts:    2024000 | #Constraints:      56028
3445.64/3455.76	c #Conflicts:    2025000 | #Constraints:      57028
3445.64/3455.76	c #Conflicts:    2026000 | #Constraints:      58028
3445.64/3455.76	c #Conflicts:    2027000 | #Constraints:      59028
3445.64/3455.76	c #Conflicts:    2028000 | #Constraints:      60028
3445.64/3455.76	c #Conflicts:    2029000 | #Constraints:      61028
3445.64/3455.76	c #Conflicts:    2030000 | #Constraints:      62028
3445.64/3455.76	c #Conflicts:    2031000 | #Constraints:      63028
3445.64/3455.76	c #Conflicts:    2032000 | #Constraints:      64028
3445.64/3455.76	c #Conflicts:    2033000 | #Constraints:      65028
3445.64/3455.76	c #Conflicts:    2034000 | #Constraints:      66028
3445.64/3455.76	c #Conflicts:    2035000 | #Constraints:      67028
3445.64/3455.76	c #Conflicts:    2036000 | #Constraints:      68028
3445.64/3455.76	c #Conflicts:    2037000 | #Constraints:      69028
3445.64/3455.76	c #Conflicts:    2038000 | #Constraints:      70029
3445.64/3455.76	c #Conflicts:    2039000 | #Constraints:      71029
3445.64/3455.76	c #Conflicts:    2040000 | #Constraints:      72029
3445.64/3455.76	c #Conflicts:    2041000 | #Constraints:      73029
3445.64/3455.76	c #Conflicts:    2042000 | #Constraints:      74029
3445.64/3455.76	c #Conflicts:    2043000 | #Constraints:      75029
3445.64/3455.76	c #Conflicts:    2044000 | #Constraints:      76029
3445.64/3455.76	c #Conflicts:    2045000 | #Constraints:      77029
3445.64/3455.76	c #Conflicts:    2046000 | #Constraints:      78029
3445.64/3455.76	c #Conflicts:    2047000 | #Constraints:      79029
3445.64/3455.76	c #Conflicts:    2048000 | #Constraints:      80029
3445.64/3455.76	c #Conflicts:    2049000 | #Constraints:      81029
3445.64/3455.76	c #Conflicts:    2050000 | #Constraints:      82029
3445.64/3455.76	c INPROCESSING
3445.64/3455.76	c GARBAGE COLLECT
3445.64/3455.76	c rational objective 1738
3508.54/3518.89	c #Conflicts:    2051000 | #Constraints:      54568
3508.54/3518.89	c #Conflicts:    2052000 | #Constraints:      55568
3508.54/3518.89	c #Conflicts:    2053000 | #Constraints:      56568
3508.54/3518.89	c #Conflicts:    2054000 | #Constraints:      57568
3508.54/3518.89	c #Conflicts:    2055000 | #Constraints:      58568
3508.54/3518.89	c #Conflicts:    2056000 | #Constraints:      59568
3508.54/3518.89	c #Conflicts:    2057000 | #Constraints:      60568
3508.54/3518.89	c #Conflicts:    2058000 | #Constraints:      61569
3508.54/3518.89	c #Conflicts:    2059000 | #Constraints:      62569
3508.54/3518.89	c #Conflicts:    2060000 | #Constraints:      63569
3508.54/3518.89	c #Conflicts:    2061000 | #Constraints:      64569
3508.54/3518.89	c #Conflicts:    2062000 | #Constraints:      65569
3508.54/3518.89	c #Conflicts:    2063000 | #Constraints:      66578
3508.54/3518.89	c #Conflicts:    2064000 | #Constraints:      67583
3508.54/3518.89	c #Conflicts:    2065000 | #Constraints:      68585
3508.54/3518.89	c #Conflicts:    2066000 | #Constraints:      69590
3508.54/3518.89	c #Conflicts:    2067000 | #Constraints:      70597
3508.54/3518.89	c #Conflicts:    2068000 | #Constraints:      71603
3508.54/3518.89	c #Conflicts:    2069000 | #Constraints:      72609
3508.54/3518.89	c #Conflicts:    2070000 | #Constraints:      73613
3508.54/3518.89	c #Conflicts:    2071000 | #Constraints:      74617
3508.54/3518.89	c #Conflicts:    2072000 | #Constraints:      75626
3508.54/3518.89	c #Conflicts:    2073000 | #Constraints:      76632
3508.54/3518.89	c #Conflicts:    2074000 | #Constraints:      77636
3508.54/3518.89	c #Conflicts:    2075000 | #Constraints:      78638
3508.54/3518.89	c #Conflicts:    2076000 | #Constraints:      79641
3508.54/3518.89	c #Conflicts:    2077000 | #Constraints:      80651
3508.54/3518.89	c #Conflicts:    2078000 | #Constraints:      81655
3508.54/3518.89	c #Conflicts:    2079000 | #Constraints:      82658
3508.54/3518.89	c INPROCESSING
3508.54/3518.89	c GARBAGE COLLECT
3508.54/3518.89	c rational objective 1738
3532.27/3542.62	c #Conflicts:    2080000 | #Constraints:      54919
3532.27/3542.62	c #Conflicts:    2081000 | #Constraints:      55919
3532.27/3542.62	c #Conflicts:    2082000 | #Constraints:      56919
3532.27/3542.62	c #Conflicts:    2083000 | #Constraints:      57919
3532.27/3542.62	c #Conflicts:    2084000 | #Constraints:      58919
3532.27/3542.62	c #Conflicts:    2085000 | #Constraints:      59919
3532.27/3542.62	c #Conflicts:    2086000 | #Constraints:      60919
3532.27/3542.62	c #Conflicts:    2087000 | #Constraints:      61919
3532.27/3542.62	c #Conflicts:    2088000 | #Constraints:      62919
3532.27/3542.62	c #Conflicts:    2089000 | #Constraints:      63919
3532.27/3542.62	c #Conflicts:    2090000 | #Constraints:      64919
3532.27/3542.62	WSVECS04 Frhs2[7]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[13]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[121]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[129]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[134]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[180]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[187]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[193]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[237]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[250]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[252]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[309]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[368]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[415]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[417]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[419]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[421]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[423]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[425]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[472]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[474]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[476]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[478]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[480]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[482]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[531]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[533]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[535]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[537]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[539]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[588]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[590]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[592]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[594]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[598]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[647]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[649]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[651]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[655]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[657]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[706]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[708]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[712]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[714]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[765]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[767]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[769]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[771]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[773]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[824]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[826]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[828]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[830]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[883]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[885]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[887]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[889]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[940]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[942]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[944]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[946]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[999]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1001]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1003]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1005]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1056]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1058]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1060]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1062]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1111]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1113]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1115]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1117]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1119]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1121]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1168]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1170]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1172]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1174]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1176]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1178]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1229]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1231]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1235]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1237]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1284]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1286]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1288]: 6 -2.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1290]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1292]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1294]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1343]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1345]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1347]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1351]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1353]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1400]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1402]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1404]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1406]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1408]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1410]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1457]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1461]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1463]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1467]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1469]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1516]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1518]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1522]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1524]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1526]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1573]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1575]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1577]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1579]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1581]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1583]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1634]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1636]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1638]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1640]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1642]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1689]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1691]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1693]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1695]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1697]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1699]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1701]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1748]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1750]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1752]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1754]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1756]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1758]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1805]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1807]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1809]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1811]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1813]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1815]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1817]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1864]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1866]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1868]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1870]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1872]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1874]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1921]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1923]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1927]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1929]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1931]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1933]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1980]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1982]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1984]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1986]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1988]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[1990]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2037]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2039]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2041]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2043]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2045]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2047]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2049]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2096]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2098]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2100]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2102]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2106]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2153]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2155]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2157]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2159]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2161]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2163]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2165]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2212]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2214]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2216]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2218]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2220]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2222]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2269]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2271]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2273]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2275]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2277]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2279]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2281]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2330]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2332]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2334]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2336]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2338]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2385]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2387]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2389]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2391]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2393]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2395]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2397]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2444]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2446]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2448]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2450]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2452]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2454]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2501]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2503]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2505]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2507]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2509]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2511]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2513]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2560]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2562]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2564]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2566]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2568]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2570]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2617]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2619]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2621]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2623]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2625]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2627]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2629]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2676]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2678]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2680]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2682]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2684]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2686]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2733]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2735]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2737]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2739]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2741]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2743]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2745]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2792]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2794]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2796]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2798]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2800]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2802]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2849]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2851]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2853]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2855]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2857]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2859]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2861]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2908]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2910]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2912]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2914]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2916]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2918]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2965]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2967]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2969]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2971]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2973]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2975]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[2977]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3024]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3026]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3028]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3030]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3032]: 6 -1.00004 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3034]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3079]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3081]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3083]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3085]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3087]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3089]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3091]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3093]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3136]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3138]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3140]: 6 -1.0001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3142]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3144]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3146]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3148]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3150]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3193]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3195]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3197]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3199]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3201]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3203]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3205]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3207]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3209]: 6 -1.00002 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3252]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3254]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3256]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3258]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3260]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3262]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3264]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3266]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3272]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3309]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3311]: 6 -1.00009 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3313]: 6 -1.00001 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3315]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3317]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3319]: 6 -1.00007 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3321]: 6 -1.00008 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3330]: 6 -2.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3368]: 6 -1.00005 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3370]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3372]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3374]: 6 -1.00003 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3376]: 6 -1.00006 0 shouldn't be
3532.27/3542.62	WSVECS04 Frhs2[3378]: 6 -1.00003 0 shouldn't be
3576.83/3587.35	c #Conflicts:    2091000 | #Constraints:      65919
3576.83/3587.35	c #Conflicts:    2092000 | #Constraints:      66919
3576.83/3587.35	c #Conflicts:    2093000 | #Constraints:      67919
3576.83/3587.35	c #Conflicts:    2094000 | #Constraints:      68919
3576.83/3587.35	c #Conflicts:    2095000 | #Constraints:      69919
3576.83/3587.35	c #Conflicts:    2096000 | #Constraints:      70919
3576.83/3587.35	c #Conflicts:    2097000 | #Constraints:      71919
3576.83/3587.35	c #Conflicts:    2098000 | #Constraints:      72919
3576.83/3587.35	c #Conflicts:    2099000 | #Constraints:      73919
3576.83/3587.35	c #Conflicts:    2100000 | #Constraints:      74920
3576.83/3587.35	c #Conflicts:    2101000 | #Constraints:      75920
3576.83/3587.35	c #Conflicts:    2102000 | #Constraints:      76920
3576.83/3587.35	c #Conflicts:    2103000 | #Constraints:      77920
3576.83/3587.35	c #Conflicts:    2104000 | #Constraints:      78920
3576.83/3587.35	c #Conflicts:    2105000 | #Constraints:      79920
3576.83/3587.35	c #Conflicts:    2106000 | #Constraints:      80920
3576.83/3587.35	c #Conflicts:    2107000 | #Constraints:      81920
3576.83/3587.35	c #Conflicts:    2108000 | #Constraints:      82920
3576.83/3587.35	c INPROCESSING
3576.83/3587.35	c GARBAGE COLLECT
3576.83/3587.35	c rational objective 1738
3600.06/3610.60	c #Conflicts:    2109000 | #Constraints:      55155
3600.06/3610.60	c #Conflicts:    2110000 | #Constraints:      56155
3600.06/3610.60	c #Conflicts:    2111000 | #Constraints:      57155
3600.06/3610.60	c #Conflicts:    2112000 | #Constraints:      58155
3600.06/3610.60	c #Conflicts:    2113000 | #Constraints:      59155
3600.06/3610.60	c #Conflicts:    2114000 | #Constraints:      60156
3600.06/3610.60	c #Conflicts:    2115000 | #Constraints:      61156
3600.06/3610.60	c #Conflicts:    2116000 | #Constraints:      62156
3600.06/3610.60	c #Conflicts:    2117000 | #Constraints:      63167
3600.06/3610.60	c #Conflicts:    2118000 | #Constraints:      64176
3600.06/3610.60	c #Conflicts:    2119000 | #Constraints:      65178
3600.06/3610.60	c #Conflicts:    2120000 | #Constraints:      66178
3600.06/3610.60	c #Conflicts:    2121000 | #Constraints:      67182
3600.06/3610.60	c #Conflicts:    2122000 | #Constraints:      68188
3600.06/3610.60	c #Conflicts:    2123000 | #Constraints:      69193
3600.06/3610.60	c #Conflicts:    2124000 | #Constraints:      70200
3600.06/3610.60	c cpu time 3572.62 s
3600.06/3610.60	c deterministic time 222740144873 2.23e+11
3600.06/3610.60	c optimization time 23.2837 s
3600.06/3610.60	c total solve time 3549.21 s
3600.06/3610.60	c core-guided solve time 1923.24 s
3600.06/3610.60	c propagation time 2288.2 s
3600.06/3610.60	c conflict analysis time 871.29 s
3600.06/3610.60	c propagations 1015233585
3600.06/3610.60	c resolve steps 46085070
3600.06/3610.60	c decisions 14267461
3600.06/3610.60	c conflicts 2124415
3600.06/3610.60	c restarts 4092
3600.06/3610.60	c inprocessing phases 136
3600.06/3610.60	c garbage collections 136 ,( 100.00 )
3600.06/3610.60	c input clauses 23117 ,( 86.44 )
3600.06/3610.60	c input cardinalities 3537 ,( 13.23 )
3600.06/3610.60	c input general constraints 88 ,( 0.33 )
3600.06/3610.60	c input average constraint length 225.60
3600.06/3610.60	c input average constraint degree 57.85
3600.06/3610.60	c learned clauses 1227636 ,( 57.66 )
3600.06/3610.60	c learned cardinalities 36734 ,( 1.73 )
3600.06/3610.60	c learned general constraints 864798 ,( 40.62 )
3600.06/3610.60	c learned average constraint length 646.02
3600.06/3610.60	c learned average constraint degree 2305528042.74
3600.06/3610.60	c watched  CF 32, 64, 128, Arb: 316935 , 0 , 0 , 0
3600.06/3610.60	c counting CF 32, 64, 128, Arb: 547952 , 0 , 0 , 0
3600.06/3610.60	c watched   constraints 316935 ,( 36.64 ) 
3600.06/3610.60	c counting  constraints 547951 ,( 63.36 ) 
3600.06/3610.60	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 944117004 , 1159444311 , 13961647680 ,( 745167956 , 13216479724 )
3600.06/3610.60	c gcd simplifications 112478
3600.06/3610.60	c detected cardinalities 5295
3600.06/3610.60	c weakened non-implied lits 773179065
3600.06/3610.60	c weakened non-implying lits 165676
3600.06/3610.60	c original variables 8172
3600.06/3610.60	c clausal propagations 397595655
3600.06/3610.60	c cardinality propagations 78926386
3600.06/3610.60	c watched propagations 5421718
3600.06/3610.60	c counting propagations 477518145
3600.06/3610.60	c watch lookups 112086018941
3600.06/3610.60	c watch backjump lookups 0
3600.06/3610.60	c watch checks 34661069310
3600.06/3610.60	c propagation checks 69209575552
3600.06/3610.60	c constraint additions 4719454001
3600.06/3610.60	c trail pops 1031615333
3600.06/3610.60	c formula constraints 21344
3600.06/3610.60	c learned constraints 2119832
3600.06/3610.60	c bound constraints 1739
3600.06/3610.60	c core-guided constraints 3659
3600.06/3610.60	c encountered formula constraints 22013986
3600.06/3610.60	c encountered learned constraints 16219250
3600.06/3610.60	c encountered bound constraints 59
3600.06/3610.60	c encountered core-guided constraints 9720619
3600.06/3610.60	c LP total time 772.8 s
3600.06/3610.60	c LP solve time 714.79 s
3600.06/3610.60	c LP constraints added 21773
3600.06/3610.60	c LP constraints removed 424
3600.06/3610.60	c LP pivots internal 2124567
3600.06/3610.60	c LP pivots root 786122
3600.06/3610.60	c LP calls 4818
3600.06/3610.60	c LP optimalities 228
3600.06/3610.60	c LP no pivot count 39
3600.06/3610.60	c LP infeasibilities 4585
3600.06/3610.60	c LP valid Farkas constraints 4583
3600.06/3610.60	c LP learned Farkas constraints 4583
3600.06/3610.60	c LP basis resets 2
3600.06/3610.60	c LP cycling count 0
3600.06/3610.60	c LP singular count 0
3600.06/3610.60	c LP no primal count 0
3600.06/3610.60	c LP no farkas count 2
3600.06/3610.60	c LP other issue count 0
3600.06/3610.60	c LP Gomory cuts 170
3600.06/3610.60	c LP learned cuts 259
3600.06/3610.60	c LP deleted cuts 424
3600.06/3610.60	c LP encountered Gomory constraints 2441
3600.06/3610.60	c LP encountered Farkas constraints 193077
3600.06/3610.60	c LP encountered learned Farkas constraints 55470
3600.06/3610.60	c CG auxiliary variables introduced 1799
3600.06/3610.60	c CG solutions found 1
3600.06/3610.60	c CG cores constructed 1738
3600.06/3610.60	c CG core cardinality constraints returned 0
3600.06/3610.60	c CG unit cores 0
3600.06/3610.60	c CG single cores 1738
3600.06/3610.60	c CG blocks removed during cardinality reduction 0
3600.06/3610.60	c CG first core best 0
3600.06/3610.60	c CG decision core best 0
3600.06/3610.60	c CG core reduction tie 0
3600.06/3610.60	c CG core degree average 1.00
3600.06/3610.60	c CG core slack average 1.99
3600.06/3610.60	c CG core upper bound improvements 0
3600.06/3610.60	c STR number of successful calls 0
3600.06/3610.60	c STR number of unsuccessful calls 0
3600.06/3610.60	c STR number of inconclusive calls 0
3600.06/3610.60	c STR number of successful attempts 0
3600.06/3610.60	c STR number of unsuccessful attempts 0
3600.06/3610.60	c STR number of inconclusive attempts 0
3600.06/3610.60	c STR average degree increase per successful call inf
3600.06/3610.60	c STR average degree increase per successful attempt inf
3600.06/3610.60	c STR total number of conflicts for successful attempts 0
3600.06/3610.60	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3610.60	c STR total number of conflicts for inconclusive attempts 0
3600.06/3610.60	c STR average number of conflicts per successful attempt inf
3600.06/3610.60	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3610.60	c STR average number of conflicts per inconclusive attempt inf
3600.06/3610.60	c AVG.sumWPerc 45.23 
3600.06/3610.60	c bigint constraints 0 
3600.06/3610.60	o 1740
3600.06/3610.60	s SATISFIABLE
3600.06/3610.60	v -x1 x2 -x3 x4 -x5 x6 -x7 x8 -x9 x10 -x11 x12 -x13 x14 -x15 x16 -x17 x18 -x19 x20 -x21 x22 -x23 x24 -x25 x26 -x27 x28 -x29 x30 -x31 x32 -x33 x34 -x35 x36 -x37 x38 -x39 x40 -x41 x42 -x43 x44 -x45 x46 -x47 x48 -x49 x50 -x51 x52 -x53 x54 -x55 x56 -x57 x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 -x116 -x117 x118 -x119 x120 -x121 x122 -x123 x124 -x125 x126 -x127 x128 -x129 x130 -x131 x132 -x133 x134 -x135 x136 -x137 x138 -x139 x140 -x141 x142 -x143 x144 -x145 x146 -x147 x148 -x149 x150 -x151 x152 -x153 x154 -x155 x156 -x157 x158 -x159 x160 -x161 x162 -x163 x164 -x165 x166 -x167 x168 -x169 x170 -x171 x172 -x173 x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230 x231 -x232 -x233 x234 -x235 x236 -x237 x238 -x239 x240 -x241 x242 -x243 x244 -x245 x246 -x247 x248 -x249 x250 -x251 x252 -x253 x254 -x255 x256 -x257 x258 -x259 x260 -x261 x262 -x263 x264 -x265 x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 -x275 x276 -x277 x278 -x279 x280 -x281 x282 -x283 x284 -x285 x286 -x287 x288 -x289 x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 -x349 x350 -x351 x352 -x353 x354 -x355 x356 -x357 x358 -x359 x360 -x361 x362 -x363 x364 -x365 x366 -x367 x368 -x369 x370 -x371 x372 -x373 x374 -x375 x376 -x377 x378 -x379 x380 -x381 x382 -x383 x384 -x385 x386 -x387 x388 -x389 x390 -x391 x392 -x393 x394 -x395 x396 -x397 x398 -x399 x400 -x401 x402 -x403 x404 -x405 x406 x407 -x408 x409 -x410 x411 -x412 x413 -x414 x415 -x416 x417 -x418 x419 -x420 x421 -x422 x423 -x424 x425 -x426 x427 -x428 x429 -x430 x431 -x432 x433 -x434 x435 -x436 x437 -x438 x439 -x440 x441 -x442 x443 -x444 x445 -x446 x447 -x448 x449 -x450 x451 -x452 x453 -x454 x455 -x456 x457 -x458 x459 -x460 x461 -x462 x463 -x464 -x465 x466 -x467 x468 -x469 x470 -x471 x472 -x473 x474 -x475 x476 -x477 x478 -x479 x480 -x481 x482 -x483 x484 -x485 x486 -x487 x488 -x489 x490 -x491 x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 -x505 x506 -x507 x508 -x509 x510 -x511 x512 -x513 x514 -x515 x516 -x517 x518 -x519 x520 -x521 x522 x523 -x524 x525 -x526 x527 -x528 x529 -x530 x531 -x532 x533 -x534 x535 -x536 x537 -x538 x539 -x540 x541 -x542 x543 -x544 x545 -x546 x547 -x548 x549 -x550 x551 -x552 x553 -x554 x555 -x556 x557 -x558 x559 -x560 x561 -x562 x563 -x564 x565 -x566 x567 -x568 x569 -x570 x571 -x572 x573 -x574 x575 -x576 x577 -x578 x579 -x580 -x581 x582 -x583 x584 -x585 x586 -x587 x588 -x589 x590 -x591 x592 -x593 x594 -x595 x596 -x597 x598 -x599 x600 -x601 x602 -x603 x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 -x615 x616 -x617 x618 -x619 x620 -x621 x622 -x623 x624 -x625 x626 -x627 x628 -x629 x630 -x631 x632 -x633 x634 -x635 x636 -x637 x638 x639 -x640 x641 -x642 x643 -x644 x645 -x646 x647 -x648 x649 -x650 x651 -x652 x653 -x654 x655 -x656 x657 -x658 x659 -x660 x661 -x662 x663 -x664 x665 -x666 x667 -x668 x669 -x670 x671 -x672 x673 -x674 x675 -x676 x677 -x678 x679 -x680 x681 -x682 x683 -x684 x685 -x686 x687 -x688 x689 -x690 x691 -x692 x693 -x694 x695 -x696 -x697 x698 -x699 x700 -x701 x702 -x703 x704 -x705 x706 -x707 x708 -x709 x710 -x711 x712 -x713 x714 -x715 x716 -x717 x718 -x719 x720 -x721 x722 -x723 x724 -x725 x726 -x727 x728 -x729 x730 -x731 x732 -x733 x734 -x735 x736 -x737 x738 -x739 x740 -x741 x742 -x743 x744 -x745 x746 -x747 x748 -x749 x750 -x751 x752 -x753 x754 x755 -x756 x757 -x758 x759 -x760 x761 -x762 x763 -x764 x765 -x766 x767 -x768 x769 -x770 x771 -x772 x773 -x774 x775 -x776 x777 -x778 x779 -x780 x781 -x782 x783 -x784 x785 -x786 x787 -x788 x789 -x790 x791 -x792 x793 -x794 x795 -x796 x797 -x798 x799 -x800 x801 -x802 x803 -x804 x805 -x806 x807 -x808 x809 -x810 x811 -x812 -x813 x814 -x815 x816 -x817 x818 -x819 x820 -x821 x822 -x823 x824 -x825 x826 -x827 x828 -x829 x830 -x831 x832 -x833 x834 -x835 x836 -x837 x838 -x839 x840 -x841 x842 -x843 x844 -x845 x846 -x847 x848 -x849 x850 -x851 x852 -x853 x854 -x855 x856 -x857 x858 -x859 x860 -x861 x862 -x863 x864 -x865 x866 -x867 x868 -x869 x870 x871 -x872 x873 -x874 x875 -x876 x877 -x878 x879 -x880 x881 -x882 x883 -x884 x885 -x886 x887 -x888 x889 -x890 x891 -x892 x893 -x894 x895 -x896 x897 -x898 x899 -x900 x901 -x902 x903 -x904 x905 -x906 x907 -x908 x909 -x910 x911 -x912 x913 -x914 x915 -x916 x917 -x918 x919 -x920 x921 -x922 x923 -x924 x925 -x926 x927 -x928 -x929 x930 -x931 x932 -x933 x934 -x935 x936 -x937 x938 -x939 x940 -x941 x942 -x943 x944 -x945 x946 -x947 x948 -x949 x950 -x951 x952 -x953 x954 -x955 x956 -x957 x958 -x959 x960 -x961 x962 -x963 x964 -x965 x966 -x967 x968 -x969 x970 -x971 x972 -x973 x974 -x975 x976 -x977 x978 -x979 x980 -x981 x982 -x983 x984 -x985 x986 x987 -x988 x989 -x990 x991 -x992 x993 -x994 x995 -x996 x997 -x998 x999 -x1000 x1001 -x1002 x1003 -x1004 x1005 -x1006 x1007 -x1008 x1009 -x1010 x1011 -x1012 x1013 -x1014 x1015 -x1016 x1017 -x1018 x1019 -x1020 x1021 -x1022 x1023 -x1024 x1025 -x1026 x1027 -x1028 x1029 -x1030 x1031 -x1032 x1033 -x1034 x1035 -x1036 x1037 -x1038 x1039 -x1040 x1041 -x1042 x1043 -x1044 -x1045 x1046 -x1047 x1048 -x1049 x1050 -x1051 x1052 -x1053 x1054 -x1055 x1056 -x1057 x1058 -x1059 x1060 -x1061 x1062 -x1063 x1064 -x1065 x1066 -x1067 x1068 -x1069 x1070 -x1071 x1072 -x1073 x1074 -x1075 x1076 -x1077 x1078 -x1079 x1080 -x1081 x1082 -x1083 x1084 -x1085 x1086 -x1087 x1088 -x1089 x1090 -x1091 x1092 -x1093 x1094 -x1095 x1096 -x1097 x1098 -x1099 x1100 -x1101 x1102 x1103 -x1104 x1105 -x1106 x1107 -x1108 x1109 -x1110 x1111 -x1112 x1113 -x1114 x1115 -x1116 x1117 -x1118 x1119 -x1120 x1121 -x1122 x1123 -x1124 x1125 -x1126 x1127 -x1128 x1129 -x1130 x1131 -x1132 x1133 -x1134 x1135 -x1136 x1137 -x1138 x1139 -x1140 x1141 -x1142 x1143 -x1144 x1145 -x1146 x1147 -x1148 x1149 -x1150 x1151 -x1152 x1153 -x1154 x1155 -x1156 x1157 -x1158 x1159 -x1160 -x1161 x1162 -x1163 x1164 -x1165 x1166 -x1167 x1168 -x1169 x1170 -x1171 x1172 -x1173 x1174 -x1175 x1176 -x1177 x1178 -x1179 x1180 -x1181 x1182 -x1183 x1184 -x1185 x1186 -x1187 x1188 -x1189 x1190 -x1191 x1192 -x1193 x1194 -x1195 x1196 -x1197 x1198 -x1199 x1200 -x1201 x1202 -x1203 x1204 -x1205 x1206 -x1207 x1208 -x1209 x1210 -x1211 x1212 -x1213 x1214 -x1215 x1216 -x1217 x1218 x1219 -x1220 x1221 -x1222 x1223 -x1224 x1225 -x1226 x1227 -x1228 x1229 -x1230 x1231 -x1232 x1233 -x1234 x1235 -x1236 x1237 -x1238 x1239 -x1240 x1241 -x1242 x1243 -x1244 x1245 -x1246 x1247 -x1248 x1249 -x1250 x1251 -x1252 x1253 -x1254 x1255 -x1256 x1257 -x1258 x1259 -x1260 x1261 -x1262 x1263 -x1264 x1265 -x1266 x1267 -x1268 x1269 -x1270 x1271 -x1272 x1273 -x1274 x1275 -x1276 -x1277 x1278 -x1279 x1280 -x1281 x1282 -x1283 x1284 -x1285 x1286 -x1287 x1288 -x1289 x1290 -x1291 x1292 -x1293 x1294 -x1295 x1296 -x1297 x1298 -x1299 x1300 -x1301 x1302 -x1303 x1304 -x1305 x1306 -x1307 x1308 -x1309 x1310 -x1311 x1312 -x1313 x1314 -x1315 x1316 -x1317 x1318 -x1319 x1320 -x1321 x1322 -x1323 x1324 -x1325 x1326 -x1327 x1328 -x1329 x1330 -x1331 x1332 -x1333 x1334 x1335 -x1336 x1337 -x1338 x1339 -x1340 x1341 -x1342 x1343 -x1344 x1345 -x1346 x1347 -x1348 x1349 -x1350 x1351 -x1352 x1353 -x1354 x1355 -x1356 x1357 -x1358 x1359 -x1360 x1361 -x1362 x1363 -x1364 x1365 -x1366 x1367 -x1368 x1369 -x1370 x1371 -x1372 x1373 -x1374 x1375 -x1376 x1377 -x1378 x1379 -x1380 x1381 -x1382 x1383 -x1384 x1385 -x1386 x1387 -x1388 x1389 -x1390 x1391 -x1392 -x1393 x1394 -x1395 x1396 -x1397 x1398 -x1399 x1400 -x1401 x1402 -x1403 x1404 -x1405 x1406 -x1407 x1408 -x1409 x1410 -x1411 x1412 -x1413 x1414 -x1415 x1416 -x1417 x1418 -x1419 x1420 -x1421 x1422 -x1423 x1424 -x1425 x1426 -x1427 x1428 -x1429 x1430 -x1431 x1432 -x1433 x1434 -x1435 x1436 -x1437 x1438 -x1439 x1440 -x1441 x1442 -x1443 x1444 -x1445 x1446 -x1447 x1448 -x1449 x1450 x1451 -x1452 x1453 -x1454 x1455 -x1456 x1457 -x1458 x1459 -x1460 x1461 -x1462 x1463 -x1464 x1465 -x1466 x1467 -x1468 x1469 -x1470 x1471 -x1472 x1473 -x1474 x1475 -x1476 x1477 -x1478 x1479 -x1480 x1481 -x1482 x1483 -x1484 x1485 -x1486 x1487 -x1488 x1489 -x1490 x1491 -x1492 x1493 -x1494 x1495 -x1496 x1497 -x1498 x1499 -x1500 x1501 -x1502 x1503 -x1504 x1505 -x1506 x1507 -x1508 -x1509 x1510 -x1511 x1512 -x1513 x1514 -x1515 x1516 -x1517 x1518 -x1519 x1520 -x1521 x1522 -x1523 x1524 -x1525 x1526 -x1527 x1528 -x1529 x1530 -x1531 x1532 -x1533 x1534 -x1535 x1536 -x1537 x1538 -x1539 x1540 -x1541 x1542 -x1543 x1544 -x1545 x1546 -x1547 x1548 -x1549 x1550 -x1551 x1552 -x1553 x1554 -x1555 x1556 -x1557 x1558 -x1559 x1560 -x1561 x1562 -x1563 x1564 -x1565 x1566 x1567 -x1568 x1569 -x1570 x1571 -x1572 x1573 -x1574 x1575 -x1576 x1577 -x1578 x1579 -x1580 x1581 -x1582 x1583 -x1584 x1585 -x1586 x1587 -x1588 x1589 -x1590 x1591 -x1592 x1593 -x1594 x1595 -x1596 x1597 -x1598 x1599 -x1600 x1601 -x1602 x1603 -x1604 x1605 -x1606 x1607 -x1608 x1609 -x1610 x1611 -x1612 x1613 -x1614 x1615 -x1616 x1617 -x1618 x1619 -x1620 x1621 -x1622 x1623 -x1624 -x1625 x1626 -x1627 x1628 -x1629 x1630 -x1631 x1632 -x1633 x1634 -x1635 x1636 -x1637 x1638 -x1639 x1640 -x1641 x1642 -x1643 x1644 -x1645 x1646 -x1647 x1648 -x1649 x1650 -x1651 x1652 -x1653 x1654 -x1655 x1656 -x1657 x1658 -x1659 x1660 -x1661 x1662 -x1663 x1664 -x1665 x1666 -x1667 x1668 -x1669 x1670 -x1671 x1672 -x1673 x1674 -x1675 x1676 -x1677 x1678 -x1679 x1680 -x1681 x1682 x1683 -x1684 x1685 -x1686 x1687 -x1688 x1689 -x1690 x1691 -x1692 x1693 -x1694 x1695 -x1696 x1697 -x1698 x1699 -x1700 x1701 -x1702 x1703 -x1704 x1705 -x1706 x1707 -x1708 x1709 -x1710 x1711 -x1712 x1713 -x1714 x1715 -x1716 x1717 -x1718 x1719 -x1720 x1721 -x1722 x1723 -x1724 x1725 -x1726 x1727 -x1728 x1729 -x1730 x1731 -x1732 x1733 -x1734 x1735 -x1736 x1737 -x1738 x1739 -x1740 -x1741 x1742 -x1743 x1744 -x1745 x1746 -x1747 x1748 -x1749 x1750 -x1751 x1752 -x1753 x1754 -x1755 x1756 -x1757 x1758 -x1759 x1760 -x1761 x1762 -x1763 x1764 -x1765 x1766 -x1767 x1768 -x1769 x1770 -x1771 x1772 -x1773 x1774 -x1775 x1776 -x1777 x1778 -x1779 x1780 -x1781 x1782 -x1783 x1784 -x1785 x1786 -x1787 x1788 -x1789 x1790 -x1791 x1792 -x1793 x1794 -x1795 x1796 -x1797 x1798 x1799 -x1800 x1801 -x1802 x1803 -x1804 x1805 -x1806 x1807 -x1808 x1809 -x1810 x1811 -x1812 x1813 -x1814 x1815 -x1816 x1817 -x1818 x1819 -x1820 x1821 -x1822 x1823 -x1824 x1825 -x1826 x1827 -x1828 x1829 -x1830 x1831 -x1832 x1833 -x1834 x1835 -x1836 x1837 -x1838 x1839 -x1840 x1841 -x1842 x1843 -x1844 x1845 -x1846 x1847 -x1848 x1849 -x1850 x1851 -x1852 x1853 -x1854 x1855 -x1856 -x1857 x1858 -x1859 x1860 -x1861 x1862 -x1863 x1864 -x1865 x1866 -x1867 x1868 -x1869 x1870 -x1871 x1872 -x1873 x1874 -x1875 x1876 -x1877 x1878 -x1879 x1880 -x1881 x1882 -x1883 x1884 -x1885 x1886 -x1887 x1888 -x1889 x1890 -x1891 x1892 -x1893 x1894 -x1895 x1896 -x1897 x1898 -x1899 x1900 -x1901 x1902 -x1903 x1904 -x1905 x1906 -x1907 x1908 -x1909 x1910 -x1911 x1912 -x1913 x1914 x1915 -x1916 x1917 -x1918 x1919 -x1920 x1921 -x1922 x1923 -x1924 x1925 -x1926 x1927 -x1928 x1929 -x1930 x1931 -x1932 x1933 -x1934 x1935 -x1936 x1937 -x1938 x1939 -x1940 x1941 -x1942 x1943 -x1944 x1945 -x1946 x1947 -x1948 x1949 -x1950 x1951 -x1952 x1953 -x1954 x1955 -x1956 x1957 -x1958 x1959 -x1960 x1961 -x1962 x1963 -x1964 x1965 -x1966 x1967 -x1968 x1969 -x1970 x1971 -x1972 -x1973 x1974 -x1975 x1976 -x1977 x1978 -x1979 x1980 -x1981 x1982 -x1983 x1984 -x1985 x1986 -x1987 x1988 -x1989 x1990 -x1991 x1992 -x1993 x1994 -x1995 x1996 -x1997 x1998 -x1999 x2000 -x2001 x2002 -x2003 x2004 -x2005 x2006 -x2007 x2008 -x2009 x2010 -x2011 x2012 -x2013 x2014 -x2015 x2016 -x2017 x2018 -x2019 x2020 -x2021 x2022 -x2023 x2024 -x2025 x2026 -x2027 x2028 -x2029 x2030 x2031 -x2032 x2033 -x2034 x2035 -x2036 x2037 -x2038 x2039 -x2040 x2041 -x2042 x2043 -x2044 x2045 -x2046 x2047 -x2048 x2049 -x2050 x2051 -x2052 x2053 -x2054 x2055 -x2056 x2057 -x2058 x2059 -x2060 x2061 -x2062 x2063 -x2064 x2065 -x2066 x2067 -x2068 x2069 -x2070 x2071 -x2072 x2073 -x2074 x2075 -x2076 x2077 -x2078 x2079 -x2080 x2081 -x2082 x2083 -x2084 x2085 -x2086 x2087 -x2088 -x2089 x2090 -x2091 x2092 -x2093 x2094 -x2095 x2096 -x2097 x2098 -x2099 x2100 -x2101 x2102 -x2103 x2104 -x2105 x2106 -x2107 x2108 -x2109 x2110 -x2111 x2112 -x2113 x2114 -x2115 x2116 -x2117 x2118 -x2119 x2120 -x2121 x2122 -x2123 x2124 -x2125 x2126 -x2127 x2128 -x2129 x2130 -x2131 x2132 -x2133 x2134 -x2135 x2136 -x2137 x2138 -x2139 x2140 -x2141 x2142 -x2143 x2144 -x2145 x2146 x2147 -x2148 x2149 -x2150 x2151 -x2152 x2153 -x2154 x2155 -x2156 x2157 -x2158 x2159 -x2160 x2161 -x2162 x2163 -x2164 x2165 -x2166 x2167 -x2168 x2169 -x2170 x2171 -x2172 x2173 -x2174 x2175 -x2176 x2177 -x2178 x2179 -x2180 x2181 -x2182 x2183 -x2184 x2185 -x2186 x2187 -x2188 x2189 -x2190 x2191 -x2192 x2193 -x2194 x2195 -x2196 x2197 -x2198 x2199 -x2200 x2201 -x2202 x2203 -x2204 -x2205 x2206 -x2207 x2208 -x2209 x2210 -x2211 x2212 -x2213 x2214 -x2215 x2216 -x2217 x2218 -x2219 x2220 -x2221 x2222 -x2223 x2224 -x2225 x2226 -x2227 x2228 -x2229 x2230 -x2231 x2232 -x2233 x2234 -x2235 x2236 -x2237 x2238 -x2239 x2240 -x2241 x2242 -x2243 x2244 -x2245 x2246 -x2247 x2248 -x2249 x2250 -x2251 x2252 -x2253 x2254 -x2255 x2256 -x2257 x2258 -x2259 x2260 -x2261 x2262 x2263 -x2264 x2265 -x2266 x2267 -x2268 x2269 -x2270 x2271 -x2272 x2273 -x2274 x2275 -x2276 x2277 -x2278 x2279 -x2280 x2281 -x2282 x2283 -x2284 x2285 -x2286 x2287 -x2288 x2289 -x2290 x2291 -x2292 x2293 -x2294 x2295 -x2296 x2297 -x2298 x2299 -x2300 x2301 -x2302 x2303 -x2304 x2305 -x2306 x2307 -x2308 x2309 -x2310 x2311 -x2312 x2313 -x2314 x2315 -x2316 x2317 -x2318 x2319 -x2320 -x2321 x2322 -x2323 x2324 -x2325 x2326 -x2327 x2328 -x2329 x2330 -x2331 x2332 -x2333 x2334 -x2335 x2336 -x2337 x2338 -x2339 x2340 -x2341 x2342 -x2343 x2344 -x2345 x2346 -x2347 x2348 -x2349 x2350 -x2351 x2352 -x2353 x2354 -x2355 x2356 -x2357 x2358 -x2359 x2360 -x2361 x2362 -x2363 x2364 -x2365 x2366 -x2367 x2368 -x2369 x2370 -x2371 x2372 -x2373 x2374 -x2375 x2376 -x2377 x2378 x2379 -x2380 x2381 -x2382 x2383 -x2384 x2385 -x2386 x2387 -x2388 x2389 -x2390 x2391 -x2392 x2393 -x2394 x2395 -x2396 x2397 -x2398 x2399 -x2400 x2401 -x2402 x2403 -x2404 x2405 -x2406 x2407 -x2408 x2409 -x2410 x2411 -x2412 x2413 -x2414 x2415 -x2416 x2417 -x2418 x2419 -x2420 x2421 -x2422 x2423 -x2424 x2425 -x2426 x2427 -x2428 x2429 -x2430 x2431 -x2432 x2433 -x2434 x2435 -x2436 -x2437 x2438 -x2439 x2440 -x2441 x2442 -x2443 x2444 -x2445 x2446 -x2447 x2448 -x2449 x2450 -x2451 x2452 -x2453 x2454 -x2455 x2456 -x2457 x2458 -x2459 x2460 -x2461 x2462 -x2463 x2464 -x2465 x2466 -x2467 x2468 -x2469 x2470 -x2471 x2472 -x2473 x2474 -x2475 x2476 -x2477 x2478 -x2479 x2480 -x2481 x2482 -x2483 x2484 -x2485 x2486 -x2487 x2488 -x2489 x2490 -x2491 x2492 -x2493 x2494 x2495 -x2496 x2497 -x2498 x2499 -x2500 x2501 -x2502 x2503 -x2504 x2505 -x2506 x2507 -x2508 x2509 -x2510 x2511 -x2512 x2513 -x2514 x2515 -x2516 x2517 -x2518 x2519 -x2520 x2521 -x2522 x2523 -x2524 x2525 -x2526 x2527 -x2528 x2529 -x2530 x2531 -x2532 x2533 -x2534 x2535 -x2536 x2537 -x2538 x2539 -x2540 x2541 -x2542 x2543 -x2544 x2545 -x2546 x2547 -x2548 x2549 -x2550 x2551 -x2552 -x2553 x2554 -x2555 x2556 -x2557 x2558 -x2559 x2560 -x2561 x2562 -x2563 x2564 -x2565 x2566 -x2567 x2568 -x2569 x2570 -x2571 x2572 -x2573 x2574 -x2575 x2576 -x2577 x2578 -x2579 x2580 -x2581 x2582 -x2583 x2584 -x2585 x2586 -x2587 x2588 -x2589 x2590 -x2591 x2592 -x2593 x2594 -x2595 x2596 -x2597 x2598 -x2599 x2600 -x2601 x2602 -x2603 x2604 -x2605 x2606 -x2607 x2608 -x2609 x2610 x2611 -x2612 x2613 -x2614 x2615 -x2616 x2617 -x2618 x2619 -x2620 x2621 -x2622 x2623 -x2624 x2625 -x2626 x2627 -x2628 x2629 -x2630 x2631 -x2632 x2633 -x2634 x2635 -x2636 x2637 -x2638 x2639 -x2640 x2641 -x2642 x2643 -x2644 x2645 -x2646 x2647 -x2648 x2649 -x2650 x2651 -x2652 x2653 -x2654 x2655 -x2656 x2657 -x2658 x2659 -x2660 x2661 -x2662 x2663 -x2664 x2665 -x2666 x2667 -x2668 -x2669 x2670 -x2671 x2672 -x2673 x2674 -x2675 x2676 -x2677 x2678 -x2679 x2680 -x2681 x2682 -x2683 x2684 -x2685 x2686 -x2687 x2688 -x2689 x2690 -x2691 x2692 -x2693 x2694 -x2695 x2696 -x2697 x2698 -x2699 x2700 -x2701 x2702 -x2703 x2704 -x2705 x2706 -x2707 x2708 -x2709 x2710 -x2711 x2712 -x2713 x2714 -x2715 x2716 -x2717 x2718 -x2719 x2720 -x2721 x2722 -x2723 x2724 -x2725 x2726 x2727 -x2728 x2729 -x2730 x2731 -x2732 x2733 -x2734 x2735 -x2736 x2737 -x2738 x2739 -x2740 x2741 -x2742 x2743 -x2744 x2745 -x2746 x2747 -x2748 x2749 -x2750 x2751 -x2752 x2753 -x2754 x2755 -x2756 x2757 -x2758 x2759 -x2760 x2761 -x2762 x2763 -x2764 x2765 -x2766 x2767 -x2768 x2769 -x2770 x2771 -x2772 x2773 -x2774 x2775 -x2776 x2777 -x2778 x2779 -x2780 x2781 -x2782 x2783 -x2784 -x2785 x2786 -x2787 x2788 -x2789 x2790 -x2791 x2792 -x2793 x2794 -x2795 x2796 -x2797 x2798 -x2799 x2800 -x2801 x2802 -x2803 x2804 -x2805 x2806 -x2807 x2808 -x2809 x2810 -x2811 x2812 -x2813 x2814 -x2815 x2816 -x2817 x2818 -x2819 x2820 -x2821 x2822 -x2823 x2824 -x2825 x2826 -x2827 x2828 -x2829 x2830 -x2831 x2832 -x2833 x2834 -x2835 x2836 -x2837 x2838 -x2839 x2840 -x2841 x2842 x2843 -x2844 x2845 -x2846 x2847 -x2848 x2849 -x2850 x2851 -x2852 x2853 -x2854 x2855 -x2856 x2857 -x2858 x2859 -x2860 x2861 -x2862 x2863 -x2864 x2865 -x2866 x2867 -x2868 x2869 -x2870 x2871 -x2872 x2873 -x2874 x2875 -x2876 x2877 -x2878 x2879 -x2880 x2881 -x2882 x2883 -x2884 x2885 -x2886 x2887 -x2888 x2889 -x2890 x2891 -x2892 x2893 -x2894 x2895 -x2896 x2897 -x2898 x2899 -x2900 -x2901 x2902 -x2903 x2904 -x2905 x2906 -x2907 x2908 -x2909 x2910 -x2911 x2912 -x2913 x2914 -x2915 x2916 -x2917 x2918 -x2919 x2920 -x2921 x2922 -x2923 x2924 -x2925 x2926 -x2927 x2928 -x2929 x2930 -x2931 x2932 -x2933 x2934 -x2935 x2936 -x2937 x2938 -x2939 x2940 -x2941 x2942 -x2943 x2944 -x2945 x2946 -x2947 x2948 -x2949 x2950 -x2951 x2952 -x2953 x2954 -x2955 x2956 -x2957 x2958 x2959 -x2960 x2961 -x2962 x2963 -x2964 x2965 -x2966 x2967 -x2968 x2969 -x2970 x2971 -x2972 x2973 -x2974 x2975 -x2976 x2977 -x2978 x2979 -x2980 x2981 -x2982 x2983 -x2984 x2985 -x2986 x2987 -x2988 x2989 -x2990 x2991 -x2992 x2993 -x2994 x2995 -x2996 x2997 -x2998 x2999 -x3000 x3001 -x3002 x3003 -x3004 x3005 -x3006 x3007 -x3008 x3009 -x3010 x3011 -x3012 x3013 -x3014 x3015 -x3016 -x3017 x3018 -x3019 x3020 -x3021 x3022 -x3023 x3024 -x3025 x3026 -x3027 x3028 -x3029 x3030 -x3031 x3032 -x3033 x3034 -x3035 x3036 -x3037 x3038 -x3039 x3040 -x3041 x3042 -x3043 x3044 -x3045 x3046 -x3047 x3048 -x3049 x3050 -x3051 x3052 -x3053 x3054 -x3055 x3056 -x3057 x3058 -x3059 x3060 -x3061 x3062 -x3063 x3064 -x3065 x3066 -x3067 x3068 -x3069 x3070 -x3071 x3072 -x3073 x3074 x3075 -x3076 x3077 -x3078 x3079 -x3080 x3081 -x3082 x3083 -x3084 x3085 -x3086 x3087 -x3088 x3089 -x3090 x3091 -x3092 x3093 -x3094 x3095 -x3096 x3097 -x3098 x3099 -x3100 x3101 -x3102 x3103 -x3104 x3105 -x3106 x3107 -x3108 x3109 -x3110 x3111 -x3112 x3113 -x3114 x3115 -x3116 x3117 -x3118 x3119 -x3120 x3121 -x3122 x3123 -x3124 x3125 -x3126 x3127 -x3128 x3129 -x3130 x3131 -x3132 -x3133 x3134 -x3135 x3136 -x3137 x3138 -x3139 x3140 -x3141 x3142 -x3143 x3144 -x3145 x3146 -x3147 x3148 -x3149 x3150 -x3151 x3152 -x3153 x3154 -x3155 x3156 -x3157 x3158 -x3159 x3160 -x3161 x3162 -x3163 x3164 -x3165 x3166 -x3167 x3168 -x3169 x3170 -x3171 x3172 -x3173 x3174 -x3175 x3176 -x3177 x3178 -x3179 x3180 -x3181 x3182 -x3183 x3184 -x3185 x3186 -x3187 x3188 -x3189 x3190 x3191 -x3192 x3193 -x3194 x3195 -x3196 x3197 -x3198 x3199 -x3200 x3201 -x3202 x3203 -x3204 x3205 -x3206 x3207 -x3208 x3209 -x3210 x3211 -x3212 x3213 -x3214 x3215 -x3216 x3217 -x3218 x3219 -x3220 x3221 -x3222 x3223 -x3224 x3225 -x3226 x3227 -x3228 x3229 -x3230 x3231 -x3232 x3233 -x3234 x3235 -x3236 x3237 -x3238 x3239 -x3240 x3241 -x3242 x3243 -x3244 x3245 -x3246 x3247 -x3248 -x3249 x3250 -x3251 x3252 -x3253 x3254 -x3255 x3256 -x3257 x3258 -x3259 x3260 -x3261 x3262 -x3263 x3264 -x3265 x3266 -x3267 x3268 -x3269 x3270 -x3271 x3272 -x3273 x3274 -x3275 x3276 -x3277 x3278 -x3279 x3280 -x3281 x3282 -x3283 x3284 -x3285 x3286 -x3287 x3288 -x3289 x3290 -x3291 x3292 -x3293 x3294 -x3295 x3296 -x3297 x3298 -x3299 x3300 -x3301 x3302 -x3303 x3304 -x3305 x3306 x3307 -x3308 x3309 -x3310 x3311 -x3312 x3313 -x3314 x3315 -x3316 x3317 -x3318 x3319 -x3320 x3321 -x3322 x3323 -x3324 x3325 -x3326 x3327 -x3328 x3329 -x3330 x3331 -x3332 x3333 -x3334 x3335 -x3336 x3337 -x3338 x3339 -x3340 x3341 -x3342 x3343 -x3344 x3345 -x3346 x3347 -x3348 x3349 -x3350 x3351 -x3352 x3353 -x3354 x3355 -x3356 x3357 -x3358 x3359 -x3360 x3361 -x3362 x3363 -x3364 x3365 x3366 x3367 x3368 x3369 x3370 x3371 x3372 x3373 x3374 x3375 x3376 x3377 x3378 x3379 x3380 x3381 x3382 x3383 x3384 x3385 x3386 x3387 x3388 x3389 x3390 x3391 x3392 x3393 x3394 x3395 x3396 x3397 x3398 x3399 x3400 x3401 x3402 x3403 x3404 x3405 x3406 x3407 x3408 x3409 x3410 x3411 x3412 x3413 x3414 x3415 x3416 x3417 x3418 x3419 x3420 x3421 x3422
3600.06/3610.60	c Program interrupted by user.

Verifier Data

OK	1740

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63118 MiB free)
  memory of node 1: 64465 MiB (61696 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521772-1751575528/watcher-4521772-1751575528 -o /tmp/evaluation-result-4521772-1751575528/solver-4521772-1751575528 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751571912-85310 --watchdog 3760 run-opt-break.sh HOME/instance-4521772-1751575528.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100067 s]*
/proc/loadavg: 4.16 4.15 4.09 5/252 86077
/proc/meminfo: memFree=127811688/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86077] ppid=86075 vsize=19832 memory=11612 CPUtime=0.08 cores=0,2
/proc/86077/stat : 86077 (pbsuma) R 86075 86075 85279 0 -1 4194304 2681 0 0 0 7 1 0 0 20 0 1 0 73231509 20307968 2903 18446744073709551615 4210688 4653049 140733357904416 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 4700520 4703148 28045312 140733357910371 140733357910578 140733357910578 140733357916143 0
/proc/86077/statm: 4958 2903 1024 108 0 2366 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 24024 KiB
Current children cumulated memory: 14556 KiB

[startup+0.214407 s]*
/proc/loadavg: 4.16 4.15 4.09 5/252 86077
/proc/meminfo: memFree=127811688/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86077] ppid=86075 vsize=19832 memory=11740 CPUtime=0.19 cores=0,2
/proc/86077/stat : 86077 (pbsuma) R 86075 86075 85279 0 -1 4194304 2740 0 0 0 18 1 0 0 20 0 1 0 73231509 20307968 2935 18446744073709551615 4210688 4653049 140733357904416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 28045312 140733357910371 140733357910578 140733357910578 140733357916143 0
/proc/86077/statm: 4958 2935 1024 108 0 2366 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 24024 KiB
Current children cumulated memory: 14684 KiB

[startup+0.31247 s]*
/proc/loadavg: 4.16 4.15 4.09 4/251 86077
/proc/meminfo: memFree=127811688/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86077] ppid=86075 vsize=20380 memory=12508 CPUtime=0.28 cores=0,2
/proc/86077/stat : 86077 (pbsuma) R 86075 86075 85279 0 -1 4194304 2947 0 0 0 27 1 0 0 20 0 1 0 73231509 20869120 3127 18446744073709551615 4210688 4653049 140733357904416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 28045312 140733357910371 140733357910578 140733357910578 140733357916143 0
/proc/86077/statm: 5095 3127 1024 108 0 2503 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 24572 KiB
Current children cumulated memory: 15452 KiB

[startup+0.700289 s]
/proc/loadavg: 4.16 4.15 4.09 5/249 86092
/proc/meminfo: memFree=127826148/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+1.50036 s]
/proc/loadavg: 4.16 4.15 4.09 5/254 86111
/proc/meminfo: memFree=127826644/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=105184 memory=58852 CPUtime=0.83 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 10050 0 0 0 73 10 0 0 20 0 1 0 73231573 107708416 14713 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 26296 14713 2368 1147 0 13723 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 109376 KiB
Current children cumulated memory: 61796 KiB

[startup+3.11303 s]
/proc/loadavg: 4.14 4.15 4.09 5/254 86111
/proc/meminfo: memFree=127660704/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=220736 memory=161884 CPUtime=2.44 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 29126 0 0 0 228 16 0 0 20 0 1 0 73231573 226033664 40471 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 55184 40471 2400 1147 0 42611 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 224928 KiB
Current children cumulated memory: 164828 KiB

[startup+6.30036 s]
/proc/loadavg: 4.14 4.15 4.09 5/254 86111
/proc/meminfo: memFree=127613156/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=254144 memory=193676 CPUtime=5.62 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 36066 0 0 0 538 24 0 0 20 0 1 0 73231573 260243456 48419 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 63536 48419 2400 1147 0 50963 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 258336 KiB
Current children cumulated memory: 196620 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.14 4.09 5/254 86112
/proc/meminfo: memFree=127583660/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=272176 memory=215052 CPUtime=12 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 41432 0 0 0 1169 31 0 0 20 0 1 0 73231573 278708224 53763 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 68044 53763 2400 1147 0 55471 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 276368 KiB
Current children cumulated memory: 217996 KiB

[startup+25.5004 s]
/proc/loadavg: 4.18 4.15 4.10 5/255 86210
/proc/meminfo: memFree=124541664/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=288240 memory=230412 CPUtime=24.77 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 45254 0 0 0 2432 45 0 0 20 0 1 0 73231573 295157760 57603 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 72060 57603 2400 1147 0 59487 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 292432 KiB
Current children cumulated memory: 233356 KiB

[startup+51.1133 s]
/proc/loadavg: 4.12 4.14 4.09 5/255 86211
/proc/meminfo: memFree=122944448/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=354760 memory=273932 CPUtime=50.31 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 56150 0 0 0 4953 78 0 0 20 0 1 0 73231573 363274240 68483 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 88690 68483 2400 1147 0 76117 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 358952 KiB
Current children cumulated memory: 276876 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/255 86213
/proc/meminfo: memFree=122972712/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=411784 memory=323852 CPUtime=101.35 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 64533 0 0 0 9999 136 0 0 20 0 1 0 73231573 421666816 80963 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 102946 80963 2400 1147 0 90373 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 415976 KiB
Current children cumulated memory: 326796 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.13 4.09 5/255 86261
/proc/meminfo: memFree=123569240/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=504368 memory=402740 CPUtime=161.18 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 77580 0 0 0 15910 208 0 0 20 0 1 0 73231573 516472832 100685 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 126092 100685 2400 1147 0 113519 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 508560 KiB
Current children cumulated memory: 405684 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.12 4.09 5/256 86358
/proc/meminfo: memFree=123976956/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=513620 memory=433752 CPUtime=220.98 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 80509 0 0 0 21822 276 0 0 20 0 1 0 73231573 525946880 108438 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 128405 108438 2400 1147 0 115832 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 517812 KiB
Current children cumulated memory: 436696 KiB


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

/proc/86098/statm: 372321 292796 2400 1147 0 359748 0
Current children cumulated CPU time: 3033.54 s
Current children cumulated vsize: 1493476 KiB
Current children cumulated memory: 1174128 KiB

[startup+3102.3 s]
/proc/loadavg: 4.74 4.38 4.22 5/254 86615
/proc/meminfo: memFree=123860248/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=1489284 memory=1172208 CPUtime=3092.75 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 219917 0 0 0 306852 2423 0 0 20 0 1 0 73231573 1525026816 293052 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 372321 293052 2400 1147 0 359748 0
Current children cumulated CPU time: 3093.36 s
Current children cumulated vsize: 1493476 KiB
Current children cumulated memory: 1175152 KiB

[startup+3162.3 s]
/proc/loadavg: 4.42 4.37 4.23 5/254 86617
/proc/meminfo: memFree=123447192/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=1489284 memory=1172976 CPUtime=3152.56 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 219935 0 0 0 312805 2451 0 0 20 0 1 0 73231573 1525026816 293244 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 372321 293244 2400 1147 0 359748 0
Current children cumulated CPU time: 3153.17 s
Current children cumulated vsize: 1493476 KiB
Current children cumulated memory: 1175920 KiB

[startup+3222.3 s]
/proc/loadavg: 4.34 4.35 4.23 5/254 86619
/proc/meminfo: memFree=123276892/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=1489284 memory=1180400 CPUtime=3212.38 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 219979 0 0 0 318760 2478 0 0 20 0 1 0 73231573 1525026816 295100 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 372321 295100 2400 1147 0 359748 0
Current children cumulated CPU time: 3212.99 s
Current children cumulated vsize: 1493476 KiB
Current children cumulated memory: 1183344 KiB

[startup+3282.3 s]
/proc/loadavg: 4.78 4.48 4.29 5/254 86621
/proc/meminfo: memFree=123209200/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=1489680 memory=1221360 CPUtime=3272.18 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 220104 0 0 0 324709 2509 0 0 20 0 1 0 73231573 1525432320 305340 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 372420 305340 2400 1147 0 359847 0
Current children cumulated CPU time: 3272.79 s
Current children cumulated vsize: 1493872 KiB
Current children cumulated memory: 1224304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.39 4.42 4.27 5/254 86623
/proc/meminfo: memFree=123079680/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=1490196 memory=1250544 CPUtime=3332 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 220502 0 0 0 330655 2545 0 0 20 0 1 0 73231573 1525960704 312636 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 372549 312636 2400 1147 0 359976 0
Current children cumulated CPU time: 3332.61 s
Current children cumulated vsize: 1494388 KiB
Current children cumulated memory: 1253488 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.36 4.26 5/253 86625
/proc/meminfo: memFree=122875276/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=1490520 memory=1289712 CPUtime=3391.8 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 220595 0 0 0 336604 2576 0 0 20 0 1 0 73231573 1526292480 322428 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 372630 322428 2400 1147 0 360057 0
Current children cumulated CPU time: 3392.41 s
Current children cumulated vsize: 1494712 KiB
Current children cumulated memory: 1292656 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.31 4.25 5/253 86627
/proc/meminfo: memFree=122423604/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=1490952 memory=1327856 CPUtime=3451.6 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 220722 0 0 0 342550 2610 0 0 20 0 1 0 73231573 1526734848 331964 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 372738 331964 2400 1147 0 360165 0
Current children cumulated CPU time: 3452.21 s
Current children cumulated vsize: 1495144 KiB
Current children cumulated memory: 1330800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.28 4.24 5/253 86629
/proc/meminfo: memFree=122285820/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=1493408 memory=1377136 CPUtime=3511.42 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 221389 0 0 0 348498 2644 0 0 20 0 1 0 73231573 1529249792 344284 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 373352 344284 2400 1147 0 360779 0
Current children cumulated CPU time: 3512.03 s
Current children cumulated vsize: 1497600 KiB
Current children cumulated memory: 1380080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.24 4.23 5/253 86631
/proc/meminfo: memFree=122099312/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=1493408 memory=1379440 CPUtime=3571.24 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 221405 0 0 0 354453 2671 0 0 20 0 1 0 73231573 1529249792 344860 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 373352 344860 2400 1147 0 360779 0
Current children cumulated CPU time: 3571.85 s
Current children cumulated vsize: 1497600 KiB
Current children cumulated memory: 1382384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.12 4.23 4.23 5/253 86631
/proc/meminfo: memFree=122012184/131382120 swapFree=33010416/33010684
[pid=86075] ppid=86072 vsize=4192 memory=2944 CPUtime=0.61 cores=0,2
/proc/86075/stat : 86075 (run-opt-break.s) S 86072 86075 85279 0 -1 4194304 241 3886 0 0 0 0 59 2 20 0 1 0 73231509 4292608 736 18446744073709551615 94454814388224 94454815282757 140732465058480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94454815521808 94454815569552 94454847344640 140732465064289 140732465064418 140732465064418 140732465070020 0
/proc/86075/statm: 1048 736 672 219 0 110 0
[pid=86098] ppid=86075 vsize=1497444 memory=1382640 CPUtime=3599.45 cores=0,2
/proc/86098/stat : 86098 (roundingsat) R 86075 86075 85279 0 -1 4194304 222203 0 0 0 357262 2683 0 0 20 0 1 0 73231573 1533382656 345660 18446744073709551615 4227072 8923433 140720372022896 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40136704 140720372029796 140720372029992 140720372029992 140720372035562 0
/proc/86098/statm: 374361 345660 2400 1147 0 361788 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1501636 KiB
Current children cumulated memory: 1385584 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

Child status: 2

Real time (s): 3610.61
CPU time (s): 3600.09
CPU user time (s): 3573.23
CPU system time (s): 26.8654
CPU usage (%): 99.7087
Max. virtual memory (cumulated for all children) (KiB): 1501636
Max. memory (cumulated for all children) (KiB): 1385584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.23
system time used= 26.8654
maximum resident set size= 1382896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 448
involuntary context switches= 8011


# summary of solver processes directly reported to runsolver:
#   pid: 86075,86098
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3573.23
#   total CPU system time (s): 26.8654

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8949 second user time and 36.8777 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 22:45:28
IDJOB=4521772
IDBENCH=178465
IDSOLVER=3359
FILE ID=nodeC003/4521772-1751575528
RUNJOBID= nodeC003-1751571912-85310
SLURM_JOB_ID= 9598793
Free space on /tmp= 431964 MiB

SOLVER NAME= roundingsat+pbsuma-opt 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_058.opb
COMMAND LINE= run-opt-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521772-1751575528/watcher-4521772-1751575528 -o /tmp/evaluation-result-4521772-1751575528/solver-4521772-1751575528 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751571912-85310 --watchdog 3760  run-opt-break.sh HOME/instance-4521772-1751575528.opb

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

MD5SUM BENCH= 9f15d23f289b182a443a303ebae0d35a
RANDOM SEED=203144702

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127811624 kB
MemAvailable:   127920956 kB
Buffers:            2736 kB
Cached:           905316 kB
SwapCached:           36 kB
Active:          2532652 kB
Inactive:         413148 kB
Active(anon):    2048064 kB
Inactive(anon):     7608 kB
Active(file):     484588 kB
Inactive(file):   405540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7520 kB
Writeback:             0 kB
AnonPages:       2040528 kB
Mapped:           113732 kB
Shmem:             17924 kB
KReclaimable:     117660 kB
Slab:             203516 kB
SReclaimable:     117660 kB
SUnreclaim:        85856 kB
KernelStack:        4032 kB
PageTables:         7252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2416344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1812480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431972 MiB
End job on nodeC003 at 2025-07-03 23:45:39