Trace number 4521680

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 63f22adOPT2520 979.984 982.737

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_070.opb
MD5SUM0db82a785ca934c3491ed1e2c41fa4ed
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 benchmark2520
Best CPU time to get the best result obtained on this benchmark1.16705
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints9940
Number of constraints which are clauses9940
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 4970
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 4970
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4970
Number of bits of the biggest sum of numbers13
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-4521680-1751573777.opb'
0.00/0.02	c 	read 0.29MB  (13.17ms)
0.00/0.02	c	 [cnf: #variables 4970 #clauses 9941 #duplicates 0 #arr 24850]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 2] (8.84ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	 (11.10ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 24851 #edges 69580]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.08	c 	 [group: #symmetries 1.99*10^4 #generators 3] (40.73ms)
0.00/0.08	c 
0.00/0.08	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.09	c 	ran it=0, +gens=3 
0.57/0.61	c 	con best_support=9656, best_gens=1, +gens=249
0.57/0.61	c 	(525.54ms)
0.57/0.61	c 
0.57/0.61	c finalize break order and special generators
0.57/0.63	c 
0.57/0.63	c add generic predicates (break_depth=20)
0.66/0.76	c 	added predicates for 255 generators (126.41ms)
0.66/0.76	c 
0.66/0.76	c generation finished
0.66/0.76	c 	[sbp: #constraints 14790 #add_vars 4845]
0.66/0.76	c 
0.66/0.76	c write result to 'HOME/instance-4521680-1751573777.opb.pre'
0.66/0.76	c 	wrote 0.82MB (3.76ms)
0.66/0.76	c ------------------------------------------------------------------
0.66/0.76	c                 525.54ms 69.69% optimize_gens
0.66/0.76	c                 126.41ms 16.76% break_generic
0.66/0.76	c                  40.73ms  5.40% detect_generic
0.66/0.76	c                  23.00ms  3.05% finalize_order
0.66/0.76	c                  13.17ms  1.75% parse
0.66/0.76	c                  11.10ms  1.47% detect_special
0.66/0.76	c                   8.84ms  1.17% approx_orbits
0.66/0.76	c                   3.76ms  0.50% output
0.66/0.76	c                   1.60ms  0.21% other
0.66/0.76	c         ───────────────────────────────────────────────
0.66/0.76	c                 754.15ms   100% total
0.66/0.76	c ------------------------------------------------------------------
0.66/0.78	c RoundingSat 2
0.66/0.78	c branch pb25
0.66/0.78	c commit 63f22ad
0.74/0.97	c #variables 9815 #constraints 24730
0.74/0.97	c objective is ce32 
0.74/0.97	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.74/0.97	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.74/0.97	c bounds - >= 0 @ 0.141724
1.06/1.17	c bounds 2521 >= 0 @ 0.3084
1.06/1.17	c bounds 2521 >= 1 @ 0.309456
1.06/1.17	c bounds 2521 >= 2 @ 0.310849
1.06/1.17	c bounds 2521 >= 3 @ 0.311959
1.06/1.17	c bounds 2521 >= 4 @ 0.31305
1.06/1.18	c bounds 2521 >= 5 @ 0.314136
1.06/1.18	c bounds 2521 >= 6 @ 0.315249
1.06/1.18	c bounds 2521 >= 7 @ 0.316364
1.06/1.18	c bounds 2521 >= 8 @ 0.31746
1.06/1.18	c bounds 2521 >= 9 @ 0.318569
1.06/1.18	c bounds 2521 >= 10 @ 0.319686
1.06/1.18	c bounds 2521 >= 11 @ 0.320798
1.06/1.18	c bounds 2521 >= 12 @ 0.321907
1.06/1.18	c bounds 2521 >= 13 @ 0.323026
1.06/1.19	c bounds 2521 >= 14 @ 0.323415
1.06/1.19	c bounds 2521 >= 15 @ 0.324278
1.06/1.19	c bounds 2521 >= 16 @ 0.32536
1.06/1.19	c bounds 2521 >= 17 @ 0.326465
1.06/1.19	c bounds 2521 >= 18 @ 0.327582
1.06/1.19	c bounds 2521 >= 19 @ 0.328701
1.06/1.19	c bounds 2521 >= 20 @ 0.32982
1.06/1.19	c bounds 2521 >= 21 @ 0.330933
1.06/1.19	c bounds 2521 >= 22 @ 0.332042
1.06/1.20	c bounds 2521 >= 23 @ 0.333151
1.15/1.20	c bounds 2521 >= 24 @ 0.334266
1.15/1.20	c bounds 2521 >= 25 @ 0.335381
1.15/1.20	c bounds 2521 >= 26 @ 0.336509
1.15/1.20	c bounds 2521 >= 27 @ 0.337656
1.15/1.20	c bounds 2521 >= 28 @ 0.338797
1.15/1.20	c bounds 2521 >= 29 @ 0.339944
1.15/1.20	c bounds 2521 >= 30 @ 0.34107
1.15/1.20	c bounds 2521 >= 31 @ 0.342213
1.15/1.21	c bounds 2521 >= 32 @ 0.343352
1.15/1.21	c bounds 2521 >= 33 @ 0.344501
1.15/1.21	c bounds 2521 >= 34 @ 0.345649
1.15/1.21	c bounds 2521 >= 35 @ 0.346765
1.15/1.21	c bounds 2521 >= 36 @ 0.347883
1.15/1.21	c bounds 2521 >= 37 @ 0.348989
1.15/1.21	c bounds 2521 >= 38 @ 0.350097
1.15/1.21	c bounds 2521 >= 39 @ 0.351205
1.15/1.21	c bounds 2521 >= 40 @ 0.352318
1.15/1.22	c bounds 2521 >= 41 @ 0.353457
1.15/1.22	c bounds 2521 >= 42 @ 0.354564
1.15/1.22	c bounds 2521 >= 43 @ 0.355692
1.15/1.22	c bounds 2521 >= 44 @ 0.35683
1.15/1.22	c bounds 2521 >= 45 @ 0.35795
1.15/1.22	c bounds 2521 >= 46 @ 0.359081
1.15/1.22	c bounds 2521 >= 47 @ 0.360209
1.15/1.22	c bounds 2521 >= 48 @ 0.361344
1.15/1.22	c bounds 2521 >= 49 @ 0.362483
1.15/1.23	c bounds 2521 >= 50 @ 0.363619
1.15/1.23	c bounds 2521 >= 51 @ 0.364749
1.15/1.23	c bounds 2521 >= 52 @ 0.365886
1.15/1.23	c bounds 2521 >= 53 @ 0.367021
1.15/1.23	c bounds 2521 >= 54 @ 0.368148
1.15/1.23	c bounds 2521 >= 55 @ 0.369277
1.15/1.23	c bounds 2521 >= 56 @ 0.37039
1.15/1.23	c bounds 2521 >= 57 @ 0.371515
1.15/1.23	c bounds 2521 >= 58 @ 0.372648
1.15/1.24	c bounds 2521 >= 59 @ 0.373775
1.15/1.24	c bounds 2521 >= 60 @ 0.374897
1.15/1.24	c bounds 2521 >= 61 @ 0.3756
1.15/1.24	c bounds 2521 >= 62 @ 0.376634
1.15/1.24	c bounds 2521 >= 63 @ 0.377725
1.15/1.24	c bounds 2521 >= 64 @ 0.378809
1.15/1.24	c bounds 2521 >= 65 @ 0.379902
1.15/1.24	c bounds 2521 >= 66 @ 0.381011
1.15/1.25	c bounds 2521 >= 67 @ 0.382118
1.15/1.25	c bounds 2521 >= 68 @ 0.383225
1.15/1.25	c bounds 2521 >= 69 @ 0.384328
1.15/1.25	c bounds 2521 >= 70 @ 0.385436
1.15/1.25	c bounds 2521 >= 71 @ 0.386545
1.15/1.25	c bounds 2521 >= 72 @ 0.387648
1.15/1.25	c bounds 2521 >= 73 @ 0.388752
1.15/1.25	c bounds 2521 >= 74 @ 0.389704
1.15/1.25	c bounds 2521 >= 75 @ 0.390372
1.15/1.25	c bounds 2521 >= 76 @ 0.391051
1.15/1.26	c bounds 2521 >= 77 @ 0.391735
1.15/1.26	c bounds 2521 >= 78 @ 0.392421
1.15/1.26	c bounds 2521 >= 79 @ 0.393096
1.15/1.26	c bounds 2521 >= 80 @ 0.393778
1.15/1.26	c bounds 2521 >= 81 @ 0.394459
1.15/1.26	c bounds 2521 >= 82 @ 0.395147
1.15/1.26	c bounds 2521 >= 83 @ 0.395826
1.15/1.26	c bounds 2521 >= 84 @ 0.396494
1.15/1.26	c bounds 2521 >= 85 @ 0.397167
1.15/1.26	c bounds 2521 >= 86 @ 0.397833
1.15/1.26	c bounds 2521 >= 87 @ 0.398499
1.15/1.26	c bounds 2521 >= 88 @ 0.39918
1.15/1.26	c bounds 2521 >= 89 @ 0.399858
1.15/1.26	c bounds 2521 >= 90 @ 0.400539
1.15/1.26	c bounds 2521 >= 91 @ 0.401233
1.15/1.27	c bounds 2521 >= 92 @ 0.401918
1.15/1.27	c bounds 2521 >= 93 @ 0.402612
1.15/1.27	c bounds 2521 >= 94 @ 0.403321
1.15/1.27	c bounds 2521 >= 95 @ 0.404004
1.15/1.27	c bounds 2521 >= 96 @ 0.404687
1.15/1.27	c bounds 2521 >= 97 @ 0.405387
1.15/1.27	c bounds 2521 >= 98 @ 0.406063
1.15/1.27	c bounds 2521 >= 99 @ 0.406745
1.15/1.27	c bounds 2521 >= 100 @ 0.407434
1.15/1.27	c bounds 2521 >= 101 @ 0.408117
1.15/1.27	c bounds 2521 >= 102 @ 0.408797
1.15/1.27	c bounds 2521 >= 103 @ 0.409464
1.15/1.27	c bounds 2521 >= 104 @ 0.41013
1.15/1.27	c bounds 2521 >= 105 @ 0.410795
1.15/1.27	c bounds 2521 >= 106 @ 0.411462
1.15/1.28	c bounds 2521 >= 107 @ 0.412132
1.15/1.28	c bounds 2521 >= 108 @ 0.4128
1.15/1.28	c bounds 2521 >= 109 @ 0.413466
1.15/1.28	c bounds 2521 >= 110 @ 0.41414
1.15/1.28	c bounds 2521 >= 111 @ 0.414802
1.15/1.28	c bounds 2521 >= 112 @ 0.415032
1.15/1.28	c bounds 2521 >= 113 @ 0.415153
1.15/1.28	c bounds 2521 >= 114 @ 0.41582
1.15/1.28	c bounds 2521 >= 115 @ 0.41647
1.15/1.28	c bounds 2521 >= 116 @ 0.417131
1.15/1.28	c bounds 2521 >= 117 @ 0.417794
1.15/1.28	c bounds 2521 >= 118 @ 0.418025
1.15/1.28	c bounds 2521 >= 119 @ 0.418145
1.15/1.28	c bounds 2521 >= 120 @ 0.418808
1.15/1.28	c bounds 2521 >= 121 @ 0.419025
1.15/1.29	c bounds 2521 >= 122 @ 0.419146
1.15/1.29	c bounds 2521 >= 123 @ 0.419806
1.15/1.29	c bounds 2521 >= 124 @ 0.420453
1.15/1.29	c bounds 2521 >= 125 @ 0.421121
1.15/1.29	c bounds 2521 >= 126 @ 0.421792
1.15/1.29	c bounds 2521 >= 127 @ 0.422463
1.15/1.29	c bounds 2521 >= 128 @ 0.423145
1.15/1.29	c bounds 2521 >= 129 @ 0.423819
1.15/1.29	c bounds 2521 >= 130 @ 0.424494
1.15/1.29	c bounds 2521 >= 131 @ 0.425178
1.15/1.29	c bounds 2521 >= 132 @ 0.425852
1.15/1.29	c bounds 2521 >= 133 @ 0.426526
1.15/1.29	c bounds 2521 >= 134 @ 0.427204
1.15/1.29	c bounds 2521 >= 135 @ 0.427877
1.15/1.29	c bounds 2521 >= 136 @ 0.428555
1.15/1.30	c bounds 2521 >= 137 @ 0.429233
1.26/1.30	c bounds 2521 >= 138 @ 0.429898
1.26/1.30	c bounds 2521 >= 139 @ 0.430565
1.26/1.30	c bounds 2521 >= 140 @ 0.431231
1.26/1.30	c bounds 2521 >= 141 @ 0.431893
1.26/1.30	c bounds 2521 >= 142 @ 0.432557
1.26/1.30	c bounds 2521 >= 143 @ 0.433221
1.26/1.30	c bounds 2521 >= 144 @ 0.433884
1.26/1.30	c bounds 2521 >= 145 @ 0.434549
1.26/1.30	c bounds 2521 >= 146 @ 0.435218
1.26/1.30	c bounds 2521 >= 147 @ 0.435881
1.26/1.30	c bounds 2521 >= 148 @ 0.436546
1.26/1.30	c bounds 2521 >= 149 @ 0.437213
1.26/1.30	c bounds 2521 >= 150 @ 0.437876
1.26/1.31	c bounds 2521 >= 151 @ 0.438555
1.26/1.31	c bounds 2521 >= 152 @ 0.439237
1.26/1.31	c bounds 2521 >= 153 @ 0.439905
1.26/1.31	c bounds 2521 >= 154 @ 0.440584
1.26/1.31	c bounds 2521 >= 155 @ 0.441266
1.26/1.31	c bounds 2521 >= 156 @ 0.441935
1.26/1.31	c bounds 2521 >= 157 @ 0.442614
1.26/1.31	c bounds 2521 >= 158 @ 0.443297
1.26/1.31	c bounds 2521 >= 159 @ 0.44398
1.26/1.31	c bounds 2521 >= 160 @ 0.444656
1.26/1.31	c bounds 2521 >= 161 @ 0.445338
1.26/1.31	c bounds 2521 >= 162 @ 0.446067
1.26/1.31	c bounds 2521 >= 163 @ 0.446733
1.26/1.31	c bounds 2521 >= 164 @ 0.447396
1.26/1.31	c bounds 2521 >= 165 @ 0.44807
1.26/1.32	c bounds 2521 >= 166 @ 0.448738
1.26/1.32	c bounds 2521 >= 167 @ 0.449416
1.26/1.32	c bounds 2521 >= 168 @ 0.450088
1.26/1.32	c bounds 2521 >= 169 @ 0.450757
1.26/1.32	c bounds 2521 >= 170 @ 0.451524
1.26/1.32	c bounds 2521 >= 171 @ 0.452207
1.26/1.32	c bounds 2521 >= 172 @ 0.452886
1.26/1.32	c bounds 2521 >= 173 @ 0.453564
1.26/1.32	c bounds 2521 >= 174 @ 0.45424
1.26/1.32	c bounds 2521 >= 175 @ 0.454911
1.26/1.32	c bounds 2521 >= 176 @ 0.455584
1.26/1.32	c bounds 2521 >= 177 @ 0.456259
1.26/1.32	c bounds 2521 >= 178 @ 0.456934
1.26/1.32	c bounds 2521 >= 179 @ 0.457606
1.26/1.32	c bounds 2521 >= 180 @ 0.458289
1.26/1.33	c bounds 2521 >= 181 @ 0.458967
1.26/1.33	c bounds 2521 >= 182 @ 0.459652
1.26/1.33	c bounds 2521 >= 183 @ 0.460347
1.26/1.33	c bounds 2521 >= 184 @ 0.461047
1.26/1.33	c bounds 2521 >= 185 @ 0.461722
1.26/1.33	c bounds 2521 >= 186 @ 0.462412
1.26/1.33	c bounds 2521 >= 187 @ 0.463097
1.26/1.33	c bounds 2521 >= 188 @ 0.463772
1.26/1.33	c bounds 2521 >= 189 @ 0.464461
1.26/1.33	c bounds 2521 >= 190 @ 0.465149
1.26/1.33	c bounds 2521 >= 191 @ 0.465835
1.26/1.33	c bounds 2521 >= 192 @ 0.466513
1.26/1.33	c bounds 2521 >= 193 @ 0.4672
1.26/1.33	c bounds 2521 >= 194 @ 0.467882
1.26/1.34	c bounds 2521 >= 195 @ 0.468564
1.26/1.34	c bounds 2521 >= 196 @ 0.469244
1.26/1.34	c bounds 2521 >= 197 @ 0.469914
1.26/1.34	c bounds 2521 >= 198 @ 0.4706
1.26/1.34	c bounds 2521 >= 199 @ 0.47128
1.26/1.34	c bounds 2521 >= 200 @ 0.471536
1.26/1.34	c bounds 2521 >= 201 @ 0.471689
1.26/1.34	c bounds 2521 >= 202 @ 0.472377
1.26/1.34	c bounds 2521 >= 203 @ 0.473065
1.26/1.34	c bounds 2521 >= 204 @ 0.47373
1.26/1.34	c bounds 2521 >= 205 @ 0.474441
1.26/1.34	c bounds 2521 >= 206 @ 0.475116
1.26/1.34	c bounds 2521 >= 207 @ 0.475776
1.26/1.34	c bounds 2521 >= 208 @ 0.476473
1.26/1.34	c bounds 2521 >= 209 @ 0.477166
1.26/1.35	c bounds 2521 >= 210 @ 0.477859
1.26/1.35	c bounds 2521 >= 211 @ 0.478543
1.26/1.35	c bounds 2521 >= 212 @ 0.479232
1.26/1.35	c bounds 2521 >= 213 @ 0.479923
1.26/1.35	c bounds 2521 >= 214 @ 0.480609
1.26/1.35	c bounds 2521 >= 215 @ 0.481299
1.26/1.35	c bounds 2521 >= 216 @ 0.481984
1.26/1.35	c bounds 2521 >= 217 @ 0.482663
1.26/1.35	c bounds 2521 >= 218 @ 0.483353
1.26/1.35	c bounds 2521 >= 219 @ 0.484041
1.26/1.35	c bounds 2521 >= 220 @ 0.484727
1.26/1.35	c bounds 2521 >= 221 @ 0.4854
1.26/1.35	c bounds 2521 >= 222 @ 0.486089
1.26/1.35	c bounds 2521 >= 223 @ 0.486771
1.26/1.36	c bounds 2521 >= 224 @ 0.486771
1.26/1.36	c bounds 2521 >= 225 @ 0.487202
1.26/1.36	c bounds 2521 >= 226 @ 0.487845
1.26/1.36	c bounds 2521 >= 227 @ 0.488529
1.26/1.36	c bounds 2521 >= 228 @ 0.489219
1.26/1.36	c bounds 2521 >= 229 @ 0.489922
1.26/1.36	c bounds 2521 >= 230 @ 0.490608
1.26/1.36	c bounds 2521 >= 231 @ 0.491296
1.26/1.36	c bounds 2521 >= 232 @ 0.491986
1.26/1.36	c bounds 2521 >= 233 @ 0.492679
1.26/1.36	c bounds 2521 >= 234 @ 0.493369
1.26/1.36	c bounds 2521 >= 235 @ 0.494047
1.26/1.36	c bounds 2521 >= 236 @ 0.494738
1.26/1.36	c bounds 2521 >= 237 @ 0.495426
1.26/1.36	c bounds 2521 >= 238 @ 0.496107
1.26/1.37	c bounds 2521 >= 239 @ 0.496796
1.26/1.37	c bounds 2521 >= 240 @ 0.497486
1.26/1.37	c bounds 2521 >= 241 @ 0.498193
1.26/1.37	c bounds 2521 >= 242 @ 0.498882
1.26/1.37	c bounds 2521 >= 243 @ 0.499573
1.26/1.37	c bounds 2521 >= 244 @ 0.500267
1.26/1.37	c bounds 2521 >= 245 @ 0.500947
1.26/1.37	c bounds 2521 >= 246 @ 0.501624
1.26/1.37	c bounds 2521 >= 247 @ 0.502365
1.26/1.37	c bounds 2521 >= 248 @ 0.503056
1.26/1.37	c bounds 2521 >= 249 @ 0.503749
1.26/1.37	c bounds 2521 >= 250 @ 0.504437
1.26/1.37	c bounds 2521 >= 251 @ 0.505126
1.26/1.37	c bounds 2521 >= 252 @ 0.505823
1.26/1.38	c bounds 2521 >= 253 @ 0.506499
1.26/1.38	c bounds 2521 >= 254 @ 0.507186
1.26/1.38	c bounds 2521 >= 255 @ 0.507883
1.26/1.38	c bounds 2521 >= 256 @ 0.508568
1.26/1.38	c bounds 2521 >= 257 @ 0.509264
1.26/1.38	c bounds 2521 >= 258 @ 0.509953
1.26/1.38	c bounds 2521 >= 259 @ 0.51063
1.26/1.38	c bounds 2521 >= 260 @ 0.511327
1.26/1.38	c bounds 2521 >= 261 @ 0.512016
1.26/1.38	c bounds 2521 >= 262 @ 0.512697
1.26/1.38	c bounds 2521 >= 263 @ 0.512697
1.26/1.38	c bounds 2521 >= 264 @ 0.51313
1.26/1.38	c bounds 2521 >= 265 @ 0.513768
1.26/1.38	c bounds 2521 >= 266 @ 0.514442
1.26/1.38	c bounds 2521 >= 267 @ 0.515133
1.26/1.39	c bounds 2521 >= 268 @ 0.51582
1.26/1.39	c bounds 2521 >= 269 @ 0.516495
1.26/1.39	c bounds 2521 >= 270 @ 0.517197
1.26/1.39	c bounds 2521 >= 271 @ 0.517886
1.26/1.39	c bounds 2521 >= 272 @ 0.518563
1.26/1.39	c bounds 2521 >= 273 @ 0.519249
1.26/1.39	c bounds 2521 >= 274 @ 0.519936
1.26/1.39	c bounds 2521 >= 275 @ 0.520611
1.26/1.39	c bounds 2521 >= 276 @ 0.521281
1.26/1.39	c bounds 2521 >= 277 @ 0.521972
1.26/1.39	c bounds 2521 >= 278 @ 0.522643
1.26/1.39	c bounds 2521 >= 279 @ 0.523331
1.26/1.39	c bounds 2521 >= 280 @ 0.52402
1.26/1.39	c bounds 2521 >= 281 @ 0.524705
1.26/1.40	c bounds 2521 >= 282 @ 0.525379
1.35/1.40	c bounds 2521 >= 283 @ 0.526049
1.35/1.40	c bounds 2521 >= 284 @ 0.526729
1.35/1.40	c bounds 2521 >= 285 @ 0.527411
1.35/1.40	c bounds 2521 >= 286 @ 0.528104
1.35/1.40	c bounds 2521 >= 287 @ 0.52836
1.35/1.40	c bounds 2521 >= 288 @ 0.528509
1.35/1.40	c bounds 2521 >= 289 @ 0.529182
1.35/1.40	c bounds 2521 >= 290 @ 0.529856
1.35/1.40	c bounds 2521 >= 291 @ 0.530526
1.35/1.40	c bounds 2521 >= 292 @ 0.531213
1.35/1.40	c bounds 2521 >= 293 @ 0.531897
1.35/1.40	c bounds 2521 >= 294 @ 0.532563
1.35/1.40	c bounds 2521 >= 295 @ 0.533249
1.35/1.40	c bounds 2521 >= 296 @ 0.533935
1.35/1.41	c bounds 2521 >= 297 @ 0.534603
1.35/1.41	c bounds 2521 >= 298 @ 0.5353
1.35/1.41	c bounds 2521 >= 299 @ 0.535994
1.35/1.41	c bounds 2521 >= 300 @ 0.536682
1.35/1.41	c bounds 2521 >= 301 @ 0.537367
1.35/1.41	c bounds 2521 >= 302 @ 0.538048
1.35/1.41	c bounds 2521 >= 303 @ 0.538743
1.35/1.41	c bounds 2521 >= 304 @ 0.539415
1.35/1.41	c bounds 2521 >= 305 @ 0.540104
1.35/1.41	c bounds 2521 >= 306 @ 0.540793
1.35/1.41	c bounds 2521 >= 307 @ 0.541486
1.35/1.41	c bounds 2521 >= 308 @ 0.542158
1.35/1.41	c bounds 2521 >= 309 @ 0.542893
1.35/1.41	c bounds 2521 >= 310 @ 0.543593
1.35/1.42	c bounds 2521 >= 311 @ 0.54427
1.35/1.42	c bounds 2521 >= 312 @ 0.544954
1.35/1.42	c bounds 2521 >= 313 @ 0.545643
1.35/1.42	c bounds 2521 >= 314 @ 0.546319
1.35/1.42	c bounds 2521 >= 315 @ 0.547004
1.35/1.42	c bounds 2521 >= 316 @ 0.547688
1.35/1.42	c bounds 2521 >= 317 @ 0.548364
1.35/1.42	c bounds 2521 >= 318 @ 0.549055
1.35/1.42	c bounds 2521 >= 319 @ 0.549754
1.35/1.42	c bounds 2521 >= 320 @ 0.550441
1.35/1.42	c bounds 2521 >= 321 @ 0.551123
1.35/1.42	c bounds 2521 >= 322 @ 0.551805
1.35/1.42	c bounds 2521 >= 323 @ 0.552479
1.35/1.42	c bounds 2521 >= 324 @ 0.553166
1.35/1.42	c bounds 2521 >= 325 @ 0.553852
1.35/1.43	c bounds 2521 >= 326 @ 0.554536
1.35/1.43	c bounds 2521 >= 327 @ 0.555224
1.35/1.43	c bounds 2521 >= 328 @ 0.555904
1.35/1.43	c bounds 2521 >= 329 @ 0.556601
1.35/1.43	c bounds 2521 >= 330 @ 0.557281
1.35/1.43	c bounds 2521 >= 331 @ 0.557975
1.35/1.43	c bounds 2521 >= 332 @ 0.558662
1.35/1.43	c bounds 2521 >= 333 @ 0.559332
1.35/1.43	c bounds 2521 >= 334 @ 0.560012
1.35/1.43	c bounds 2521 >= 335 @ 0.560698
1.35/1.43	c bounds 2521 >= 336 @ 0.561378
1.35/1.43	c bounds 2521 >= 337 @ 0.562063
1.35/1.43	c bounds 2521 >= 338 @ 0.562745
1.35/1.43	c bounds 2521 >= 339 @ 0.563429
1.35/1.43	c bounds 2521 >= 340 @ 0.564099
1.35/1.44	c bounds 2521 >= 341 @ 0.564783
1.35/1.44	c bounds 2521 >= 342 @ 0.565455
1.35/1.44	c bounds 2521 >= 343 @ 0.566147
1.35/1.44	c bounds 2521 >= 344 @ 0.566826
1.35/1.44	c bounds 2521 >= 345 @ 0.567508
1.35/1.44	c bounds 2521 >= 346 @ 0.568194
1.35/1.44	c bounds 2521 >= 347 @ 0.568903
1.35/1.44	c bounds 2521 >= 348 @ 0.569588
1.35/1.44	c bounds 2521 >= 349 @ 0.570279
1.35/1.44	c bounds 2521 >= 350 @ 0.570967
1.35/1.44	c bounds 2521 >= 351 @ 0.571219
1.35/1.44	c bounds 2521 >= 352 @ 0.57137
1.35/1.44	c bounds 2521 >= 353 @ 0.572054
1.35/1.44	c bounds 2521 >= 354 @ 0.572739
1.35/1.45	c bounds 2521 >= 355 @ 0.573417
1.35/1.45	c bounds 2521 >= 356 @ 0.574103
1.35/1.45	c bounds 2521 >= 357 @ 0.574803
1.35/1.45	c bounds 2521 >= 358 @ 0.575475
1.35/1.45	c bounds 2521 >= 359 @ 0.576165
1.35/1.45	c bounds 2521 >= 360 @ 0.576849
1.35/1.45	c bounds 2521 >= 361 @ 0.577535
1.35/1.45	c bounds 2521 >= 362 @ 0.578225
1.35/1.45	c bounds 2521 >= 363 @ 0.578902
1.35/1.45	c bounds 2521 >= 364 @ 0.579587
1.35/1.45	c bounds 2521 >= 365 @ 0.580273
1.35/1.45	c bounds 2521 >= 366 @ 0.580937
1.35/1.45	c bounds 2521 >= 367 @ 0.581617
1.35/1.45	c bounds 2521 >= 368 @ 0.582287
1.35/1.45	c bounds 2521 >= 369 @ 0.582976
1.35/1.46	c bounds 2521 >= 370 @ 0.583671
1.35/1.46	c bounds 2521 >= 371 @ 0.584343
1.35/1.46	c bounds 2521 >= 372 @ 0.585023
1.35/1.46	c bounds 2521 >= 373 @ 0.585709
1.35/1.46	c bounds 2521 >= 374 @ 0.586388
1.35/1.46	c bounds 2521 >= 375 @ 0.587081
1.35/1.46	c bounds 2521 >= 376 @ 0.587763
1.35/1.46	c bounds 2521 >= 377 @ 0.588462
1.35/1.46	c bounds 2521 >= 378 @ 0.589157
1.35/1.46	c bounds 2521 >= 379 @ 0.589846
1.35/1.46	c bounds 2521 >= 380 @ 0.59053
1.35/1.46	c bounds 2521 >= 381 @ 0.591225
1.35/1.46	c bounds 2521 >= 382 @ 0.591457
1.35/1.46	c bounds 2521 >= 383 @ 0.591761
1.35/1.47	c bounds 2521 >= 384 @ 0.591985
1.35/1.47	c bounds 2521 >= 385 @ 0.59244
1.35/1.47	c bounds 2521 >= 386 @ 0.593124
1.35/1.47	c bounds 2521 >= 387 @ 0.593801
1.35/1.47	c bounds 2521 >= 388 @ 0.594475
1.35/1.47	c bounds 2521 >= 389 @ 0.595146
1.35/1.47	c bounds 2521 >= 390 @ 0.595822
1.35/1.47	c bounds 2521 >= 391 @ 0.596501
1.35/1.47	c bounds 2521 >= 392 @ 0.597175
1.35/1.47	c bounds 2521 >= 393 @ 0.597849
1.35/1.47	c bounds 2521 >= 394 @ 0.598524
1.35/1.47	c bounds 2521 >= 395 @ 0.599197
1.35/1.47	c bounds 2521 >= 396 @ 0.599866
1.35/1.47	c bounds 2521 >= 397 @ 0.600541
1.35/1.48	c bounds 2521 >= 398 @ 0.601218
1.35/1.48	c bounds 2521 >= 399 @ 0.601434
1.35/1.48	c bounds 2521 >= 400 @ 0.6017
1.35/1.48	c bounds 2521 >= 401 @ 0.602282
1.35/1.48	c bounds 2521 >= 402 @ 0.602954
1.35/1.48	c bounds 2521 >= 403 @ 0.603626
1.35/1.48	c bounds 2521 >= 404 @ 0.604294
1.35/1.48	c bounds 2521 >= 405 @ 0.604969
1.35/1.48	c bounds 2521 >= 406 @ 0.605647
1.35/1.48	c bounds 2521 >= 407 @ 0.606316
1.35/1.48	c bounds 2521 >= 408 @ 0.606983
1.35/1.48	c bounds 2521 >= 409 @ 0.607655
1.35/1.48	c bounds 2521 >= 410 @ 0.60831
1.35/1.48	c bounds 2521 >= 411 @ 0.608972
1.35/1.48	c bounds 2521 >= 412 @ 0.609652
1.35/1.49	c bounds 2521 >= 413 @ 0.610331
1.35/1.49	c bounds 2521 >= 414 @ 0.610993
1.35/1.49	c bounds 2521 >= 415 @ 0.611668
1.35/1.49	c bounds 2521 >= 416 @ 0.612337
1.35/1.49	c bounds 2521 >= 417 @ 0.613
1.35/1.49	c bounds 2521 >= 418 @ 0.613675
1.35/1.49	c bounds 2521 >= 419 @ 0.614339
1.35/1.49	c bounds 2521 >= 420 @ 0.615013
1.35/1.49	c bounds 2521 >= 421 @ 0.615689
1.35/1.49	c bounds 2521 >= 422 @ 0.616356
1.35/1.49	c bounds 2521 >= 423 @ 0.617026
1.35/1.49	c bounds 2521 >= 424 @ 0.617711
1.35/1.49	c bounds 2521 >= 425 @ 0.618389
1.35/1.49	c bounds 2521 >= 426 @ 0.619057
1.35/1.49	c bounds 2521 >= 427 @ 0.619735
1.35/1.50	c bounds 2521 >= 428 @ 0.620406
1.45/1.50	c bounds 2521 >= 429 @ 0.62107
1.45/1.50	c bounds 2521 >= 430 @ 0.621735
1.45/1.50	c bounds 2521 >= 431 @ 0.622412
1.45/1.50	c bounds 2521 >= 432 @ 0.623074
1.45/1.50	c bounds 2521 >= 433 @ 0.623748
1.45/1.50	c bounds 2521 >= 434 @ 0.624423
1.45/1.50	c bounds 2521 >= 435 @ 0.625085
1.45/1.50	c bounds 2521 >= 436 @ 0.625756
1.45/1.50	c bounds 2521 >= 437 @ 0.626436
1.45/1.50	c bounds 2521 >= 438 @ 0.627106
1.45/1.50	c bounds 2521 >= 439 @ 0.627785
1.45/1.50	c bounds 2521 >= 440 @ 0.62846
1.45/1.50	c bounds 2521 >= 441 @ 0.629139
1.45/1.50	c bounds 2521 >= 442 @ 0.629799
1.45/1.51	c bounds 2521 >= 443 @ 0.630477
1.45/1.51	c bounds 2521 >= 444 @ 0.631149
1.45/1.51	c bounds 2521 >= 445 @ 0.631826
1.45/1.51	c bounds 2521 >= 446 @ 0.632511
1.45/1.51	c bounds 2521 >= 447 @ 0.633175
1.45/1.51	c bounds 2521 >= 448 @ 0.633845
1.45/1.51	c bounds 2521 >= 449 @ 0.634536
1.45/1.51	c bounds 2521 >= 450 @ 0.635208
1.45/1.51	c bounds 2521 >= 451 @ 0.635884
1.45/1.51	c bounds 2521 >= 452 @ 0.636561
1.45/1.51	c bounds 2521 >= 453 @ 0.637241
1.45/1.51	c bounds 2521 >= 454 @ 0.638001
1.45/1.51	c bounds 2521 >= 455 @ 0.638693
1.45/1.51	c bounds 2521 >= 456 @ 0.639359
1.45/1.52	c bounds 2521 >= 457 @ 0.640026
1.45/1.52	c bounds 2521 >= 458 @ 0.640686
1.45/1.52	c bounds 2521 >= 459 @ 0.641348
1.45/1.52	c bounds 2521 >= 460 @ 0.642011
1.45/1.52	c bounds 2521 >= 461 @ 0.64268
1.45/1.52	c bounds 2521 >= 462 @ 0.643419
1.45/1.52	c bounds 2521 >= 463 @ 0.644088
1.45/1.52	c bounds 2521 >= 464 @ 0.644751
1.45/1.52	c bounds 2521 >= 465 @ 0.645413
1.45/1.52	c bounds 2521 >= 466 @ 0.646068
1.45/1.52	c bounds 2521 >= 467 @ 0.646722
1.45/1.52	c bounds 2521 >= 468 @ 0.647379
1.45/1.52	c bounds 2521 >= 469 @ 0.64804
1.45/1.52	c bounds 2521 >= 470 @ 0.648702
1.45/1.52	c bounds 2521 >= 471 @ 0.649358
1.45/1.53	c bounds 2521 >= 472 @ 0.650017
1.45/1.53	c bounds 2521 >= 473 @ 0.650679
1.45/1.53	c bounds 2521 >= 474 @ 0.651336
1.45/1.53	c bounds 2521 >= 475 @ 0.651996
1.45/1.53	c bounds 2521 >= 476 @ 0.652656
1.45/1.53	c bounds 2521 >= 477 @ 0.653328
1.45/1.53	c bounds 2521 >= 478 @ 0.653988
1.45/1.53	c bounds 2521 >= 479 @ 0.65466
1.45/1.53	c bounds 2521 >= 480 @ 0.655335
1.45/1.53	c bounds 2521 >= 481 @ 0.655999
1.45/1.53	c bounds 2521 >= 482 @ 0.656676
1.45/1.53	c bounds 2521 >= 483 @ 0.657347
1.45/1.53	c bounds 2521 >= 484 @ 0.658006
1.45/1.53	c bounds 2521 >= 485 @ 0.658684
1.45/1.53	c bounds 2521 >= 486 @ 0.659364
1.45/1.54	c bounds 2521 >= 487 @ 0.660027
1.45/1.54	c bounds 2521 >= 488 @ 0.660705
1.45/1.54	c bounds 2521 >= 489 @ 0.661397
1.45/1.54	c bounds 2521 >= 490 @ 0.662063
1.45/1.54	c bounds 2521 >= 491 @ 0.66275
1.45/1.54	c bounds 2521 >= 492 @ 0.663434
1.45/1.54	c bounds 2521 >= 493 @ 0.664114
1.45/1.54	c bounds 2521 >= 494 @ 0.664797
1.45/1.54	c bounds 2521 >= 495 @ 0.665484
1.45/1.54	c bounds 2521 >= 496 @ 0.666175
1.45/1.54	c bounds 2521 >= 497 @ 0.666864
1.45/1.54	c bounds 2521 >= 498 @ 0.667543
1.45/1.54	c bounds 2521 >= 499 @ 0.668224
1.45/1.54	c bounds 2521 >= 500 @ 0.668911
1.45/1.54	c bounds 2521 >= 501 @ 0.669599
1.45/1.55	c bounds 2521 >= 502 @ 0.670284
1.45/1.55	c bounds 2521 >= 503 @ 0.670964
1.45/1.55	c bounds 2521 >= 504 @ 0.671638
1.45/1.55	c bounds 2521 >= 505 @ 0.672317
1.45/1.55	c bounds 2521 >= 506 @ 0.673
1.45/1.55	c bounds 2521 >= 507 @ 0.67368
1.45/1.55	c bounds 2521 >= 508 @ 0.674369
1.45/1.55	c bounds 2521 >= 509 @ 0.675051
1.45/1.55	c bounds 2521 >= 510 @ 0.675743
1.45/1.55	c bounds 2521 >= 511 @ 0.67643
1.45/1.55	c bounds 2521 >= 512 @ 0.6771
1.45/1.55	c bounds 2521 >= 513 @ 0.677773
1.45/1.55	c bounds 2521 >= 514 @ 0.678455
1.45/1.55	c bounds 2521 >= 515 @ 0.67914
1.45/1.56	c bounds 2521 >= 516 @ 0.67914
1.45/1.56	c bounds 2521 >= 517 @ 0.679583
1.45/1.56	c bounds 2521 >= 518 @ 0.680177
1.45/1.56	c bounds 2521 >= 519 @ 0.680851
1.45/1.56	c bounds 2521 >= 520 @ 0.681534
1.45/1.56	c bounds 2521 >= 521 @ 0.682219
1.45/1.56	c bounds 2521 >= 522 @ 0.682895
1.45/1.56	c bounds 2521 >= 523 @ 0.683564
1.45/1.56	c bounds 2521 >= 524 @ 0.684338
1.45/1.56	c bounds 2521 >= 525 @ 0.685011
1.45/1.56	c bounds 2521 >= 526 @ 0.685684
1.45/1.56	c bounds 2521 >= 527 @ 0.686367
1.45/1.56	c bounds 2521 >= 528 @ 0.687046
1.45/1.56	c bounds 2521 >= 529 @ 0.687741
1.45/1.56	c bounds 2521 >= 530 @ 0.688429
1.45/1.57	c bounds 2521 >= 531 @ 0.689109
1.45/1.57	c bounds 2521 >= 532 @ 0.68979
1.45/1.57	c bounds 2521 >= 533 @ 0.690472
1.45/1.57	c bounds 2521 >= 534 @ 0.691153
1.45/1.57	c bounds 2521 >= 535 @ 0.691918
1.45/1.57	c bounds 2521 >= 536 @ 0.692596
1.45/1.57	c bounds 2521 >= 537 @ 0.69328
1.45/1.57	c bounds 2521 >= 538 @ 0.693946
1.45/1.57	c bounds 2521 >= 539 @ 0.694629
1.45/1.57	c bounds 2521 >= 540 @ 0.695297
1.45/1.57	c bounds 2521 >= 541 @ 0.695981
1.45/1.57	c bounds 2521 >= 542 @ 0.696658
1.45/1.57	c bounds 2521 >= 543 @ 0.697327
1.45/1.57	c bounds 2521 >= 544 @ 0.697992
1.45/1.57	c bounds 2521 >= 545 @ 0.69866
1.45/1.58	c bounds 2521 >= 546 @ 0.699339
1.45/1.58	c bounds 2521 >= 547 @ 0.700008
1.45/1.58	c bounds 2521 >= 548 @ 0.700677
1.45/1.58	c bounds 2521 >= 549 @ 0.701358
1.45/1.58	c bounds 2521 >= 550 @ 0.702021
1.45/1.58	c bounds 2521 >= 551 @ 0.70269
1.45/1.58	c bounds 2521 >= 552 @ 0.703368
1.45/1.58	c bounds 2521 >= 553 @ 0.704045
1.45/1.58	c bounds 2521 >= 554 @ 0.704763
1.45/1.58	c bounds 2521 >= 555 @ 0.705451
1.45/1.58	c bounds 2521 >= 556 @ 0.706136
1.45/1.58	c bounds 2521 >= 557 @ 0.706803
1.45/1.58	c bounds 2521 >= 558 @ 0.707486
1.45/1.58	c bounds 2521 >= 559 @ 0.70817
1.45/1.59	c bounds 2521 >= 560 @ 0.70884
1.45/1.59	c bounds 2521 >= 561 @ 0.709512
1.45/1.59	c bounds 2521 >= 562 @ 0.710188
1.45/1.59	c bounds 2521 >= 563 @ 0.710863
1.45/1.59	c bounds 2521 >= 564 @ 0.711541
1.45/1.59	c bounds 2521 >= 565 @ 0.711781
1.45/1.59	c bounds 2521 >= 566 @ 0.711921
1.45/1.59	c bounds 2521 >= 567 @ 0.712602
1.45/1.59	c bounds 2521 >= 568 @ 0.713288
1.45/1.59	c bounds 2521 >= 569 @ 0.713953
1.45/1.59	c bounds 2521 >= 570 @ 0.71463
1.45/1.59	c bounds 2521 >= 571 @ 0.715311
1.45/1.59	c bounds 2521 >= 572 @ 0.715971
1.45/1.59	c bounds 2521 >= 573 @ 0.716653
1.45/1.59	c bounds 2521 >= 574 @ 0.717331
1.45/1.60	c bounds 2521 >= 575 @ 0.717993
1.55/1.60	c bounds 2521 >= 576 @ 0.718661
1.55/1.60	c bounds 2521 >= 577 @ 0.719327
1.55/1.60	c bounds 2521 >= 578 @ 0.719999
1.55/1.60	c bounds 2521 >= 579 @ 0.720668
1.55/1.60	c bounds 2521 >= 580 @ 0.721345
1.55/1.60	c bounds 2521 >= 581 @ 0.722016
1.55/1.60	c bounds 2521 >= 582 @ 0.722693
1.55/1.60	c bounds 2521 >= 583 @ 0.723371
1.55/1.60	c bounds 2521 >= 584 @ 0.723607
1.55/1.60	c bounds 2521 >= 585 @ 0.724124
1.55/1.60	c bounds 2521 >= 586 @ 0.724781
1.55/1.60	c bounds 2521 >= 587 @ 0.725448
1.55/1.60	c bounds 2521 >= 588 @ 0.726114
1.55/1.61	c bounds 2521 >= 589 @ 0.726787
1.55/1.61	c bounds 2521 >= 590 @ 0.727458
1.55/1.61	c bounds 2521 >= 591 @ 0.72814
1.55/1.61	c bounds 2521 >= 592 @ 0.728817
1.55/1.61	c bounds 2521 >= 593 @ 0.729495
1.55/1.61	c bounds 2521 >= 594 @ 0.73018
1.55/1.61	c bounds 2521 >= 595 @ 0.730852
1.55/1.61	c bounds 2521 >= 596 @ 0.731523
1.55/1.61	c bounds 2521 >= 597 @ 0.732199
1.55/1.61	c bounds 2521 >= 598 @ 0.732859
1.55/1.61	c bounds 2521 >= 599 @ 0.733527
1.55/1.61	c bounds 2521 >= 600 @ 0.734194
1.55/1.61	c bounds 2521 >= 601 @ 0.734869
1.55/1.61	c bounds 2521 >= 602 @ 0.735541
1.55/1.61	c bounds 2521 >= 603 @ 0.73622
1.55/1.62	c bounds 2521 >= 604 @ 0.736874
1.55/1.62	c bounds 2521 >= 605 @ 0.737544
1.55/1.62	c bounds 2521 >= 606 @ 0.738197
1.55/1.62	c bounds 2521 >= 607 @ 0.738853
1.55/1.62	c bounds 2521 >= 608 @ 0.739518
1.55/1.62	c bounds 2521 >= 609 @ 0.740187
1.55/1.62	c bounds 2521 >= 610 @ 0.740851
1.55/1.62	c bounds 2521 >= 611 @ 0.741517
1.55/1.62	c bounds 2521 >= 612 @ 0.742171
1.55/1.62	c bounds 2521 >= 613 @ 0.742837
1.55/1.62	c bounds 2521 >= 614 @ 0.743509
1.55/1.62	c bounds 2521 >= 615 @ 0.744176
1.55/1.62	c bounds 2521 >= 616 @ 0.74483
1.55/1.62	c bounds 2521 >= 617 @ 0.745486
1.55/1.62	c bounds 2521 >= 618 @ 0.746155
1.55/1.63	c bounds 2521 >= 619 @ 0.746823
1.55/1.63	c bounds 2521 >= 620 @ 0.747491
1.55/1.63	c bounds 2521 >= 621 @ 0.748163
1.55/1.63	c bounds 2521 >= 622 @ 0.748825
1.55/1.63	c bounds 2521 >= 623 @ 0.749478
1.55/1.63	c bounds 2521 >= 624 @ 0.750139
1.55/1.63	c bounds 2521 >= 625 @ 0.750788
1.55/1.63	c bounds 2521 >= 626 @ 0.751451
1.55/1.63	c bounds 2521 >= 627 @ 0.752125
1.55/1.63	c bounds 2521 >= 628 @ 0.752772
1.55/1.63	c bounds 2521 >= 629 @ 0.753435
1.55/1.63	c bounds 2521 >= 630 @ 0.754072
1.55/1.63	c bounds 2521 >= 631 @ 0.754734
1.55/1.63	c bounds 2521 >= 632 @ 0.754951
1.55/1.63	c bounds 2521 >= 633 @ 0.755072
1.55/1.64	c bounds 2521 >= 634 @ 0.755736
1.55/1.64	c bounds 2521 >= 635 @ 0.755952
1.55/1.64	c bounds 2521 >= 636 @ 0.756185
1.55/1.64	c bounds 2521 >= 637 @ 0.756778
1.55/1.64	c bounds 2521 >= 638 @ 0.757441
1.55/1.64	c bounds 2521 >= 639 @ 0.758097
1.55/1.64	c bounds 2521 >= 640 @ 0.758756
1.55/1.64	c bounds 2521 >= 641 @ 0.759405
1.55/1.64	c bounds 2521 >= 642 @ 0.760071
1.55/1.64	c bounds 2521 >= 643 @ 0.760736
1.55/1.64	c bounds 2521 >= 644 @ 0.761401
1.55/1.64	c bounds 2521 >= 645 @ 0.762077
1.55/1.64	c bounds 2521 >= 646 @ 0.762746
1.55/1.64	c bounds 2521 >= 647 @ 0.76342
1.55/1.64	c bounds 2521 >= 648 @ 0.764095
1.55/1.65	c bounds 2521 >= 649 @ 0.764745
1.55/1.65	c bounds 2521 >= 650 @ 0.765407
1.55/1.65	c bounds 2521 >= 651 @ 0.766049
1.55/1.65	c bounds 2521 >= 652 @ 0.766694
1.55/1.65	c bounds 2521 >= 653 @ 0.767356
1.55/1.65	c bounds 2521 >= 654 @ 0.768017
1.55/1.65	c bounds 2521 >= 655 @ 0.768687
1.55/1.65	c bounds 2521 >= 656 @ 0.769352
1.55/1.65	c bounds 2521 >= 657 @ 0.770017
1.55/1.65	c bounds 2521 >= 658 @ 0.770676
1.55/1.65	c bounds 2521 >= 659 @ 0.771346
1.55/1.65	c bounds 2521 >= 660 @ 0.772
1.55/1.65	c bounds 2521 >= 661 @ 0.772674
1.55/1.65	c bounds 2521 >= 662 @ 0.773365
1.55/1.65	c bounds 2521 >= 663 @ 0.774024
1.55/1.66	c bounds 2521 >= 664 @ 0.774666
1.55/1.66	c bounds 2521 >= 665 @ 0.775313
1.55/1.66	c bounds 2521 >= 666 @ 0.775974
1.55/1.66	c bounds 2521 >= 667 @ 0.776626
1.55/1.66	c bounds 2521 >= 668 @ 0.777293
1.55/1.66	c bounds 2521 >= 669 @ 0.777956
1.55/1.66	c bounds 2521 >= 670 @ 0.778618
1.55/1.66	c bounds 2521 >= 671 @ 0.779292
1.55/1.66	c bounds 2521 >= 672 @ 0.779942
1.55/1.66	c bounds 2521 >= 673 @ 0.78061
1.55/1.66	c bounds 2521 >= 674 @ 0.781275
1.55/1.66	c bounds 2521 >= 675 @ 0.781942
1.55/1.66	c bounds 2521 >= 676 @ 0.782591
1.55/1.66	c bounds 2521 >= 677 @ 0.783257
1.55/1.66	c bounds 2521 >= 678 @ 0.78392
1.55/1.67	c bounds 2521 >= 679 @ 0.784582
1.55/1.67	c bounds 2521 >= 680 @ 0.785243
1.55/1.67	c bounds 2521 >= 681 @ 0.785907
1.55/1.67	c bounds 2521 >= 682 @ 0.786569
1.55/1.67	c bounds 2521 >= 683 @ 0.787235
1.55/1.67	c bounds 2521 >= 684 @ 0.787889
1.55/1.67	c bounds 2521 >= 685 @ 0.788545
1.55/1.67	c bounds 2521 >= 686 @ 0.78921
1.55/1.67	c bounds 2521 >= 687 @ 0.789861
1.55/1.67	c bounds 2521 >= 688 @ 0.790922
1.55/1.67	c bounds 2521 >= 689 @ 0.791588
1.55/1.67	c bounds 2521 >= 690 @ 0.79225
1.55/1.67	c bounds 2521 >= 691 @ 0.792903
1.55/1.67	c bounds 2521 >= 692 @ 0.793565
1.55/1.67	c bounds 2521 >= 693 @ 0.79423
1.55/1.68	c bounds 2521 >= 694 @ 0.794893
1.55/1.68	c bounds 2521 >= 695 @ 0.795561
1.55/1.68	c bounds 2521 >= 696 @ 0.796234
1.55/1.68	c bounds 2521 >= 697 @ 0.7969
1.55/1.68	c bounds 2521 >= 698 @ 0.797549
1.55/1.68	c bounds 2521 >= 699 @ 0.798226
1.55/1.68	c bounds 2521 >= 700 @ 0.798881
1.55/1.68	c bounds 2521 >= 701 @ 0.799547
1.55/1.68	c bounds 2521 >= 702 @ 0.800213
1.55/1.68	c bounds 2521 >= 703 @ 0.800883
1.55/1.68	c bounds 2521 >= 704 @ 0.801549
1.55/1.68	c bounds 2521 >= 705 @ 0.802213
1.55/1.68	c bounds 2521 >= 706 @ 0.802878
1.55/1.68	c bounds 2521 >= 707 @ 0.803535
1.55/1.68	c bounds 2521 >= 708 @ 0.804187
1.55/1.69	c bounds 2521 >= 709 @ 0.804842
1.55/1.69	c bounds 2521 >= 710 @ 0.805496
1.55/1.69	c bounds 2521 >= 711 @ 0.806175
1.55/1.69	c bounds 2521 >= 712 @ 0.806846
1.55/1.69	c bounds 2521 >= 713 @ 0.807507
1.55/1.69	c bounds 2521 >= 714 @ 0.80816
1.55/1.69	c bounds 2521 >= 715 @ 0.808829
1.55/1.69	c bounds 2521 >= 716 @ 0.809492
1.55/1.69	c bounds 2521 >= 717 @ 0.810158
1.55/1.69	c bounds 2521 >= 718 @ 0.810823
1.55/1.69	c bounds 2521 >= 719 @ 0.811486
1.55/1.69	c bounds 2521 >= 720 @ 0.812148
1.55/1.69	c bounds 2521 >= 721 @ 0.812815
1.55/1.69	c bounds 2521 >= 722 @ 0.813464
1.55/1.69	c bounds 2521 >= 723 @ 0.814126
1.55/1.70	c bounds 2521 >= 724 @ 0.814799
1.65/1.70	c bounds 2521 >= 725 @ 0.815463
1.65/1.70	c bounds 2521 >= 726 @ 0.816112
1.65/1.70	c bounds 2521 >= 727 @ 0.816762
1.65/1.70	c bounds 2521 >= 728 @ 0.81741
1.65/1.70	c bounds 2521 >= 729 @ 0.818084
1.65/1.70	c bounds 2521 >= 730 @ 0.818753
1.65/1.70	c bounds 2521 >= 731 @ 0.819407
1.65/1.70	c bounds 2521 >= 732 @ 0.820063
1.65/1.70	c bounds 2521 >= 733 @ 0.820738
1.65/1.70	c bounds 2521 >= 734 @ 0.821398
1.65/1.70	c bounds 2521 >= 735 @ 0.822064
1.65/1.70	c bounds 2521 >= 736 @ 0.822725
1.65/1.70	c bounds 2521 >= 737 @ 0.822725
1.65/1.70	c bounds 2521 >= 738 @ 0.82314
1.65/1.71	c bounds 2521 >= 739 @ 0.823728
1.65/1.71	c bounds 2521 >= 740 @ 0.823728
1.65/1.71	c bounds 2521 >= 741 @ 0.824164
1.65/1.71	c bounds 2521 >= 742 @ 0.824767
1.65/1.71	c bounds 2521 >= 743 @ 0.825423
1.65/1.71	c bounds 2521 >= 744 @ 0.826081
1.65/1.71	c bounds 2521 >= 745 @ 0.826736
1.65/1.71	c bounds 2521 >= 746 @ 0.827406
1.65/1.71	c bounds 2521 >= 747 @ 0.828066
1.65/1.71	c bounds 2521 >= 748 @ 0.828728
1.65/1.71	c bounds 2521 >= 749 @ 0.828728
1.65/1.71	c bounds 2521 >= 750 @ 0.829121
1.65/1.71	c bounds 2521 >= 751 @ 0.829711
1.65/1.71	c bounds 2521 >= 752 @ 0.829711
1.65/1.71	c bounds 2521 >= 753 @ 0.830109
1.65/1.72	c bounds 2521 >= 754 @ 0.830687
1.65/1.72	c bounds 2521 >= 755 @ 0.831353
1.65/1.72	c bounds 2521 >= 756 @ 0.832026
1.65/1.72	c bounds 2521 >= 757 @ 0.83268
1.65/1.72	c bounds 2521 >= 758 @ 0.833354
1.65/1.72	c bounds 2521 >= 759 @ 0.834025
1.65/1.72	c bounds 2521 >= 760 @ 0.834677
1.65/1.72	c bounds 2521 >= 761 @ 0.834677
1.65/1.72	c bounds 2521 >= 762 @ 0.835085
1.65/1.72	c bounds 2521 >= 763 @ 0.835679
1.65/1.72	c bounds 2521 >= 764 @ 0.836356
1.65/1.72	c bounds 2521 >= 765 @ 0.837029
1.65/1.72	c bounds 2521 >= 766 @ 0.83769
1.65/1.72	c bounds 2521 >= 767 @ 0.83769
1.65/1.72	c bounds 2521 >= 768 @ 0.838108
1.65/1.73	c bounds 2521 >= 769 @ 0.838702
1.65/1.73	c bounds 2521 >= 770 @ 0.839368
1.65/1.73	c bounds 2521 >= 771 @ 0.840044
1.65/1.73	c bounds 2521 >= 772 @ 0.84072
1.65/1.73	c bounds 2521 >= 773 @ 0.841389
1.65/1.73	c bounds 2521 >= 774 @ 0.842052
1.65/1.73	c bounds 2521 >= 775 @ 0.842719
1.65/1.73	c bounds 2521 >= 776 @ 0.843384
1.65/1.73	c bounds 2521 >= 777 @ 0.844042
1.65/1.73	c bounds 2521 >= 778 @ 0.844705
1.65/1.73	c bounds 2521 >= 779 @ 0.84537
1.65/1.73	c bounds 2521 >= 780 @ 0.846053
1.65/1.73	c bounds 2521 >= 781 @ 0.846717
1.65/1.73	c bounds 2521 >= 782 @ 0.847379
1.65/1.73	c bounds 2521 >= 783 @ 0.848059
1.65/1.74	c bounds 2521 >= 784 @ 0.848733
1.65/1.74	c bounds 2521 >= 785 @ 0.849407
1.65/1.74	c bounds 2521 >= 786 @ 0.850063
1.65/1.74	c bounds 2521 >= 787 @ 0.85073
1.65/1.74	c bounds 2521 >= 788 @ 0.851396
1.65/1.74	c bounds 2521 >= 789 @ 0.85207
1.65/1.74	c bounds 2521 >= 790 @ 0.852731
1.65/1.74	c bounds 2521 >= 791 @ 0.853399
1.65/1.74	c bounds 2521 >= 792 @ 0.85407
1.65/1.74	c bounds 2521 >= 793 @ 0.854294
1.65/1.74	c bounds 2521 >= 794 @ 0.854833
1.65/1.74	c bounds 2521 >= 795 @ 0.855486
1.65/1.74	c bounds 2521 >= 796 @ 0.85616
1.65/1.74	c bounds 2521 >= 797 @ 0.856846
1.65/1.75	c bounds 2521 >= 798 @ 0.857495
1.65/1.75	c bounds 2521 >= 799 @ 0.858167
1.65/1.75	c bounds 2521 >= 800 @ 0.858835
1.65/1.75	c bounds 2521 >= 801 @ 0.859497
1.65/1.75	c bounds 2521 >= 802 @ 0.860165
1.65/1.75	c bounds 2521 >= 803 @ 0.860869
1.65/1.75	c bounds 2521 >= 804 @ 0.861541
1.65/1.75	c bounds 2521 >= 805 @ 0.862215
1.65/1.75	c bounds 2521 >= 806 @ 0.862879
1.65/1.75	c bounds 2521 >= 807 @ 0.863537
1.65/1.75	c bounds 2521 >= 808 @ 0.864208
1.65/1.75	c bounds 2521 >= 809 @ 0.865048
1.65/1.75	c bounds 2521 >= 810 @ 0.865624
1.65/1.75	c bounds 2521 >= 811 @ 0.866208
1.65/1.75	c bounds 2521 >= 812 @ 0.866777
1.65/1.76	c bounds 2521 >= 813 @ 0.867354
1.65/1.76	c bounds 2521 >= 814 @ 0.867918
1.65/1.76	c bounds 2521 >= 815 @ 0.868497
1.65/1.76	c bounds 2521 >= 816 @ 0.869075
1.65/1.76	c bounds 2521 >= 817 @ 0.869652
1.65/1.76	c bounds 2521 >= 818 @ 0.870214
1.65/1.76	c bounds 2521 >= 819 @ 0.870796
1.65/1.76	c bounds 2521 >= 820 @ 0.87136
1.65/1.76	c bounds 2521 >= 821 @ 0.871924
1.65/1.76	c bounds 2521 >= 822 @ 0.872497
1.65/1.76	c bounds 2521 >= 823 @ 0.873065
1.65/1.76	c bounds 2521 >= 824 @ 0.873643
1.65/1.76	c bounds 2521 >= 825 @ 0.87422
1.65/1.76	c bounds 2521 >= 826 @ 0.874781
1.65/1.76	c bounds 2521 >= 827 @ 0.875351
1.65/1.76	c bounds 2521 >= 828 @ 0.875915
1.65/1.76	c bounds 2521 >= 829 @ 0.876479
1.65/1.76	c bounds 2521 >= 830 @ 0.877051
1.65/1.77	c bounds 2521 >= 831 @ 0.877632
1.65/1.77	c bounds 2521 >= 832 @ 0.878196
1.65/1.77	c bounds 2521 >= 833 @ 0.878761
1.65/1.77	c bounds 2521 >= 834 @ 0.879338
1.65/1.77	c bounds 2521 >= 835 @ 0.879909
1.65/1.77	c bounds 2521 >= 836 @ 0.880479
1.65/1.77	c bounds 2521 >= 837 @ 0.881052
1.65/1.77	c bounds 2521 >= 838 @ 0.881625
1.65/1.77	c bounds 2521 >= 839 @ 0.882209
1.65/1.77	c bounds 2521 >= 840 @ 0.882785
1.65/1.77	c bounds 2521 >= 841 @ 0.883364
1.65/1.77	c bounds 2521 >= 842 @ 0.883936
1.65/1.77	c bounds 2521 >= 843 @ 0.884509
1.65/1.77	c bounds 2521 >= 844 @ 0.885078
1.65/1.77	c bounds 2521 >= 845 @ 0.885649
1.65/1.77	c bounds 2521 >= 846 @ 0.886212
1.65/1.77	c bounds 2521 >= 847 @ 0.886792
1.65/1.78	c bounds 2521 >= 848 @ 0.887357
1.65/1.78	c bounds 2521 >= 849 @ 0.887935
1.65/1.78	c bounds 2521 >= 850 @ 0.888512
1.65/1.78	c bounds 2521 >= 851 @ 0.889099
1.65/1.78	c bounds 2521 >= 852 @ 0.88967
1.65/1.78	c bounds 2521 >= 853 @ 0.890241
1.65/1.78	c bounds 2521 >= 854 @ 0.890812
1.65/1.78	c bounds 2521 >= 855 @ 0.89138
1.65/1.78	c bounds 2521 >= 856 @ 0.891955
1.65/1.78	c bounds 2521 >= 857 @ 0.892531
1.65/1.78	c bounds 2521 >= 858 @ 0.892531
1.65/1.78	c bounds 2521 >= 859 @ 0.892778
1.65/1.78	c bounds 2521 >= 860 @ 0.89329
1.65/1.78	c bounds 2521 >= 861 @ 0.893837
1.65/1.78	c bounds 2521 >= 862 @ 0.894398
1.65/1.78	c bounds 2521 >= 863 @ 0.89498
1.65/1.78	c bounds 2521 >= 864 @ 0.895553
1.65/1.79	c bounds 2521 >= 865 @ 0.896117
1.65/1.79	c bounds 2521 >= 866 @ 0.896692
1.65/1.79	c bounds 2521 >= 867 @ 0.897262
1.65/1.79	c bounds 2521 >= 868 @ 0.897828
1.65/1.79	c bounds 2521 >= 869 @ 0.898406
1.65/1.79	c bounds 2521 >= 870 @ 0.898968
1.65/1.79	c bounds 2521 >= 871 @ 0.899553
1.65/1.79	c bounds 2521 >= 872 @ 0.900132
1.65/1.79	c bounds 2521 >= 873 @ 0.900705
1.65/1.79	c bounds 2521 >= 874 @ 0.901289
1.65/1.79	c bounds 2521 >= 875 @ 0.901881
1.65/1.79	c bounds 2521 >= 876 @ 0.902449
1.65/1.79	c bounds 2521 >= 877 @ 0.903025
1.65/1.79	c bounds 2521 >= 878 @ 0.90359
1.65/1.79	c bounds 2521 >= 879 @ 0.904165
1.65/1.79	c bounds 2521 >= 880 @ 0.904733
1.65/1.79	c bounds 2521 >= 881 @ 0.905298
1.65/1.79	c bounds 2521 >= 882 @ 0.905886
1.65/1.80	c bounds 2521 >= 883 @ 0.906456
1.75/1.80	c bounds 2521 >= 884 @ 0.907036
1.75/1.80	c bounds 2521 >= 885 @ 0.907601
1.75/1.80	c bounds 2521 >= 886 @ 0.908164
1.75/1.80	c bounds 2521 >= 887 @ 0.908748
1.75/1.80	c bounds 2521 >= 888 @ 0.909307
1.75/1.80	c bounds 2521 >= 889 @ 0.909885
1.75/1.80	c bounds 2521 >= 890 @ 0.910456
1.75/1.80	c bounds 2521 >= 891 @ 0.911025
1.75/1.80	c bounds 2521 >= 892 @ 0.91161
1.75/1.80	c bounds 2521 >= 893 @ 0.912178
1.75/1.80	c bounds 2521 >= 894 @ 0.912749
1.75/1.80	c bounds 2521 >= 895 @ 0.913321
1.75/1.80	c bounds 2521 >= 896 @ 0.913888
1.75/1.80	c bounds 2521 >= 897 @ 0.914469
1.75/1.80	c bounds 2521 >= 898 @ 0.915041
1.75/1.80	c bounds 2521 >= 899 @ 0.915644
1.75/1.81	c bounds 2521 >= 900 @ 0.916221
1.75/1.81	c bounds 2521 >= 901 @ 0.916798
1.75/1.81	c bounds 2521 >= 902 @ 0.917528
1.75/1.81	c bounds 2521 >= 903 @ 0.918109
1.75/1.81	c bounds 2521 >= 904 @ 0.918682
1.75/1.81	c bounds 2521 >= 905 @ 0.919256
1.75/1.81	c bounds 2521 >= 906 @ 0.919825
1.75/1.81	c bounds 2521 >= 907 @ 0.920405
1.75/1.81	c bounds 2521 >= 908 @ 0.920977
1.75/1.81	c bounds 2521 >= 909 @ 0.921572
1.75/1.81	c bounds 2521 >= 910 @ 0.922144
1.75/1.81	c bounds 2521 >= 911 @ 0.922731
1.75/1.81	c bounds 2521 >= 912 @ 0.923308
1.75/1.81	c bounds 2521 >= 913 @ 0.923881
1.75/1.81	c bounds 2521 >= 914 @ 0.924449
1.75/1.81	c bounds 2521 >= 915 @ 0.925032
1.75/1.81	c bounds 2521 >= 916 @ 0.925601
1.75/1.82	c bounds 2521 >= 917 @ 0.92618
1.75/1.82	c bounds 2521 >= 918 @ 0.926748
1.75/1.82	c bounds 2521 >= 919 @ 0.927331
1.75/1.82	c bounds 2521 >= 920 @ 0.927923
1.75/1.82	c bounds 2521 >= 921 @ 0.928516
1.75/1.82	c bounds 2521 >= 922 @ 0.929086
1.75/1.82	c bounds 2521 >= 923 @ 0.929657
1.75/1.82	c bounds 2521 >= 924 @ 0.930227
1.75/1.82	c bounds 2521 >= 925 @ 0.930795
1.75/1.82	c bounds 2521 >= 926 @ 0.931375
1.75/1.82	c bounds 2521 >= 927 @ 0.931953
1.75/1.82	c bounds 2521 >= 928 @ 0.932542
1.75/1.82	c bounds 2521 >= 929 @ 0.933115
1.75/1.82	c bounds 2521 >= 930 @ 0.934072
1.75/1.82	c bounds 2521 >= 931 @ 0.934646
1.75/1.82	c bounds 2521 >= 932 @ 0.935219
1.75/1.82	c bounds 2521 >= 933 @ 0.935791
1.75/1.83	c bounds 2521 >= 934 @ 0.936367
1.75/1.83	c bounds 2521 >= 935 @ 0.936934
1.75/1.83	c bounds 2521 >= 936 @ 0.937496
1.75/1.83	c bounds 2521 >= 937 @ 0.938058
1.75/1.83	c bounds 2521 >= 938 @ 0.938623
1.75/1.83	c bounds 2521 >= 939 @ 0.939197
1.75/1.83	c bounds 2521 >= 940 @ 0.939759
1.75/1.83	c bounds 2521 >= 941 @ 0.940324
1.75/1.83	c bounds 2521 >= 942 @ 0.94088
1.75/1.83	c bounds 2521 >= 943 @ 0.94145
1.75/1.83	c bounds 2521 >= 944 @ 0.942009
1.75/1.83	c bounds 2521 >= 945 @ 0.942593
1.75/1.83	c bounds 2521 >= 946 @ 0.943182
1.75/1.83	c bounds 2521 >= 947 @ 0.943756
1.75/1.83	c bounds 2521 >= 948 @ 0.944315
1.75/1.83	c bounds 2521 >= 949 @ 0.944878
1.75/1.83	c bounds 2521 >= 950 @ 0.945435
1.75/1.84	c bounds 2521 >= 951 @ 0.945996
1.75/1.84	c bounds 2521 >= 952 @ 0.946558
1.75/1.84	c bounds 2521 >= 953 @ 0.947136
1.75/1.84	c bounds 2521 >= 954 @ 0.9477
1.75/1.84	c bounds 2521 >= 955 @ 0.948286
1.75/1.84	c bounds 2521 >= 956 @ 0.94885
1.75/1.84	c bounds 2521 >= 957 @ 0.94942
1.75/1.84	c bounds 2521 >= 958 @ 0.949984
1.75/1.84	c bounds 2521 >= 959 @ 0.950555
1.75/1.84	c bounds 2521 >= 960 @ 0.951117
1.75/1.84	c bounds 2521 >= 961 @ 0.951681
1.75/1.84	c bounds 2521 >= 962 @ 0.952239
1.75/1.84	c bounds 2521 >= 963 @ 0.952821
1.75/1.84	c bounds 2521 >= 964 @ 0.953381
1.75/1.84	c bounds 2521 >= 965 @ 0.953946
1.75/1.84	c bounds 2521 >= 966 @ 0.954529
1.75/1.84	c bounds 2521 >= 967 @ 0.955104
1.75/1.84	c bounds 2521 >= 968 @ 0.955673
1.75/1.85	c bounds 2521 >= 969 @ 0.956246
1.75/1.85	c bounds 2521 >= 970 @ 0.956811
1.75/1.85	c bounds 2521 >= 971 @ 0.957384
1.75/1.85	c bounds 2521 >= 972 @ 0.957957
1.75/1.85	c bounds 2521 >= 973 @ 0.958536
1.75/1.85	c bounds 2521 >= 974 @ 0.959101
1.75/1.85	c bounds 2521 >= 975 @ 0.959685
1.75/1.85	c bounds 2521 >= 976 @ 0.960246
1.75/1.85	c bounds 2521 >= 977 @ 0.960818
1.75/1.85	c bounds 2521 >= 978 @ 0.961395
1.75/1.85	c bounds 2521 >= 979 @ 0.961966
1.75/1.85	c bounds 2521 >= 980 @ 0.962528
1.75/1.85	c bounds 2521 >= 981 @ 0.963096
1.75/1.85	c bounds 2521 >= 982 @ 0.963663
1.75/1.85	c bounds 2521 >= 983 @ 0.964231
1.75/1.85	c bounds 2521 >= 984 @ 0.964803
1.75/1.85	c bounds 2521 >= 985 @ 0.96538
1.75/1.86	c bounds 2521 >= 986 @ 0.965941
1.75/1.86	c bounds 2521 >= 987 @ 0.966512
1.75/1.86	c bounds 2521 >= 988 @ 0.967083
1.75/1.86	c bounds 2521 >= 989 @ 0.967652
1.75/1.86	c bounds 2521 >= 990 @ 0.968216
1.75/1.86	c bounds 2521 >= 991 @ 0.968785
1.75/1.86	c bounds 2521 >= 992 @ 0.969365
1.75/1.86	c bounds 2521 >= 993 @ 0.969943
1.75/1.86	c bounds 2521 >= 994 @ 0.970521
1.75/1.86	c bounds 2521 >= 995 @ 0.971109
1.75/1.86	c bounds 2521 >= 996 @ 0.971711
1.75/1.86	c bounds 2521 >= 997 @ 0.972288
1.75/1.86	c bounds 2521 >= 998 @ 0.972858
1.75/1.86	c bounds 2521 >= 999 @ 0.973439
1.75/1.86	c bounds 2521 >= 1000 @ 0.974001
1.75/1.86	c bounds 2521 >= 1001 @ 0.974571
1.75/1.86	c bounds 2521 >= 1002 @ 0.97513
1.75/1.86	c bounds 2521 >= 1003 @ 0.975694
1.75/1.87	c bounds 2521 >= 1004 @ 0.976254
1.75/1.87	c bounds 2521 >= 1005 @ 0.976819
1.75/1.87	c bounds 2521 >= 1006 @ 0.977391
1.75/1.87	c bounds 2521 >= 1007 @ 0.977956
1.75/1.87	c bounds 2521 >= 1008 @ 0.978543
1.75/1.87	c bounds 2521 >= 1009 @ 0.979105
1.75/1.87	c bounds 2521 >= 1010 @ 0.979677
1.75/1.87	c bounds 2521 >= 1011 @ 0.980252
1.75/1.87	c bounds 2521 >= 1012 @ 0.980822
1.75/1.87	c bounds 2521 >= 1013 @ 0.981402
1.75/1.87	c bounds 2521 >= 1014 @ 0.981966
1.75/1.87	c bounds 2521 >= 1015 @ 0.982539
1.75/1.87	c bounds 2521 >= 1016 @ 0.983117
1.75/1.87	c bounds 2521 >= 1017 @ 0.983701
1.75/1.87	c bounds 2521 >= 1018 @ 0.984261
1.75/1.87	c bounds 2521 >= 1019 @ 0.984261
1.75/1.87	c bounds 2521 >= 1020 @ 0.984501
1.75/1.88	c bounds 2521 >= 1021 @ 0.98503
1.75/1.88	c bounds 2521 >= 1022 @ 0.98559
1.75/1.88	c bounds 2521 >= 1023 @ 0.986171
1.75/1.88	c bounds 2521 >= 1024 @ 0.986755
1.75/1.88	c bounds 2521 >= 1025 @ 0.987325
1.75/1.88	c bounds 2521 >= 1026 @ 0.987897
1.75/1.88	c bounds 2521 >= 1027 @ 0.988491
1.75/1.88	c bounds 2521 >= 1028 @ 0.989063
1.75/1.88	c bounds 2521 >= 1029 @ 0.989641
1.75/1.88	c bounds 2521 >= 1030 @ 0.990211
1.75/1.88	c bounds 2521 >= 1031 @ 0.990794
1.75/1.88	c bounds 2521 >= 1032 @ 0.991364
1.75/1.88	c bounds 2521 >= 1033 @ 0.991936
1.75/1.88	c bounds 2521 >= 1034 @ 0.992916
1.75/1.88	c bounds 2521 >= 1035 @ 0.993492
1.75/1.88	c bounds 2521 >= 1036 @ 0.994093
1.75/1.88	c bounds 2521 >= 1037 @ 0.994666
1.75/1.89	c bounds 2521 >= 1038 @ 0.99524
1.75/1.89	c bounds 2521 >= 1039 @ 0.995814
1.75/1.89	c bounds 2521 >= 1040 @ 0.996383
1.75/1.89	c bounds 2521 >= 1041 @ 0.996959
1.75/1.89	c bounds 2521 >= 1042 @ 0.997527
1.75/1.89	c bounds 2521 >= 1043 @ 0.998102
1.75/1.89	c bounds 2521 >= 1044 @ 0.998672
1.75/1.89	c bounds 2521 >= 1045 @ 0.999257
1.75/1.89	c bounds 2521 >= 1046 @ 0.999824
1.75/1.89	c bounds 2521 >= 1047 @ 1.00042
1.75/1.89	c bounds 2521 >= 1048 @ 1.00099
1.75/1.89	c bounds 2521 >= 1049 @ 1.00157
1.75/1.89	c bounds 2521 >= 1050 @ 1.00214
1.75/1.89	c bounds 2521 >= 1051 @ 1.00272
1.75/1.89	c bounds 2521 >= 1052 @ 1.0033
1.75/1.89	c bounds 2521 >= 1053 @ 1.00387
1.75/1.89	c bounds 2521 >= 1054 @ 1.00445
1.75/1.90	c bounds 2521 >= 1055 @ 1.00503
1.85/1.90	c bounds 2521 >= 1056 @ 1.0056
1.85/1.90	c bounds 2521 >= 1057 @ 1.00618
1.85/1.90	c bounds 2521 >= 1058 @ 1.00677
1.85/1.90	c bounds 2521 >= 1059 @ 1.00735
1.85/1.90	c bounds 2521 >= 1060 @ 1.00792
1.85/1.90	c bounds 2521 >= 1061 @ 1.00849
1.85/1.90	c bounds 2521 >= 1062 @ 1.00906
1.85/1.90	c bounds 2521 >= 1063 @ 1.00963
1.85/1.90	c bounds 2521 >= 1064 @ 1.01021
1.85/1.90	c bounds 2521 >= 1065 @ 1.01077
1.85/1.90	c bounds 2521 >= 1066 @ 1.01134
1.85/1.90	c bounds 2521 >= 1067 @ 1.01192
1.85/1.90	c bounds 2521 >= 1068 @ 1.01249
1.85/1.90	c bounds 2521 >= 1069 @ 1.01306
1.85/1.90	c bounds 2521 >= 1070 @ 1.01369
1.85/1.90	c bounds 2521 >= 1071 @ 1.01415
1.85/1.91	c bounds 2521 >= 1072 @ 1.01415
5.44/5.55	c #Conflicts:       1000 | #Constraints:      28946
5.44/5.55	c #Conflicts:       2000 | #Constraints:      29946
5.44/5.55	c INPROCESSING
5.44/5.55	c GARBAGE COLLECT
5.44/5.55	c bounds 2521 >= 1073 @ 4.52815
5.44/5.55	c bounds 2521 >= 1074 @ 4.52875
5.44/5.55	c bounds 2521 >= 1075 @ 4.52946
5.44/5.55	c bounds 2521 >= 1076 @ 4.53003
5.44/5.55	c bounds 2521 >= 1077 @ 4.53075
5.44/5.55	c bounds 2521 >= 1078 @ 4.53132
5.44/5.55	c bounds 2521 >= 1079 @ 4.53202
5.44/5.55	c bounds 2521 >= 1080 @ 4.5326
5.44/5.55	c bounds 2521 >= 1081 @ 4.53331
5.44/5.55	c bounds 2521 >= 1082 @ 4.53389
5.44/5.56	c bounds 2521 >= 1083 @ 4.5346
5.44/5.56	c bounds 2521 >= 1084 @ 4.53517
5.44/5.56	c bounds 2521 >= 1085 @ 4.53586
5.44/5.56	c bounds 2521 >= 1086 @ 4.53644
5.44/5.56	c bounds 2521 >= 1087 @ 4.53713
5.44/5.56	c bounds 2521 >= 1088 @ 4.53772
5.44/5.56	c bounds 2521 >= 1089 @ 4.53842
5.44/5.56	c bounds 2521 >= 1090 @ 4.53899
5.44/5.56	c bounds 2521 >= 1091 @ 4.53969
5.44/5.56	c bounds 2521 >= 1092 @ 4.54026
5.44/5.56	c bounds 2521 >= 1093 @ 4.54095
5.44/5.56	c bounds 2521 >= 1094 @ 4.54152
5.44/5.56	c bounds 2521 >= 1095 @ 4.5422
5.44/5.56	c bounds 2521 >= 1096 @ 4.54278
5.44/5.56	c bounds 2521 >= 1097 @ 4.54348
5.44/5.56	c bounds 2521 >= 1098 @ 4.54405
5.44/5.57	c bounds 2521 >= 1099 @ 4.54473
5.44/5.57	c bounds 2521 >= 1100 @ 4.5453
5.44/5.57	c bounds 2521 >= 1101 @ 4.54598
5.44/5.57	c bounds 2521 >= 1102 @ 4.54656
5.44/5.57	c bounds 2521 >= 1103 @ 4.54723
5.44/5.57	c bounds 2521 >= 1104 @ 4.54781
5.44/5.57	c bounds 2521 >= 1105 @ 4.54849
5.44/5.57	c bounds 2521 >= 1106 @ 4.54908
5.44/5.57	c bounds 2521 >= 1107 @ 4.54976
5.44/5.57	c bounds 2521 >= 1108 @ 4.55034
5.44/5.57	c bounds 2521 >= 1109 @ 4.5505
5.44/5.57	c bounds 2521 >= 1110 @ 4.55061
5.44/5.57	c bounds 2521 >= 1111 @ 4.55129
5.44/5.57	c bounds 2521 >= 1112 @ 4.55187
5.44/5.57	c bounds 2521 >= 1113 @ 4.55257
5.44/5.58	c bounds 2521 >= 1114 @ 4.55313
5.44/5.58	c bounds 2521 >= 1115 @ 4.55385
5.44/5.58	c bounds 2521 >= 1116 @ 4.55442
5.44/5.58	c bounds 2521 >= 1117 @ 4.5551
5.44/5.58	c bounds 2521 >= 1118 @ 4.5557
5.44/5.58	c bounds 2521 >= 1119 @ 4.55638
5.44/5.58	c bounds 2521 >= 1120 @ 4.55696
5.44/5.58	c bounds 2521 >= 1121 @ 4.55768
5.44/5.58	c bounds 2521 >= 1122 @ 4.55823
5.44/5.58	c bounds 2521 >= 1123 @ 4.55893
5.44/5.58	c bounds 2521 >= 1124 @ 4.55952
5.44/5.58	c bounds 2521 >= 1125 @ 4.56021
5.44/5.58	c bounds 2521 >= 1126 @ 4.56079
5.44/5.58	c bounds 2521 >= 1127 @ 4.56147
5.44/5.58	c bounds 2521 >= 1128 @ 4.56205
5.44/5.58	c bounds 2521 >= 1129 @ 4.56274
5.44/5.59	c bounds 2521 >= 1130 @ 4.56331
5.44/5.59	c bounds 2521 >= 1131 @ 4.56401
5.44/5.59	c bounds 2521 >= 1132 @ 4.5646
5.44/5.59	c bounds 2521 >= 1133 @ 4.56529
5.44/5.59	c bounds 2521 >= 1134 @ 4.56587
5.44/5.59	c bounds 2521 >= 1135 @ 4.56655
5.44/5.59	c bounds 2521 >= 1136 @ 4.56717
5.44/5.59	c bounds 2521 >= 1137 @ 4.56775
5.44/5.59	c bounds 2521 >= 1138 @ 4.56849
5.44/5.59	c bounds 2521 >= 1139 @ 4.56906
5.44/5.59	c bounds 2521 >= 1140 @ 4.56976
5.44/5.59	c bounds 2521 >= 1141 @ 4.57033
5.44/5.59	c bounds 2521 >= 1142 @ 4.57103
5.44/5.59	c bounds 2521 >= 1143 @ 4.57159
5.44/5.59	c bounds 2521 >= 1144 @ 4.57226
5.44/5.59	c bounds 2521 >= 1145 @ 4.57283
5.44/5.60	c bounds 2521 >= 1146 @ 4.57354
5.54/5.60	c bounds 2521 >= 1147 @ 4.57409
5.54/5.60	c bounds 2521 >= 1148 @ 4.57479
5.54/5.60	c bounds 2521 >= 1149 @ 4.57536
5.54/5.60	c bounds 2521 >= 1150 @ 4.57604
5.54/5.60	c bounds 2521 >= 1151 @ 4.57661
5.54/5.60	c bounds 2521 >= 1152 @ 4.57729
5.54/5.60	c bounds 2521 >= 1153 @ 4.57786
5.54/5.60	c bounds 2521 >= 1154 @ 4.57855
5.54/5.60	c bounds 2521 >= 1155 @ 4.5791
5.54/5.60	c bounds 2521 >= 1156 @ 4.57981
5.54/5.60	c bounds 2521 >= 1157 @ 4.58037
5.54/5.60	c bounds 2521 >= 1158 @ 4.58106
5.54/5.60	c bounds 2521 >= 1159 @ 4.58164
5.54/5.60	c bounds 2521 >= 1160 @ 4.58233
5.54/5.60	c bounds 2521 >= 1161 @ 4.58291
5.54/5.61	c bounds 2521 >= 1162 @ 4.5836
5.54/5.61	c bounds 2521 >= 1163 @ 4.58418
5.54/5.61	c bounds 2521 >= 1164 @ 4.58488
5.54/5.61	c bounds 2521 >= 1165 @ 4.58545
5.54/5.61	c bounds 2521 >= 1166 @ 4.58618
5.54/5.61	c bounds 2521 >= 1167 @ 4.58675
5.54/5.61	c bounds 2521 >= 1168 @ 4.58749
5.54/5.61	c bounds 2521 >= 1169 @ 4.58804
5.54/5.61	c bounds 2521 >= 1170 @ 4.58877
5.54/5.61	c bounds 2521 >= 1171 @ 4.58934
5.54/5.61	c bounds 2521 >= 1172 @ 4.59006
5.54/5.61	c bounds 2521 >= 1173 @ 4.59063
5.54/5.61	c bounds 2521 >= 1174 @ 4.59135
5.54/5.61	c bounds 2521 >= 1175 @ 4.59192
5.54/5.61	c bounds 2521 >= 1176 @ 4.59264
5.54/5.62	c bounds 2521 >= 1177 @ 4.59321
5.54/5.62	c bounds 2521 >= 1178 @ 4.59407
5.54/5.62	c bounds 2521 >= 1179 @ 4.59464
5.54/5.62	c bounds 2521 >= 1180 @ 4.59534
5.54/5.62	c bounds 2521 >= 1181 @ 4.59591
5.54/5.62	c bounds 2521 >= 1182 @ 4.59662
5.54/5.62	c bounds 2521 >= 1183 @ 4.59719
5.54/5.62	c bounds 2521 >= 1184 @ 4.5979
5.54/5.62	c bounds 2521 >= 1185 @ 4.59848
5.54/5.62	c bounds 2521 >= 1186 @ 4.59918
5.54/5.62	c bounds 2521 >= 1187 @ 4.59975
5.54/5.62	c bounds 2521 >= 1188 @ 4.60037
5.54/5.62	c bounds 2521 >= 1189 @ 4.60037
5.54/5.62	c bounds 2521 >= 1190 @ 4.60077
5.54/5.62	c bounds 2521 >= 1191 @ 4.60133
5.54/5.63	c bounds 2521 >= 1192 @ 4.60203
5.54/5.63	c bounds 2521 >= 1193 @ 4.60261
5.54/5.63	c bounds 2521 >= 1194 @ 4.60331
5.54/5.63	c bounds 2521 >= 1195 @ 4.6039
5.54/5.63	c bounds 2521 >= 1196 @ 4.60465
5.54/5.63	c bounds 2521 >= 1197 @ 4.6053
5.54/5.63	c bounds 2521 >= 1198 @ 4.60602
5.54/5.63	c bounds 2521 >= 1199 @ 4.60659
5.54/5.63	c bounds 2521 >= 1200 @ 4.60729
5.54/5.63	c bounds 2521 >= 1201 @ 4.60786
5.54/5.63	c bounds 2521 >= 1202 @ 4.60859
5.54/5.63	c bounds 2521 >= 1203 @ 4.60914
5.54/5.63	c bounds 2521 >= 1204 @ 4.60986
5.54/5.63	c bounds 2521 >= 1205 @ 4.61043
5.54/5.63	c bounds 2521 >= 1206 @ 4.61111
5.54/5.63	c bounds 2521 >= 1207 @ 4.61173
5.54/5.64	c bounds 2521 >= 1208 @ 4.61231
5.54/5.64	c bounds 2521 >= 1209 @ 4.61305
5.54/5.64	c bounds 2521 >= 1210 @ 4.61363
5.54/5.64	c bounds 2521 >= 1211 @ 4.61433
5.54/5.64	c bounds 2521 >= 1212 @ 4.6149
5.54/5.64	c bounds 2521 >= 1213 @ 4.61562
5.54/5.64	c bounds 2521 >= 1214 @ 4.61619
5.54/5.64	c bounds 2521 >= 1215 @ 4.61688
5.54/5.64	c bounds 2521 >= 1216 @ 4.61745
5.54/5.64	c bounds 2521 >= 1217 @ 4.61815
5.54/5.64	c bounds 2521 >= 1218 @ 4.61871
5.54/5.64	c bounds 2521 >= 1219 @ 4.61943
5.54/5.64	c bounds 2521 >= 1220 @ 4.61999
5.54/5.64	c bounds 2521 >= 1221 @ 4.62069
5.54/5.64	c bounds 2521 >= 1222 @ 4.62126
5.54/5.65	c bounds 2521 >= 1223 @ 4.62196
5.54/5.65	c bounds 2521 >= 1224 @ 4.62254
5.54/5.65	c bounds 2521 >= 1225 @ 4.62324
5.54/5.65	c bounds 2521 >= 1226 @ 4.62381
5.54/5.65	c bounds 2521 >= 1227 @ 4.62452
5.54/5.65	c bounds 2521 >= 1228 @ 4.62509
5.54/5.65	c bounds 2521 >= 1229 @ 4.62579
5.54/5.65	c bounds 2521 >= 1230 @ 4.6264
5.54/5.65	c bounds 2521 >= 1231 @ 4.62708
5.54/5.65	c bounds 2521 >= 1232 @ 4.62765
5.54/5.65	c bounds 2521 >= 1233 @ 4.62835
5.54/5.65	c bounds 2521 >= 1234 @ 4.62893
5.54/5.65	c bounds 2521 >= 1235 @ 4.62963
5.54/5.65	c bounds 2521 >= 1236 @ 4.6302
5.54/5.65	c bounds 2521 >= 1237 @ 4.6309
5.54/5.65	c bounds 2521 >= 1238 @ 4.63147
5.54/5.66	c bounds 2521 >= 1239 @ 4.63216
5.54/5.66	c bounds 2521 >= 1240 @ 4.63273
5.54/5.66	c bounds 2521 >= 1241 @ 4.63344
5.54/5.66	c bounds 2521 >= 1242 @ 4.63399
5.54/5.66	c bounds 2521 >= 1243 @ 4.63468
5.54/5.66	c bounds 2521 >= 1244 @ 4.63525
5.54/5.66	c bounds 2521 >= 1245 @ 4.63593
5.54/5.66	c bounds 2521 >= 1246 @ 4.6365
5.54/5.66	c bounds 2521 >= 1247 @ 4.63719
5.54/5.66	c bounds 2521 >= 1248 @ 4.63777
5.54/5.66	c bounds 2521 >= 1249 @ 4.63844
5.54/5.66	c bounds 2521 >= 1250 @ 4.63902
5.54/5.66	c bounds 2521 >= 1251 @ 4.63969
5.54/5.66	c bounds 2521 >= 1252 @ 4.64026
5.54/5.66	c bounds 2521 >= 1253 @ 4.64026
5.54/5.66	c bounds 2521 >= 1254 @ 4.64056
5.54/5.67	c bounds 2521 >= 1255 @ 4.6412
5.54/5.67	c bounds 2521 >= 1256 @ 4.64177
5.54/5.67	c bounds 2521 >= 1257 @ 4.64247
5.54/5.67	c bounds 2521 >= 1258 @ 4.64302
5.54/5.67	c bounds 2521 >= 1259 @ 4.6437
5.54/5.67	c bounds 2521 >= 1260 @ 4.64427
5.54/5.67	c bounds 2521 >= 1261 @ 4.64494
5.54/5.67	c bounds 2521 >= 1262 @ 4.64551
5.54/5.67	c bounds 2521 >= 1263 @ 4.64619
5.54/5.67	c bounds 2521 >= 1264 @ 4.64676
5.54/5.67	c bounds 2521 >= 1265 @ 4.64744
5.54/5.67	c bounds 2521 >= 1266 @ 4.64801
5.54/5.67	c bounds 2521 >= 1267 @ 4.64869
5.54/5.67	c bounds 2521 >= 1268 @ 4.64928
5.54/5.67	c bounds 2521 >= 1269 @ 4.64994
5.54/5.67	c bounds 2521 >= 1270 @ 4.65052
5.54/5.68	c bounds 2521 >= 1271 @ 4.65118
5.54/5.68	c bounds 2521 >= 1272 @ 4.65176
5.54/5.68	c bounds 2521 >= 1273 @ 4.65243
5.54/5.68	c bounds 2521 >= 1274 @ 4.65299
5.54/5.68	c bounds 2521 >= 1275 @ 4.65366
5.54/5.68	c bounds 2521 >= 1276 @ 4.65423
5.54/5.68	c bounds 2521 >= 1277 @ 4.65487
5.54/5.68	c bounds 2521 >= 1278 @ 4.6555
5.54/5.68	c bounds 2521 >= 1279 @ 4.65607
5.54/5.68	c bounds 2521 >= 1280 @ 4.65679
5.54/5.68	c bounds 2521 >= 1281 @ 4.65736
5.54/5.68	c bounds 2521 >= 1282 @ 4.65804
5.54/5.68	c bounds 2521 >= 1283 @ 4.65861
5.54/5.68	c bounds 2521 >= 1284 @ 4.6593
5.54/5.68	c bounds 2521 >= 1285 @ 4.65987
5.54/5.68	c bounds 2521 >= 1286 @ 4.66054
5.54/5.69	c bounds 2521 >= 1287 @ 4.66111
5.54/5.69	c bounds 2521 >= 1288 @ 4.66179
5.54/5.69	c bounds 2521 >= 1289 @ 4.66236
5.54/5.69	c bounds 2521 >= 1290 @ 4.66307
5.54/5.69	c bounds 2521 >= 1291 @ 4.66363
5.54/5.69	c bounds 2521 >= 1292 @ 4.66435
5.54/5.69	c bounds 2521 >= 1293 @ 4.66491
5.54/5.69	c bounds 2521 >= 1294 @ 4.66559
5.54/5.69	c bounds 2521 >= 1295 @ 4.66616
5.54/5.69	c bounds 2521 >= 1296 @ 4.66685
5.54/5.69	c bounds 2521 >= 1297 @ 4.66743
5.54/5.69	c bounds 2521 >= 1298 @ 4.66813
5.54/5.69	c bounds 2521 >= 1299 @ 4.6687
5.54/5.69	c bounds 2521 >= 1300 @ 4.66943
5.54/5.69	c bounds 2521 >= 1301 @ 4.66999
5.54/5.69	c bounds 2521 >= 1302 @ 4.6707
5.54/5.70	c bounds 2521 >= 1303 @ 4.67126
5.64/5.70	c bounds 2521 >= 1304 @ 4.67194
5.64/5.70	c bounds 2521 >= 1305 @ 4.6725
5.64/5.70	c bounds 2521 >= 1306 @ 4.67321
5.64/5.70	c bounds 2521 >= 1307 @ 4.67377
5.64/5.70	c bounds 2521 >= 1308 @ 4.67447
5.64/5.70	c bounds 2521 >= 1309 @ 4.67503
5.64/5.70	c bounds 2521 >= 1310 @ 4.67573
5.64/5.70	c bounds 2521 >= 1311 @ 4.67629
5.64/5.70	c bounds 2521 >= 1312 @ 4.67697
5.64/5.70	c bounds 2521 >= 1313 @ 4.67754
5.64/5.70	c bounds 2521 >= 1314 @ 4.67822
5.64/5.70	c bounds 2521 >= 1315 @ 4.6788
5.64/5.70	c bounds 2521 >= 1316 @ 4.67949
5.64/5.70	c bounds 2521 >= 1317 @ 4.68006
5.64/5.71	c bounds 2521 >= 1318 @ 4.68073
5.64/5.71	c bounds 2521 >= 1319 @ 4.68129
5.64/5.71	c bounds 2521 >= 1320 @ 4.68197
5.64/5.71	c bounds 2521 >= 1321 @ 4.68254
5.64/5.71	c bounds 2521 >= 1322 @ 4.68323
5.64/5.71	c bounds 2521 >= 1323 @ 4.6838
5.64/5.71	c bounds 2521 >= 1324 @ 4.6846
5.64/5.71	c bounds 2521 >= 1325 @ 4.68527
5.64/5.71	c bounds 2521 >= 1326 @ 4.68595
5.64/5.71	c bounds 2521 >= 1327 @ 4.68651
5.64/5.71	c bounds 2521 >= 1328 @ 4.68718
5.64/5.71	c bounds 2521 >= 1329 @ 4.68774
5.64/5.71	c bounds 2521 >= 1330 @ 4.68841
5.64/5.71	c bounds 2521 >= 1331 @ 4.68897
5.64/5.71	c bounds 2521 >= 1332 @ 4.68966
5.64/5.71	c bounds 2521 >= 1333 @ 4.6902
5.64/5.72	c bounds 2521 >= 1334 @ 4.69089
5.64/5.72	c bounds 2521 >= 1335 @ 4.69146
5.64/5.72	c bounds 2521 >= 1336 @ 4.69215
5.64/5.72	c bounds 2521 >= 1337 @ 4.6927
5.64/5.72	c bounds 2521 >= 1338 @ 4.6934
5.64/5.72	c bounds 2521 >= 1339 @ 4.69395
5.64/5.72	c bounds 2521 >= 1340 @ 4.69461
5.64/5.72	c bounds 2521 >= 1341 @ 4.69521
5.64/5.72	c bounds 2521 >= 1342 @ 4.69587
5.64/5.72	c bounds 2521 >= 1343 @ 4.69645
5.64/5.72	c bounds 2521 >= 1344 @ 4.69713
5.64/5.72	c bounds 2521 >= 1345 @ 4.6977
5.64/5.72	c bounds 2521 >= 1346 @ 4.69838
5.64/5.72	c bounds 2521 >= 1347 @ 4.69895
5.64/5.72	c bounds 2521 >= 1348 @ 4.69961
5.64/5.72	c bounds 2521 >= 1349 @ 4.70025
5.64/5.73	c bounds 2521 >= 1350 @ 4.70083
5.64/5.73	c bounds 2521 >= 1351 @ 4.70153
5.64/5.73	c bounds 2521 >= 1352 @ 4.70213
5.64/5.73	c bounds 2521 >= 1353 @ 4.70279
5.64/5.73	c bounds 2521 >= 1354 @ 4.70337
5.64/5.73	c bounds 2521 >= 1355 @ 4.70405
5.64/5.73	c bounds 2521 >= 1356 @ 4.70463
5.64/5.73	c bounds 2521 >= 1357 @ 4.70531
5.64/5.73	c bounds 2521 >= 1358 @ 4.70588
5.64/5.73	c bounds 2521 >= 1359 @ 4.70654
5.64/5.73	c bounds 2521 >= 1360 @ 4.70712
5.64/5.73	c bounds 2521 >= 1361 @ 4.7078
5.64/5.73	c bounds 2521 >= 1362 @ 4.70839
5.64/5.73	c bounds 2521 >= 1363 @ 4.70904
5.64/5.73	c bounds 2521 >= 1364 @ 4.70962
5.64/5.73	c bounds 2521 >= 1365 @ 4.7103
5.64/5.74	c bounds 2521 >= 1366 @ 4.71087
5.64/5.74	c bounds 2521 >= 1367 @ 4.71157
5.64/5.74	c bounds 2521 >= 1368 @ 4.71215
5.64/5.74	c bounds 2521 >= 1369 @ 4.71282
5.64/5.74	c bounds 2521 >= 1370 @ 4.7134
5.64/5.74	c bounds 2521 >= 1371 @ 4.71408
5.64/5.74	c bounds 2521 >= 1372 @ 4.71465
5.64/5.74	c bounds 2521 >= 1373 @ 4.71535
5.64/5.74	c bounds 2521 >= 1374 @ 4.71592
5.64/5.74	c bounds 2521 >= 1375 @ 4.71659
5.64/5.74	c bounds 2521 >= 1376 @ 4.71717
5.64/5.74	c bounds 2521 >= 1377 @ 4.71782
5.64/5.74	c bounds 2521 >= 1378 @ 4.7184
5.64/5.74	c bounds 2521 >= 1379 @ 4.71908
5.64/5.74	c bounds 2521 >= 1380 @ 4.71966
5.64/5.74	c bounds 2521 >= 1381 @ 4.72032
5.64/5.75	c bounds 2521 >= 1382 @ 4.7209
5.64/5.75	c bounds 2521 >= 1383 @ 4.72156
5.64/5.75	c bounds 2521 >= 1384 @ 4.72212
5.64/5.75	c bounds 2521 >= 1385 @ 4.72279
5.64/5.75	c bounds 2521 >= 1386 @ 4.72336
5.64/5.75	c bounds 2521 >= 1387 @ 4.72402
5.64/5.75	c bounds 2521 >= 1388 @ 4.7246
5.64/5.75	c bounds 2521 >= 1389 @ 4.72528
5.64/5.75	c bounds 2521 >= 1390 @ 4.72586
5.64/5.75	c bounds 2521 >= 1391 @ 4.726
5.64/5.75	c bounds 2521 >= 1392 @ 4.72615
5.64/5.75	c bounds 2521 >= 1393 @ 4.72699
5.64/5.75	c bounds 2521 >= 1394 @ 4.72755
5.64/5.75	c bounds 2521 >= 1395 @ 4.72821
5.64/5.75	c bounds 2521 >= 1396 @ 4.72879
5.64/5.75	c bounds 2521 >= 1397 @ 4.72945
5.64/5.76	c bounds 2521 >= 1398 @ 4.73002
5.64/5.76	c bounds 2521 >= 1399 @ 4.73069
5.64/5.76	c bounds 2521 >= 1400 @ 4.73127
5.64/5.76	c bounds 2521 >= 1401 @ 4.73195
5.64/5.76	c bounds 2521 >= 1402 @ 4.73253
5.64/5.76	c bounds 2521 >= 1403 @ 4.73321
5.64/5.76	c bounds 2521 >= 1404 @ 4.73377
5.64/5.76	c bounds 2521 >= 1405 @ 4.73443
5.64/5.76	c bounds 2521 >= 1406 @ 4.735
5.64/5.76	c bounds 2521 >= 1407 @ 4.73566
5.64/5.76	c bounds 2521 >= 1408 @ 4.73624
5.64/5.76	c bounds 2521 >= 1409 @ 4.73691
5.64/5.76	c bounds 2521 >= 1410 @ 4.73749
5.64/5.76	c bounds 2521 >= 1411 @ 4.73819
5.64/5.76	c bounds 2521 >= 1412 @ 4.73876
5.64/5.76	c bounds 2521 >= 1413 @ 4.73943
5.64/5.77	c bounds 2521 >= 1414 @ 4.74003
5.64/5.77	c bounds 2521 >= 1415 @ 4.74068
5.64/5.77	c bounds 2521 >= 1416 @ 4.74126
5.64/5.77	c bounds 2521 >= 1417 @ 4.74193
5.64/5.77	c bounds 2521 >= 1418 @ 4.74252
5.64/5.77	c bounds 2521 >= 1419 @ 4.74318
5.64/5.77	c bounds 2521 >= 1420 @ 4.74382
5.64/5.77	c bounds 2521 >= 1421 @ 4.74439
5.64/5.77	c bounds 2521 >= 1422 @ 4.74509
5.64/5.77	c bounds 2521 >= 1423 @ 4.74567
5.64/5.77	c bounds 2521 >= 1424 @ 4.74636
5.64/5.77	c bounds 2521 >= 1425 @ 4.74693
5.64/5.77	c bounds 2521 >= 1426 @ 4.74759
5.64/5.77	c bounds 2521 >= 1427 @ 4.74817
5.64/5.77	c bounds 2521 >= 1428 @ 4.74883
5.64/5.77	c bounds 2521 >= 1429 @ 4.7494
5.64/5.78	c bounds 2521 >= 1430 @ 4.75009
5.64/5.78	c bounds 2521 >= 1431 @ 4.75065
5.64/5.78	c bounds 2521 >= 1432 @ 4.75133
5.64/5.78	c bounds 2521 >= 1433 @ 4.7519
5.64/5.78	c bounds 2521 >= 1434 @ 4.75259
5.64/5.78	c bounds 2521 >= 1435 @ 4.75317
5.64/5.78	c bounds 2521 >= 1436 @ 4.75386
5.64/5.78	c bounds 2521 >= 1437 @ 4.75443
5.64/5.78	c bounds 2521 >= 1438 @ 4.75512
5.64/5.78	c bounds 2521 >= 1439 @ 4.75569
5.64/5.78	c bounds 2521 >= 1440 @ 4.75638
5.64/5.78	c bounds 2521 >= 1441 @ 4.75697
5.64/5.78	c bounds 2521 >= 1442 @ 4.75764
5.64/5.78	c bounds 2521 >= 1443 @ 4.75823
5.64/5.78	c bounds 2521 >= 1444 @ 4.75892
5.64/5.79	c bounds 2521 >= 1445 @ 4.7595
5.64/5.79	c bounds 2521 >= 1446 @ 4.76016
5.64/5.79	c bounds 2521 >= 1447 @ 4.76074
5.64/5.79	c bounds 2521 >= 1448 @ 4.76144
5.64/5.79	c bounds 2521 >= 1449 @ 4.76202
5.64/5.79	c bounds 2521 >= 1450 @ 4.76269
5.64/5.79	c bounds 2521 >= 1451 @ 4.76327
5.64/5.79	c bounds 2521 >= 1452 @ 4.76394
5.64/5.79	c bounds 2521 >= 1453 @ 4.76451
5.64/5.79	c bounds 2521 >= 1454 @ 4.76521
5.64/5.79	c bounds 2521 >= 1455 @ 4.76578
5.64/5.79	c bounds 2521 >= 1456 @ 4.76644
5.64/5.79	c bounds 2521 >= 1457 @ 4.767
5.64/5.79	c bounds 2521 >= 1458 @ 4.76768
5.64/5.79	c bounds 2521 >= 1459 @ 4.76825
5.64/5.79	c bounds 2521 >= 1460 @ 4.76897
5.64/5.80	c bounds 2521 >= 1461 @ 4.76952
5.74/5.80	c bounds 2521 >= 1462 @ 4.77019
5.74/5.80	c bounds 2521 >= 1463 @ 4.77074
5.74/5.80	c bounds 2521 >= 1464 @ 4.77142
5.74/5.80	c bounds 2521 >= 1465 @ 4.77198
5.74/5.80	c bounds 2521 >= 1466 @ 4.77264
5.74/5.80	c bounds 2521 >= 1467 @ 4.77321
5.74/5.80	c bounds 2521 >= 1468 @ 4.77389
5.74/5.80	c bounds 2521 >= 1469 @ 4.77444
5.74/5.80	c bounds 2521 >= 1470 @ 4.77511
5.74/5.80	c bounds 2521 >= 1471 @ 4.77565
5.74/5.80	c bounds 2521 >= 1472 @ 4.77632
5.74/5.80	c bounds 2521 >= 1473 @ 4.77688
5.74/5.80	c bounds 2521 >= 1474 @ 4.77757
5.74/5.80	c bounds 2521 >= 1475 @ 4.77813
5.74/5.80	c bounds 2521 >= 1476 @ 4.7788
5.74/5.80	c bounds 2521 >= 1477 @ 4.77937
5.74/5.81	c bounds 2521 >= 1478 @ 4.78006
5.74/5.81	c bounds 2521 >= 1479 @ 4.78062
5.74/5.81	c bounds 2521 >= 1480 @ 4.78131
5.74/5.81	c bounds 2521 >= 1481 @ 4.78187
5.74/5.81	c bounds 2521 >= 1482 @ 4.78255
5.74/5.81	c bounds 2521 >= 1483 @ 4.78312
5.74/5.81	c bounds 2521 >= 1484 @ 4.78382
5.74/5.81	c bounds 2521 >= 1485 @ 4.78439
5.74/5.81	c bounds 2521 >= 1486 @ 4.78507
5.74/5.81	c bounds 2521 >= 1487 @ 4.78562
5.74/5.81	c bounds 2521 >= 1488 @ 4.78629
5.74/5.81	c bounds 2521 >= 1489 @ 4.78686
5.74/5.81	c bounds 2521 >= 1490 @ 4.78751
5.74/5.81	c bounds 2521 >= 1491 @ 4.78813
5.74/5.81	c bounds 2521 >= 1492 @ 4.7887
5.74/5.82	c bounds 2521 >= 1493 @ 4.7894
5.74/5.82	c bounds 2521 >= 1494 @ 4.78999
5.74/5.82	c bounds 2521 >= 1495 @ 4.79066
5.74/5.82	c bounds 2521 >= 1496 @ 4.79082
5.74/5.82	c bounds 2521 >= 1497 @ 4.79099
5.74/5.82	c bounds 2521 >= 1498 @ 4.79152
5.74/5.82	c bounds 2521 >= 1499 @ 4.7922
5.74/5.82	c bounds 2521 >= 1500 @ 4.79278
5.74/5.82	c bounds 2521 >= 1501 @ 4.79346
5.74/5.82	c bounds 2521 >= 1502 @ 4.79403
5.74/5.82	c bounds 2521 >= 1503 @ 4.79471
5.74/5.82	c bounds 2521 >= 1504 @ 4.79529
5.74/5.82	c bounds 2521 >= 1505 @ 4.79596
5.74/5.82	c bounds 2521 >= 1506 @ 4.79654
5.74/5.82	c bounds 2521 >= 1507 @ 4.79722
5.74/5.82	c bounds 2521 >= 1508 @ 4.79779
5.74/5.83	c bounds 2521 >= 1509 @ 4.79846
5.74/5.83	c bounds 2521 >= 1510 @ 4.79904
5.74/5.83	c bounds 2521 >= 1511 @ 4.79971
5.74/5.83	c bounds 2521 >= 1512 @ 4.80029
5.74/5.83	c bounds 2521 >= 1513 @ 4.80098
5.74/5.83	c bounds 2521 >= 1514 @ 4.80155
5.74/5.83	c bounds 2521 >= 1515 @ 4.80223
5.74/5.83	c bounds 2521 >= 1516 @ 4.80281
5.74/5.83	c bounds 2521 >= 1517 @ 4.80349
5.74/5.83	c bounds 2521 >= 1518 @ 4.80406
5.74/5.83	c bounds 2521 >= 1519 @ 4.80473
5.74/5.83	c bounds 2521 >= 1520 @ 4.8053
5.74/5.83	c bounds 2521 >= 1521 @ 4.80599
5.74/5.83	c bounds 2521 >= 1522 @ 4.80656
5.74/5.83	c bounds 2521 >= 1523 @ 4.80726
5.74/5.83	c bounds 2521 >= 1524 @ 4.80785
5.74/5.84	c bounds 2521 >= 1525 @ 4.80852
5.74/5.84	c bounds 2521 >= 1526 @ 4.8091
5.74/5.84	c bounds 2521 >= 1527 @ 4.80978
5.74/5.84	c bounds 2521 >= 1528 @ 4.81036
5.74/5.84	c bounds 2521 >= 1529 @ 4.81103
5.74/5.84	c bounds 2521 >= 1530 @ 4.81161
5.74/5.84	c bounds 2521 >= 1531 @ 4.81227
5.74/5.84	c bounds 2521 >= 1532 @ 4.81285
5.74/5.84	c bounds 2521 >= 1533 @ 4.81352
5.74/5.84	c bounds 2521 >= 1534 @ 4.8141
5.74/5.84	c bounds 2521 >= 1535 @ 4.81477
5.74/5.84	c bounds 2521 >= 1536 @ 4.81534
5.74/5.84	c bounds 2521 >= 1537 @ 4.81602
5.74/5.84	c bounds 2521 >= 1538 @ 4.8166
5.74/5.84	c bounds 2521 >= 1539 @ 4.81726
5.74/5.84	c bounds 2521 >= 1540 @ 4.81784
5.74/5.85	c bounds 2521 >= 1541 @ 4.8185
5.74/5.85	c bounds 2521 >= 1542 @ 4.81908
5.74/5.85	c bounds 2521 >= 1543 @ 4.81977
5.74/5.85	c bounds 2521 >= 1544 @ 4.82033
5.74/5.85	c bounds 2521 >= 1545 @ 4.82101
5.74/5.85	c bounds 2521 >= 1546 @ 4.82157
5.74/5.85	c bounds 2521 >= 1547 @ 4.82225
5.74/5.85	c bounds 2521 >= 1548 @ 4.82282
5.74/5.85	c bounds 2521 >= 1549 @ 4.82348
5.74/5.85	c bounds 2521 >= 1550 @ 4.82406
5.74/5.85	c bounds 2521 >= 1551 @ 4.82474
5.74/5.85	c bounds 2521 >= 1552 @ 4.82531
5.74/5.85	c bounds 2521 >= 1553 @ 4.82602
5.74/5.85	c bounds 2521 >= 1554 @ 4.82659
5.74/5.85	c bounds 2521 >= 1555 @ 4.82673
5.74/5.85	c bounds 2521 >= 1556 @ 4.82689
5.74/5.86	c bounds 2521 >= 1557 @ 4.82753
5.74/5.86	c bounds 2521 >= 1558 @ 4.8281
5.74/5.86	c bounds 2521 >= 1559 @ 4.82877
5.74/5.86	c bounds 2521 >= 1560 @ 4.82935
5.74/5.86	c bounds 2521 >= 1561 @ 4.83
5.74/5.86	c bounds 2521 >= 1562 @ 4.83062
5.74/5.86	c bounds 2521 >= 1563 @ 4.8312
5.74/5.86	c bounds 2521 >= 1564 @ 4.83193
5.74/5.86	c bounds 2521 >= 1565 @ 4.83251
5.74/5.86	c bounds 2521 >= 1566 @ 4.8332
5.74/5.86	c bounds 2521 >= 1567 @ 4.83379
5.74/5.86	c bounds 2521 >= 1568 @ 4.83445
5.74/5.86	c bounds 2521 >= 1569 @ 4.83502
5.74/5.86	c bounds 2521 >= 1570 @ 4.83572
5.74/5.86	c bounds 2521 >= 1571 @ 4.83629
5.74/5.86	c bounds 2521 >= 1572 @ 4.83698
5.74/5.87	c bounds 2521 >= 1573 @ 4.83756
5.74/5.87	c bounds 2521 >= 1574 @ 4.83824
5.74/5.87	c bounds 2521 >= 1575 @ 4.83882
5.74/5.87	c bounds 2521 >= 1576 @ 4.83949
5.74/5.87	c bounds 2521 >= 1577 @ 4.84007
5.74/5.87	c bounds 2521 >= 1578 @ 4.84077
5.74/5.87	c bounds 2521 >= 1579 @ 4.84155
5.74/5.87	c bounds 2521 >= 1580 @ 4.84291
5.74/5.87	c bounds 2521 >= 1581 @ 4.84363
5.74/5.87	c bounds 2521 >= 1582 @ 4.84434
5.74/5.87	c bounds 2521 >= 1583 @ 4.84491
5.74/5.87	c bounds 2521 >= 1584 @ 4.84562
5.74/5.87	c bounds 2521 >= 1585 @ 4.84622
5.74/5.87	c bounds 2521 >= 1586 @ 4.84692
5.74/5.88	c bounds 2521 >= 1587 @ 4.84748
5.74/5.88	c bounds 2521 >= 1588 @ 4.84819
5.74/5.88	c bounds 2521 >= 1589 @ 4.8488
5.74/5.88	c bounds 2521 >= 1590 @ 4.84947
5.74/5.88	c bounds 2521 >= 1591 @ 4.85005
5.74/5.88	c bounds 2521 >= 1592 @ 4.85075
5.74/5.88	c bounds 2521 >= 1593 @ 4.85132
5.74/5.88	c bounds 2521 >= 1594 @ 4.85202
5.74/5.88	c bounds 2521 >= 1595 @ 4.8526
5.74/5.88	c bounds 2521 >= 1596 @ 4.85329
5.74/5.88	c bounds 2521 >= 1597 @ 4.85386
5.74/5.88	c bounds 2521 >= 1598 @ 4.85453
5.74/5.88	c bounds 2521 >= 1599 @ 4.85511
5.74/5.88	c bounds 2521 >= 1600 @ 4.85579
5.74/5.88	c bounds 2521 >= 1601 @ 4.85636
5.74/5.88	c bounds 2521 >= 1602 @ 4.85703
5.74/5.89	c bounds 2521 >= 1603 @ 4.85761
5.74/5.89	c bounds 2521 >= 1604 @ 4.85829
5.74/5.89	c bounds 2521 >= 1605 @ 4.85887
5.74/5.89	c bounds 2521 >= 1606 @ 4.85954
5.74/5.89	c bounds 2521 >= 1607 @ 4.86011
5.74/5.89	c bounds 2521 >= 1608 @ 4.86082
5.74/5.89	c bounds 2521 >= 1609 @ 4.86138
5.74/5.89	c bounds 2521 >= 1610 @ 4.86206
5.74/5.89	c bounds 2521 >= 1611 @ 4.86263
5.74/5.89	c bounds 2521 >= 1612 @ 4.86333
5.74/5.89	c bounds 2521 >= 1613 @ 4.86391
5.74/5.89	c bounds 2521 >= 1614 @ 4.8646
5.74/5.89	c bounds 2521 >= 1615 @ 4.86518
5.74/5.89	c bounds 2521 >= 1616 @ 4.86585
5.74/5.89	c bounds 2521 >= 1617 @ 4.8664
5.74/5.89	c bounds 2521 >= 1618 @ 4.86709
5.74/5.90	c bounds 2521 >= 1619 @ 4.86767
5.83/5.90	c bounds 2521 >= 1620 @ 4.86834
5.83/5.90	c bounds 2521 >= 1621 @ 4.8689
5.83/5.90	c bounds 2521 >= 1622 @ 4.86958
5.83/5.90	c bounds 2521 >= 1623 @ 4.87013
5.83/5.90	c bounds 2521 >= 1624 @ 4.87083
5.83/5.90	c bounds 2521 >= 1625 @ 4.87139
5.83/5.90	c bounds 2521 >= 1626 @ 4.87208
5.83/5.90	c bounds 2521 >= 1627 @ 4.87264
5.83/5.90	c bounds 2521 >= 1628 @ 4.87332
5.83/5.90	c bounds 2521 >= 1629 @ 4.8739
5.83/5.90	c bounds 2521 >= 1630 @ 4.87457
5.83/5.90	c bounds 2521 >= 1631 @ 4.87516
5.83/5.90	c bounds 2521 >= 1632 @ 4.87582
5.83/5.90	c bounds 2521 >= 1633 @ 4.87644
5.83/5.90	c bounds 2521 >= 1634 @ 4.87703
5.83/5.91	c bounds 2521 >= 1635 @ 4.87775
5.83/5.91	c bounds 2521 >= 1636 @ 4.87834
5.83/5.91	c bounds 2521 >= 1637 @ 4.87903
5.83/5.91	c bounds 2521 >= 1638 @ 4.87951
5.83/5.91	c bounds 2521 >= 1639 @ 4.87951
5.83/5.91	c bounds 2521 >= 1640 @ 4.87994
5.83/5.91	c bounds 2521 >= 1641 @ 4.8806
5.83/5.91	c bounds 2521 >= 1642 @ 4.88118
5.83/5.91	c bounds 2521 >= 1643 @ 4.88186
5.83/5.91	c bounds 2521 >= 1644 @ 4.88244
5.83/5.91	c bounds 2521 >= 1645 @ 4.88311
5.83/5.91	c bounds 2521 >= 1646 @ 4.8837
5.83/5.91	c bounds 2521 >= 1647 @ 4.88437
5.83/5.91	c bounds 2521 >= 1648 @ 4.88498
5.83/5.91	c bounds 2521 >= 1649 @ 4.88562
5.83/5.92	c bounds 2521 >= 1650 @ 4.8862
5.83/5.92	c bounds 2521 >= 1651 @ 4.88691
5.83/5.92	c bounds 2521 >= 1652 @ 4.8875
5.83/5.92	c bounds 2521 >= 1653 @ 4.88817
5.83/5.92	c bounds 2521 >= 1654 @ 4.88878
5.83/5.92	c bounds 2521 >= 1655 @ 4.88945
5.83/5.92	c bounds 2521 >= 1656 @ 4.89004
5.83/5.92	c bounds 2521 >= 1657 @ 4.89074
5.83/5.92	c bounds 2521 >= 1658 @ 4.89131
5.83/5.92	c bounds 2521 >= 1659 @ 4.892
5.83/5.92	c bounds 2521 >= 1660 @ 4.89259
5.83/5.92	c bounds 2521 >= 1661 @ 4.89326
5.83/5.92	c bounds 2521 >= 1662 @ 4.89384
5.83/5.92	c bounds 2521 >= 1663 @ 4.89452
5.83/5.92	c bounds 2521 >= 1664 @ 4.8951
5.83/5.92	c bounds 2521 >= 1665 @ 4.89581
5.83/5.93	c bounds 2521 >= 1666 @ 4.89639
5.83/5.93	c bounds 2521 >= 1667 @ 4.89707
5.83/5.93	c bounds 2521 >= 1668 @ 4.89765
5.83/5.93	c bounds 2521 >= 1669 @ 4.89834
5.83/5.93	c bounds 2521 >= 1670 @ 4.89892
5.83/5.93	c bounds 2521 >= 1671 @ 4.8996
5.83/5.93	c bounds 2521 >= 1672 @ 4.90017
5.83/5.93	c bounds 2521 >= 1673 @ 4.90089
5.83/5.93	c bounds 2521 >= 1674 @ 4.90147
5.83/5.93	c bounds 2521 >= 1675 @ 4.90217
5.83/5.93	c bounds 2521 >= 1676 @ 4.90275
5.83/5.93	c bounds 2521 >= 1677 @ 4.90346
5.83/5.93	c bounds 2521 >= 1678 @ 4.90405
5.83/5.93	c bounds 2521 >= 1679 @ 4.90474
5.83/5.93	c bounds 2521 >= 1680 @ 4.90531
5.83/5.93	c bounds 2521 >= 1681 @ 4.906
5.83/5.94	c bounds 2521 >= 1682 @ 4.90657
5.83/5.94	c bounds 2521 >= 1683 @ 4.90726
5.83/5.94	c bounds 2521 >= 1684 @ 4.90783
5.83/5.94	c bounds 2521 >= 1685 @ 4.90852
5.83/5.94	c bounds 2521 >= 1686 @ 4.9091
5.83/5.94	c bounds 2521 >= 1687 @ 4.9098
5.83/5.94	c bounds 2521 >= 1688 @ 4.91037
5.83/5.94	c bounds 2521 >= 1689 @ 4.91105
5.83/5.94	c bounds 2521 >= 1690 @ 4.91163
5.83/5.94	c bounds 2521 >= 1691 @ 4.9123
5.83/5.94	c bounds 2521 >= 1692 @ 4.91289
5.83/5.94	c bounds 2521 >= 1693 @ 4.91356
5.83/5.94	c bounds 2521 >= 1694 @ 4.91415
5.83/5.94	c bounds 2521 >= 1695 @ 4.91483
5.83/5.94	c bounds 2521 >= 1696 @ 4.91541
5.83/5.95	c bounds 2521 >= 1697 @ 4.91608
5.83/5.95	c bounds 2521 >= 1698 @ 4.91667
5.83/5.95	c bounds 2521 >= 1699 @ 4.91734
5.83/5.95	c bounds 2521 >= 1700 @ 4.91793
5.83/5.95	c bounds 2521 >= 1701 @ 4.91863
5.83/5.95	c bounds 2521 >= 1702 @ 4.91918
5.83/5.95	c bounds 2521 >= 1703 @ 4.91984
5.83/5.95	c bounds 2521 >= 1704 @ 4.92048
5.83/5.95	c bounds 2521 >= 1705 @ 4.92106
5.83/5.95	c bounds 2521 >= 1706 @ 4.92181
5.83/5.95	c bounds 2521 >= 1707 @ 4.92239
5.83/5.95	c bounds 2521 >= 1708 @ 4.92312
5.83/5.95	c bounds 2521 >= 1709 @ 4.9237
5.83/5.95	c bounds 2521 >= 1710 @ 4.92443
5.83/5.95	c bounds 2521 >= 1711 @ 4.92443
5.83/5.95	c bounds 2521 >= 1712 @ 4.92477
5.83/5.96	c bounds 2521 >= 1713 @ 4.92532
5.83/5.96	c bounds 2521 >= 1714 @ 4.92602
5.83/5.96	c bounds 2521 >= 1715 @ 4.9266
5.83/5.96	c bounds 2521 >= 1716 @ 4.9273
5.83/5.96	c bounds 2521 >= 1717 @ 4.92787
5.83/5.96	c bounds 2521 >= 1718 @ 4.92856
5.83/5.96	c bounds 2521 >= 1719 @ 4.92912
5.83/5.96	c bounds 2521 >= 1720 @ 4.92982
5.83/5.96	c bounds 2521 >= 1721 @ 4.93039
5.83/5.96	c bounds 2521 >= 1722 @ 4.93108
5.83/5.96	c bounds 2521 >= 1723 @ 4.93164
5.83/5.96	c bounds 2521 >= 1724 @ 4.93234
5.83/5.96	c bounds 2521 >= 1725 @ 4.93291
5.83/5.96	c bounds 2521 >= 1726 @ 4.93361
5.83/5.96	c bounds 2521 >= 1727 @ 4.9342
5.83/5.96	c bounds 2521 >= 1728 @ 4.93489
5.83/5.97	c bounds 2521 >= 1729 @ 4.93546
5.83/5.97	c bounds 2521 >= 1730 @ 4.93616
5.83/5.97	c bounds 2521 >= 1731 @ 4.93674
5.83/5.97	c bounds 2521 >= 1732 @ 4.93748
5.83/5.97	c bounds 2521 >= 1733 @ 4.93804
5.83/5.97	c bounds 2521 >= 1734 @ 4.93875
5.83/5.97	c bounds 2521 >= 1735 @ 4.93932
5.83/5.97	c bounds 2521 >= 1736 @ 4.94001
5.83/5.97	c bounds 2521 >= 1737 @ 4.94059
5.83/5.97	c bounds 2521 >= 1738 @ 4.9413
5.83/5.97	c bounds 2521 >= 1739 @ 4.94187
5.83/5.97	c bounds 2521 >= 1740 @ 4.94259
5.83/5.97	c bounds 2521 >= 1741 @ 4.94318
5.83/5.97	c bounds 2521 >= 1742 @ 4.9439
5.83/5.97	c bounds 2521 >= 1743 @ 4.94447
5.83/5.98	c bounds 2521 >= 1744 @ 4.94518
5.83/5.98	c bounds 2521 >= 1745 @ 4.94576
5.83/5.98	c bounds 2521 >= 1746 @ 4.94649
5.83/5.98	c bounds 2521 >= 1747 @ 4.94704
5.83/5.98	c bounds 2521 >= 1748 @ 4.94777
5.83/5.98	c bounds 2521 >= 1749 @ 4.94834
5.83/5.98	c bounds 2521 >= 1750 @ 4.94906
5.83/5.98	c bounds 2521 >= 1751 @ 4.94963
5.83/5.98	c bounds 2521 >= 1752 @ 4.95033
5.83/5.98	c bounds 2521 >= 1753 @ 4.95092
5.83/5.98	c bounds 2521 >= 1754 @ 4.95165
5.83/5.98	c bounds 2521 >= 1755 @ 4.95221
5.83/5.98	c bounds 2521 >= 1756 @ 4.95293
5.83/5.98	c bounds 2521 >= 1757 @ 4.95353
5.83/5.98	c bounds 2521 >= 1758 @ 4.95421
5.83/5.98	c bounds 2521 >= 1759 @ 4.95434
5.83/5.99	c bounds 2521 >= 1760 @ 4.95457
5.83/5.99	c bounds 2521 >= 1761 @ 4.95511
5.83/5.99	c bounds 2521 >= 1762 @ 4.95583
5.83/5.99	c bounds 2521 >= 1763 @ 4.95642
5.83/5.99	c bounds 2521 >= 1764 @ 4.95712
5.83/5.99	c bounds 2521 >= 1765 @ 4.9577
5.83/5.99	c bounds 2521 >= 1766 @ 4.95829
5.83/5.99	c bounds 2521 >= 1767 @ 4.95829
5.83/5.99	c bounds 2521 >= 1768 @ 4.95872
5.83/5.99	c bounds 2521 >= 1769 @ 4.95927
5.83/5.99	c bounds 2521 >= 1770 @ 4.95996
5.83/5.99	c bounds 2521 >= 1771 @ 4.96054
5.83/5.99	c bounds 2521 >= 1772 @ 4.96123
5.83/5.99	c bounds 2521 >= 1773 @ 4.96181
5.83/5.99	c bounds 2521 >= 1774 @ 4.96249
5.83/6.00	c bounds 2521 >= 1775 @ 4.96311
5.83/6.00	c bounds 2521 >= 1776 @ 4.96366
5.83/6.01	c bounds 2521 >= 1777 @ 4.96429
5.83/6.01	c bounds 2521 >= 1778 @ 4.96429
5.83/6.01	c bounds 2521 >= 1779 @ 4.96471
5.83/6.01	c bounds 2521 >= 1780 @ 4.96524
5.83/6.01	c bounds 2521 >= 1781 @ 4.96594
5.83/6.01	c bounds 2521 >= 1782 @ 4.96649
5.83/6.01	c bounds 2521 >= 1783 @ 4.96717
5.83/6.01	c bounds 2521 >= 1784 @ 4.96772
5.83/6.01	c bounds 2521 >= 1785 @ 4.9684
5.83/6.01	c bounds 2521 >= 1786 @ 4.96898
5.83/6.01	c bounds 2521 >= 1787 @ 4.96969
5.83/6.01	c bounds 2521 >= 1788 @ 4.97025
5.83/6.01	c bounds 2521 >= 1789 @ 4.97093
5.83/6.01	c bounds 2521 >= 1790 @ 4.97151
5.83/6.01	c bounds 2521 >= 1791 @ 4.9722
5.83/6.01	c bounds 2521 >= 1792 @ 4.97276
5.83/6.01	c bounds 2521 >= 1793 @ 4.97347
5.83/6.01	c bounds 2521 >= 1794 @ 4.97403
5.83/6.01	c bounds 2521 >= 1795 @ 4.97475
5.83/6.01	c bounds 2521 >= 1796 @ 4.97531
5.95/6.01	c bounds 2521 >= 1797 @ 4.97603
5.95/6.01	c bounds 2521 >= 1798 @ 4.97663
5.95/6.01	c bounds 2521 >= 1799 @ 4.97732
5.95/6.01	c bounds 2521 >= 1800 @ 4.9779
5.95/6.01	c bounds 2521 >= 1801 @ 4.97862
5.95/6.01	c bounds 2521 >= 1802 @ 4.97919
5.95/6.01	c bounds 2521 >= 1803 @ 4.97988
5.95/6.01	c bounds 2521 >= 1804 @ 4.98047
5.95/6.01	c bounds 2521 >= 1805 @ 4.98118
5.95/6.02	c bounds 2521 >= 1806 @ 4.98175
5.95/6.02	c bounds 2521 >= 1807 @ 4.98246
5.95/6.02	c bounds 2521 >= 1808 @ 4.98304
5.95/6.02	c bounds 2521 >= 1809 @ 4.98373
5.95/6.02	c bounds 2521 >= 1810 @ 4.98431
5.95/6.02	c bounds 2521 >= 1811 @ 4.985
5.95/6.02	c bounds 2521 >= 1812 @ 4.9856
5.95/6.02	c bounds 2521 >= 1813 @ 4.98632
5.95/6.02	c bounds 2521 >= 1814 @ 4.98691
5.95/6.02	c bounds 2521 >= 1815 @ 4.98759
5.95/6.02	c bounds 2521 >= 1816 @ 4.98808
5.95/6.02	c bounds 2521 >= 1817 @ 4.98808
5.95/6.02	c bounds 2521 >= 1818 @ 4.98851
5.95/6.02	c bounds 2521 >= 1819 @ 4.9892
5.95/6.02	c bounds 2521 >= 1820 @ 4.98978
5.95/6.02	c bounds 2521 >= 1821 @ 4.99047
5.95/6.03	c bounds 2521 >= 1822 @ 4.99107
5.95/6.03	c bounds 2521 >= 1823 @ 4.99177
5.95/6.03	c bounds 2521 >= 1824 @ 4.99236
5.95/6.03	c bounds 2521 >= 1825 @ 4.99303
5.95/6.03	c bounds 2521 >= 1826 @ 4.99363
5.95/6.03	c bounds 2521 >= 1827 @ 4.99432
5.95/6.03	c bounds 2521 >= 1828 @ 4.9949
5.95/6.03	c bounds 2521 >= 1829 @ 4.99561
5.95/6.03	c bounds 2521 >= 1830 @ 4.99621
5.95/6.03	c bounds 2521 >= 1831 @ 4.9969
5.95/6.03	c bounds 2521 >= 1832 @ 4.99749
5.95/6.03	c bounds 2521 >= 1833 @ 4.99819
5.95/6.03	c bounds 2521 >= 1834 @ 4.99877
5.95/6.03	c bounds 2521 >= 1835 @ 4.99948
5.95/6.03	c bounds 2521 >= 1836 @ 5.00005
5.95/6.04	c bounds 2521 >= 1837 @ 5.00075
5.95/6.04	c bounds 2521 >= 1838 @ 5.00134
5.95/6.04	c bounds 2521 >= 1839 @ 5.00202
5.95/6.04	c bounds 2521 >= 1840 @ 5.00261
5.95/6.04	c bounds 2521 >= 1841 @ 5.0033
5.95/6.04	c bounds 2521 >= 1842 @ 5.00386
5.95/6.04	c bounds 2521 >= 1843 @ 5.00457
5.95/6.04	c bounds 2521 >= 1844 @ 5.00527
5.95/6.04	c bounds 2521 >= 1845 @ 5.00594
5.95/6.04	c bounds 2521 >= 1846 @ 5.00659
5.95/6.04	c bounds 2521 >= 1847 @ 5.00718
5.95/6.04	c bounds 2521 >= 1848 @ 5.00792
5.95/6.04	c bounds 2521 >= 1849 @ 5.00851
5.95/6.04	c bounds 2521 >= 1850 @ 5.00927
5.95/6.04	c bounds 2521 >= 1851 @ 5.00985
5.95/6.04	c bounds 2521 >= 1852 @ 5.01057
5.95/6.05	c bounds 2521 >= 1853 @ 5.01116
5.95/6.05	c bounds 2521 >= 1854 @ 5.01188
5.95/6.05	c bounds 2521 >= 1855 @ 5.01247
5.95/6.05	c bounds 2521 >= 1856 @ 5.01319
5.95/6.05	c bounds 2521 >= 1857 @ 5.01377
5.95/6.05	c bounds 2521 >= 1858 @ 5.01449
5.95/6.05	c bounds 2521 >= 1859 @ 5.01509
5.95/6.05	c bounds 2521 >= 1860 @ 5.01579
5.95/6.05	c bounds 2521 >= 1861 @ 5.01637
5.95/6.05	c bounds 2521 >= 1862 @ 5.01698
5.95/6.05	c bounds 2521 >= 1863 @ 5.01698
5.95/6.05	c bounds 2521 >= 1864 @ 5.01742
5.95/6.05	c bounds 2521 >= 1865 @ 5.01799
5.95/6.05	c bounds 2521 >= 1866 @ 5.01872
5.95/6.05	c bounds 2521 >= 1867 @ 5.01931
5.95/6.06	c bounds 2521 >= 1868 @ 5.02003
5.95/6.06	c bounds 2521 >= 1869 @ 5.02065
5.95/6.06	c bounds 2521 >= 1870 @ 5.02137
5.95/6.06	c bounds 2521 >= 1871 @ 5.02196
5.95/6.06	c bounds 2521 >= 1872 @ 5.02267
5.95/6.06	c bounds 2521 >= 1873 @ 5.02327
5.95/6.06	c bounds 2521 >= 1874 @ 5.024
5.95/6.06	c bounds 2521 >= 1875 @ 5.02459
5.95/6.06	c bounds 2521 >= 1876 @ 5.0253
5.95/6.06	c bounds 2521 >= 1877 @ 5.02589
5.95/6.06	c bounds 2521 >= 1878 @ 5.0266
5.95/6.06	c bounds 2521 >= 1879 @ 5.02719
5.95/6.06	c bounds 2521 >= 1880 @ 5.02787
5.95/6.06	c bounds 2521 >= 1881 @ 5.02847
5.95/6.06	c bounds 2521 >= 1882 @ 5.02919
5.95/6.07	c bounds 2521 >= 1883 @ 5.02977
5.95/6.07	c bounds 2521 >= 1884 @ 5.03048
5.95/6.07	c bounds 2521 >= 1885 @ 5.03106
5.95/6.07	c bounds 2521 >= 1886 @ 5.03177
5.95/6.07	c bounds 2521 >= 1887 @ 5.03236
5.95/6.07	c bounds 2521 >= 1888 @ 5.0331
5.95/6.07	c bounds 2521 >= 1889 @ 5.03367
5.95/6.07	c bounds 2521 >= 1890 @ 5.03438
5.95/6.07	c bounds 2521 >= 1891 @ 5.03495
5.95/6.07	c bounds 2521 >= 1892 @ 5.03566
5.95/6.07	c bounds 2521 >= 1893 @ 5.03624
5.95/6.07	c bounds 2521 >= 1894 @ 5.03695
5.95/6.07	c bounds 2521 >= 1895 @ 5.03752
5.95/6.07	c bounds 2521 >= 1896 @ 5.03823
5.95/6.07	c bounds 2521 >= 1897 @ 5.03881
5.95/6.08	c bounds 2521 >= 1898 @ 5.03953
5.95/6.08	c bounds 2521 >= 1899 @ 5.0401
5.95/6.08	c bounds 2521 >= 1900 @ 5.0408
5.95/6.08	c bounds 2521 >= 1901 @ 5.04138
5.95/6.08	c bounds 2521 >= 1902 @ 5.04208
5.95/6.08	c bounds 2521 >= 1903 @ 5.04266
5.95/6.08	c bounds 2521 >= 1904 @ 5.04337
5.95/6.08	c bounds 2521 >= 1905 @ 5.04394
5.95/6.08	c bounds 2521 >= 1906 @ 5.04466
5.95/6.08	c bounds 2521 >= 1907 @ 5.04524
5.95/6.08	c bounds 2521 >= 1908 @ 5.04597
5.95/6.08	c bounds 2521 >= 1909 @ 5.04653
5.95/6.08	c bounds 2521 >= 1910 @ 5.04724
5.95/6.08	c bounds 2521 >= 1911 @ 5.04781
5.95/6.08	c bounds 2521 >= 1912 @ 5.04853
5.95/6.08	c bounds 2521 >= 1913 @ 5.04911
5.95/6.09	c bounds 2521 >= 1914 @ 5.04982
5.95/6.09	c bounds 2521 >= 1915 @ 5.05039
5.95/6.09	c bounds 2521 >= 1916 @ 5.05107
5.95/6.09	c bounds 2521 >= 1917 @ 5.05171
5.95/6.09	c bounds 2521 >= 1918 @ 5.05231
5.95/6.09	c bounds 2521 >= 1919 @ 5.05304
5.95/6.09	c bounds 2521 >= 1920 @ 5.05362
5.95/6.09	c bounds 2521 >= 1921 @ 5.05433
5.95/6.09	c bounds 2521 >= 1922 @ 5.05492
5.95/6.09	c bounds 2521 >= 1923 @ 5.05562
5.95/6.09	c bounds 2521 >= 1924 @ 5.05621
5.95/6.09	c bounds 2521 >= 1925 @ 5.05692
5.95/6.09	c bounds 2521 >= 1926 @ 5.05749
5.95/6.09	c bounds 2521 >= 1927 @ 5.05823
5.95/6.09	c bounds 2521 >= 1928 @ 5.05881
5.95/6.10	c bounds 2521 >= 1929 @ 5.05952
5.95/6.10	c bounds 2521 >= 1930 @ 5.0601
5.95/6.10	c bounds 2521 >= 1931 @ 5.06081
5.95/6.10	c bounds 2521 >= 1932 @ 5.0614
5.95/6.10	c bounds 2521 >= 1933 @ 5.06212
5.95/6.10	c bounds 2521 >= 1934 @ 5.06269
5.95/6.10	c bounds 2521 >= 1935 @ 5.0634
5.95/6.10	c bounds 2521 >= 1936 @ 5.06397
5.95/6.10	c bounds 2521 >= 1937 @ 5.06468
5.95/6.10	c bounds 2521 >= 1938 @ 5.06526
5.95/6.10	c bounds 2521 >= 1939 @ 5.06598
5.95/6.10	c bounds 2521 >= 1940 @ 5.06657
5.95/6.10	c bounds 2521 >= 1941 @ 5.0673
5.95/6.10	c bounds 2521 >= 1942 @ 5.06787
5.95/6.10	c bounds 2521 >= 1943 @ 5.06859
5.95/6.10	c bounds 2521 >= 1944 @ 5.06918
5.95/6.11	c bounds 2521 >= 1945 @ 5.06989
5.95/6.11	c bounds 2521 >= 1946 @ 5.07046
5.95/6.11	c bounds 2521 >= 1947 @ 5.07118
5.95/6.11	c bounds 2521 >= 1948 @ 5.07176
5.95/6.11	c bounds 2521 >= 1949 @ 5.07245
5.95/6.11	c bounds 2521 >= 1950 @ 5.07303
6.05/6.11	c bounds 2521 >= 1951 @ 5.07374
6.05/6.11	c bounds 2521 >= 1952 @ 5.07433
6.05/6.11	c bounds 2521 >= 1953 @ 5.07504
6.05/6.11	c bounds 2521 >= 1954 @ 5.07562
6.05/6.11	c bounds 2521 >= 1955 @ 5.07632
6.05/6.11	c bounds 2521 >= 1956 @ 5.07691
6.05/6.11	c bounds 2521 >= 1957 @ 5.0776
6.05/6.11	c bounds 2521 >= 1958 @ 5.0782
6.05/6.11	c bounds 2521 >= 1959 @ 5.07889
6.05/6.12	c bounds 2521 >= 1960 @ 5.07947
6.05/6.12	c bounds 2521 >= 1961 @ 5.08018
6.05/6.12	c bounds 2521 >= 1962 @ 5.08076
6.05/6.12	c bounds 2521 >= 1963 @ 5.08076
6.05/6.12	c bounds 2521 >= 1964 @ 5.08109
6.05/6.12	c bounds 2521 >= 1965 @ 5.08176
6.05/6.12	c bounds 2521 >= 1966 @ 5.08233
6.05/6.12	c bounds 2521 >= 1967 @ 5.08307
6.05/6.12	c bounds 2521 >= 1968 @ 5.08362
6.05/6.12	c bounds 2521 >= 1969 @ 5.08434
6.05/6.12	c bounds 2521 >= 1970 @ 5.0849
6.05/6.12	c bounds 2521 >= 1971 @ 5.0856
6.05/6.12	c bounds 2521 >= 1972 @ 5.08617
6.05/6.12	c bounds 2521 >= 1973 @ 5.08689
6.05/6.12	c bounds 2521 >= 1974 @ 5.08747
6.05/6.12	c bounds 2521 >= 1975 @ 5.08819
6.05/6.13	c bounds 2521 >= 1976 @ 5.08876
6.05/6.13	c bounds 2521 >= 1977 @ 5.08947
6.05/6.13	c bounds 2521 >= 1978 @ 5.09004
6.05/6.13	c bounds 2521 >= 1979 @ 5.09075
6.05/6.13	c bounds 2521 >= 1980 @ 5.09133
6.05/6.13	c bounds 2521 >= 1981 @ 5.09204
6.05/6.13	c bounds 2521 >= 1982 @ 5.0926
6.05/6.13	c bounds 2521 >= 1983 @ 5.0933
6.05/6.13	c bounds 2521 >= 1984 @ 5.09388
6.05/6.13	c bounds 2521 >= 1985 @ 5.09458
6.05/6.13	c bounds 2521 >= 1986 @ 5.09516
6.05/6.13	c bounds 2521 >= 1987 @ 5.09572
6.05/6.13	c bounds 2521 >= 1988 @ 5.09572
6.05/6.13	c bounds 2521 >= 1989 @ 5.0961
6.05/6.13	c bounds 2521 >= 1990 @ 5.09681
6.05/6.14	c bounds 2521 >= 1991 @ 5.09738
6.05/6.14	c bounds 2521 >= 1992 @ 5.09807
6.05/6.14	c bounds 2521 >= 1993 @ 5.09865
6.05/6.14	c bounds 2521 >= 1994 @ 5.09935
6.05/6.14	c bounds 2521 >= 1995 @ 5.09993
6.05/6.14	c bounds 2521 >= 1996 @ 5.10064
6.05/6.14	c bounds 2521 >= 1997 @ 5.10075
6.05/6.14	c bounds 2521 >= 1998 @ 5.10097
6.05/6.14	c bounds 2521 >= 1999 @ 5.10154
6.05/6.14	c bounds 2521 >= 2000 @ 5.10225
6.05/6.14	c bounds 2521 >= 2001 @ 5.10285
6.05/6.14	c bounds 2521 >= 2002 @ 5.10356
6.05/6.14	c bounds 2521 >= 2003 @ 5.10416
6.05/6.14	c bounds 2521 >= 2004 @ 5.1049
6.05/6.14	c bounds 2521 >= 2005 @ 5.10548
6.05/6.14	c bounds 2521 >= 2006 @ 5.10623
6.05/6.15	c bounds 2521 >= 2007 @ 5.10682
6.05/6.15	c bounds 2521 >= 2008 @ 5.10756
6.05/6.15	c bounds 2521 >= 2009 @ 5.10815
6.05/6.15	c bounds 2521 >= 2010 @ 5.10891
6.05/6.15	c bounds 2521 >= 2011 @ 5.10948
6.05/6.15	c bounds 2521 >= 2012 @ 5.11021
6.05/6.15	c bounds 2521 >= 2013 @ 5.11079
6.05/6.15	c bounds 2521 >= 2014 @ 5.11151
6.05/6.15	c bounds 2521 >= 2015 @ 5.11209
6.05/6.15	c bounds 2521 >= 2016 @ 5.11283
6.05/6.15	c bounds 2521 >= 2017 @ 5.11341
6.05/6.15	c bounds 2521 >= 2018 @ 5.11416
6.05/6.15	c bounds 2521 >= 2019 @ 5.11475
6.05/6.15	c bounds 2521 >= 2020 @ 5.11546
6.05/6.15	c bounds 2521 >= 2021 @ 5.11604
6.05/6.16	c bounds 2521 >= 2022 @ 5.11677
6.05/6.16	c bounds 2521 >= 2023 @ 5.11736
6.05/6.16	c bounds 2521 >= 2024 @ 5.11809
6.05/6.16	c bounds 2521 >= 2025 @ 5.11868
6.05/6.16	c bounds 2521 >= 2026 @ 5.1194
6.05/6.16	c bounds 2521 >= 2027 @ 5.11999
6.05/6.16	c bounds 2521 >= 2028 @ 5.12071
6.05/6.16	c bounds 2521 >= 2029 @ 5.1213
6.05/6.16	c bounds 2521 >= 2030 @ 5.12203
6.05/6.16	c bounds 2521 >= 2031 @ 5.12262
6.05/6.16	c bounds 2521 >= 2032 @ 5.12333
6.05/6.16	c bounds 2521 >= 2033 @ 5.12392
6.05/6.16	c bounds 2521 >= 2034 @ 5.12463
6.05/6.16	c bounds 2521 >= 2035 @ 5.12522
6.05/6.16	c bounds 2521 >= 2036 @ 5.12593
6.05/6.17	c bounds 2521 >= 2037 @ 5.12652
6.05/6.17	c bounds 2521 >= 2038 @ 5.12723
6.05/6.17	c bounds 2521 >= 2039 @ 5.12781
6.05/6.17	c bounds 2521 >= 2040 @ 5.12846
6.05/6.17	c bounds 2521 >= 2041 @ 5.12906
6.05/6.17	c bounds 2521 >= 2042 @ 5.12962
6.05/6.17	c bounds 2521 >= 2043 @ 5.12962
6.05/6.17	c bounds 2521 >= 2044 @ 5.13002
6.05/6.17	c bounds 2521 >= 2045 @ 5.13058
6.05/6.17	c bounds 2521 >= 2046 @ 5.13126
6.05/6.17	c bounds 2521 >= 2047 @ 5.13185
6.05/6.17	c bounds 2521 >= 2048 @ 5.13253
6.05/6.17	c bounds 2521 >= 2049 @ 5.13312
6.05/6.17	c bounds 2521 >= 2050 @ 5.13381
6.05/6.17	c bounds 2521 >= 2051 @ 5.13438
6.05/6.17	c bounds 2521 >= 2052 @ 5.13506
6.05/6.18	c bounds 2521 >= 2053 @ 5.13565
6.05/6.18	c bounds 2521 >= 2054 @ 5.13633
6.05/6.18	c bounds 2521 >= 2055 @ 5.13693
6.05/6.18	c bounds 2521 >= 2056 @ 5.1376
6.05/6.18	c bounds 2521 >= 2057 @ 5.1382
6.05/6.18	c bounds 2521 >= 2058 @ 5.13884
6.05/6.18	c bounds 2521 >= 2059 @ 5.13948
6.05/6.18	c bounds 2521 >= 2060 @ 5.13962
6.05/6.18	c bounds 2521 >= 2061 @ 5.13975
6.05/6.18	c bounds 2521 >= 2062 @ 5.1403
6.05/6.18	c bounds 2521 >= 2063 @ 5.14096
6.05/6.18	c bounds 2521 >= 2064 @ 5.14154
6.05/6.18	c bounds 2521 >= 2065 @ 5.1423
6.05/6.18	c bounds 2521 >= 2066 @ 5.14288
6.05/6.18	c bounds 2521 >= 2067 @ 5.14356
6.05/6.18	c bounds 2521 >= 2068 @ 5.14413
6.05/6.19	c bounds 2521 >= 2069 @ 5.1448
6.05/6.19	c bounds 2521 >= 2070 @ 5.14536
6.05/6.19	c bounds 2521 >= 2071 @ 5.14606
6.05/6.19	c bounds 2521 >= 2072 @ 5.14665
6.05/6.19	c bounds 2521 >= 2073 @ 5.1473
6.05/6.19	c bounds 2521 >= 2074 @ 5.14787
6.05/6.19	c bounds 2521 >= 2075 @ 5.14855
6.05/6.19	c bounds 2521 >= 2076 @ 5.14911
6.05/6.19	c bounds 2521 >= 2077 @ 5.14985
6.05/6.19	c bounds 2521 >= 2078 @ 5.15042
6.05/6.19	c bounds 2521 >= 2079 @ 5.1511
6.05/6.19	c bounds 2521 >= 2080 @ 5.15169
6.05/6.19	c bounds 2521 >= 2081 @ 5.15241
6.05/6.19	c bounds 2521 >= 2082 @ 5.15299
6.05/6.19	c bounds 2521 >= 2083 @ 5.15372
6.05/6.20	c bounds 2521 >= 2084 @ 5.15428
6.14/6.20	c bounds 2521 >= 2085 @ 5.15496
6.14/6.20	c bounds 2521 >= 2086 @ 5.15552
6.14/6.20	c bounds 2521 >= 2087 @ 5.15625
6.14/6.20	c bounds 2521 >= 2088 @ 5.15682
6.14/6.20	c bounds 2521 >= 2089 @ 5.1575
6.14/6.20	c bounds 2521 >= 2090 @ 5.1581
6.14/6.20	c bounds 2521 >= 2091 @ 5.16103
6.14/6.20	c bounds 2521 >= 2092 @ 5.16211
6.14/6.20	c bounds 2521 >= 2093 @ 5.16286
6.14/6.21	c bounds 2521 >= 2094 @ 5.16342
6.14/6.21	c bounds 2521 >= 2095 @ 5.1641
6.14/6.21	c bounds 2521 >= 2096 @ 5.16467
6.14/6.21	c bounds 2521 >= 2097 @ 5.1654
6.14/6.21	c bounds 2521 >= 2098 @ 5.16596
6.14/6.21	c bounds 2521 >= 2099 @ 5.1665
6.14/6.21	c bounds 2521 >= 2100 @ 5.1665
6.14/6.21	c bounds 2521 >= 2101 @ 5.1669
6.14/6.21	c bounds 2521 >= 2102 @ 5.16744
6.14/6.21	c bounds 2521 >= 2103 @ 5.16806
6.14/6.21	c bounds 2521 >= 2104 @ 5.16864
6.14/6.21	c bounds 2521 >= 2105 @ 5.16929
6.14/6.21	c bounds 2521 >= 2106 @ 5.16985
6.14/6.21	c bounds 2521 >= 2107 @ 5.17048
6.14/6.21	c bounds 2521 >= 2108 @ 5.17105
6.14/6.21	c bounds 2521 >= 2109 @ 5.17169
6.14/6.22	c bounds 2521 >= 2110 @ 5.17224
6.14/6.22	c bounds 2521 >= 2111 @ 5.1728
6.14/6.22	c bounds 2521 >= 2112 @ 5.17334
6.14/6.22	c bounds 2521 >= 2113 @ 5.17396
6.14/6.22	c bounds 2521 >= 2114 @ 5.17452
6.14/6.22	c bounds 2521 >= 2115 @ 5.17513
6.14/6.22	c bounds 2521 >= 2116 @ 5.17571
6.14/6.22	c bounds 2521 >= 2117 @ 5.17631
6.14/6.22	c bounds 2521 >= 2118 @ 5.17687
6.14/6.22	c bounds 2521 >= 2119 @ 5.17749
6.14/6.22	c bounds 2521 >= 2120 @ 5.17805
6.14/6.22	c bounds 2521 >= 2121 @ 5.17866
6.14/6.22	c bounds 2521 >= 2122 @ 5.1792
6.14/6.22	c bounds 2521 >= 2123 @ 5.17977
6.14/6.22	c bounds 2521 >= 2124 @ 5.18035
6.14/6.22	c bounds 2521 >= 2125 @ 5.18101
6.14/6.22	c bounds 2521 >= 2126 @ 5.18157
6.14/6.23	c bounds 2521 >= 2127 @ 5.18213
6.14/6.23	c bounds 2521 >= 2128 @ 5.1827
6.14/6.23	c bounds 2521 >= 2129 @ 5.18326
6.14/6.23	c bounds 2521 >= 2130 @ 5.18381
6.14/6.23	c bounds 2521 >= 2131 @ 5.18434
6.14/6.23	c bounds 2521 >= 2132 @ 5.18495
6.14/6.23	c bounds 2521 >= 2133 @ 5.18548
6.14/6.23	c bounds 2521 >= 2134 @ 5.18604
6.14/6.23	c bounds 2521 >= 2135 @ 5.1866
6.14/6.23	c bounds 2521 >= 2136 @ 5.18728
6.14/6.23	c bounds 2521 >= 2137 @ 5.18784
6.14/6.23	c bounds 2521 >= 2138 @ 5.18842
6.14/6.23	c bounds 2521 >= 2139 @ 5.18898
6.14/6.23	c bounds 2521 >= 2140 @ 5.18963
6.14/6.23	c bounds 2521 >= 2141 @ 5.19019
6.14/6.23	c bounds 2521 >= 2142 @ 5.19083
6.14/6.23	c bounds 2521 >= 2143 @ 5.19138
6.14/6.23	c bounds 2521 >= 2144 @ 5.19202
6.14/6.24	c bounds 2521 >= 2145 @ 5.19257
6.14/6.24	c bounds 2521 >= 2146 @ 5.19314
6.14/6.24	c bounds 2521 >= 2147 @ 5.19371
6.14/6.24	c bounds 2521 >= 2148 @ 5.19438
6.14/6.24	c bounds 2521 >= 2149 @ 5.19494
6.14/6.24	c bounds 2521 >= 2150 @ 5.19559
6.14/6.24	c bounds 2521 >= 2151 @ 5.19617
6.14/6.24	c bounds 2521 >= 2152 @ 5.19686
6.14/6.24	c bounds 2521 >= 2153 @ 5.19744
6.14/6.24	c bounds 2521 >= 2154 @ 5.19815
6.14/6.24	c bounds 2521 >= 2155 @ 5.19872
6.14/6.24	c bounds 2521 >= 2156 @ 5.19945
6.14/6.24	c bounds 2521 >= 2157 @ 5.20002
6.14/6.24	c bounds 2521 >= 2158 @ 5.20075
6.14/6.24	c bounds 2521 >= 2159 @ 5.20132
6.14/6.25	c bounds 2521 >= 2160 @ 5.20203
6.14/6.25	c bounds 2521 >= 2161 @ 5.2026
6.14/6.25	c bounds 2521 >= 2162 @ 5.20326
6.14/6.25	c bounds 2521 >= 2163 @ 5.20384
6.14/6.25	c bounds 2521 >= 2164 @ 5.20443
6.14/6.25	c bounds 2521 >= 2165 @ 5.205
6.14/6.25	c bounds 2521 >= 2166 @ 5.20561
6.14/6.25	c bounds 2521 >= 2167 @ 5.20618
6.14/6.25	c bounds 2521 >= 2168 @ 5.2069
6.14/6.25	c bounds 2521 >= 2169 @ 5.20749
6.14/6.25	c bounds 2521 >= 2170 @ 5.20806
6.14/6.25	c bounds 2521 >= 2171 @ 5.20865
6.14/6.25	c bounds 2521 >= 2172 @ 5.20945
6.14/6.25	c bounds 2521 >= 2173 @ 5.21003
6.14/6.25	c bounds 2521 >= 2174 @ 5.2106
6.14/6.25	c bounds 2521 >= 2175 @ 5.21116
6.14/6.25	c bounds 2521 >= 2176 @ 5.21182
6.14/6.26	c bounds 2521 >= 2177 @ 5.21239
6.14/6.26	c bounds 2521 >= 2178 @ 5.21301
6.14/6.26	c bounds 2521 >= 2179 @ 5.21358
6.14/6.26	c bounds 2521 >= 2180 @ 5.21425
6.14/6.26	c bounds 2521 >= 2181 @ 5.21482
6.14/6.26	c bounds 2521 >= 2182 @ 5.21544
6.14/6.26	c bounds 2521 >= 2183 @ 5.21601
6.14/6.26	c bounds 2521 >= 2184 @ 5.21663
6.14/6.26	c bounds 2521 >= 2185 @ 5.2172
6.14/6.26	c bounds 2521 >= 2186 @ 5.21785
6.14/6.26	c bounds 2521 >= 2187 @ 5.21842
6.14/6.26	c bounds 2521 >= 2188 @ 5.21898
6.14/6.26	c bounds 2521 >= 2189 @ 5.21955
6.14/6.26	c bounds 2521 >= 2190 @ 5.22018
6.14/6.26	c bounds 2521 >= 2191 @ 5.22077
6.14/6.26	c bounds 2521 >= 2192 @ 5.22137
6.14/6.26	c bounds 2521 >= 2193 @ 5.22194
6.14/6.27	c bounds 2521 >= 2194 @ 5.22255
6.14/6.27	c bounds 2521 >= 2195 @ 5.22312
6.14/6.27	c bounds 2521 >= 2196 @ 5.22374
6.14/6.27	c bounds 2521 >= 2197 @ 5.22431
6.14/6.27	c bounds 2521 >= 2198 @ 5.22488
6.14/6.27	c bounds 2521 >= 2199 @ 5.22546
6.14/6.27	c bounds 2521 >= 2200 @ 5.22601
6.14/6.27	c bounds 2521 >= 2201 @ 5.2266
6.14/6.27	c bounds 2521 >= 2202 @ 5.22716
6.14/6.27	c bounds 2521 >= 2203 @ 5.22785
6.14/6.27	c bounds 2521 >= 2204 @ 5.22841
6.14/6.27	c bounds 2521 >= 2205 @ 5.22906
6.14/6.27	c bounds 2521 >= 2206 @ 5.22964
6.14/6.27	c bounds 2521 >= 2207 @ 5.23027
6.14/6.27	c bounds 2521 >= 2208 @ 5.23083
6.14/6.27	c bounds 2521 >= 2209 @ 5.23149
6.14/6.28	c bounds 2521 >= 2210 @ 5.23207
6.14/6.28	c bounds 2521 >= 2211 @ 5.23271
6.14/6.28	c bounds 2521 >= 2212 @ 5.23332
6.14/6.28	c bounds 2521 >= 2213 @ 5.23398
6.14/6.28	c bounds 2521 >= 2214 @ 5.23456
6.14/6.28	c bounds 2521 >= 2215 @ 5.23517
6.14/6.28	c bounds 2521 >= 2216 @ 5.23576
6.14/6.28	c bounds 2521 >= 2217 @ 5.23639
6.14/6.28	c bounds 2521 >= 2218 @ 5.23697
6.14/6.28	c bounds 2521 >= 2219 @ 5.23765
6.14/6.28	c bounds 2521 >= 2220 @ 5.23822
6.14/6.28	c bounds 2521 >= 2221 @ 5.23885
6.14/6.28	c bounds 2521 >= 2222 @ 5.23955
6.14/6.28	c bounds 2521 >= 2223 @ 5.24021
6.14/6.28	c bounds 2521 >= 2224 @ 5.24077
6.14/6.28	c bounds 2521 >= 2225 @ 5.24148
6.14/6.29	c bounds 2521 >= 2226 @ 5.24203
6.14/6.29	c bounds 2521 >= 2227 @ 5.24274
6.14/6.29	c bounds 2521 >= 2228 @ 5.24329
6.14/6.29	c bounds 2521 >= 2229 @ 5.24396
6.14/6.29	c bounds 2521 >= 2230 @ 5.24451
6.14/6.29	c bounds 2521 >= 2231 @ 5.24518
6.14/6.29	c bounds 2521 >= 2232 @ 5.24573
6.14/6.29	c bounds 2521 >= 2233 @ 5.24644
6.14/6.29	c bounds 2521 >= 2234 @ 5.24699
6.14/6.29	c bounds 2521 >= 2235 @ 5.24766
6.14/6.29	c bounds 2521 >= 2236 @ 5.24822
6.14/6.29	c bounds 2521 >= 2237 @ 5.24889
6.14/6.29	c bounds 2521 >= 2238 @ 5.24944
6.14/6.29	c bounds 2521 >= 2239 @ 5.25013
6.14/6.29	c bounds 2521 >= 2240 @ 5.2507
6.14/6.29	c bounds 2521 >= 2241 @ 5.25131
6.14/6.30	c bounds 2521 >= 2242 @ 5.25187
6.14/6.30	c bounds 2521 >= 2243 @ 5.25255
6.24/6.30	c bounds 2521 >= 2244 @ 5.2531
6.24/6.30	c bounds 2521 >= 2245 @ 5.25378
6.24/6.30	c bounds 2521 >= 2246 @ 5.25423
6.24/6.30	c bounds 2521 >= 2247 @ 5.25423
6.24/6.30	c bounds 2521 >= 2248 @ 5.25461
6.24/6.30	c bounds 2521 >= 2249 @ 5.25527
6.24/6.30	c bounds 2521 >= 2250 @ 5.25584
6.24/6.30	c bounds 2521 >= 2251 @ 5.25644
6.24/6.30	c bounds 2521 >= 2252 @ 5.25703
6.24/6.30	c bounds 2521 >= 2253 @ 5.25771
6.24/6.30	c bounds 2521 >= 2254 @ 5.25828
6.24/6.30	c bounds 2521 >= 2255 @ 5.25889
6.24/6.30	c bounds 2521 >= 2256 @ 5.25945
6.24/6.30	c bounds 2521 >= 2257 @ 5.26013
6.24/6.30	c bounds 2521 >= 2258 @ 5.26069
6.24/6.31	c bounds 2521 >= 2259 @ 5.26135
6.24/6.31	c bounds 2521 >= 2260 @ 5.26191
6.24/6.31	c bounds 2521 >= 2261 @ 5.26258
6.24/6.31	c bounds 2521 >= 2262 @ 5.26313
6.24/6.31	c bounds 2521 >= 2263 @ 5.26381
6.24/6.31	c bounds 2521 >= 2264 @ 5.26438
6.24/6.31	c bounds 2521 >= 2265 @ 5.26507
6.24/6.31	c bounds 2521 >= 2266 @ 5.26566
6.24/6.31	c bounds 2521 >= 2267 @ 5.26624
6.24/6.31	c bounds 2521 >= 2268 @ 5.26687
6.24/6.31	c bounds 2521 >= 2269 @ 5.26749
6.24/6.31	c bounds 2521 >= 2270 @ 5.26804
6.24/6.31	c bounds 2521 >= 2271 @ 5.26868
6.24/6.31	c bounds 2521 >= 2272 @ 5.26926
6.24/6.31	c bounds 2521 >= 2273 @ 5.26987
6.24/6.31	c bounds 2521 >= 2274 @ 5.27059
6.24/6.32	c bounds 2521 >= 2275 @ 5.27116
6.24/6.32	c bounds 2521 >= 2276 @ 5.27183
6.24/6.32	c bounds 2521 >= 2277 @ 5.27239
6.24/6.32	c bounds 2521 >= 2278 @ 5.2731
6.24/6.32	c bounds 2521 >= 2279 @ 5.27366
6.24/6.32	c bounds 2521 >= 2280 @ 5.27432
6.24/6.32	c bounds 2521 >= 2281 @ 5.27493
6.24/6.32	c bounds 2521 >= 2282 @ 5.27554
6.24/6.32	c bounds 2521 >= 2283 @ 5.27617
6.24/6.32	c bounds 2521 >= 2284 @ 5.27678
6.24/6.32	c bounds 2521 >= 2285 @ 5.27741
6.24/6.32	c bounds 2521 >= 2286 @ 5.27803
6.24/6.32	c bounds 2521 >= 2287 @ 5.27866
6.24/6.32	c bounds 2521 >= 2288 @ 5.27926
6.24/6.32	c bounds 2521 >= 2289 @ 5.27987
6.24/6.32	c bounds 2521 >= 2290 @ 5.28052
6.24/6.33	c bounds 2521 >= 2291 @ 5.28113
6.24/6.33	c bounds 2521 >= 2292 @ 5.28183
6.24/6.33	c bounds 2521 >= 2293 @ 5.28242
6.24/6.33	c bounds 2521 >= 2294 @ 5.28313
6.24/6.33	c bounds 2521 >= 2295 @ 5.28372
6.24/6.33	c bounds 2521 >= 2296 @ 5.28444
6.24/6.33	c bounds 2521 >= 2297 @ 5.28501
6.24/6.33	c bounds 2521 >= 2298 @ 5.28571
6.24/6.33	c bounds 2521 >= 2299 @ 5.2863
6.24/6.33	c bounds 2521 >= 2300 @ 5.28702
6.24/6.33	c bounds 2521 >= 2301 @ 5.28762
6.24/6.33	c bounds 2521 >= 2302 @ 5.2883
6.24/6.33	c bounds 2521 >= 2303 @ 5.28887
6.24/6.33	c bounds 2521 >= 2304 @ 5.28961
6.24/6.33	c bounds 2521 >= 2305 @ 5.29019
6.24/6.34	c bounds 2521 >= 2306 @ 5.29089
6.24/6.34	c bounds 2521 >= 2307 @ 5.29146
6.24/6.34	c bounds 2521 >= 2308 @ 5.29218
6.24/6.34	c bounds 2521 >= 2309 @ 5.29274
6.24/6.34	c bounds 2521 >= 2310 @ 5.29342
6.24/6.34	c bounds 2521 >= 2311 @ 5.294
6.24/6.34	c bounds 2521 >= 2312 @ 5.29467
6.24/6.34	c bounds 2521 >= 2313 @ 5.29524
6.24/6.34	c bounds 2521 >= 2314 @ 5.29595
6.24/6.34	c bounds 2521 >= 2315 @ 5.29652
6.24/6.34	c bounds 2521 >= 2316 @ 5.29716
6.24/6.34	c bounds 2521 >= 2317 @ 5.29774
6.24/6.34	c bounds 2521 >= 2318 @ 5.29841
6.24/6.34	c bounds 2521 >= 2319 @ 5.29901
6.24/6.34	c bounds 2521 >= 2320 @ 5.29965
6.24/6.34	c bounds 2521 >= 2321 @ 5.30031
6.24/6.35	c bounds 2521 >= 2322 @ 5.30095
6.24/6.35	c bounds 2521 >= 2323 @ 5.30162
6.24/6.35	c bounds 2521 >= 2324 @ 5.30225
6.24/6.35	c bounds 2521 >= 2325 @ 5.30289
6.24/6.35	c bounds 2521 >= 2326 @ 5.30354
6.24/6.35	c bounds 2521 >= 2327 @ 5.30415
6.24/6.35	c bounds 2521 >= 2328 @ 5.3048
6.24/6.35	c bounds 2521 >= 2329 @ 5.30541
6.24/6.35	c bounds 2521 >= 2330 @ 5.30607
6.24/6.35	c bounds 2521 >= 2331 @ 5.3067
6.24/6.35	c bounds 2521 >= 2332 @ 5.30738
6.24/6.35	c bounds 2521 >= 2333 @ 5.30798
6.24/6.35	c bounds 2521 >= 2334 @ 5.30869
6.24/6.35	c bounds 2521 >= 2335 @ 5.30928
6.24/6.35	c bounds 2521 >= 2336 @ 5.30994
6.24/6.35	c bounds 2521 >= 2337 @ 5.31059
6.24/6.36	c bounds 2521 >= 2338 @ 5.31118
6.24/6.36	c bounds 2521 >= 2339 @ 5.31185
6.24/6.36	c bounds 2521 >= 2340 @ 5.31244
6.24/6.36	c bounds 2521 >= 2341 @ 5.31303
6.24/6.36	c bounds 2521 >= 2342 @ 5.31311
6.24/6.36	c bounds 2521 >= 2343 @ 5.31339
6.24/6.36	c bounds 2521 >= 2344 @ 5.31396
6.24/6.36	c bounds 2521 >= 2345 @ 5.31459
6.24/6.36	c bounds 2521 >= 2346 @ 5.31519
6.24/6.36	c bounds 2521 >= 2347 @ 5.31583
6.24/6.36	c bounds 2521 >= 2348 @ 5.31642
6.24/6.36	c bounds 2521 >= 2349 @ 5.31709
6.24/6.36	c bounds 2521 >= 2350 @ 5.31767
6.24/6.36	c bounds 2521 >= 2351 @ 5.31828
6.24/6.36	c bounds 2521 >= 2352 @ 5.3189
6.24/6.36	c bounds 2521 >= 2353 @ 5.3195
6.24/6.37	c bounds 2521 >= 2354 @ 5.32013
6.24/6.37	c bounds 2521 >= 2355 @ 5.32075
6.24/6.37	c bounds 2521 >= 2356 @ 5.32137
6.24/6.37	c bounds 2521 >= 2357 @ 5.32202
6.24/6.37	c bounds 2521 >= 2358 @ 5.32263
6.24/6.37	c bounds 2521 >= 2359 @ 5.32326
6.24/6.37	c bounds 2521 >= 2360 @ 5.32383
6.24/6.37	c bounds 2521 >= 2361 @ 5.32449
6.24/6.37	c bounds 2521 >= 2362 @ 5.32505
6.24/6.37	c bounds 2521 >= 2363 @ 5.3257
6.24/6.37	c bounds 2521 >= 2364 @ 5.32627
6.24/6.37	c bounds 2521 >= 2365 @ 5.32695
6.24/6.37	c bounds 2521 >= 2366 @ 5.32753
6.24/6.37	c bounds 2521 >= 2367 @ 5.32819
6.24/6.37	c bounds 2521 >= 2368 @ 5.32875
6.24/6.37	c bounds 2521 >= 2369 @ 5.32942
6.24/6.38	c bounds 2521 >= 2370 @ 5.32998
6.24/6.38	c bounds 2521 >= 2371 @ 5.3306
6.24/6.38	c bounds 2521 >= 2372 @ 5.33116
6.24/6.38	c bounds 2521 >= 2373 @ 5.33175
6.24/6.38	c bounds 2521 >= 2374 @ 5.3323
6.24/6.38	c bounds 2521 >= 2375 @ 5.33294
6.24/6.38	c bounds 2521 >= 2376 @ 5.33349
6.24/6.38	c bounds 2521 >= 2377 @ 5.33411
6.24/6.38	c bounds 2521 >= 2378 @ 5.3347
6.24/6.38	c bounds 2521 >= 2379 @ 5.33531
6.24/6.38	c bounds 2521 >= 2380 @ 5.33587
6.24/6.38	c bounds 2521 >= 2381 @ 5.33648
6.24/6.38	c bounds 2521 >= 2382 @ 5.33704
6.24/6.38	c bounds 2521 >= 2383 @ 5.33767
6.24/6.38	c bounds 2521 >= 2384 @ 5.33824
6.24/6.38	c bounds 2521 >= 2385 @ 5.33889
6.24/6.38	c bounds 2521 >= 2386 @ 5.33947
6.24/6.39	c bounds 2521 >= 2387 @ 5.34008
6.24/6.39	c bounds 2521 >= 2388 @ 5.34065
6.24/6.39	c bounds 2521 >= 2389 @ 5.34125
6.24/6.39	c bounds 2521 >= 2390 @ 5.34184
6.24/6.39	c bounds 2521 >= 2391 @ 5.34244
6.24/6.39	c bounds 2521 >= 2392 @ 5.34304
6.24/6.39	c bounds 2521 >= 2393 @ 5.34367
6.24/6.39	c bounds 2521 >= 2394 @ 5.34425
6.24/6.39	c bounds 2521 >= 2395 @ 5.34486
6.24/6.39	c bounds 2521 >= 2396 @ 5.34546
6.24/6.39	c bounds 2521 >= 2397 @ 5.34606
6.24/6.39	c bounds 2521 >= 2398 @ 5.34665
6.24/6.39	c bounds 2521 >= 2399 @ 5.34731
6.24/6.39	c bounds 2521 >= 2400 @ 5.3479
6.24/6.39	c bounds 2521 >= 2401 @ 5.34851
6.24/6.39	c bounds 2521 >= 2402 @ 5.34911
6.24/6.40	c bounds 2521 >= 2403 @ 5.34977
6.24/6.40	c bounds 2521 >= 2404 @ 5.35033
6.34/6.40	c bounds 2521 >= 2405 @ 5.35096
6.34/6.40	c bounds 2521 >= 2406 @ 5.35153
6.34/6.40	c bounds 2521 >= 2407 @ 5.35213
6.34/6.40	c bounds 2521 >= 2408 @ 5.35271
6.34/6.40	c bounds 2521 >= 2409 @ 5.3533
6.34/6.40	c bounds 2521 >= 2410 @ 5.35389
6.34/6.40	c bounds 2521 >= 2411 @ 5.35449
6.34/6.40	c bounds 2521 >= 2412 @ 5.35509
6.34/6.40	c bounds 2521 >= 2413 @ 5.35569
6.34/6.40	c bounds 2521 >= 2414 @ 5.35629
6.34/6.40	c bounds 2521 >= 2415 @ 5.35688
6.34/6.40	c bounds 2521 >= 2416 @ 5.35748
6.34/6.40	c bounds 2521 >= 2417 @ 5.35795
6.34/6.40	c bounds 2521 >= 2418 @ 5.35795
6.34/6.40	c bounds 2521 >= 2419 @ 5.35833
6.34/6.41	c bounds 2521 >= 2420 @ 5.35899
6.34/6.41	c bounds 2521 >= 2421 @ 5.35899
6.34/6.41	c bounds 2521 >= 2422 @ 5.35921
6.34/6.41	c bounds 2521 >= 2423 @ 5.35978
6.34/6.41	c bounds 2521 >= 2424 @ 5.36042
6.34/6.41	c bounds 2521 >= 2425 @ 5.36101
6.34/6.41	c bounds 2521 >= 2426 @ 5.36163
6.34/6.41	c bounds 2521 >= 2427 @ 5.3622
6.34/6.41	c bounds 2521 >= 2428 @ 5.3629
6.34/6.41	c bounds 2521 >= 2429 @ 5.36298
6.34/6.41	c bounds 2521 >= 2430 @ 5.36308
6.34/6.41	c bounds 2521 >= 2431 @ 5.36366
6.34/6.41	c bounds 2521 >= 2432 @ 5.36436
6.34/6.41	c bounds 2521 >= 2433 @ 5.36494
6.34/6.41	c bounds 2521 >= 2434 @ 5.36558
6.34/6.41	c bounds 2521 >= 2435 @ 5.36616
6.34/6.42	c bounds 2521 >= 2436 @ 5.36683
6.34/6.42	c bounds 2521 >= 2437 @ 5.36741
6.34/6.42	c bounds 2521 >= 2438 @ 5.36802
6.34/6.42	c bounds 2521 >= 2439 @ 5.36859
6.34/6.42	c bounds 2521 >= 2440 @ 5.36926
6.34/6.42	c bounds 2521 >= 2441 @ 5.36982
6.34/6.42	c bounds 2521 >= 2442 @ 5.37049
6.34/6.42	c bounds 2521 >= 2443 @ 5.37118
6.34/6.42	c bounds 2521 >= 2444 @ 5.37182
6.34/6.42	c bounds 2521 >= 2445 @ 5.3724
6.34/6.42	c bounds 2521 >= 2446 @ 5.37307
6.34/6.42	c bounds 2521 >= 2447 @ 5.37365
6.34/6.42	c bounds 2521 >= 2448 @ 5.3743
6.34/6.42	c bounds 2521 >= 2449 @ 5.37486
6.34/6.42	c bounds 2521 >= 2450 @ 5.37552
6.34/6.42	c bounds 2521 >= 2451 @ 5.37608
6.34/6.43	c bounds 2521 >= 2452 @ 5.3767
6.34/6.43	c bounds 2521 >= 2453 @ 5.37727
6.34/6.43	c bounds 2521 >= 2454 @ 5.37788
6.34/6.43	c bounds 2521 >= 2455 @ 5.37845
6.34/6.43	c bounds 2521 >= 2456 @ 5.37908
6.34/6.43	c bounds 2521 >= 2457 @ 5.37965
6.34/6.43	c bounds 2521 >= 2458 @ 5.38027
6.34/6.43	c bounds 2521 >= 2459 @ 5.38083
6.34/6.43	c bounds 2521 >= 2460 @ 5.38149
6.34/6.43	c bounds 2521 >= 2461 @ 5.38207
6.34/6.43	c bounds 2521 >= 2462 @ 5.38271
6.34/6.43	c bounds 2521 >= 2463 @ 5.38329
6.34/6.43	c bounds 2521 >= 2464 @ 5.38391
6.34/6.43	c bounds 2521 >= 2465 @ 5.38448
6.34/6.43	c bounds 2521 >= 2466 @ 5.38514
6.34/6.43	c bounds 2521 >= 2467 @ 5.38571
6.34/6.43	c bounds 2521 >= 2468 @ 5.38637
6.34/6.44	c bounds 2521 >= 2469 @ 5.38693
6.34/6.44	c bounds 2521 >= 2470 @ 5.3876
6.34/6.44	c bounds 2521 >= 2471 @ 5.38818
6.34/6.44	c bounds 2521 >= 2472 @ 5.38879
6.34/6.44	c bounds 2521 >= 2473 @ 5.38938
6.34/6.44	c bounds 2521 >= 2474 @ 5.39
6.34/6.44	c bounds 2521 >= 2475 @ 5.39056
6.34/6.44	c bounds 2521 >= 2476 @ 5.39122
6.34/6.44	c bounds 2521 >= 2477 @ 5.39177
6.34/6.44	c bounds 2521 >= 2478 @ 5.39245
6.34/6.44	c bounds 2521 >= 2479 @ 5.393
6.34/6.44	c bounds 2521 >= 2480 @ 5.39364
6.34/6.44	c bounds 2521 >= 2481 @ 5.39421
6.34/6.44	c bounds 2521 >= 2482 @ 5.39486
6.34/6.44	c bounds 2521 >= 2483 @ 5.39543
6.34/6.44	c bounds 2521 >= 2484 @ 5.39603
6.34/6.45	c bounds 2521 >= 2485 @ 5.39659
6.34/6.45	c bounds 2521 >= 2486 @ 5.39729
6.34/6.45	c bounds 2521 >= 2487 @ 5.39798
6.34/6.45	c bounds 2521 >= 2488 @ 5.39867
6.34/6.45	c bounds 2521 >= 2489 @ 5.39932
6.34/6.45	c bounds 2521 >= 2490 @ 5.40001
6.34/6.49	c bounds 2521 >= 2491 @ 5.43893
6.43/6.52	c bounds 2521 >= 2492 @ 5.46947
6.43/6.56	c bounds 2521 >= 2493 @ 5.50503
6.43/6.59	c bounds 2521 >= 2494 @ 5.53929
6.54/6.60	c bounds 2521 >= 2495 @ 5.54369
6.54/6.61	c bounds 2521 >= 2496 @ 5.55591
6.54/6.61	c bounds 2521 >= 2497 @ 5.55811
6.54/6.64	c bounds 2521 >= 2498 @ 5.58392
6.54/6.65	c bounds 2521 >= 2499 @ 5.59552
6.54/6.68	c bounds 2521 >= 2500 @ 5.62816
6.64/6.70	c bounds 2521 >= 2501 @ 5.6394
6.64/6.71	c bounds 2521 >= 2502 @ 5.65519
6.64/6.72	c bounds 2521 >= 2503 @ 5.65859
6.64/6.74	c bounds 2521 >= 2504 @ 5.6848
6.73/6.88	c bounds 2521 >= 2505 @ 5.82048
6.83/6.93	c bounds 2521 >= 2506 @ 5.86638
7.23/7.34	c bounds 2521 >= 2507 @ 6.27286
10.22/10.32	c #Conflicts:       3000 | #Constraints:      33252
10.22/10.32	c bounds 2521 >= 2508 @ 9.22123
18.92/19.07	c #Conflicts:       4000 | #Constraints:      34267
18.92/19.07	c INPROCESSING
18.92/19.07	c GARBAGE COLLECT
18.92/19.07	c #Conflicts:       5000 | #Constraints:      32223
18.92/19.07	c #Conflicts:       6000 | #Constraints:      33223
18.92/19.07	c INPROCESSING
18.92/19.07	c GARBAGE COLLECT
18.92/19.07	c rational objective 2508
19.20/19.37	c bounds 2521 >= 2509 @ 18.0643
19.51/19.68	c #Conflicts:       7000 | #Constraints:      32267
19.51/19.68	c bounds 2521 >= 2510 @ 18.3721
28.28/28.43	c #Conflicts:       8000 | #Constraints:      33282
28.28/28.43	c #Conflicts:       9000 | #Constraints:      34282
28.28/28.43	c INPROCESSING
28.28/28.43	c GARBAGE COLLECT
28.28/28.43	c #Conflicts:      10000 | #Constraints:      32997
28.28/28.43	c #Conflicts:      11000 | #Constraints:      33998
28.28/28.43	c #Conflicts:      12000 | #Constraints:      35005
28.28/28.43	c INPROCESSING
28.28/28.43	c GARBAGE COLLECT
28.28/28.43	c #Conflicts:      13000 | #Constraints:      33422
28.28/28.43	c bounds 2521 >= 2511 @ 26.9844
42.24/42.43	c #Conflicts:      14000 | #Constraints:      34443
42.24/42.43	c #Conflicts:      15000 | #Constraints:      35443
42.24/42.43	c INPROCESSING
42.24/42.43	c GARBAGE COLLECT
42.24/42.43	c #Conflicts:      16000 | #Constraints:      33676
42.24/42.43	c #Conflicts:      17000 | #Constraints:      34676
42.24/42.43	c #Conflicts:      18000 | #Constraints:      35676
42.24/42.43	c INPROCESSING
42.24/42.43	c GARBAGE COLLECT
42.24/42.43	c #Conflicts:      19000 | #Constraints:      33689
42.24/42.43	c #Conflicts:      20000 | #Constraints:      34689
42.24/42.43	c #Conflicts:      21000 | #Constraints:      35690
42.24/42.43	c INPROCESSING
42.24/42.43	c GARBAGE COLLECT
42.24/42.43	c #Conflicts:      22000 | #Constraints:      33485
42.24/42.43	c #Conflicts:      23000 | #Constraints:      34485
42.24/42.43	c #Conflicts:      24000 | #Constraints:      35485
42.24/42.43	c #Conflicts:      25000 | #Constraints:      36485
42.24/42.43	c INPROCESSING
42.24/42.43	c GARBAGE COLLECT
42.24/42.43	c bounds 2521 >= 2512 @ 40.7129
46.03/46.28	c #Conflicts:      26000 | #Constraints:      34136
46.03/46.28	c #Conflicts:      27000 | #Constraints:      35136
46.03/46.28	c bounds 2521 >= 2513 @ 44.4967
48.12/48.39	c #Conflicts:      28000 | #Constraints:      36160
48.12/48.39	c #Conflicts:      29000 | #Constraints:      37160
48.12/48.39	c INPROCESSING
48.12/48.39	c GARBAGE COLLECT
48.12/48.39	c #Conflicts:      30000 | #Constraints:      34522
48.12/48.39	c bounds 2521 >= 2514 @ 46.5778
57.11/57.31	c #Conflicts:      31000 | #Constraints:      35549
57.11/57.31	c #Conflicts:      32000 | #Constraints:      36549
57.11/57.31	c #Conflicts:      33000 | #Constraints:      37549
57.11/57.31	c INPROCESSING
57.11/57.31	c GARBAGE COLLECT
57.11/57.31	c #Conflicts:      34000 | #Constraints:      34741
57.11/57.31	c #Conflicts:      35000 | #Constraints:      35741
57.11/57.31	c #Conflicts:      36000 | #Constraints:      36741
57.11/57.31	c #Conflicts:      37000 | #Constraints:      37741
57.11/57.31	c INPROCESSING
57.11/57.31	c GARBAGE COLLECT
57.11/57.31	c rational objective 2514
57.60/57.85	c #Conflicts:      38000 | #Constraints:      34720
57.60/57.85	c bounds 2521 >= 2515 @ 55.9185
61.80/62.04	c #Conflicts:      39000 | #Constraints:      35747
61.80/62.04	c #Conflicts:      40000 | #Constraints:      36747
61.80/62.04	c #Conflicts:      41000 | #Constraints:      37747
61.80/62.04	c INPROCESSING
61.80/62.04	c GARBAGE COLLECT
61.80/62.04	c #Conflicts:      42000 | #Constraints:      34552
61.80/62.04	c #Conflicts:      43000 | #Constraints:      35552
61.80/62.04	c #Conflicts:      44000 | #Constraints:      36552
61.80/62.04	c #Conflicts:      45000 | #Constraints:      37552
61.80/62.04	c bounds 2521 >= 2516 @ 60.0204
63.59/63.88	c #Conflicts:      46000 | #Constraints:      38582
63.59/63.88	c INPROCESSING
63.59/63.88	c GARBAGE COLLECT
63.59/63.88	c rational objective 2516
70.07/70.33	c #Conflicts:      47000 | #Constraints:      35179
70.07/70.33	c #Conflicts:      48000 | #Constraints:      36179
70.07/70.33	c #Conflicts:      49000 | #Constraints:      37179
70.07/70.33	c #Conflicts:      50000 | #Constraints:      38179
70.07/70.33	c #Conflicts:      51000 | #Constraints:      39179
70.07/70.33	c INPROCESSING
70.07/70.33	c GARBAGE COLLECT
70.07/70.33	c #Conflicts:      52000 | #Constraints:      35587
70.07/70.33	c #Conflicts:      53000 | #Constraints:      36587
70.07/70.33	c #Conflicts:      54000 | #Constraints:      37587
70.07/70.33	c #Conflicts:      55000 | #Constraints:      38587
70.07/70.33	c #Conflicts:      56000 | #Constraints:      39587
70.07/70.33	c INPROCESSING
70.07/70.33	c GARBAGE COLLECT
70.07/70.33	c rational objective 2516
81.13/81.47	c #Conflicts:      57000 | #Constraints:      35793
81.13/81.47	c #Conflicts:      58000 | #Constraints:      36793
81.13/81.47	c #Conflicts:      59000 | #Constraints:      37793
81.13/81.47	c #Conflicts:      60000 | #Constraints:      38793
81.13/81.47	c #Conflicts:      61000 | #Constraints:      39794
81.13/81.47	c INPROCESSING
81.13/81.47	c GARBAGE COLLECT
81.13/81.47	c rational objective 2516
91.72/92.03	c #Conflicts:      62000 | #Constraints:      35814
91.72/92.03	c #Conflicts:      63000 | #Constraints:      36814
91.72/92.03	c #Conflicts:      64000 | #Constraints:      37814
91.72/92.03	c #Conflicts:      65000 | #Constraints:      38814
91.72/92.03	c #Conflicts:      66000 | #Constraints:      39814
91.72/92.03	c INPROCESSING
91.72/92.03	c GARBAGE COLLECT
91.72/92.03	c #Conflicts:      67000 | #Constraints:      35634
91.72/92.03	c #Conflicts:      68000 | #Constraints:      36634
91.72/92.03	c #Conflicts:      69000 | #Constraints:      37634
91.72/92.03	c #Conflicts:      70000 | #Constraints:      38634
91.72/92.03	c #Conflicts:      71000 | #Constraints:      39634
91.72/92.03	c bounds 2521 >= 2517 @ 89.482
93.21/93.52	c #Conflicts:      72000 | #Constraints:      40667
93.21/93.52	c INPROCESSING
93.21/93.52	c GARBAGE COLLECT
93.21/93.52	c rational objective 2517
110.85/111.23	c #Conflicts:      73000 | #Constraints:      36222
110.85/111.23	c #Conflicts:      74000 | #Constraints:      37222
110.85/111.23	c #Conflicts:      75000 | #Constraints:      38222
110.85/111.23	c #Conflicts:      76000 | #Constraints:      39222
110.85/111.23	c #Conflicts:      77000 | #Constraints:      40222
110.85/111.23	c #Conflicts:      78000 | #Constraints:      41222
110.85/111.23	c INPROCESSING
110.85/111.23	c GARBAGE COLLECT
110.85/111.23	c #Conflicts:      79000 | #Constraints:      36583
110.85/111.23	c #Conflicts:      80000 | #Constraints:      37583
110.85/111.23	c #Conflicts:      81000 | #Constraints:      38583
110.85/111.23	c #Conflicts:      82000 | #Constraints:      39583
110.85/111.23	c #Conflicts:      83000 | #Constraints:      40583
110.85/111.23	c #Conflicts:      84000 | #Constraints:      41583
110.85/111.23	c INPROCESSING
110.85/111.23	c GARBAGE COLLECT
110.85/111.23	c rational objective 2517
114.76/115.13	c #Conflicts:      85000 | #Constraints:      36795
114.76/115.13	c #Conflicts:      86000 | #Constraints:      37795
114.76/115.13	c #Conflicts:      87000 | #Constraints:      38795
114.76/115.13	c #Conflicts:      88000 | #Constraints:      39795
114.76/115.13	c #Conflicts:      89000 | #Constraints:      40795
114.76/115.13	c #Conflicts:      90000 | #Constraints:      41795
114.76/115.13	c INPROCESSING
114.76/115.13	c GARBAGE COLLECT
114.76/115.13	c rational objective 2517
119.74/120.18	c #Conflicts:      91000 | #Constraints:      36825
119.74/120.18	c #Conflicts:      92000 | #Constraints:      37825
119.74/120.18	c #Conflicts:      93000 | #Constraints:      38825
119.74/120.18	c #Conflicts:      94000 | #Constraints:      39825
119.74/120.18	c #Conflicts:      95000 | #Constraints:      40825
119.74/120.18	c #Conflicts:      96000 | #Constraints:      41825
119.74/120.18	c INPROCESSING
119.74/120.18	c GARBAGE COLLECT
119.74/120.18	c rational objective 2517
124.73/125.17	c #Conflicts:      97000 | #Constraints:      36638
124.73/125.17	c #Conflicts:      98000 | #Constraints:      37638
124.73/125.17	c #Conflicts:      99000 | #Constraints:      38638
124.73/125.17	c #Conflicts:     100000 | #Constraints:      39638
124.73/125.17	c #Conflicts:     101000 | #Constraints:      40638
124.73/125.17	c #Conflicts:     102000 | #Constraints:      41638
124.73/125.17	c #Conflicts:     103000 | #Constraints:      42638
124.73/125.17	c INPROCESSING
124.73/125.17	c GARBAGE COLLECT
124.73/125.17	c rational objective 2517
125.22/125.61	c bounds 2521 >= 2518 @ 122.518
129.81/130.24	c #Conflicts:     104000 | #Constraints:      37283
129.81/130.24	c #Conflicts:     105000 | #Constraints:      38283
129.81/130.24	c #Conflicts:     106000 | #Constraints:      39283
129.81/130.24	c #Conflicts:     107000 | #Constraints:      40283
129.81/130.24	c #Conflicts:     108000 | #Constraints:      41283
129.81/130.24	c #Conflicts:     109000 | #Constraints:      42283
129.81/130.24	c #Conflicts:     110000 | #Constraints:      43283
129.81/130.24	c INPROCESSING
129.81/130.24	c GARBAGE COLLECT
129.81/130.24	c rational objective 2518
136.88/137.35	c #Conflicts:     111000 | #Constraints:      37676
136.88/137.35	c #Conflicts:     112000 | #Constraints:      38676
136.88/137.35	c #Conflicts:     113000 | #Constraints:      39676
136.88/137.35	c #Conflicts:     114000 | #Constraints:      40676
136.88/137.35	c #Conflicts:     115000 | #Constraints:      41676
136.88/137.35	c #Conflicts:     116000 | #Constraints:      42676
136.88/137.35	c #Conflicts:     117000 | #Constraints:      43676
136.88/137.35	c INPROCESSING
136.88/137.35	c GARBAGE COLLECT
136.88/137.35	c rational objective 2518
141.68/142.13	c #Conflicts:     118000 | #Constraints:      37872
141.68/142.13	c #Conflicts:     119000 | #Constraints:      38872
141.68/142.13	c #Conflicts:     120000 | #Constraints:      39872
141.68/142.13	c #Conflicts:     121000 | #Constraints:      40872
141.68/142.13	c #Conflicts:     122000 | #Constraints:      41872
141.68/142.13	c #Conflicts:     123000 | #Constraints:      42872
141.68/142.13	c #Conflicts:     124000 | #Constraints:      43872
141.68/142.13	c INPROCESSING
141.68/142.13	c GARBAGE COLLECT
141.68/142.13	c rational objective 2518
147.26/147.73	c #Conflicts:     125000 | #Constraints:      37874
147.26/147.73	c #Conflicts:     126000 | #Constraints:      38874
147.26/147.73	c #Conflicts:     127000 | #Constraints:      39874
147.26/147.73	c #Conflicts:     128000 | #Constraints:      40874
147.26/147.73	c #Conflicts:     129000 | #Constraints:      41874
147.26/147.73	c #Conflicts:     130000 | #Constraints:      42874
147.26/147.73	c #Conflicts:     131000 | #Constraints:      43874
147.26/147.73	c INPROCESSING
147.26/147.73	c GARBAGE COLLECT
147.26/147.73	c rational objective 2518
153.44/154.01	c #Conflicts:     132000 | #Constraints:      37682
153.44/154.01	c #Conflicts:     133000 | #Constraints:      38682
153.44/154.01	c #Conflicts:     134000 | #Constraints:      39682
153.44/154.01	c #Conflicts:     135000 | #Constraints:      40682
153.44/154.01	c #Conflicts:     136000 | #Constraints:      41682
153.44/154.01	c #Conflicts:     137000 | #Constraints:      42682
153.44/154.01	c #Conflicts:     138000 | #Constraints:      43682
153.44/154.01	c #Conflicts:     139000 | #Constraints:      44682
153.44/154.01	c INPROCESSING
153.44/154.01	c GARBAGE COLLECT
153.44/154.01	c rational objective 2518
159.32/159.83	c #Conflicts:     140000 | #Constraints:      38278
159.32/159.83	c #Conflicts:     141000 | #Constraints:      39278
159.32/159.83	c #Conflicts:     142000 | #Constraints:      40278
159.32/159.83	c #Conflicts:     143000 | #Constraints:      41278
159.32/159.83	c #Conflicts:     144000 | #Constraints:      42278
159.32/159.83	c #Conflicts:     145000 | #Constraints:      43278
159.32/159.83	c #Conflicts:     146000 | #Constraints:      44278
159.32/159.83	c #Conflicts:     147000 | #Constraints:      45278
159.32/159.83	c INPROCESSING
159.32/159.83	c GARBAGE COLLECT
159.32/159.83	c rational objective 2518
165.21/165.79	c #Conflicts:     148000 | #Constraints:      38677
165.21/165.79	c #Conflicts:     149000 | #Constraints:      39677
165.21/165.79	c #Conflicts:     150000 | #Constraints:      40677
165.21/165.79	c #Conflicts:     151000 | #Constraints:      41677
165.21/165.79	c #Conflicts:     152000 | #Constraints:      42677
165.21/165.79	c #Conflicts:     153000 | #Constraints:      43677
165.21/165.79	c #Conflicts:     154000 | #Constraints:      44677
165.21/165.79	c #Conflicts:     155000 | #Constraints:      45677
165.21/165.79	c INPROCESSING
165.21/165.79	c GARBAGE COLLECT
165.21/165.79	c rational objective 2518
182.16/182.76	c #Conflicts:     156000 | #Constraints:      38880
182.16/182.76	c #Conflicts:     157000 | #Constraints:      39880
182.16/182.76	c #Conflicts:     158000 | #Constraints:      40880
182.16/182.76	c #Conflicts:     159000 | #Constraints:      41886
182.16/182.76	c #Conflicts:     160000 | #Constraints:      42936
182.16/182.76	c #Conflicts:     161000 | #Constraints:      43998
182.16/182.76	c #Conflicts:     162000 | #Constraints:      45063
182.16/182.76	c #Conflicts:     163000 | #Constraints:      46103
182.16/182.76	c INPROCESSING
182.16/182.76	c GARBAGE COLLECT
182.16/182.76	c rational objective 2518
191.83/192.45	c #Conflicts:     164000 | #Constraints:      38970
191.83/192.45	c #Conflicts:     165000 | #Constraints:      39970
191.83/192.45	c #Conflicts:     166000 | #Constraints:      40970
191.83/192.45	c #Conflicts:     167000 | #Constraints:      41970
191.83/192.45	c #Conflicts:     168000 | #Constraints:      42970
191.83/192.45	c #Conflicts:     169000 | #Constraints:      43970
191.83/192.45	c #Conflicts:     170000 | #Constraints:      44970
191.83/192.45	c #Conflicts:     171000 | #Constraints:      45970
191.83/192.45	c INPROCESSING
191.83/192.45	c GARBAGE COLLECT
191.83/192.45	c rational objective 2518
199.91/200.55	c #Conflicts:     172000 | #Constraints:      38754
199.91/200.55	c #Conflicts:     173000 | #Constraints:      39754
199.91/200.55	c #Conflicts:     174000 | #Constraints:      40754
199.91/200.55	c #Conflicts:     175000 | #Constraints:      41754
199.91/200.55	c #Conflicts:     176000 | #Constraints:      42754
199.91/200.55	c #Conflicts:     177000 | #Constraints:      43754
199.91/200.55	c #Conflicts:     178000 | #Constraints:      44754
199.91/200.55	c #Conflicts:     179000 | #Constraints:      45754
199.91/200.55	c #Conflicts:     180000 | #Constraints:      46754
199.91/200.55	c INPROCESSING
199.91/200.55	c GARBAGE COLLECT
199.91/200.55	c rational objective 2518
211.40/212.01	c #Conflicts:     181000 | #Constraints:      39333
211.40/212.01	c #Conflicts:     182000 | #Constraints:      40333
211.40/212.01	c #Conflicts:     183000 | #Constraints:      41333
211.40/212.01	c #Conflicts:     184000 | #Constraints:      42333
211.40/212.01	c #Conflicts:     185000 | #Constraints:      43334
211.40/212.01	c #Conflicts:     186000 | #Constraints:      44334
211.40/212.01	c #Conflicts:     187000 | #Constraints:      45334
211.40/212.01	c #Conflicts:     188000 | #Constraints:      46334
211.40/212.01	c #Conflicts:     189000 | #Constraints:      47335
211.40/212.01	c INPROCESSING
211.40/212.01	c GARBAGE COLLECT
211.40/212.01	c rational objective 2518
224.05/224.74	c #Conflicts:     190000 | #Constraints:      39667
224.05/224.74	c #Conflicts:     191000 | #Constraints:      40667
224.05/224.74	c #Conflicts:     192000 | #Constraints:      41667
224.05/224.74	c #Conflicts:     193000 | #Constraints:      42667
224.05/224.74	c #Conflicts:     194000 | #Constraints:      43667
224.05/224.74	c #Conflicts:     195000 | #Constraints:      44667
224.05/224.74	c #Conflicts:     196000 | #Constraints:      45667
224.05/224.74	c #Conflicts:     197000 | #Constraints:      46667
224.05/224.74	c #Conflicts:     198000 | #Constraints:      47667
224.05/224.74	c INPROCESSING
224.05/224.74	c GARBAGE COLLECT
224.05/224.74	c rational objective 2518
231.63/232.31	c #Conflicts:     199000 | #Constraints:      39881
231.63/232.31	c #Conflicts:     200000 | #Constraints:      40881
231.63/232.31	c #Conflicts:     201000 | #Constraints:      41881
231.63/232.31	c #Conflicts:     202000 | #Constraints:      42881
231.63/232.31	c #Conflicts:     203000 | #Constraints:      43881
231.63/232.31	c #Conflicts:     204000 | #Constraints:      44881
231.63/232.31	c #Conflicts:     205000 | #Constraints:      45882
231.63/232.31	c #Conflicts:     206000 | #Constraints:      46882
231.63/232.31	c #Conflicts:     207000 | #Constraints:      47882
231.63/232.31	c INPROCESSING
231.63/232.31	c GARBAGE COLLECT
231.63/232.31	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[594]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[607]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[640]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[642]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[644]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[646]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[648]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[650]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[652]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[654]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[656]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[658]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[660]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[662]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[664]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[666]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[668]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[670]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[673]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[675]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[677]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[681]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[683]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[687]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[691]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[695]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[697]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[699]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[701]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[703]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[705]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[707]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[709]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[712]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[714]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[718]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[720]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[722]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[726]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[728]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[730]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[736]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[738]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[740]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[742]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[743]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[745]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[747]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[749]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[751]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[753]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[755]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[757]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[759]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[761]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[763]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[765]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[767]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[769]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[771]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[773]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[775]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[777]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[779]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[781]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[782]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[784]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[786]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[788]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[792]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[794]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[796]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[798]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[800]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[802]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[804]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[806]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[808]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[810]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[812]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[814]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[815]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[817]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[819]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[821]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[823]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[825]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[827]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[829]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[831]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[833]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[835]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[839]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[841]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[843]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[845]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[847]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[849]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[851]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[854]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[858]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[860]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[862]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[864]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[866]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[868]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[870]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[872]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[874]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[876]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[878]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[880]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[882]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[884]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[886]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[887]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[889]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[891]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[893]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[895]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[897]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[899]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[901]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[903]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[905]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[907]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[909]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[911]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[913]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[915]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[919]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[921]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[923]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[924]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[926]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[928]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[930]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[932]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[934]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[938]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[940]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[942]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[946]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[948]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[950]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[952]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[954]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[956]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[958]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[959]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[961]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[963]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[965]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[967]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[971]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[973]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[975]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[977]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[979]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[983]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[985]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[987]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[989]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[991]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[993]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[996]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[998]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1000]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1002]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1004]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1006]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1008]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1010]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1012]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1014]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1016]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1018]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1020]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1022]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1024]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1026]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1028]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1029]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1031]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1033]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1035]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1037]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1039]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1041]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1043]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1045]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1047]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1049]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1051]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1053]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1055]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1057]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1059]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1061]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1063]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1065]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1066]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1068]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1070]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1072]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1074]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1076]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1080]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1082]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1084]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1086]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1088]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1090]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1092]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1096]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1098]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1099]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1101]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1105]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1107]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1109]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1111]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1113]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1115]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1117]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1119]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1123]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1125]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1127]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1129]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1131]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1133]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1135]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1138]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1140]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1142]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1144]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1146]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1148]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1150]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1152]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1154]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1156]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1158]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1160]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1162]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1164]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1166]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1168]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1170]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1171]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1173]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1175]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1177]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1179]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1181]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1183]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1185]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1187]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1189]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1191]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1193]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1195]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1197]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1199]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1201]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1203]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1205]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1207]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1208]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1210]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1212]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1214]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1216]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1218]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1220]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1222]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1224]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1226]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1228]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1230]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1232]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1234]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1236]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1238]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1240]: 6 -1.00006 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1241]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1243]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1245]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1247]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1249]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1251]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1253]: 6 -1.00004 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1255]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1257]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1259]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1261]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1263]: 6 -1.00001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1265]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1267]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1269]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1271]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1273]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1275]: 6 -1.00007 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1277]: 6 -1.0001 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1280]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1282]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1284]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1286]: 6 -1.00003 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1288]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1290]: 6 -1.00008 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1292]: 6 -1.00005 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1294]: 6 -1.00009 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1296]: 6 -1.00002 0 shouldn't be
231.63/232.31	WSVECS04 Frhs2[1298]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1302]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1304]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1306]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1308]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1310]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1311]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1313]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1315]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1317]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1319]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1321]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1323]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1325]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1327]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1329]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1331]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1333]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1335]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1337]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1339]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1341]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1343]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1345]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1347]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1350]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1352]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1354]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1356]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1358]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1360]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1362]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1364]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1366]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1368]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1370]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1372]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1374]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1376]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1378]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1382]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1383]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1385]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1387]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1389]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1391]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1393]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1395]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1397]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1399]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1401]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1403]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1405]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1409]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1411]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1413]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1415]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1417]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1419]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1422]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1424]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1426]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1428]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1430]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1432]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1434]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1436]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1438]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1442]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1444]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1446]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1448]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1450]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1452]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1453]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1455]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1457]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1459]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1461]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1463]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1465]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1467]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1469]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1471]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1473]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1475]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1477]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1479]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1483]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1485]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1487]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1489]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1491]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1492]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1496]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1498]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1500]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1502]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1506]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1508]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1510]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1512]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1514]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1516]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1518]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1522]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1524]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1525]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1527]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1529]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1531]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1533]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1535]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1537]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1539]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1541]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1543]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1545]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1547]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1549]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1551]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1553]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1555]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1557]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1559]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1561]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1564]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1566]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1568]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1572]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1574]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1576]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1578]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1580]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1582]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1584]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1586]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1588]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1590]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1592]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1594]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1595]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1597]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1599]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1601]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1603]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1605]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1607]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1609]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1611]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1613]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1615]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1617]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1619]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1621]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1623]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1625]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1627]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1629]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1631]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1633]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1634]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1636]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1638]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1640]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1642]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1644]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1646]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1648]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1650]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1652]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1654]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1656]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1658]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1660]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1661]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1662]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1664]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1665]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1667]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1669]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1671]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1673]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1675]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1677]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1679]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1681]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1683]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1685]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1687]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1689]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1691]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1693]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1695]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1697]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1699]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1701]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1703]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1706]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1708]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1710]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1712]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1714]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1716]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1718]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1722]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1724]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1726]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1728]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1730]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1731]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1733]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1734]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1735]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1737]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1739]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1741]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1743]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1745]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1747]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1749]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1751]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1753]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1755]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1757]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1759]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1761]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1763]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1765]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1767]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1769]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1771]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1773]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1775]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1776]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1778]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1780]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1782]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1784]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1786]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1790]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1796]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1800]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1801]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1803]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1805]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1807]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1809]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1811]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1813]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1815]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1817]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1819]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1821]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1823]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1825]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1827]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1829]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1831]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1833]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1835]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1837]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1839]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1841]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1843]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1845]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1848]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1850]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1852]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1854]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1856]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1858]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1860]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1862]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1864]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1866]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1868]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1870]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1872]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1873]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1875]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1877]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1879]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1881]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1883]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1885]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1887]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1889]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1893]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1895]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1897]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1899]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1901]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1903]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1905]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1907]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1909]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1913]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1915]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1917]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1918]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1920]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1922]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1924]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1926]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1928]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1930]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1932]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1934]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1936]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1938]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1940]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1942]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1943]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1947]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1949]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1951]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1953]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1955]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1959]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1961]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1963]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1965]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1967]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1969]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1971]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1973]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1975]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1977]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1979]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1981]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1983]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1985]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1987]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1990]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1992]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1994]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1996]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[1998]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2000]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2002]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2004]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2006]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2008]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2010]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2012]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2013]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2015]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2017]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2019]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2021]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2023]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2025]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2027]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2029]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2031]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2033]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2035]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2037]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2039]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2041]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2043]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2045]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2047]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2049]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2051]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2053]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2055]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2057]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2059]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2060]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2062]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2064]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2066]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2068]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2070]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2072]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2074]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2076]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2078]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2080]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2082]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2084]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2085]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2087]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2089]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2091]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2093]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2095]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2097]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2099]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2101]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2103]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2105]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2107]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2109]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2111]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2113]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2115]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2117]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2119]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2121]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2123]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2125]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2127]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2129]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2132]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2134]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2136]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2138]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2140]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2142]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2144]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2146]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2148]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2150]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2152]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2154]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2155]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2157]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2159]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2161]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2163]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2165]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2167]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2169]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2171]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2173]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2175]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2177]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2179]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2181]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2183]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2185]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2187]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2189]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2191]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2193]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2195]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2197]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2199]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2201]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2202]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2204]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2206]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2208]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2210]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2212]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2214]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2216]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2218]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2220]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2222]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2223]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2224]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2225]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2227]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2229]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2231]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2233]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2235]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2237]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2239]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2241]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2243]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2245]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2247]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2249]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2251]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2253]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2255]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2257]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2259]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2261]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2263]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2265]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2267]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2269]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2274]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2276]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2278]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2280]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2282]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2284]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2286]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2288]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2290]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2292]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2293]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2295]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2297]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2299]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2301]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2303]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2305]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2307]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2309]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2311]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2313]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2315]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2317]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2319]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2321]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2323]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2325]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2327]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2329]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2331]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2333]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2335]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2337]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2339]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2341]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2343]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2344]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2346]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2348]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2350]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2352]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2354]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2356]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2358]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2360]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2362]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2364]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2367]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2369]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2371]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2373]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2375]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2377]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2379]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2381]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2383]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2385]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2387]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2389]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2391]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2393]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2395]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2397]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2399]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2401]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2403]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2405]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2407]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2409]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2411]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2413]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2416]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2418]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2420]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2422]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2424]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2426]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2428]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2430]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2432]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2434]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2436]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2437]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2439]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2441]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2443]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2445]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2447]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2449]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2451]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2453]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2455]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2457]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2459]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2461]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2463]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2465]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2467]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2469]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2471]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2473]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2475]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2477]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2479]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2481]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2483]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2485]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2486]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2488]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2490]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2492]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2494]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2496]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2498]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2500]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2502]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2504]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2506]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2508]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2509]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2511]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2513]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2515]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2519]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2521]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2523]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2525]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2527]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2529]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2531]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2533]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2535]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2537]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2539]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2541]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2543]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2547]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2549]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2551]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2553]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2555]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2558]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2560]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2562]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2564]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2566]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2568]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2570]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2572]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2574]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2576]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2578]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2580]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2581]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2583]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2585]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2587]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2589]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2591]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2593]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2595]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2597]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2599]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2601]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2603]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2605]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2607]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2609]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2611]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2613]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2615]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2617]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2619]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2621]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2623]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2625]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2627]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2628]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2630]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2632]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2634]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2636]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2638]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2640]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2642]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2644]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2646]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2648]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2650]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2652]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2653]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2655]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2657]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2659]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2661]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2663]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2665]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2667]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2669]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2671]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2673]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2675]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2677]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2679]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2681]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2683]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2685]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2687]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2689]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2691]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2693]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2695]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2697]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2700]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2702]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2704]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2706]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2708]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2710]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2712]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2714]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2716]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2718]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2720]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2722]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2724]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2725]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2727]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2729]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2731]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2733]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2735]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2737]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2739]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2741]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2743]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2745]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2747]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2749]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2751]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2753]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2755]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2757]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2759]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2761]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2763]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2765]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2767]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2769]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2770]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2772]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2774]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2776]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2778]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2780]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2782]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2784]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2786]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2788]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2790]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2792]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2794]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2795]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2797]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2799]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2801]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2803]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2805]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2807]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2809]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2811]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2813]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2815]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2817]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2819]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2821]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2823]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2825]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2827]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2829]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2831]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2833]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2835]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2837]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2839]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2842]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2844]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2846]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2848]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2850]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2852]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2854]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2856]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2858]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2860]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2862]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2864]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2865]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2867]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2869]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2871]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2873]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2875]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2877]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2879]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2881]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2883]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2885]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2887]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2889]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2891]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2893]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2895]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2897]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2899]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2901]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2903]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2905]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2907]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2909]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2911]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2912]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2913]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2914]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2916]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2918]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2920]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2922]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2924]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2925]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2926]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2927]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2928]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2929]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2930]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2931]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2932]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2933]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2934]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2935]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2937]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2939]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2941]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2943]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2945]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2947]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2949]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2951]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2953]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2955]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2957]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2959]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2961]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2963]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2965]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2967]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2969]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2971]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2973]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2975]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2977]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2979]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2981]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2984]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2985]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2987]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2989]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2991]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2993]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2995]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2997]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[2999]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3001]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3003]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3005]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3007]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3009]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3011]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3013]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3015]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3017]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3019]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3021]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3023]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3025]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3027]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3029]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3031]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3033]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3035]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3037]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3039]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3041]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3043]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3045]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3047]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3049]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3051]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3053]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3054]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3055]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3057]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3059]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3061]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3063]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3065]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3067]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3069]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3071]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3077]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3079]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3081]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3083]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3085]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3087]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3089]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3091]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3093]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3095]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3097]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3099]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3101]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3103]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3105]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3107]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3111]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3115]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3117]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3119]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3121]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3123]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3125]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3127]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3131]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3135]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3137]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3141]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3143]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3145]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3147]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3149]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3151]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3153]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3155]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3157]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3159]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3161]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3163]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3165]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3167]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3169]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3171]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3173]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3175]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3177]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3179]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3181]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3183]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3185]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3187]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3189]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3191]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3193]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3195]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3196]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3197]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3199]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3201]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3203]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3205]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3207]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3209]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3211]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3213]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3215]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3217]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3219]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3221]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3223]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3225]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3227]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3229]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3231]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3233]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3235]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3237]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3239]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3241]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3243]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3245]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3247]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3249]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3251]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3253]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3255]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3257]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3259]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3261]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3263]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3265]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3268]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3269]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3270]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3271]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3272]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3273]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3274]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3275]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3276]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3277]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3278]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3279]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3280]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3281]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3282]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3283]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3284]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3285]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3286]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3287]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3288]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3289]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3290]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3291]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3292]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3293]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3294]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3295]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3296]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3297]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3298]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3299]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3301]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3303]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3305]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3307]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3309]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3311]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3313]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3315]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3317]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3319]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3321]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3323]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3325]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3327]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3329]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3331]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3333]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3335]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3337]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3338]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3340]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3342]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3344]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3348]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3350]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3352]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3354]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3356]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3358]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3360]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3362]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3364]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3365]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3367]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3368]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3370]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3371]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3373]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3375]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3376]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3377]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3379]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3381]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3383]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3385]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3387]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3389]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3391]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3393]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3395]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3397]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3399]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3401]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3403]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3405]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3407]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3410]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3412]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3414]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3416]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3417]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3418]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3422]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3424]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3426]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3428]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3430]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3432]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3434]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3436]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3437]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3438]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3440]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3442]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3443]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3445]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3446]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3448]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3449]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3450]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3451]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3452]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3453]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3455]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3456]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3457]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3458]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3459]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3460]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3461]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3462]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3463]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3464]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3465]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3466]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3468]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3469]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3470]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3471]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3473]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3474]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3475]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3476]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3477]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3479]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3480]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3482]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3484]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3487]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3489]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3490]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3492]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3494]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3496]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3498]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3500]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3502]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3504]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3506]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3507]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3509]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3510]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3512]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3514]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3516]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3518]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3520]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3522]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3524]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3526]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3530]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3532]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3534]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3536]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3538]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3540]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3542]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3544]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3546]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3548]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3549]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3552]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3554]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3556]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3558]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3559]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3560]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3562]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3564]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3566]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3568]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3570]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3572]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3574]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3576]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3578]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3579]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3580]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3582]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3584]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3586]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3588]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3590]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3592]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3594]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3596]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3598]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3600]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3602]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3604]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3606]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3608]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3610]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3612]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3614]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3616]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3618]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3621]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3858]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3860]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3908]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3910]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3912]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3914]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3916]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3918]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3920]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3922]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3924]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3926]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3928]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3930]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3932]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3934]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3936]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3938]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3940]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3942]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3944]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3946]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3948]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3950]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3952]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3954]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3956]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3958]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3960]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3962]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3964]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3966]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3968]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3970]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3972]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3974]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3976]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3978]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3980]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3982]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3984]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3986]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3988]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3990]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3992]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3994]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3996]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[3998]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4000]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4002]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4004]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4006]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4008]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4010]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4012]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4014]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4016]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4018]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4020]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4022]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4024]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4026]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4028]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4030]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4032]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4034]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4036]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4038]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4040]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4042]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4044]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4046]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4047]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4048]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4050]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4051]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4052]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4054]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4056]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4058]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4060]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4062]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4064]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4066]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4068]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4070]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4072]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4074]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4076]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4078]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4080]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4081]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4082]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4084]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4086]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4088]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4090]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4092]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4094]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4095]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4121]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4123]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4134]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4136]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4138]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4140]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4142]: 6 -1.0001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4144]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4145]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4146]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4148]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4150]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4151]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4153]: 6 -1.00001 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4154]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4165]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4167]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4193]: 6 -1.00005 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4208]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4210]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4212]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4214]: 6 -1.00004 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4215]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4217]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4220]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4223]: 6 -1.00008 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4234]: 6 -1.00002 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4237]: 6 -1.00007 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4280]: 6 -1.00003 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4282]: 6 -1.00009 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4284]: 6 -1.00006 0 shouldn't be
231.63/232.32	WSVECS04 Frhs2[4287]: 6 -1.00006 0 shouldn't be
234.43/235.17	c rational objective 2518
240.20/240.93	c #Conflicts:     208000 | #Constraints:      39839
240.20/240.93	c #Conflicts:     209000 | #Constraints:      40839
240.20/240.93	c #Conflicts:     210000 | #Constraints:      41839
240.20/240.93	c #Conflicts:     211000 | #Constraints:      42839
240.20/240.93	c #Conflicts:     212000 | #Constraints:      43839
240.20/240.93	c #Conflicts:     213000 | #Constraints:      44839
240.20/240.93	WSVECS04 Frhs2[214]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[216]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[222]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[228]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[242]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[246]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[247]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[249]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[253]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[255]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[257]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[259]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[263]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[265]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[267]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[269]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[271]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[273]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[275]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[279]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[281]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[283]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[292]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[310]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[312]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[319]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[321]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[327]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[329]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[331]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[337]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[339]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[343]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[345]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[347]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[349]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[351]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[353]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[356]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[362]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[378]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[384]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[388]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[391]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[395]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[397]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[399]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[401]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[403]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[405]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[407]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[409]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[411]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[415]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[417]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[419]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[423]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[425]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[428]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[430]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[432]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[444]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[456]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[458]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[460]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[467]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[469]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[471]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[473]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[475]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[477]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[481]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[483]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[485]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[487]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[489]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[491]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[495]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[497]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[498]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[500]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[502]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[504]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[506]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[512]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[514]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[516]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[522]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[528]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[531]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[533]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[539]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[541]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[543]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[545]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[547]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[549]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[551]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[555]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[557]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[559]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[561]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[563]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[567]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[570]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[572]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[574]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[576]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[578]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[582]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[584]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[588]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[590]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[592]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[594]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[600]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[602]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[603]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[605]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[607]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[609]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[611]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[615]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[617]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[619]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[621]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[623]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[625]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[627]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[629]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[631]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[633]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[635]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[637]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[639]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[642]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[662]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[673]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[675]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[677]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[681]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[683]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[685]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[687]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[689]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[693]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[695]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[697]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[699]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[701]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[703]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[705]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[707]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[709]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[712]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[714]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[716]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[718]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[720]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[724]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[726]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[728]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[730]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[734]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[738]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[740]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[742]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[743]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[745]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[747]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[749]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[751]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[753]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[755]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[757]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[759]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[761]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[763]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[765]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[767]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[769]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[771]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[773]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[775]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[777]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[779]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[781]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[782]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[784]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[786]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[788]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[790]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[792]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[794]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[796]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[798]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[800]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[802]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[804]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[806]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[808]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[810]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[812]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[814]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[815]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[817]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[819]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[821]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[823]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[825]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[827]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[829]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[831]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[833]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[835]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[837]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[839]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[841]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[843]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[845]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[847]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[849]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[851]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[854]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[856]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[858]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[860]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[862]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[864]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[866]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[868]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[870]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[872]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[874]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[876]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[878]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[880]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[882]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[884]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[886]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[887]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[891]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[893]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[895]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[897]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[899]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[901]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[903]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[905]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[909]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[911]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[913]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[915]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[917]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[919]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[921]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[923]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[924]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[926]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[930]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[932]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[934]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[936]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[938]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[940]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[942]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[943]: 6 0 2.00002 shouldn't be
240.20/240.93	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[945]: 6 0 3.58335 shouldn't be
240.20/240.93	WSVECS04 Frhs2[947]: 6 0 1.58341 shouldn't be
240.20/240.93	WSVECS04 Frhs2[948]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[949]: 6 0 2.25005 shouldn't be
240.20/240.93	WSVECS04 Frhs2[952]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[954]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[955]: 6 0 2.00001 shouldn't be
240.20/240.93	WSVECS04 Frhs2[956]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[958]: 6 0 0.500025 shouldn't be
240.20/240.93	WSVECS04 Frhs2[959]: 6 -2.50008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[961]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[963]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[965]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[967]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[969]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[971]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[973]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[975]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[977]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[979]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[981]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[983]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[985]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[987]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[989]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[991]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[993]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[996]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[998]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1000]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1002]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1004]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1006]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1008]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1010]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1012]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1014]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1016]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1018]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1020]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1022]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1024]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1026]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1028]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1031]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1033]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1035]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1037]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1039]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1041]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1043]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1045]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1047]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1049]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1051]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1053]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1055]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1057]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1059]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1061]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1063]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1065]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1066]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1068]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1072]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1074]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1076]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1078]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1080]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1082]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1084]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1088]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1092]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1094]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1096]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1098]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1099]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1101]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1103]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1105]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1107]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1109]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1111]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1113]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1115]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1117]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1119]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1121]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1123]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1125]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1127]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1129]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1131]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1133]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1135]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1138]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1140]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1144]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1148]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1150]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1152]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1154]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1156]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1158]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1160]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1162]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1164]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1166]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1170]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1171]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1173]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1175]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1177]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1179]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1181]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1183]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1185]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1187]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1189]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1191]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1193]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1195]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1197]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1199]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1201]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1203]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1205]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1207]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1208]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1210]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1212]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1214]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1216]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1218]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1220]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1222]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1224]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1226]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1228]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1230]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1234]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1236]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1238]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1240]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1241]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1245]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1247]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1249]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1251]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1253]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1255]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1257]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1259]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1261]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1263]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1265]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1269]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1271]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1273]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1275]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1277]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1280]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1284]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1286]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1288]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1290]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1292]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1296]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1298]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1300]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1302]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1304]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1306]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1310]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1311]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1313]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1315]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1317]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1319]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1321]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1323]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1325]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1327]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1329]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1331]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1333]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1335]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1339]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1341]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1343]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1345]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1347]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1350]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1352]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1354]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1356]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1358]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1360]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1362]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1364]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1366]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1368]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1370]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1372]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1374]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1376]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1378]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1380]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1382]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1383]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1385]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1387]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1389]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1391]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1393]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1395]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1397]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1399]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1401]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1403]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1405]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1407]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1409]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1411]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1413]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1415]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1417]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1419]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1422]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1424]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1426]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1428]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1430]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1432]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1434]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1438]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1440]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1442]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1444]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1446]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1448]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1452]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1453]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1457]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1459]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1461]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1465]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1467]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1469]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1471]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1473]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1475]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1477]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1483]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1485]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1489]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1491]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1492]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1496]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1498]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1500]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1502]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1504]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1506]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1508]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1510]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1512]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1514]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1518]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1520]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1522]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1524]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1527]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1529]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1531]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1533]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1535]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1537]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1539]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1541]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1543]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1545]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1547]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1549]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1551]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1553]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1555]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1557]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1559]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1561]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1564]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1586]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1588]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1594]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1599]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1601]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1603]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1607]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1617]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1625]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1627]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1629]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1652]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1658]: 6 -2.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1662]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1665]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1669]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1687]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1689]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1695]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1697]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1699]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1701]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1703]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1706]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1722]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1724]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1726]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1728]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1730]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1735]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1737]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1739]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1741]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1743]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1745]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1747]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1749]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1751]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1753]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1755]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1757]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1759]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1761]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1765]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1767]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1769]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1771]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1773]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1775]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1776]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1792]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1794]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1796]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1798]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1800]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1802]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1803]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1804]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1805]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1807]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1809]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1811]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1813]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1815]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1817]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1819]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1821]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1823]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1825]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1827]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1829]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1831]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1833]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1835]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1837]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1839]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1841]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1843]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1845]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1848]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1850]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1852]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1854]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1856]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1858]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1860]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1862]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1864]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1866]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1868]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1870]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1872]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1874]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1875]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1877]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1879]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1881]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1883]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1885]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1887]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1889]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1891]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1893]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1895]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1897]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1899]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1901]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1903]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1905]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1907]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1909]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1911]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1913]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1915]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1917]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1918]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1920]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1922]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1924]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1926]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1928]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1930]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1932]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1934]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1936]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1938]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1940]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1942]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1944]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1945]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1947]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1949]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1951]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1953]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1955]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1957]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1959]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1961]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1963]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1965]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1967]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1969]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1971]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1973]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1975]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1977]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1979]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1981]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1983]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1985]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1987]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1990]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1992]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1994]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1996]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[1998]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2000]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2002]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2004]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2006]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2008]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2010]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2014]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2015]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2017]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2019]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2021]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2023]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2025]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2027]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2029]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2031]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2033]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2035]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2037]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2039]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2041]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2043]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2045]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2047]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2049]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2051]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2053]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2055]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2057]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2059]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2087]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2089]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2091]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2093]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2095]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2097]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2099]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2101]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2103]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2105]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2107]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2109]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2111]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2113]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2115]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2117]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2163]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2165]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2233]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2235]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2237]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2305]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2307]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2375]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2377]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2379]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2418]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2447]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2449]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2517]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2519]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2521]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2578]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2580]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2582]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2589]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2591]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2648]: 6 -2.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2650]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2652]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2661]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2720]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2722]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2724]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[2961]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3007]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3009]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3011]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3013]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3015]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3017]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3019]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3021]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3023]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3025]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3027]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3029]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3031]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3033]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3035]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3037]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3039]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3041]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3043]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3045]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3047]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3049]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3051]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3053]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3054]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3072]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3074]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3076]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3077]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3079]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3081]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3083]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3085]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3087]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3089]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3091]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3093]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3095]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3097]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3099]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3101]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3103]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3105]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3107]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3109]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3111]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3113]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3115]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3117]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3119]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3121]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3123]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3126]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3128]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3130]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3132]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3134]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3136]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3138]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3140]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3142]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3144]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3146]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3148]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3149]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3151]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3153]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3155]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3156]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3157]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3159]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3161]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3163]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3165]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3167]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3169]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3171]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3173]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3175]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3177]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3179]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3181]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3183]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3185]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3187]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3189]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3191]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3193]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3195]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3196]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3198]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3200]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3202]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3204]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3206]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3208]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3210]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3212]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3214]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3216]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3218]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3220]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3221]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3223]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3225]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3227]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3229]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3231]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3233]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3235]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3237]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3239]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3241]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3243]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3245]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3247]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3249]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3251]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3253]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3255]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3257]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3259]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3261]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3263]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3265]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3268]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3270]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3272]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3274]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3276]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3278]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3282]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3284]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3286]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3288]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3290]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3292]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3293]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3295]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3297]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3299]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3301]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3303]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3305]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3307]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3311]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3313]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3315]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3317]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3319]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3321]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3323]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3325]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3327]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3329]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3331]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3333]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3335]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3337]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3338]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3340]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3342]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3344]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3348]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3350]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3352]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3354]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3356]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3358]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3360]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3362]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3365]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3367]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3369]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3371]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3373]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3375]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3377]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3379]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3381]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3383]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3385]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3387]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3389]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3391]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3393]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3395]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3397]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3399]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3401]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3403]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3405]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3407]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3410]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3412]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3414]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3416]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3418]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3420]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3422]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3424]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3426]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3430]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3432]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3437]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3441]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3443]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3445]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3447]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3449]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3451]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3453]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3455]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3457]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3459]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3461]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3463]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3465]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3467]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3469]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3471]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3473]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3475]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3477]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3479]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3710]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3805]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3819]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3823]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3831]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3858]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3860]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3875]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3877]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3889]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3895]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3897]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3899]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3901]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3903]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3905]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3906]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3908]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3910]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3912]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3914]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3916]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3918]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3920]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3922]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3924]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3926]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3928]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3930]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3932]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3934]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3936]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3938]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3940]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3942]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3944]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3947]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3949]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3951]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3955]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3957]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3959]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3961]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3965]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3967]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3969]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3971]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3973]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3975]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3978]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3980]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3982]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3984]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3986]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3988]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3990]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3992]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3994]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3996]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[3998]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4000]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4002]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4004]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4006]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4010]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4012]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4014]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4016]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4017]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4019]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4021]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4023]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4025]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4027]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4029]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4031]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4033]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4035]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4037]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4039]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4041]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4043]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4045]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4047]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4048]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4050]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4052]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4054]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4056]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4058]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4060]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4062]: 6 -1.0001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4064]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4066]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4068]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4070]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4072]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4076]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4078]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4080]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4082]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4084]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4086]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4087]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4089]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4091]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4093]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4095]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4097]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4099]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4101]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4103]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4105]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4107]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4109]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4111]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4113]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4115]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4117]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4120]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4122]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4124]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4126]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4128]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4130]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4132]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4134]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4136]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4138]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4140]: 6 -1.00001 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4142]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4144]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4146]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4148]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4150]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4152]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4154]: 6 -1.00005 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4156]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4159]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4161]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4163]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4165]: 6 -1.00006 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4167]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4169]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4171]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4173]: 6 -1.00002 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4175]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4177]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4179]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4181]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4183]: 6 -1.00009 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4185]: 6 -1.00007 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4187]: 6 -1.00003 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4189]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4560]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4760]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4852]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[4854]: 6 -1.00004 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[5545]: 6 -1.00008 0 shouldn't be
240.20/240.93	WSVECS04 Frhs2[8512]: 6 0 1.00007 shouldn't be
246.99/247.70	c #Conflicts:     214000 | #Constraints:      45840
246.99/247.70	c #Conflicts:     215000 | #Constraints:      46840
246.99/247.70	c #Conflicts:     216000 | #Constraints:      47840
246.99/247.70	c INPROCESSING
246.99/247.70	c GARBAGE COLLECT
246.99/247.70	c rational objective 2518
257.06/257.87	c #Conflicts:     217000 | #Constraints:      39687
257.06/257.87	c #Conflicts:     218000 | #Constraints:      40687
257.06/257.87	c #Conflicts:     219000 | #Constraints:      41687
257.06/257.87	c #Conflicts:     220000 | #Constraints:      42687
257.06/257.87	c #Conflicts:     221000 | #Constraints:      43687
257.06/257.87	c #Conflicts:     222000 | #Constraints:      44687
257.06/257.87	c #Conflicts:     223000 | #Constraints:      45687
257.06/257.87	c #Conflicts:     224000 | #Constraints:      46687
257.06/257.87	c #Conflicts:     225000 | #Constraints:      47687
257.06/257.87	c #Conflicts:     226000 | #Constraints:      48687
257.06/257.87	c INPROCESSING
257.06/257.87	c GARBAGE COLLECT
257.06/257.87	c rational objective 2518
265.64/266.49	c #Conflicts:     227000 | #Constraints:      40283
265.64/266.49	c #Conflicts:     228000 | #Constraints:      41283
265.64/266.49	c #Conflicts:     229000 | #Constraints:      42283
265.64/266.49	c #Conflicts:     230000 | #Constraints:      43283
265.64/266.49	c #Conflicts:     231000 | #Constraints:      44283
265.64/266.49	c #Conflicts:     232000 | #Constraints:      45283
265.64/266.49	c #Conflicts:     233000 | #Constraints:      46283
265.64/266.49	c #Conflicts:     234000 | #Constraints:      47283
265.64/266.49	c #Conflicts:     235000 | #Constraints:      48283
265.64/266.49	c #Conflicts:     236000 | #Constraints:      49283
265.64/266.49	c INPROCESSING
265.64/266.49	c GARBAGE COLLECT
265.64/266.49	c rational objective 2518
278.60/279.45	c #Conflicts:     237000 | #Constraints:      40726
278.60/279.45	c #Conflicts:     238000 | #Constraints:      41727
278.60/279.45	c #Conflicts:     239000 | #Constraints:      42728
278.60/279.45	c #Conflicts:     240000 | #Constraints:      43732
278.60/279.45	c #Conflicts:     241000 | #Constraints:      44739
278.60/279.45	c #Conflicts:     242000 | #Constraints:      45739
278.60/279.45	c #Conflicts:     243000 | #Constraints:      46739
278.60/279.45	c #Conflicts:     244000 | #Constraints:      47746
278.60/279.45	c #Conflicts:     245000 | #Constraints:      48752
278.60/279.45	c #Conflicts:     246000 | #Constraints:      49774
278.60/279.45	c INPROCESSING
278.60/279.45	c GARBAGE COLLECT
278.60/279.45	c rational objective 2518
284.30/285.14	c #Conflicts:     247000 | #Constraints:      40906
284.30/285.14	c #Conflicts:     248000 | #Constraints:      41906
284.30/285.14	c #Conflicts:     249000 | #Constraints:      42906
284.30/285.14	c #Conflicts:     250000 | #Constraints:      43906
284.30/285.14	c #Conflicts:     251000 | #Constraints:      44906
284.30/285.14	c #Conflicts:     252000 | #Constraints:      45906
284.30/285.14	WSVECS04 Frhs2[2]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[6]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[10]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[12]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[16]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[18]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[20]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[24]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[26]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[30]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[32]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[34]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[38]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[40]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[42]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[44]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[46]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[48]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[50]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[52]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[56]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[58]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[60]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[62]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[64]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[66]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[68]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[71]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[76]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[80]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[86]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[90]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[92]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[94]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[96]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[98]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[104]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[106]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[108]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[110]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[114]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[116]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[118]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[120]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[122]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[124]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[126]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[128]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[130]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[134]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[136]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[150]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[152]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[158]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[190]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[214]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[216]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[218]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[220]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[222]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[224]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[226]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[228]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[230]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[232]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[234]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[236]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[240]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[242]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[246]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[248]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[252]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[254]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[256]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[260]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[262]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[264]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[268]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[270]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[274]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[278]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[280]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[282]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[284]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[286]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[288]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[290]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[292]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[294]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[296]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[298]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[300]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[302]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[304]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[308]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[310]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[312]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[314]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[316]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[318]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[320]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[324]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[326]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[328]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[332]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[334]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[336]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[338]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[340]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[342]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[344]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[346]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[348]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[350]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[352]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[354]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[355]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[356]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[358]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[360]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[362]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[364]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[366]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[368]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[370]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[372]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[376]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[378]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[380]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[382]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[384]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[388]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[390]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[392]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[394]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[396]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[398]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[400]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[402]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[404]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[406]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[408]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[410]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[412]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[414]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[416]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[420]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[422]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[424]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[428]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[432]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[434]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[436]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[438]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[440]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[446]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[448]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[450]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[452]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[454]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[456]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[458]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[460]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[462]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[466]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[468]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[470]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[472]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[474]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[478]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[480]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[484]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[486]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[488]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[490]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[492]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[494]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[496]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[497]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[498]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[500]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[504]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[506]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[508]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[510]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[514]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[516]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[518]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[520]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[522]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[524]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[526]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[530]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[532]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[534]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[536]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[538]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[540]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[542]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[544]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[546]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[548]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[550]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[552]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[554]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[556]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[558]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[560]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[562]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[564]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[570]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[572]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[574]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[576]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[578]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[582]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[584]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[586]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[588]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[590]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[592]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[594]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[596]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[600]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[604]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[608]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[612]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[614]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[616]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[618]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[622]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[624]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[626]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[628]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[630]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[632]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[634]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[636]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[674]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[698]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[700]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[702]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[704]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[708]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[712]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[714]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[716]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[718]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[724]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[726]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[728]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[730]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[732]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[734]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[736]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[738]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[740]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[742]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[744]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[746]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[748]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[750]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[752]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[754]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[756]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[758]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[760]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[762]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[764]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[766]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[768]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[770]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[772]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[774]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[776]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[778]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[780]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[781]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[782]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[784]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[786]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[788]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[792]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[794]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[796]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[798]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[800]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[802]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[804]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[806]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[808]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[810]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[812]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[814]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[816]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[818]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[820]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[822]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[824]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[826]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[828]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[830]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[832]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[834]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[836]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[842]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[844]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[846]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[848]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[850]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[852]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[854]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[856]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[858]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[860]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[862]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[864]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[866]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[868]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[870]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[872]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[874]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[876]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[878]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[880]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[882]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[884]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[886]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[888]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[890]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[892]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[894]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[896]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[898]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[900]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[902]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[904]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[906]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[908]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[910]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[912]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[914]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[916]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[918]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[922]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[923]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[924]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[926]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[928]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[930]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[932]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[934]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[936]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[938]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[940]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[942]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[944]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[946]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[948]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[950]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[952]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[954]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[956]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[958]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[960]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[962]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[964]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[966]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[968]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[970]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[974]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[976]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[978]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[980]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[982]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[984]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[986]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[988]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[990]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[992]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[994]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[998]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1000]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1002]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1004]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1006]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1008]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1010]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1012]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1014]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1016]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1018]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1020]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1022]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1024]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1026]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1028]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1030]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1032]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1034]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1036]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1038]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1040]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1042]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1044]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1046]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1048]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1050]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1052]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1054]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1056]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1058]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1062]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1065]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1066]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1068]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1070]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1072]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1074]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1076]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1080]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1082]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1084]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1086]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1090]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1110]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1118]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1128]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1132]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1134]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1136]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1138]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1140]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1144]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1146]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1148]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1150]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1152]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1154]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1156]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1158]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1160]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1162]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1164]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1166]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1170]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1172]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1174]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1176]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1178]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1182]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1184]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1186]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1192]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1194]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1196]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1198]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1200]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1204]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1207]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1208]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1210]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1212]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1214]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1216]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1218]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1220]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1222]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1226]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1228]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1230]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1232]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1234]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1236]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1238]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1240]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1242]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1244]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1246]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1248]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1250]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1252]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1254]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1256]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1260]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1264]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1268]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1270]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1272]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1280]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1284]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1286]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1288]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1290]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1292]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1296]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1298]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1302]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1304]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1306]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1310]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1312]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1314]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1316]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1318]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1322]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1324]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1330]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1332]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1334]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1338]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1340]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1342]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1344]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1346]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1348]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1349]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1350]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1352]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1354]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1356]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1358]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1360]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1362]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1364]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1366]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1368]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1370]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1372]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1374]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1376]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1378]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1380]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1382]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1384]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1390]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1392]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1394]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1396]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1400]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1404]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1406]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1408]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1410]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1414]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1416]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1418]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1420]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1422]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1424]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1426]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1428]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1430]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1432]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1434]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1436]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1438]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1440]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1442]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1444]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1448]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1450]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1452]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1454]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1456]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1458]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1460]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1462]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1464]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1466]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1468]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1470]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1472]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1474]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1476]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1478]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1480]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1482]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1484]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1486]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1488]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1490]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1492]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1496]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1498]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1500]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1502]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1506]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1508]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1510]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1512]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1514]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1516]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1518]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1520]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1524]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1526]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1528]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1530]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1532]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1534]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1777]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1779]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1790]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1792]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1794]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1796]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1802]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1804]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1806]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1808]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1810]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1812]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1814]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1816]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1818]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1820]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1822]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1824]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1826]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1828]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1830]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1832]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1834]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1836]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1838]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1840]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1842]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1844]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1846]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1847]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1851]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1852]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1854]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1860]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1862]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1919]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1921]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1932]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1952]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1988]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1989]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1991]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[1993]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2022]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2061]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2063]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2065]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2092]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2094]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2114]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2130]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2131]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2133]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2135]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2164]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2184]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2186]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2200]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2205]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2207]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2236]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2256]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2277]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2489]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2518]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2520]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2555]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2559]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2561]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2570]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2578]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2590]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2625]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2627]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2631]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2648]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2650]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2697]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2720]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2722]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[2792]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3196]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3198]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3200]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3202]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3204]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3206]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3208]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3210]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3212]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3214]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3216]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3218]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3220]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3222]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3224]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3226]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3228]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3230]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3232]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3234]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3236]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3238]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3240]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3242]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3244]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3246]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3248]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3250]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3255]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3257]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3259]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3261]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3263]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3265]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3268]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3270]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3272]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3274]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3276]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3278]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3280]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3282]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3284]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3286]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3288]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3290]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3292]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3294]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3296]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3298]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3300]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3302]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3304]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3306]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3308]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3310]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3312]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3314]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3316]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3318]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3320]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3322]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3325]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3327]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3329]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3331]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3333]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3335]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3337]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3338]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3340]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3342]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3344]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3346]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3348]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3350]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3352]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3354]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3356]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3358]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3360]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3362]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3364]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3366]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3368]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3370]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3372]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3374]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3376]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3378]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3380]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3382]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3384]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3386]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3388]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3390]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3392]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3394]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3395]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3397]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3399]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3401]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3403]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3405]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3407]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3410]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3412]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3414]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3416]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3418]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3420]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3422]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3424]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3426]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3428]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3430]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3432]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3434]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3436]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3438]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3440]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3442]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3444]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3446]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3448]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3450]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3452]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3454]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3456]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3458]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3460]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3462]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3464]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3467]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3469]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3471]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3473]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3475]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3477]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3482]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3484]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3486]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3488]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3490]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3492]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3494]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3496]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3498]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3500]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3502]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3504]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3506]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3508]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3510]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3512]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3537]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3539]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3541]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3554]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3556]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3560]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3562]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3564]: 6 -1.00008 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3566]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3568]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3570]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3572]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3574]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3578]: 6 -1.00003 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3580]: 6 -1.00009 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3582]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3609]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3858]: 6 -1.00004 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3876]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3968]: 6 -1.00001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3970]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3972]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[3974]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[4004]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[4010]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[4012]: 6 -1.00006 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[4014]: 6 -1.00007 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[4026]: 6 -1.00002 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[4028]: 6 -1.00005 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[4044]: 6 -1.0001 0 shouldn't be
284.30/285.14	WSVECS04 Frhs2[4084]: 6 -1.00004 0 shouldn't be
290.87/291.74	c #Conflicts:     253000 | #Constraints:      46906
290.87/291.74	c #Conflicts:     254000 | #Constraints:      47906
290.87/291.74	c #Conflicts:     255000 | #Constraints:      48906
290.87/291.74	c #Conflicts:     256000 | #Constraints:      49906
290.87/291.74	c INPROCESSING
290.87/291.74	c GARBAGE COLLECT
290.87/291.74	c rational objective 2518
299.35/300.24	c #Conflicts:     257000 | #Constraints:      40942
299.35/300.24	c #Conflicts:     258000 | #Constraints:      41942
299.35/300.24	c #Conflicts:     259000 | #Constraints:      42942
299.35/300.24	c #Conflicts:     260000 | #Constraints:      43942
299.35/300.24	c #Conflicts:     261000 | #Constraints:      44942
299.35/300.24	c #Conflicts:     262000 | #Constraints:      45942
299.35/300.24	c #Conflicts:     263000 | #Constraints:      46942
299.35/300.24	c #Conflicts:     264000 | #Constraints:      47942
299.35/300.24	c #Conflicts:     265000 | #Constraints:      48942
299.35/300.24	c #Conflicts:     266000 | #Constraints:      49942
299.35/300.24	c INPROCESSING
299.35/300.24	c GARBAGE COLLECT
299.35/300.24	c rational objective 2518
316.30/317.29	c #Conflicts:     267000 | #Constraints:      40739
316.30/317.29	c #Conflicts:     268000 | #Constraints:      41740
316.30/317.29	c #Conflicts:     269000 | #Constraints:      42740
316.30/317.29	c #Conflicts:     270000 | #Constraints:      43740
316.30/317.29	c #Conflicts:     271000 | #Constraints:      44740
316.30/317.29	c #Conflicts:     272000 | #Constraints:      45762
316.30/317.29	c #Conflicts:     273000 | #Constraints:      46787
316.30/317.29	c #Conflicts:     274000 | #Constraints:      47810
316.30/317.29	c #Conflicts:     275000 | #Constraints:      48862
316.30/317.29	c #Conflicts:     276000 | #Constraints:      49890
316.30/317.29	c #Conflicts:     277000 | #Constraints:      50910
316.30/317.29	c INPROCESSING
316.30/317.29	c GARBAGE COLLECT
316.30/317.29	c rational objective 2518
327.18/328.16	c #Conflicts:     278000 | #Constraints:      41430
327.18/328.16	c #Conflicts:     279000 | #Constraints:      42430
327.18/328.16	c #Conflicts:     280000 | #Constraints:      43430
327.18/328.16	c #Conflicts:     281000 | #Constraints:      44430
327.18/328.16	c #Conflicts:     282000 | #Constraints:      45430
327.18/328.16	c #Conflicts:     283000 | #Constraints:      46430
327.18/328.16	c #Conflicts:     284000 | #Constraints:      47430
327.18/328.16	c #Conflicts:     285000 | #Constraints:      48430
327.18/328.16	c #Conflicts:     286000 | #Constraints:      49430
327.18/328.16	c #Conflicts:     287000 | #Constraints:      50430
327.18/328.16	c #Conflicts:     288000 | #Constraints:      51430
327.18/328.16	c INPROCESSING
327.18/328.16	c GARBAGE COLLECT
327.18/328.16	c rational objective 2518
339.94/340.96	c #Conflicts:     289000 | #Constraints:      41820
339.94/340.96	c #Conflicts:     290000 | #Constraints:      42820
339.94/340.96	c #Conflicts:     291000 | #Constraints:      43820
339.94/340.96	c #Conflicts:     292000 | #Constraints:      44820
339.94/340.96	c #Conflicts:     293000 | #Constraints:      45820
339.94/340.96	c #Conflicts:     294000 | #Constraints:      46820
339.94/340.96	c #Conflicts:     295000 | #Constraints:      47820
339.94/340.96	c #Conflicts:     296000 | #Constraints:      48821
339.94/340.96	c #Conflicts:     297000 | #Constraints:      49821
339.94/340.96	c #Conflicts:     298000 | #Constraints:      50821
339.94/340.96	c #Conflicts:     299000 | #Constraints:      51821
339.94/340.96	c INPROCESSING
339.94/340.96	c GARBAGE COLLECT
339.94/340.96	c rational objective 2518
349.42/350.43	c #Conflicts:     300000 | #Constraints:      41922
349.42/350.43	c #Conflicts:     301000 | #Constraints:      42922
349.42/350.43	c #Conflicts:     302000 | #Constraints:      43922
349.42/350.43	c #Conflicts:     303000 | #Constraints:      44922
349.42/350.43	c #Conflicts:     304000 | #Constraints:      45922
349.42/350.43	c #Conflicts:     305000 | #Constraints:      46922
349.42/350.43	c #Conflicts:     306000 | #Constraints:      47922
349.42/350.43	c #Conflicts:     307000 | #Constraints:      48922
349.42/350.43	c #Conflicts:     308000 | #Constraints:      49922
349.42/350.43	c #Conflicts:     309000 | #Constraints:      50922
349.42/350.43	c #Conflicts:     310000 | #Constraints:      51922
349.42/350.43	c INPROCESSING
349.42/350.43	c GARBAGE COLLECT
349.42/350.43	c rational objective 2518
373.35/374.43	c #Conflicts:     311000 | #Constraints:      41967
373.35/374.43	c #Conflicts:     312000 | #Constraints:      42968
373.35/374.43	c #Conflicts:     313000 | #Constraints:      43968
373.35/374.43	c #Conflicts:     314000 | #Constraints:      44968
373.35/374.43	c #Conflicts:     315000 | #Constraints:      45977
373.35/374.43	c #Conflicts:     316000 | #Constraints:      46977
373.35/374.43	c #Conflicts:     317000 | #Constraints:      48001
373.35/374.43	c #Conflicts:     318000 | #Constraints:      49002
373.35/374.43	c #Conflicts:     319000 | #Constraints:      50007
373.35/374.43	c #Conflicts:     320000 | #Constraints:      51010
373.35/374.43	c #Conflicts:     321000 | #Constraints:      52015
373.35/374.43	c INPROCESSING
373.35/374.43	c GARBAGE COLLECT
373.35/374.43	c rational objective 2518
382.23/383.37	c #Conflicts:     322000 | #Constraints:      41741
382.23/383.37	c #Conflicts:     323000 | #Constraints:      42742
382.23/383.37	c #Conflicts:     324000 | #Constraints:      43742
382.23/383.37	c #Conflicts:     325000 | #Constraints:      44742
382.23/383.37	c #Conflicts:     326000 | #Constraints:      45742
382.23/383.37	c #Conflicts:     327000 | #Constraints:      46742
382.23/383.37	c #Conflicts:     328000 | #Constraints:      47742
382.23/383.37	c #Conflicts:     329000 | #Constraints:      48742
382.23/383.37	c #Conflicts:     330000 | #Constraints:      49742
382.23/383.37	WSVECS04 Frhs2[1]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[2]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[70]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[72]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[142]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[674]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[696]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[702]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[712]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[714]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[716]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[718]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[720]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[724]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[726]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[728]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[730]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[732]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[738]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[740]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[742]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[744]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[746]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[750]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[752]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[754]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[756]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[758]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[760]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[762]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[764]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[766]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[768]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[770]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[772]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[774]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[776]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[778]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[780]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[781]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[782]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[784]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[786]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[788]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[792]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[794]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[796]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[798]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[800]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[802]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[816]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[818]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[820]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[822]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[824]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[826]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[828]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[830]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[832]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[834]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[836]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[838]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[842]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[844]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[846]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[848]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[850]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[852]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[854]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[858]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[860]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[862]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[864]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[866]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[868]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[870]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[872]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[874]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[888]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[890]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[892]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[894]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[896]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[900]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[902]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[906]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[908]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[912]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[914]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[916]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[920]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[922]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[923]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[924]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[926]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[928]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[930]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[932]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[934]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[936]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[938]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[940]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[942]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[944]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[947]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[960]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[962]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[966]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[968]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[970]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[972]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[974]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[976]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[978]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[980]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[982]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[986]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[988]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[990]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[992]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[994]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[996]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[998]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[999]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1000]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1002]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1004]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1006]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1010]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1012]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1014]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1016]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1018]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1068]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1069]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1071]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1152]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1154]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1156]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1158]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1160]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1162]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1164]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1166]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1168]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1172]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1174]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1176]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1178]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1182]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1184]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1186]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1192]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1194]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1196]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1198]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1200]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1204]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1206]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1207]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1208]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1210]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1212]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1214]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1216]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1218]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1222]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1224]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1226]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1228]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1230]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1232]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1234]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1236]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1238]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1244]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1246]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1248]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1250]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1252]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1254]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1256]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1260]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1262]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1264]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1266]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1268]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1270]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1272]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1274]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1280]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1282]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1284]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1286]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1288]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1290]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1292]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1294]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1296]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1298]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1300]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1302]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1306]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1308]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1310]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1314]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1316]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1318]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1320]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1324]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1326]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1330]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1332]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1334]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1336]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1338]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1340]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1342]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1344]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1346]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1348]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1350]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1352]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1354]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1356]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1358]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1360]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1362]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1364]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1366]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1368]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1370]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1374]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1376]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1378]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1380]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1388]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1390]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1394]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1396]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1398]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1400]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1402]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1404]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1406]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1408]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1410]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1412]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1414]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1416]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1418]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1420]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1422]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1424]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1426]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1428]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1430]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1432]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1436]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1438]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1442]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1446]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1448]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1450]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1452]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1458]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1460]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1462]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1464]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1466]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1468]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1470]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1472]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1474]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1476]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1478]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1480]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1482]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1484]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1486]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1488]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1490]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1492]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1494]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1496]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1500]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1502]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1504]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1506]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1508]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1510]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1512]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1514]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1516]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1518]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1520]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1522]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1528]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1530]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1532]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1534]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1588]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1730]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1792]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1794]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1796]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1798]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1800]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1802]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1804]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1806]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1812]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1814]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1816]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1818]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1820]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1822]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1824]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1826]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1828]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1832]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1834]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1836]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1838]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1840]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1842]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1844]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1846]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1848]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1850]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1852]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1854]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1872]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[1918]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[2379]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[2578]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[2648]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[2650]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[2720]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3858]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3876]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3882]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3892]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3902]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3938]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3940]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3942]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3968]: 6 -1.00002 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3970]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3972]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[3974]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4004]: 6 -1.00001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4008]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4010]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4012]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4014]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4026]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4028]: 6 -1.00009 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4044]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4080]: 6 -1.00006 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4082]: 6 -1.00004 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4084]: 6 -1.00003 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4152]: 6 -1.00005 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4154]: 6 -1.00007 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4902]: 6 -1.0001 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4968]: 6 -1.00008 0 shouldn't be
382.23/383.37	WSVECS04 Frhs2[4970]: 6 -1.00009 0 shouldn't be
385.41/386.51	c #Conflicts:     331000 | #Constraints:      50743
385.41/386.51	c #Conflicts:     332000 | #Constraints:      51743
385.41/386.51	c #Conflicts:     333000 | #Constraints:      52743
385.41/386.51	c INPROCESSING
385.41/386.51	c GARBAGE COLLECT
385.41/386.51	c rational objective 2518
396.39/397.54	c #Conflicts:     334000 | #Constraints:      42363
396.39/397.54	c #Conflicts:     335000 | #Constraints:      43363
396.39/397.54	c #Conflicts:     336000 | #Constraints:      44363
396.39/397.54	c #Conflicts:     337000 | #Constraints:      45363
396.39/397.54	c #Conflicts:     338000 | #Constraints:      46363
396.39/397.54	c #Conflicts:     339000 | #Constraints:      47363
396.39/397.54	c #Conflicts:     340000 | #Constraints:      48363
396.39/397.54	c #Conflicts:     341000 | #Constraints:      49363
396.39/397.54	c #Conflicts:     342000 | #Constraints:      50364
396.39/397.54	c #Conflicts:     343000 | #Constraints:      51364
396.39/397.54	c #Conflicts:     344000 | #Constraints:      52364
396.39/397.54	c #Conflicts:     345000 | #Constraints:      53364
396.39/397.54	c INPROCESSING
396.39/397.54	c GARBAGE COLLECT
396.39/397.54	c rational objective 2518
407.56/408.70	c #Conflicts:     346000 | #Constraints:      42704
407.56/408.70	c #Conflicts:     347000 | #Constraints:      43704
407.56/408.70	c #Conflicts:     348000 | #Constraints:      44704
407.56/408.70	c #Conflicts:     349000 | #Constraints:      45704
407.56/408.70	c #Conflicts:     350000 | #Constraints:      46704
407.56/408.70	c #Conflicts:     351000 | #Constraints:      47704
407.56/408.70	c #Conflicts:     352000 | #Constraints:      48704
407.56/408.70	c #Conflicts:     353000 | #Constraints:      49704
407.56/408.70	c #Conflicts:     354000 | #Constraints:      50704
407.56/408.70	c #Conflicts:     355000 | #Constraints:      51704
407.56/408.70	c #Conflicts:     356000 | #Constraints:      52704
407.56/408.70	c #Conflicts:     357000 | #Constraints:      53704
407.56/408.70	c INPROCESSING
407.56/408.70	c GARBAGE COLLECT
407.56/408.70	c rational objective 2518
417.53/418.74	c #Conflicts:     358000 | #Constraints:      42957
417.53/418.74	c #Conflicts:     359000 | #Constraints:      43957
417.53/418.74	c #Conflicts:     360000 | #Constraints:      44958
417.53/418.74	c #Conflicts:     361000 | #Constraints:      45958
417.53/418.74	c #Conflicts:     362000 | #Constraints:      46958
417.53/418.74	c #Conflicts:     363000 | #Constraints:      47958
417.53/418.74	c #Conflicts:     364000 | #Constraints:      48958
417.53/418.74	c #Conflicts:     365000 | #Constraints:      49958
417.53/418.74	c #Conflicts:     366000 | #Constraints:      50958
417.53/418.74	c #Conflicts:     367000 | #Constraints:      51958
417.53/418.74	c #Conflicts:     368000 | #Constraints:      52958
417.53/418.74	c #Conflicts:     369000 | #Constraints:      53958
417.53/418.74	c INPROCESSING
417.53/418.74	c GARBAGE COLLECT
417.53/418.74	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[6]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[8]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[10]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[11]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[12]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[14]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[18]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[20]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[22]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[24]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[26]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[30]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[31]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[32]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[38]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[40]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[42]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[48]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[50]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[52]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[54]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[56]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[58]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[59]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[62]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[64]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[66]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[68]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[74]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[76]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[78]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[80]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[82]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[84]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[86]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[90]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[92]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[94]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[96]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[98]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[100]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[102]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[104]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[108]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[110]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[114]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[118]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[120]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[122]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[126]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[128]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[130]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[134]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[136]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[144]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[146]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[148]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[154]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[160]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[164]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[166]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[168]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[172]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[174]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[178]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[180]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[182]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[184]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[186]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[192]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[194]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[196]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[198]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[200]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[204]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[206]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[208]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[210]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[212]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[216]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[218]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[220]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[222]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[224]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[226]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[228]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[230]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[240]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[248]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[254]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[256]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[258]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[260]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[262]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[264]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[266]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[268]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[270]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[276]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[278]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[280]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[282]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[284]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[286]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[288]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[290]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[292]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[294]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[296]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[298]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[300]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[302]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[304]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[306]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[310]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[312]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[314]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[316]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[318]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[320]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[322]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[324]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[330]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[332]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[334]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[338]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[340]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[342]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[344]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[346]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[348]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[350]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[352]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[354]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[355]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[356]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[358]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[360]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[362]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[364]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[366]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[368]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[370]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[374]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[376]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[378]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[382]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[386]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[394]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[396]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[400]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[408]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[412]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[414]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[416]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[418]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[420]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[422]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[424]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[426]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[427]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[428]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[430]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[432]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[434]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[436]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[438]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[440]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[442]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[446]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[448]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[450]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[452]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[454]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[456]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[462]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[464]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[466]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[468]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[470]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[472]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[474]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[476]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[478]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[480]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[482]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[484]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[486]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[492]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[496]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[498]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[500]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[502]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[508]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[510]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[512]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[514]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[516]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[518]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[520]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[522]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[524]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[526]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[530]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[532]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[534]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[536]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[538]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[540]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[542]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[544]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[546]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[548]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[550]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[554]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[556]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[558]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[560]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[562]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[564]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[566]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[568]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[570]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[572]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[576]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[578]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[580]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[582]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[584]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[586]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[588]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[590]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[592]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[596]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[598]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[600]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[602]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[604]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[606]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[608]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[610]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[612]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[614]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[616]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[618]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[620]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[622]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[624]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[626]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[628]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[630]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[668]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[734]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[736]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[738]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[740]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[742]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[744]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[804]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[806]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[808]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[810]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[812]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[814]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[816]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[818]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[874]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[876]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[878]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[880]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[882]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[884]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[886]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[888]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[890]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[946]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[948]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[949]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[950]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[952]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[954]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[956]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[958]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[960]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[968]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[970]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1020]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1040]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1098]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1170]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1240]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1242]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1310]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1312]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1378]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1380]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1382]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1384]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1448]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1450]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1452]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1454]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1520]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1522]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1524]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1526]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1594]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1596]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1808]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1810]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1880]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1950]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[1952]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2022]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2024]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2094]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2164]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2306]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2376]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2378]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2448]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2518]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2520]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[2590]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4839]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4859]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4887]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4904]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4908]: 6 -1.00003 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4909]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4911]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4912]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4916]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4918]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4920]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4929]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4931]: 6 -1.00008 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4932]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4934]: 6 -1.00006 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4938]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4942]: 6 -1.00004 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4944]: 6 -1.00001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4946]: 6 -1.0001 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4950]: 6 -1.00005 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4954]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4957]: 6 -1.00002 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4959]: 6 -1.00007 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4960]: 6 -1.00009 0 shouldn't be
417.53/418.74	WSVECS04 Frhs2[4962]: 6 -1.0001 0 shouldn't be
419.12/420.37	c rational objective 2518
432.39/433.62	c #Conflicts:     370000 | #Constraints:      42899
432.39/433.62	c #Conflicts:     371000 | #Constraints:      43900
432.39/433.62	c #Conflicts:     372000 | #Constraints:      44900
432.39/433.62	c #Conflicts:     373000 | #Constraints:      45900
432.39/433.62	c #Conflicts:     374000 | #Constraints:      46900
432.39/433.62	c #Conflicts:     375000 | #Constraints:      47900
432.39/433.62	c #Conflicts:     376000 | #Constraints:      48900
432.39/433.62	c #Conflicts:     377000 | #Constraints:      49900
432.39/433.62	c #Conflicts:     378000 | #Constraints:      50900
432.39/433.62	c #Conflicts:     379000 | #Constraints:      51900
432.39/433.62	c #Conflicts:     380000 | #Constraints:      52900
432.39/433.62	c #Conflicts:     381000 | #Constraints:      53900
432.39/433.62	c INPROCESSING
432.39/433.62	c GARBAGE COLLECT
432.39/433.62	c rational objective 2518
449.65/451.00	c #Conflicts:     382000 | #Constraints:      42735
449.65/451.00	c #Conflicts:     383000 | #Constraints:      43735
449.65/451.00	c #Conflicts:     384000 | #Constraints:      44735
449.65/451.00	c #Conflicts:     385000 | #Constraints:      45736
449.65/451.00	c #Conflicts:     386000 | #Constraints:      46736
449.65/451.00	c #Conflicts:     387000 | #Constraints:      47736
449.65/451.00	c #Conflicts:     388000 | #Constraints:      48736
449.65/451.00	c #Conflicts:     389000 | #Constraints:      49736
449.65/451.00	c #Conflicts:     390000 | #Constraints:      50736
449.65/451.00	c #Conflicts:     391000 | #Constraints:      51736
449.65/451.00	c #Conflicts:     392000 | #Constraints:      52736
449.65/451.00	c #Conflicts:     393000 | #Constraints:      53736
449.65/451.00	c #Conflicts:     394000 | #Constraints:      54741
449.65/451.00	c INPROCESSING
449.65/451.00	c GARBAGE COLLECT
449.65/451.00	c rational objective 2518
463.00/464.35	c #Conflicts:     395000 | #Constraints:      43331
463.00/464.35	c #Conflicts:     396000 | #Constraints:      44331
463.00/464.35	c #Conflicts:     397000 | #Constraints:      45331
463.00/464.35	c #Conflicts:     398000 | #Constraints:      46331
463.00/464.35	c #Conflicts:     399000 | #Constraints:      47331
463.00/464.35	c #Conflicts:     400000 | #Constraints:      48331
463.00/464.35	c #Conflicts:     401000 | #Constraints:      49331
463.00/464.35	c #Conflicts:     402000 | #Constraints:      50331
463.00/464.35	c #Conflicts:     403000 | #Constraints:      51331
463.00/464.35	c #Conflicts:     404000 | #Constraints:      52332
463.00/464.35	c #Conflicts:     405000 | #Constraints:      53332
463.00/464.35	c #Conflicts:     406000 | #Constraints:      54332
463.00/464.35	c #Conflicts:     407000 | #Constraints:      55332
463.00/464.35	c INPROCESSING
463.00/464.35	c GARBAGE COLLECT
463.00/464.35	c rational objective 2518
474.57/475.97	c #Conflicts:     408000 | #Constraints:      43687
474.57/475.97	c #Conflicts:     409000 | #Constraints:      44687
474.57/475.97	c #Conflicts:     410000 | #Constraints:      45687
474.57/475.97	c #Conflicts:     411000 | #Constraints:      46687
474.57/475.97	c #Conflicts:     412000 | #Constraints:      47687
474.57/475.97	c #Conflicts:     413000 | #Constraints:      48687
474.57/475.97	c #Conflicts:     414000 | #Constraints:      49687
474.57/475.97	c #Conflicts:     415000 | #Constraints:      50687
474.57/475.97	c #Conflicts:     416000 | #Constraints:      51687
474.57/475.97	c #Conflicts:     417000 | #Constraints:      52687
474.57/475.97	c #Conflicts:     418000 | #Constraints:      53687
474.57/475.97	c #Conflicts:     419000 | #Constraints:      54687
474.57/475.97	c #Conflicts:     420000 | #Constraints:      55687
474.57/475.97	c INPROCESSING
474.57/475.97	c GARBAGE COLLECT
474.57/475.97	c rational objective 2518
483.76/485.14	c #Conflicts:     421000 | #Constraints:      43911
483.76/485.14	c #Conflicts:     422000 | #Constraints:      44911
483.76/485.14	c #Conflicts:     423000 | #Constraints:      45911
483.76/485.14	c #Conflicts:     424000 | #Constraints:      46912
483.76/485.14	c #Conflicts:     425000 | #Constraints:      47912
483.76/485.14	c #Conflicts:     426000 | #Constraints:      48912
483.76/485.14	c #Conflicts:     427000 | #Constraints:      49912
483.76/485.14	c #Conflicts:     428000 | #Constraints:      50912
483.76/485.14	c #Conflicts:     429000 | #Constraints:      51912
483.76/485.14	c #Conflicts:     430000 | #Constraints:      52912
483.76/485.14	c #Conflicts:     431000 | #Constraints:      53912
483.76/485.14	c #Conflicts:     432000 | #Constraints:      54912
483.76/485.14	c #Conflicts:     433000 | #Constraints:      55912
483.76/485.14	c INPROCESSING
483.76/485.14	c GARBAGE COLLECT
483.76/485.14	c rational objective 2518
499.51/500.94	c #Conflicts:     434000 | #Constraints:      43912
499.51/500.94	c #Conflicts:     435000 | #Constraints:      44912
499.51/500.94	c #Conflicts:     436000 | #Constraints:      45912
499.51/500.94	c #Conflicts:     437000 | #Constraints:      46912
499.51/500.94	c #Conflicts:     438000 | #Constraints:      47912
499.51/500.94	c #Conflicts:     439000 | #Constraints:      48912
499.51/500.94	c #Conflicts:     440000 | #Constraints:      49912
499.51/500.94	c #Conflicts:     441000 | #Constraints:      50912
499.51/500.94	c #Conflicts:     442000 | #Constraints:      51912
499.51/500.94	c #Conflicts:     443000 | #Constraints:      52912
499.51/500.94	c bounds 2521 >= 2519 @ 492.616
512.87/514.35	c #Conflicts:     444000 | #Constraints:      53942
512.87/514.35	c #Conflicts:     445000 | #Constraints:      54942
512.87/514.35	c #Conflicts:     446000 | #Constraints:      55942
512.87/514.35	c INPROCESSING
512.87/514.35	c GARBAGE COLLECT
512.87/514.35	c rational objective 2519
534.53/536.10	c #Conflicts:     447000 | #Constraints:      43723
534.53/536.10	c #Conflicts:     448000 | #Constraints:      44723
534.53/536.10	c #Conflicts:     449000 | #Constraints:      45723
534.53/536.10	c #Conflicts:     450000 | #Constraints:      46723
534.53/536.10	c #Conflicts:     451000 | #Constraints:      47723
534.53/536.10	c #Conflicts:     452000 | #Constraints:      48723
534.53/536.10	c #Conflicts:     453000 | #Constraints:      49723
534.53/536.10	c #Conflicts:     454000 | #Constraints:      50723
534.53/536.10	c #Conflicts:     455000 | #Constraints:      51723
534.53/536.10	c #Conflicts:     456000 | #Constraints:      52724
534.53/536.10	c #Conflicts:     457000 | #Constraints:      53724
534.53/536.10	c #Conflicts:     458000 | #Constraints:      54724
534.53/536.10	c #Conflicts:     459000 | #Constraints:      55724
534.53/536.10	c #Conflicts:     460000 | #Constraints:      56727
534.53/536.10	c INPROCESSING
534.53/536.10	c GARBAGE COLLECT
534.53/536.10	c rational objective 2519
541.29/542.80	c #Conflicts:     461000 | #Constraints:      44301
541.29/542.80	c #Conflicts:     462000 | #Constraints:      45301
541.29/542.80	c #Conflicts:     463000 | #Constraints:      46301
541.29/542.80	c #Conflicts:     464000 | #Constraints:      47301
541.29/542.80	c #Conflicts:     465000 | #Constraints:      48301
541.29/542.80	WSVECS04 Frhs2[2]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[4]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[6]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[8]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[12]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[14]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[16]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[18]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[20]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[24]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[26]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[30]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[32]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[34]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[38]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[40]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[42]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[44]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[48]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[50]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[52]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[54]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[56]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[62]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[64]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[66]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[68]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[71]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[72]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[74]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[76]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[78]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[80]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[84]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[86]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[88]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[90]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[92]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[94]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[96]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[98]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[100]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[102]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[104]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[106]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[108]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[110]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[114]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[116]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[120]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[122]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[126]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[128]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[130]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[134]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[136]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[138]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[140]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[144]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[146]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[148]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[150]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[152]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[158]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[160]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[166]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[170]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[174]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[176]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[180]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[182]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[184]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[186]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[188]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[192]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[196]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[198]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[202]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[204]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[206]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[210]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[212]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[214]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[216]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[218]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[220]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[222]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[224]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[226]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[228]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[230]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[232]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[236]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[242]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[248]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[252]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[254]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[256]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[258]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[260]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[262]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[264]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[266]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[268]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[270]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[274]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[276]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[280]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[282]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[284]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[290]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[292]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[294]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[296]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[298]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[300]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[302]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[304]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[306]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[308]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[310]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[312]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[314]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[316]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[318]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[320]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[322]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[324]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[326]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[328]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[332]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[334]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[336]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[338]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[340]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[342]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[344]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[346]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[350]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[352]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[354]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[355]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[356]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[358]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[360]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[362]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[364]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[366]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[368]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[370]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[372]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[374]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[380]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[382]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[384]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[386]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[388]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[390]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[394]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[396]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[398]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[400]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[402]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[404]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[406]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[410]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[412]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[414]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[416]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[418]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[420]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[422]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[424]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[426]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[428]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[430]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[432]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[436]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[438]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[442]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[444]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[446]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[448]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[452]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[454]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[456]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[460]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[464]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[466]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[468]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[470]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[472]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[474]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[480]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[482]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[484]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[490]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[492]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[496]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[498]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[500]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[508]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[510]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[514]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[516]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[518]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[520]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[522]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[524]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[526]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[530]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[532]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[534]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[536]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[538]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[540]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[542]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[544]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[546]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[548]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[550]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[552]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[556]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[558]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[560]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[562]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[564]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[566]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[570]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[572]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[576]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[578]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[582]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[584]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[586]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[590]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[592]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[598]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[600]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[602]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[604]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[606]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[608]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[610]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[612]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[616]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[618]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[622]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[624]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[630]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[632]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[634]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[636]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[644]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[646]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[648]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[650]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[652]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[654]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[656]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[658]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[660]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[662]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[664]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[666]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[668]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[672]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[674]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[690]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[692]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[694]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[696]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[698]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[700]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[702]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[708]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[712]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[714]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[716]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[718]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[720]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[726]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[728]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[730]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[734]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[736]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[738]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[740]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[742]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[744]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[746]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[748]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[750]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[752]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[754]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[756]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[758]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[760]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[762]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[764]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[766]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[768]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[770]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[772]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[774]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[776]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[778]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[780]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[781]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[782]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[784]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[786]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[788]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[790]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[792]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[794]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[796]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[798]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[800]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[802]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[804]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[806]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[808]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[810]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[812]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[814]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[816]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[818]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[820]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[822]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[824]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[826]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[828]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[830]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[832]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[834]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[836]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[838]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[844]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[846]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[848]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[850]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[852]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[854]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[856]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[858]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[860]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[862]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[864]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[866]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[868]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[870]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[872]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[874]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[876]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[878]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[882]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[884]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[886]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[888]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[890]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[892]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[894]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[896]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[900]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[902]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[904]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[906]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[908]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[910]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[912]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[914]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[916]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[918]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[920]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[922]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[923]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[924]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[926]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[928]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[932]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[934]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[936]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[938]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[940]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[942]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[948]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[949]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[952]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[954]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[958]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[960]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[962]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[966]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[968]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[970]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[972]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[974]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[976]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[978]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[980]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[982]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[984]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[986]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[990]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[992]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[994]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[996]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[998]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1000]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1002]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1004]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1006]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1008]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1010]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1012]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1014]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1016]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1018]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1024]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1026]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1028]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1030]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1034]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1038]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1040]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1046]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1048]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1052]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1058]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1062]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1064]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1065]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1066]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1068]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1070]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1072]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1074]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1076]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1078]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1080]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1082]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1084]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1086]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1108]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1110]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1128]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1132]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1134]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1136]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1142]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1144]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1148]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1150]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1152]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1154]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1156]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1158]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1160]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1162]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1164]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1166]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1168]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1170]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1172]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1174]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1176]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1178]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1180]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1182]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1184]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1186]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1192]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1194]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1196]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1198]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1204]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1206]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1207]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1208]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1210]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1214]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1216]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1218]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1220]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1222]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1224]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1226]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1228]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1230]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1236]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1238]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1240]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1242]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1244]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1246]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1248]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1250]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1252]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1254]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1256]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1260]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1264]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1266]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1268]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1270]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1272]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1274]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1280]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1282]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1284]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1286]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1288]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1290]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1292]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1294]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1296]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1298]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1300]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1306]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1308]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1310]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1312]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1314]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1316]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1318]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1320]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1322]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1324]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1326]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1330]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1332]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1334]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1336]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1338]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1342]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1346]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1349]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1350]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1352]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1354]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1356]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1358]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1360]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1362]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1364]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1366]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1368]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1370]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1372]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1374]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1378]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1382]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1384]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1388]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1390]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1392]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1394]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1396]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1400]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1402]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1406]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1408]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1410]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1412]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1414]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1416]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1418]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1421]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1422]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1424]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1426]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1428]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1430]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1432]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1434]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1436]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1438]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1440]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1450]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1452]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1454]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1456]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1458]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1460]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1462]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1464]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1466]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1468]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1470]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1472]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1474]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1476]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1478]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1480]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1482]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1484]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1486]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1488]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1490]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1493]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1494]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1496]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1500]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1502]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1504]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1506]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1510]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1514]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1516]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1518]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1520]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1524]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1526]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1528]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1530]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1532]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1534]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1552]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1554]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1556]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1562]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1563]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1564]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1566]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1586]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1596]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1604]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1635]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1656]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1676]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1704]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1705]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1728]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1738]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1754]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1796]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1798]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1800]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1802]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1804]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1806]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1808]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1810]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1812]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1814]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1816]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1818]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1820]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1822]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1824]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1826]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1828]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1830]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1832]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1834]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1836]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1838]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1842]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1844]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1846]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1848]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1850]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1852]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1854]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1856]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1858]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1860]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1862]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1864]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1866]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1868]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1870]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1872]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1874]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1876]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1878]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1880]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1882]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1884]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1886]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1888]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1890]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1892]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1894]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1896]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1898]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1900]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1902]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1904]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1906]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1908]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1910]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1912]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1914]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1916]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1917]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1918]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1920]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1922]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1924]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1926]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1928]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1930]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1932]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1934]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1936]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1938]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1940]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1942]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1944]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1946]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1948]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1950]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1952]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1954]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1956]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1958]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1960]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1962]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1964]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1966]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1968]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1970]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1972]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1974]: 6 -1.0001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1976]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1978]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1980]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1982]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1986]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1988]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1990]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1992]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1994]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1996]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[1998]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2000]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2002]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2004]: 6 -1.00001 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2006]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2008]: 6 -1.00008 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2010]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2014]: 6 -1.00007 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2016]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2018]: 6 -1.00003 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2020]: 6 -1.00002 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2022]: 6 -1.00005 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2024]: 6 -1.00004 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2026]: 6 -1.00009 0 shouldn't be
541.29/542.80	WSVECS04 Frhs2[2028]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2030]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2032]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2034]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2036]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2038]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2040]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2042]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2044]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2046]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2054]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2056]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2058]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2092]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2094]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2422]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2864]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2866]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2868]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2870]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2872]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2874]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2876]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2878]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2910]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2911]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2912]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2944]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2946]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2948]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2950]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2952]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2954]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2956]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2958]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2960]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2962]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2964]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2966]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2968]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2970]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2972]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2974]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2976]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2978]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2980]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2981]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2984]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2986]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2988]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2990]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2992]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2994]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2996]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[2998]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3000]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3002]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3004]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3006]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3008]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3010]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3012]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3014]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3016]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3018]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3020]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3022]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3024]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3026]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3028]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3032]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3034]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3038]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3040]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3042]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3044]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3046]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3048]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3050]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3052]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3053]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3054]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3056]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3058]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3062]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3064]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3066]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3068]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3070]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3072]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3074]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3076]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3078]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3080]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3082]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3084]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3086]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3088]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3090]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3092]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3094]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3096]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3098]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3100]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3102]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3104]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3106]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3108]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3110]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3112]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3114]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3116]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3118]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3120]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3122]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3123]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3126]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3128]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3130]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3132]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3134]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3136]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3138]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3140]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3142]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3144]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3146]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3148]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3150]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3152]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3154]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3156]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3158]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3160]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3162]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3164]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3166]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3168]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3170]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3172]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3174]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3176]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3178]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3180]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3182]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3184]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3186]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3188]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3190]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3192]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3193]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3195]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3196]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3198]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3200]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3202]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3204]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3206]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3208]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3210]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3212]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3214]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3216]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3222]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3224]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3226]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3228]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3230]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3232]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3234]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3236]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3238]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3240]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3242]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3244]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3246]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3248]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3250]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3252]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3254]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3256]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3258]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3260]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3262]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3264]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3265]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3268]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3270]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3272]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3274]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3276]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3278]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3280]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3282]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3284]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3286]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3288]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3290]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3292]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3294]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3296]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3298]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3300]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3302]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3304]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3306]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3308]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3310]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3312]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3314]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3316]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3318]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3320]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3322]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3324]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3326]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3328]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3330]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3332]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3334]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3336]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3337]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3338]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3340]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3342]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3344]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3346]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3348]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3350]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3354]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3356]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3358]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3360]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3362]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3364]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3366]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3368]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3370]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3372]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3374]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3376]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3378]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3380]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3382]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3384]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3386]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3388]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3390]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3392]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3394]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3396]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3398]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3400]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3402]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3404]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3406]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3410]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3412]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3414]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3416]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3418]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3420]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3422]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3424]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3426]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3428]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3430]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3432]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3434]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3436]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3438]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3440]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3442]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3444]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3446]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3448]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3450]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3452]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3454]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3456]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3458]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3460]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3462]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3464]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3466]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3468]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3470]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3472]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3474]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3476]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3482]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3484]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3486]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3488]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3490]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3492]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3494]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3496]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3498]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3500]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3502]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3504]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3506]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3508]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3510]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3512]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3536]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3538]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3554]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3556]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3560]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3562]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3564]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3566]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3568]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3570]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3572]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3574]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3576]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3578]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3580]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3582]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3608]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3788]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3790]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3792]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3794]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3796]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3798]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3800]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3802]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3804]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3806]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3808]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3810]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3812]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3814]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3816]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3818]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3820]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3822]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3824]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3826]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3828]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3858]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3860]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3862]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3864]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3866]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3868]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3870]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3872]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3874]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3876]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3878]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3880]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3882]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3884]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3886]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3888]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3890]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3892]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3894]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3896]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3898]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3900]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3902]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3932]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3934]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3936]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3938]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3940]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3942]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3944]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3946]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3948]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3950]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3952]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3954]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3956]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3958]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3960]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3962]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3964]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3966]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3968]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3970]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3972]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[3974]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4002]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4004]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4006]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4008]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4010]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4012]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4014]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4016]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4018]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4020]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4022]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4024]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4026]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4028]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4030]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4032]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4034]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4036]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4038]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4040]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4042]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4044]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4080]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4082]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4084]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4152]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4154]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4904]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4906]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4908]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4910]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4912]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4914]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4916]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4918]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4920]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4922]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4924]: 6 -1.0001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4926]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4928]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4930]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4932]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4934]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4936]: 6 -1.00009 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4938]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4940]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4942]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4944]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4946]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4948]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4950]: 6 -1.00006 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4952]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4954]: 6 -1.00008 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4956]: 6 -1.00001 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4958]: 6 -1.00007 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4960]: 6 -1.00005 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4962]: 6 -1.00002 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4964]: 6 -1.00004 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[4966]: 6 -1.00003 0 shouldn't be
541.29/542.81	WSVECS04 Frhs2[5674]: 6 -1.00008 0 shouldn't be
549.97/551.59	c #Conflicts:     466000 | #Constraints:      49301
549.97/551.59	c #Conflicts:     467000 | #Constraints:      50301
549.97/551.59	c #Conflicts:     468000 | #Constraints:      51301
549.97/551.59	c #Conflicts:     469000 | #Constraints:      52301
549.97/551.59	c #Conflicts:     470000 | #Constraints:      53301
549.97/551.59	c #Conflicts:     471000 | #Constraints:      54301
549.97/551.59	c #Conflicts:     472000 | #Constraints:      55301
549.97/551.59	c #Conflicts:     473000 | #Constraints:      56301
549.97/551.59	c #Conflicts:     474000 | #Constraints:      57301
549.97/551.59	c INPROCESSING
549.97/551.59	c GARBAGE COLLECT
549.97/551.59	c rational objective 2519
567.91/569.56	c #Conflicts:     475000 | #Constraints:      44734
567.91/569.56	c #Conflicts:     476000 | #Constraints:      45734
567.91/569.56	c #Conflicts:     477000 | #Constraints:      46734
567.91/569.56	c #Conflicts:     478000 | #Constraints:      47734
567.91/569.56	c #Conflicts:     479000 | #Constraints:      48734
567.91/569.56	c #Conflicts:     480000 | #Constraints:      49734
567.91/569.56	c #Conflicts:     481000 | #Constraints:      50734
567.91/569.56	c #Conflicts:     482000 | #Constraints:      51734
567.91/569.56	c #Conflicts:     483000 | #Constraints:      52734
567.91/569.56	c #Conflicts:     484000 | #Constraints:      53734
567.91/569.56	c #Conflicts:     485000 | #Constraints:      54734
567.91/569.56	c #Conflicts:     486000 | #Constraints:      55734
567.91/569.56	c #Conflicts:     487000 | #Constraints:      56734
567.91/569.56	c #Conflicts:     488000 | #Constraints:      57734
567.91/569.56	c INPROCESSING
567.91/569.56	c GARBAGE COLLECT
567.91/569.56	c rational objective 2519
584.49/586.15	c #Conflicts:     489000 | #Constraints:      44951
584.49/586.15	c #Conflicts:     490000 | #Constraints:      45951
584.49/586.15	c #Conflicts:     491000 | #Constraints:      46951
584.49/586.15	c #Conflicts:     492000 | #Constraints:      47951
584.49/586.15	c #Conflicts:     493000 | #Constraints:      48951
584.49/586.15	c #Conflicts:     494000 | #Constraints:      49951
584.49/586.15	c #Conflicts:     495000 | #Constraints:      50951
584.49/586.15	c #Conflicts:     496000 | #Constraints:      51951
584.49/586.15	c #Conflicts:     497000 | #Constraints:      52951
584.49/586.15	c #Conflicts:     498000 | #Constraints:      53951
584.49/586.15	c #Conflicts:     499000 | #Constraints:      54952
584.49/586.15	c #Conflicts:     500000 | #Constraints:      55953
584.49/586.15	c #Conflicts:     501000 | #Constraints:      56968
584.49/586.15	c #Conflicts:     502000 | #Constraints:      57985
584.49/586.15	c INPROCESSING
584.49/586.15	c GARBAGE COLLECT
584.49/586.15	c rational objective 2519
608.80/610.57	c #Conflicts:     503000 | #Constraints:      44964
608.80/610.57	c #Conflicts:     504000 | #Constraints:      45989
608.80/610.57	c #Conflicts:     505000 | #Constraints:      47002
608.80/610.57	c #Conflicts:     506000 | #Constraints:      48025
608.80/610.57	c #Conflicts:     507000 | #Constraints:      49055
608.80/610.57	c #Conflicts:     508000 | #Constraints:      50065
608.80/610.57	c #Conflicts:     509000 | #Constraints:      51087
608.80/610.57	c #Conflicts:     510000 | #Constraints:      52110
608.80/610.57	c #Conflicts:     511000 | #Constraints:      53156
608.80/610.57	c #Conflicts:     512000 | #Constraints:      54219
608.80/610.57	c #Conflicts:     513000 | #Constraints:      55235
608.80/610.57	c #Conflicts:     514000 | #Constraints:      56254
608.80/610.57	c #Conflicts:     515000 | #Constraints:      57308
608.80/610.57	c #Conflicts:     516000 | #Constraints:      58329
608.80/610.57	c INPROCESSING
608.80/610.57	c GARBAGE COLLECT
608.80/610.57	c rational objective 2519
622.86/624.64	c #Conflicts:     517000 | #Constraints:      44963
622.86/624.64	c #Conflicts:     518000 | #Constraints:      45963
622.86/624.64	c #Conflicts:     519000 | #Constraints:      46963
622.86/624.64	c #Conflicts:     520000 | #Constraints:      47963
622.86/624.64	c #Conflicts:     521000 | #Constraints:      48963
622.86/624.64	c #Conflicts:     522000 | #Constraints:      49963
622.86/624.64	c #Conflicts:     523000 | #Constraints:      50963
622.86/624.64	c #Conflicts:     524000 | #Constraints:      51963
622.86/624.64	c #Conflicts:     525000 | #Constraints:      52963
622.86/624.64	c #Conflicts:     526000 | #Constraints:      53963
622.86/624.64	c #Conflicts:     527000 | #Constraints:      54963
622.86/624.64	WSVECS04 Frhs2[2]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[4]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[6]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[8]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[10]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[12]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[14]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[18]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[20]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[22]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[32]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[34]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[38]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[40]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[42]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[46]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[50]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[52]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[54]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[56]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[58]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[60]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[62]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[64]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[66]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[68]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[71]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[76]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[78]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[84]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[86]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[88]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[90]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[92]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[94]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[96]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[98]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[100]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[102]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[104]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[106]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[108]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[110]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[112]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[114]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[118]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[120]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[122]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[126]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[128]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[130]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[132]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[134]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[136]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[138]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[144]: 6 -1.50007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[146]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[148]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[150]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[152]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[154]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[160]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[162]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[164]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[166]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[168]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[170]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[172]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[174]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[176]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[178]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[180]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[182]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[184]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[186]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[188]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[190]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[194]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[196]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[198]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[200]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[202]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[204]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[206]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[210]: 6 -2.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[212]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[214]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[218]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[220]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[222]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[224]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[226]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[228]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[230]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[236]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[240]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[242]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[244]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[246]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[248]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[250]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[252]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[254]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[256]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[258]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[260]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[264]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[266]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[268]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[270]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[276]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[278]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[280]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[282]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[284]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[286]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[290]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[292]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[294]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[296]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[298]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[300]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[302]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[304]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[306]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[308]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[312]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[314]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[316]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[320]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[322]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[324]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[330]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[332]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[334]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[336]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[338]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[340]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[342]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[344]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[346]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[348]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[350]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[352]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[354]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[355]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[356]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[358]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[362]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[364]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[366]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[368]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[370]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[372]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[376]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[378]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[380]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[382]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[384]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[386]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[392]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[394]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[396]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[398]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[400]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[402]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[404]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[406]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[408]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[410]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[412]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[414]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[416]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[418]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[420]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[422]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[424]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[428]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[430]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[432]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[434]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[436]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[440]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[442]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[444]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[446]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[448]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[450]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[452]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[454]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[456]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[458]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[460]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[462]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[466]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[468]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[470]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[472]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[474]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[476]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[478]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[480]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[482]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[484]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[486]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[492]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[496]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[498]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[500]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[504]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[508]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[512]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[514]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[516]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[518]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[520]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[522]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[524]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[526]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[530]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[532]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[534]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[536]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[538]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[540]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[542]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[544]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[546]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[548]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[550]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[552]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[556]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[558]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[560]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[562]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[564]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[570]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[572]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[576]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[578]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[580]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[584]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[586]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[588]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[590]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[596]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[600]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[602]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[604]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[606]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[608]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[610]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[612]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[616]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[618]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[622]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[624]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[626]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[628]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[630]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[634]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[636]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[640]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[646]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[650]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[652]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[654]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[658]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[662]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[664]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[666]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[672]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[674]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[676]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[678]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[682]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[686]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[704]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[716]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[724]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[736]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[738]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[740]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[748]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[752]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[754]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[764]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[770]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[774]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[776]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[778]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[780]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[782]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[788]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[800]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[806]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[810]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[812]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[818]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[824]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[840]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[848]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[858]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[882]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[884]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[894]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[896]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[912]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[920]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[938]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[954]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[960]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[962]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[964]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[966]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[972]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[976]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[978]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[990]: 6 -1.00001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1000]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1096]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1166]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1236]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1238]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1308]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1344]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1346]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1349]: 6 -1.00009 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1350]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1374]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1376]: 6 -1.00005 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1382]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1384]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1388]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1390]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1392]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1412]: 6 -1.00002 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1416]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1418]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1454]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1458]: 6 -1.0001 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1482]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1484]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1506]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1536]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1554]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1576]: 6 -1.00007 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1602]: 6 -1.00006 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1648]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1658]: 6 -1.00003 0 shouldn't be
622.86/624.64	WSVECS04 Frhs2[1668]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1670]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1672]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1674]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1676]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1680]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1696]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1698]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1718]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1722]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1726]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1728]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1740]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1748]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1750]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1762]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1768]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1770]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1790]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1794]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1798]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1814]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1816]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1818]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1820]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1822]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1824]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1828]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1840]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1848]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1854]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1866]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1870]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1884]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1886]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1888]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1890]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1892]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1894]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1898]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1900]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1902]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1938]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1940]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1942]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1950]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1954]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1956]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1958]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1968]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1970]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1972]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[1974]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2020]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2022]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2024]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2026]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2028]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2030]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2034]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2040]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2042]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2044]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2056]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2082]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2092]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2162]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2164]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2234]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2320]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2372]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2442]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2444]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2510]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2514]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2524]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2528]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2534]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2584]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2590]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2591]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2592]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2594]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2596]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2598]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2600]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2602]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2604]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2606]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2650]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2652]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2654]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2656]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2660]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2661]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2663]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2666]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2668]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2670]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2672]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2676]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2678]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2718]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2720]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2722]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2724]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2726]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2728]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2732]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2733]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2734]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2736]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2738]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2740]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2742]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2744]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2748]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2750]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2752]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2782]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2786]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2788]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2790]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2792]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2794]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2796]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2798]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2804]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2806]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2808]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2810]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2814]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2822]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2824]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2828]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2860]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2866]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2868]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2870]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2872]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2874]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2876]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2878]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2880]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2882]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2884]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2886]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2888]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2890]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2892]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2894]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2896]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2898]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2900]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2902]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2904]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2906]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2908]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2910]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2912]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2914]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2916]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2920]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2934]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2936]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2938]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2940]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2966]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2976]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2978]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2980]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2982]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[2990]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3072]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3074]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3076]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3078]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3080]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3082]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3086]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3088]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3090]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3092]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3094]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3096]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3098]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3100]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3102]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3104]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3106]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3108]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3110]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3112]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3114]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3116]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3118]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3120]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3122]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3124]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3126]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3128]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3130]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3132]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3134]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3136]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3138]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3140]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3142]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3144]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3146]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3148]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3150]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3152]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3154]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3156]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3158]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3160]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3162]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3164]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3168]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3170]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3172]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3174]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3176]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3178]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3180]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3184]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3186]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3188]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3190]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3192]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3194]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3195]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3196]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3198]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3200]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3202]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3204]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3206]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3208]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3210]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3212]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3214]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3216]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3218]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3220]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3222]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3224]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3226]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3228]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3230]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3232]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3234]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3236]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3238]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3240]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3242]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3244]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3246]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3248]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3250]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3252]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3254]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3256]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3258]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3260]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3264]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3266]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3267]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3274]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3282]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3284]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3290]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3294]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3298]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3300]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3302]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3306]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3310]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3312]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3320]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3322]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3324]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3330]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3334]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3336]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3364]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3368]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3370]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3392]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3394]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3396]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3402]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3408]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3418]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3440]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3464]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3466]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3470]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3608]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3788]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3790]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3792]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3794]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3796]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3798]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3800]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3802]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3804]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3806]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3808]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3810]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3812]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3814]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3816]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3818]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3820]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3822]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3824]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3826]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3828]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3858]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3860]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3862]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3864]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3866]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3868]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3870]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3872]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3874]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3876]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3878]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3880]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3882]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3884]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3886]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3888]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3890]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3892]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3894]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3896]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3898]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3900]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3902]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3930]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3932]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3934]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3936]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3938]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3940]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3942]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3944]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3946]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3948]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3950]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3952]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3954]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3956]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3958]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3960]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3962]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3964]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3966]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3968]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3970]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3972]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[3974]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4002]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4004]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4006]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4008]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4010]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4012]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4014]: 6 -1.00001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4016]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4018]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4020]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4022]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4024]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4026]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4028]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4030]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4032]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4034]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4036]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4038]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4040]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4042]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4044]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4068]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4080]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4082]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4084]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4138]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4140]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4154]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4210]: 6 -2.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4904]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4906]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4908]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4910]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4912]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4914]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4916]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4918]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4920]: 6 -1.0001 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4922]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4924]: 6 -1.00005 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4926]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4928]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4930]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4932]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4934]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4936]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4938]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4940]: 6 -1.00009 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4942]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4944]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4946]: 6 -1.00006 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4948]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4950]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4952]: 6 -1.00007 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4954]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4956]: 6 -1.00008 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4958]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4960]: 6 -1.00002 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4962]: 6 -1.00003 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4964]: 6 -1.00004 0 shouldn't be
622.86/624.65	WSVECS04 Frhs2[4966]: 6 -1.00007 0 shouldn't be
630.64/632.45	c #Conflicts:     528000 | #Constraints:      55963
630.64/632.45	c #Conflicts:     529000 | #Constraints:      56963
630.64/632.45	c #Conflicts:     530000 | #Constraints:      57963
630.64/632.45	c #Conflicts:     531000 | #Constraints:      58963
630.64/632.45	c INPROCESSING
630.64/632.45	c GARBAGE COLLECT
630.64/632.45	c rational objective 2519
647.30/649.13	c #Conflicts:     532000 | #Constraints:      45510
647.30/649.13	c #Conflicts:     533000 | #Constraints:      46510
647.30/649.13	c #Conflicts:     534000 | #Constraints:      47510
647.30/649.13	c #Conflicts:     535000 | #Constraints:      48510
647.30/649.13	c #Conflicts:     536000 | #Constraints:      49510
647.30/649.13	c #Conflicts:     537000 | #Constraints:      50510
647.30/649.13	c #Conflicts:     538000 | #Constraints:      51510
647.30/649.13	c #Conflicts:     539000 | #Constraints:      52510
647.30/649.13	c #Conflicts:     540000 | #Constraints:      53510
647.30/649.13	c #Conflicts:     541000 | #Constraints:      54510
647.30/649.13	c #Conflicts:     542000 | #Constraints:      55510
647.30/649.13	c #Conflicts:     543000 | #Constraints:      56510
647.30/649.13	c #Conflicts:     544000 | #Constraints:      57510
647.30/649.13	c #Conflicts:     545000 | #Constraints:      58510
647.30/649.13	c #Conflicts:     546000 | #Constraints:      59510
647.30/649.13	c INPROCESSING
647.30/649.13	c GARBAGE COLLECT
647.30/649.13	c rational objective 2519
668.73/670.65	c #Conflicts:     547000 | #Constraints:      45891
668.73/670.65	c #Conflicts:     548000 | #Constraints:      46891
668.73/670.65	c #Conflicts:     549000 | #Constraints:      47891
668.73/670.65	c #Conflicts:     550000 | #Constraints:      48891
668.73/670.65	c #Conflicts:     551000 | #Constraints:      49891
668.73/670.65	c #Conflicts:     552000 | #Constraints:      50891
668.73/670.65	c #Conflicts:     553000 | #Constraints:      51891
668.73/670.65	c #Conflicts:     554000 | #Constraints:      52891
668.73/670.65	c #Conflicts:     555000 | #Constraints:      53892
668.73/670.65	c #Conflicts:     556000 | #Constraints:      54892
668.73/670.65	c #Conflicts:     557000 | #Constraints:      55896
668.73/670.65	c #Conflicts:     558000 | #Constraints:      56905
668.73/670.65	c #Conflicts:     559000 | #Constraints:      57909
668.73/670.65	c #Conflicts:     560000 | #Constraints:      58912
668.73/670.65	c #Conflicts:     561000 | #Constraints:      59925
668.73/670.65	c INPROCESSING
668.73/670.65	c GARBAGE COLLECT
668.73/670.65	c rational objective 2519
678.50/680.44	c #Conflicts:     562000 | #Constraints:      46033
678.50/680.44	c #Conflicts:     563000 | #Constraints:      47033
678.50/680.44	c #Conflicts:     564000 | #Constraints:      48033
678.50/680.44	c #Conflicts:     565000 | #Constraints:      49033
678.50/680.44	c #Conflicts:     566000 | #Constraints:      50033
678.50/680.44	c #Conflicts:     567000 | #Constraints:      51033
678.50/680.44	c #Conflicts:     568000 | #Constraints:      52033
678.50/680.44	WSVECS04 Frhs2[2]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[6]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[8]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[10]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[12]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[14]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[16]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[18]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[20]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[22]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[24]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[26]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[30]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[32]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[34]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[36]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[38]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[40]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[42]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[44]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[46]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[48]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[50]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[52]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[54]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[58]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[60]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[62]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[64]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[66]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[68]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[71]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[76]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[78]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[80]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[82]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[86]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[90]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[92]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[94]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[96]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[100]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[104]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[106]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[108]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[112]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[114]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[118]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[120]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[122]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[124]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[126]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[128]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[130]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[132]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[134]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[136]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[138]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[144]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[146]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[152]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[156]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[160]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[162]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[166]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[168]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[170]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[172]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[180]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[182]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[184]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[186]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[188]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[192]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[198]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[200]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[202]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[206]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[210]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[212]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[214]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[216]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[220]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[222]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[224]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[228]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[230]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[232]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[234]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[238]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[240]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[242]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[246]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[248]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[250]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[254]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[256]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[258]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[260]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[264]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[268]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[276]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[280]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[282]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[286]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[288]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[290]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[292]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[294]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[296]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[298]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[300]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[302]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[304]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[306]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[308]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[312]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[314]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[316]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[318]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[320]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[322]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[324]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[326]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[330]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[332]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[334]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[338]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[340]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[342]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[346]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[348]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[350]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[352]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[354]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[355]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[356]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[360]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[362]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[364]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[366]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[368]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[370]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[372]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[374]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[376]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[378]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[380]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[384]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[386]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[388]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[390]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[394]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[396]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[398]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[400]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[402]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[404]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[408]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[410]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[412]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[414]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[416]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[418]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[420]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[422]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[424]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[426]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[428]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[432]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[434]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[436]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[438]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[440]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[444]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[446]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[448]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[450]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[454]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[456]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[458]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[460]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[464]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[466]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[468]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[470]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[472]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[474]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[478]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[480]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[482]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[486]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[490]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[492]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[496]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[498]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[500]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[502]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[504]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[508]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[510]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[514]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[516]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[518]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[520]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[524]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[526]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[530]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[532]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[534]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[536]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[538]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[540]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[542]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[544]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[546]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[548]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[550]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[554]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[558]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[560]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[562]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[564]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[566]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[572]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[576]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[578]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[580]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[582]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[584]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[586]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[588]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[590]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[592]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[598]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[600]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[602]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[604]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[606]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[608]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[610]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[612]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[614]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[616]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[618]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[622]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[624]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[626]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[630]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[632]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[634]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[640]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[646]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[652]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[664]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[672]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[674]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[676]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[678]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[682]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[686]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[704]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[716]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[718]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[724]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[734]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[736]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[738]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[740]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[746]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[748]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[752]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[754]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[764]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[770]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[774]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[776]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[778]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[780]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[782]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[788]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[800]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[804]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[806]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[808]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[810]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[812]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[818]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[824]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[840]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[846]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[848]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[858]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[876]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[878]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[880]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[882]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[884]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[894]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[896]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[912]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[918]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[920]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[938]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[942]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[949]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[952]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[954]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[956]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[960]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[962]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[964]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[966]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[970]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[972]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[978]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[990]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1000]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1016]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1018]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1022]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1344]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1346]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1349]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1350]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1374]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1376]: 6 -0.6667 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1384]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1386]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1388]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1390]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1416]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1418]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1458]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1506]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1536]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1602]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1668]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1670]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1672]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1674]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1676]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1678]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1680]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1696]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1698]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1718]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1722]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1726]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1728]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1740]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1744]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1746]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1748]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1750]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1762]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1768]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1770]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1790]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1794]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1814]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1816]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1818]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1820]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1822]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1824]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1828]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1840]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1848]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1854]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1866]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1870]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1884]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1886]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1888]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1890]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1892]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1894]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1898]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1900]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1902]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1938]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1940]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1942]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1954]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1956]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1958]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1968]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1970]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1972]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[1974]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2012]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2020]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2022]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2024]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2026]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2028]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2030]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2034]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2040]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2042]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2044]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2590]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2592]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2594]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2596]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2598]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2602]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2604]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2652]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2654]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2660]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2662]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2668]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2672]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2676]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2708]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2720]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2722]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2724]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2732]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2734]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2736]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2738]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2740]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2742]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2744]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2746]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2748]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2752]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2782]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2786]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2788]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2790]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2792]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2794]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2796]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2798]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2804]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2806]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2808]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2810]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2814]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2824]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2829]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2864]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2866]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2868]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2870]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2878]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2880]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2882]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2884]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2886]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2888]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2892]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2894]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2896]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2898]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2899]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2900]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2902]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2904]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2906]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2908]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2910]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2912]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2914]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2920]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2934]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2936]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2940]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2942]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2966]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2976]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2978]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2980]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2982]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[2990]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3006]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3010]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3012]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3072]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3074]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3076]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3078]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3080]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3082]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3084]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3086]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3088]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3090]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3092]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3094]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3096]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3098]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3100]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3102]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3104]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3106]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3108]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3110]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3112]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3114]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3116]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3118]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3120]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3122]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3124]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3126]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3128]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3130]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3132]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3134]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3136]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3138]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3140]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3142]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3144]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3146]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3148]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3150]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3152]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3154]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3156]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3158]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3160]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3162]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3164]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3166]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3168]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3170]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3172]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3174]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3176]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3178]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3180]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3184]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3186]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3188]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3190]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3192]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3194]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3195]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3196]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3198]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3200]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3202]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3204]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3206]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3208]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3210]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3212]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3214]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3216]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3218]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3220]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3222]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3224]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3226]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3228]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3230]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3232]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3234]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3236]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3238]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3242]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3244]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3246]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3248]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3250]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3252]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3254]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3256]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3258]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3260]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3262]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3264]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3266]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3268]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3270]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3272]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3274]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3276]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3278]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3280]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3282]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3284]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3286]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3288]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3290]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3292]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3296]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3298]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3300]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3302]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3304]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3306]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3308]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3310]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3312]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3314]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3316]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3318]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3320]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3322]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3324]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3328]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3330]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3332]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3334]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3336]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3337]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3338]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3340]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3342]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3344]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3348]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3350]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3352]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3354]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3356]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3358]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3360]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3362]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3364]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3366]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3368]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3370]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3372]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3374]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3376]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3378]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3382]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3384]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3386]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3388]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3390]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3392]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3394]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3396]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3398]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3400]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3402]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3404]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3406]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3410]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3412]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3414]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3416]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3418]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3420]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3422]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3424]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3426]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3428]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3430]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3432]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3434]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3436]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3438]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3440]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3442]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3444]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3446]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3448]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3450]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3452]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3454]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3456]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3458]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3460]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3462]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3464]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3466]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3468]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3470]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3472]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3474]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3476]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3482]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3484]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3488]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3490]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3492]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3494]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3496]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3498]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3500]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3502]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3504]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3506]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3508]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3510]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3512]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3554]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3556]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3560]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3562]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3564]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3566]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3568]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3570]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3572]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3574]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3576]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3578]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3580]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3582]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3608]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3788]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3790]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3792]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3794]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3796]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3798]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3800]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3802]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3804]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3806]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3808]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3810]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3812]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3814]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3816]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3818]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3820]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3822]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3824]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3826]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3828]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3858]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3860]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3862]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3864]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3866]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3870]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3872]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3874]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3876]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3878]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3880]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3882]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3884]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3886]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3888]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3890]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3892]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3894]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3896]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3898]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3900]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3902]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3930]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3932]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3934]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3936]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3938]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3940]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3942]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3944]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3946]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3948]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3950]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3952]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3954]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3956]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3958]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3960]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3962]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3964]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3966]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3968]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3970]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3972]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[3974]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4002]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4004]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4006]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4008]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4010]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4012]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4014]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4016]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4018]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4020]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4022]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4024]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4026]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4028]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4030]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4032]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4034]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4036]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4038]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4040]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4042]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4044]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4080]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4082]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4084]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4152]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4154]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4904]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4906]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4908]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4910]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4912]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4914]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4916]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4918]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4920]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4922]: 6 -1.00002 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4924]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4926]: 6 -1.0001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4928]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4930]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4932]: 6 -1.00005 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4934]: 6 -1.00001 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4936]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4938]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4940]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4942]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4944]: 6 -1.00003 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4946]: 6 -1.00006 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4948]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4950]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4952]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4954]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4956]: 6 -1.00007 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4958]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4960]: 6 -1.00008 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4962]: 6 -1.00009 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4964]: 6 -1.00004 0 shouldn't be
678.50/680.44	WSVECS04 Frhs2[4966]: 6 -1.00008 0 shouldn't be
687.77/689.72	c #Conflicts:     569000 | #Constraints:      53033
687.77/689.72	c #Conflicts:     570000 | #Constraints:      54033
687.77/689.72	c #Conflicts:     571000 | #Constraints:      55033
687.77/689.72	c #Conflicts:     572000 | #Constraints:      56033
687.77/689.72	c #Conflicts:     573000 | #Constraints:      57033
687.77/689.72	c #Conflicts:     574000 | #Constraints:      58033
687.77/689.72	c #Conflicts:     575000 | #Constraints:      59033
687.77/689.72	c #Conflicts:     576000 | #Constraints:      60033
687.77/689.72	c INPROCESSING
687.77/689.72	c GARBAGE COLLECT
687.77/689.72	c rational objective 2519
711.51/713.57	c #Conflicts:     577000 | #Constraints:      46075
711.51/713.57	c #Conflicts:     578000 | #Constraints:      47075
711.51/713.57	c #Conflicts:     579000 | #Constraints:      48075
711.51/713.57	c #Conflicts:     580000 | #Constraints:      49075
711.51/713.57	c #Conflicts:     581000 | #Constraints:      50076
711.51/713.57	c #Conflicts:     582000 | #Constraints:      51076
711.51/713.57	c #Conflicts:     583000 | #Constraints:      52076
711.51/713.57	c #Conflicts:     584000 | #Constraints:      53076
711.51/713.57	c #Conflicts:     585000 | #Constraints:      54076
711.51/713.57	c #Conflicts:     586000 | #Constraints:      55078
711.51/713.57	c #Conflicts:     587000 | #Constraints:      56078
711.51/713.57	c #Conflicts:     588000 | #Constraints:      57091
711.51/713.57	c #Conflicts:     589000 | #Constraints:      58110
711.51/713.57	c #Conflicts:     590000 | #Constraints:      59123
711.51/713.57	c #Conflicts:     591000 | #Constraints:      60123
711.51/713.57	c INPROCESSING
711.51/713.57	c GARBAGE COLLECT
711.51/713.57	c rational objective 2519
727.86/729.94	c #Conflicts:     592000 | #Constraints:      45821
727.86/729.94	c #Conflicts:     593000 | #Constraints:      46821
727.86/729.94	c #Conflicts:     594000 | #Constraints:      47821
727.86/729.94	c #Conflicts:     595000 | #Constraints:      48821
727.86/729.94	c #Conflicts:     596000 | #Constraints:      49821
727.86/729.94	c #Conflicts:     597000 | #Constraints:      50821
727.86/729.94	c #Conflicts:     598000 | #Constraints:      51821
727.86/729.94	c #Conflicts:     599000 | #Constraints:      52821
727.86/729.94	c #Conflicts:     600000 | #Constraints:      53821
727.86/729.94	c #Conflicts:     601000 | #Constraints:      54821
727.86/729.94	c #Conflicts:     602000 | #Constraints:      55821
727.86/729.94	c #Conflicts:     603000 | #Constraints:      56821
727.86/729.94	c #Conflicts:     604000 | #Constraints:      57821
727.86/729.94	c #Conflicts:     605000 | #Constraints:      58821
727.86/729.94	c #Conflicts:     606000 | #Constraints:      59821
727.86/729.94	c #Conflicts:     607000 | #Constraints:      60821
727.86/729.94	c INPROCESSING
727.86/729.94	c GARBAGE COLLECT
727.86/729.94	c rational objective 2519
749.39/751.53	c #Conflicts:     608000 | #Constraints:      46413
749.39/751.53	c #Conflicts:     609000 | #Constraints:      47413
749.39/751.53	c #Conflicts:     610000 | #Constraints:      48413
749.39/751.53	c #Conflicts:     611000 | #Constraints:      49413
749.39/751.53	c #Conflicts:     612000 | #Constraints:      50413
749.39/751.53	c #Conflicts:     613000 | #Constraints:      51413
749.39/751.53	c #Conflicts:     614000 | #Constraints:      52413
749.39/751.53	c #Conflicts:     615000 | #Constraints:      53413
749.39/751.53	c #Conflicts:     616000 | #Constraints:      54413
749.39/751.53	c #Conflicts:     617000 | #Constraints:      55413
749.39/751.53	c #Conflicts:     618000 | #Constraints:      56413
749.39/751.53	c #Conflicts:     619000 | #Constraints:      57413
749.39/751.53	c #Conflicts:     620000 | #Constraints:      58413
749.39/751.53	c #Conflicts:     621000 | #Constraints:      59413
749.39/751.53	c #Conflicts:     622000 | #Constraints:      60414
749.39/751.53	c #Conflicts:     623000 | #Constraints:      61414
749.39/751.53	c INPROCESSING
749.39/751.53	c GARBAGE COLLECT
749.39/751.53	c rational objective 2519
789.19/791.44	c #Conflicts:     624000 | #Constraints:      46857
789.19/791.44	c #Conflicts:     625000 | #Constraints:      47857
789.19/791.44	c #Conflicts:     626000 | #Constraints:      48857
789.19/791.44	c #Conflicts:     627000 | #Constraints:      49857
789.19/791.44	c #Conflicts:     628000 | #Constraints:      50857
789.19/791.44	c #Conflicts:     629000 | #Constraints:      51858
789.19/791.44	c #Conflicts:     630000 | #Constraints:      52858
789.19/791.44	c #Conflicts:     631000 | #Constraints:      53858
789.19/791.44	c #Conflicts:     632000 | #Constraints:      54858
789.19/791.44	c #Conflicts:     633000 | #Constraints:      55882
789.19/791.44	c #Conflicts:     634000 | #Constraints:      56908
789.19/791.44	c #Conflicts:     635000 | #Constraints:      57908
789.19/791.44	c #Conflicts:     636000 | #Constraints:      58914
789.19/791.44	c #Conflicts:     637000 | #Constraints:      59915
789.19/791.44	c #Conflicts:     638000 | #Constraints:      60916
789.19/791.44	c #Conflicts:     639000 | #Constraints:      61916
789.19/791.44	c INPROCESSING
789.19/791.44	c GARBAGE COLLECT
789.19/791.44	c rational objective 2519
802.64/804.96	c #Conflicts:     640000 | #Constraints:      47029
802.64/804.96	c #Conflicts:     641000 | #Constraints:      48029
802.64/804.96	c #Conflicts:     642000 | #Constraints:      49029
802.64/804.96	c #Conflicts:     643000 | #Constraints:      50029
802.64/804.96	c #Conflicts:     644000 | #Constraints:      51029
802.64/804.96	c #Conflicts:     645000 | #Constraints:      52029
802.64/804.96	c #Conflicts:     646000 | #Constraints:      53029
802.64/804.96	c #Conflicts:     647000 | #Constraints:      54029
802.64/804.96	c #Conflicts:     648000 | #Constraints:      55029
802.64/804.96	c #Conflicts:     649000 | #Constraints:      56029
802.64/804.96	c #Conflicts:     650000 | #Constraints:      57029
802.64/804.96	c #Conflicts:     651000 | #Constraints:      58029
802.64/804.96	c #Conflicts:     652000 | #Constraints:      59029
802.64/804.96	c #Conflicts:     653000 | #Constraints:      60029
802.64/804.96	c #Conflicts:     654000 | #Constraints:      61029
802.64/804.96	c #Conflicts:     655000 | #Constraints:      62029
802.64/804.96	c INPROCESSING
802.64/804.96	c GARBAGE COLLECT
802.64/804.96	c rational objective 2519
821.80/824.20	c #Conflicts:     656000 | #Constraints:      47049
821.80/824.20	c #Conflicts:     657000 | #Constraints:      48049
821.80/824.20	c #Conflicts:     658000 | #Constraints:      49049
821.80/824.20	c #Conflicts:     659000 | #Constraints:      50049
821.80/824.20	c #Conflicts:     660000 | #Constraints:      51049
821.80/824.20	c #Conflicts:     661000 | #Constraints:      52049
821.80/824.20	c #Conflicts:     662000 | #Constraints:      53049
821.80/824.20	c #Conflicts:     663000 | #Constraints:      54049
821.80/824.20	c #Conflicts:     664000 | #Constraints:      55049
821.80/824.20	c #Conflicts:     665000 | #Constraints:      56049
821.80/824.20	c #Conflicts:     666000 | #Constraints:      57049
821.80/824.20	c #Conflicts:     667000 | #Constraints:      58049
821.80/824.20	c #Conflicts:     668000 | #Constraints:      59050
821.80/824.20	c #Conflicts:     669000 | #Constraints:      60050
821.80/824.20	c #Conflicts:     670000 | #Constraints:      61050
821.80/824.20	c #Conflicts:     671000 | #Constraints:      62050
821.80/824.20	c INPROCESSING
821.80/824.20	c GARBAGE COLLECT
821.80/824.20	c rational objective 2519
846.63/849.04	c #Conflicts:     672000 | #Constraints:      46842
846.63/849.04	c #Conflicts:     673000 | #Constraints:      47843
846.63/849.04	c #Conflicts:     674000 | #Constraints:      48843
846.63/849.04	c #Conflicts:     675000 | #Constraints:      49843
846.63/849.04	c #Conflicts:     676000 | #Constraints:      50843
846.63/849.04	c #Conflicts:     677000 | #Constraints:      51844
846.63/849.04	c #Conflicts:     678000 | #Constraints:      52845
846.63/849.04	c #Conflicts:     679000 | #Constraints:      53863
846.63/849.04	c #Conflicts:     680000 | #Constraints:      54881
846.63/849.04	c #Conflicts:     681000 | #Constraints:      55882
846.63/849.04	c #Conflicts:     682000 | #Constraints:      56883
846.63/849.04	c #Conflicts:     683000 | #Constraints:      57885
846.63/849.04	c #Conflicts:     684000 | #Constraints:      58889
846.63/849.04	c #Conflicts:     685000 | #Constraints:      59892
846.63/849.04	c #Conflicts:     686000 | #Constraints:      60892
846.63/849.04	c #Conflicts:     687000 | #Constraints:      61892
846.63/849.04	c #Conflicts:     688000 | #Constraints:      62892
846.63/849.04	c INPROCESSING
846.63/849.04	c GARBAGE COLLECT
846.63/849.04	c rational objective 2519
863.68/866.15	c #Conflicts:     689000 | #Constraints:      47427
863.68/866.15	c #Conflicts:     690000 | #Constraints:      48427
863.68/866.15	c #Conflicts:     691000 | #Constraints:      49427
863.68/866.15	c #Conflicts:     692000 | #Constraints:      50427
863.68/866.15	c #Conflicts:     693000 | #Constraints:      51427
863.68/866.15	c #Conflicts:     694000 | #Constraints:      52427
863.68/866.15	c #Conflicts:     695000 | #Constraints:      53427
863.68/866.15	c #Conflicts:     696000 | #Constraints:      54427
863.68/866.15	c #Conflicts:     697000 | #Constraints:      55427
863.68/866.15	c #Conflicts:     698000 | #Constraints:      56427
863.68/866.15	c #Conflicts:     699000 | #Constraints:      57427
863.68/866.15	c #Conflicts:     700000 | #Constraints:      58427
863.68/866.15	c #Conflicts:     701000 | #Constraints:      59427
863.68/866.15	c #Conflicts:     702000 | #Constraints:      60427
863.68/866.15	c #Conflicts:     703000 | #Constraints:      61427
863.68/866.15	c #Conflicts:     704000 | #Constraints:      62427
863.68/866.15	c #Conflicts:     705000 | #Constraints:      63427
863.68/866.15	c INPROCESSING
863.68/866.15	c GARBAGE COLLECT
863.68/866.15	c rational objective 2519
887.40/890.00	c #Conflicts:     706000 | #Constraints:      47868
887.40/890.00	c #Conflicts:     707000 | #Constraints:      48868
887.40/890.00	c #Conflicts:     708000 | #Constraints:      49869
887.40/890.00	c #Conflicts:     709000 | #Constraints:      50869
887.40/890.00	c #Conflicts:     710000 | #Constraints:      51869
887.40/890.00	c #Conflicts:     711000 | #Constraints:      52870
887.40/890.00	c #Conflicts:     712000 | #Constraints:      53924
887.40/890.00	c #Conflicts:     713000 | #Constraints:      54968
887.40/890.00	c #Conflicts:     714000 | #Constraints:      55993
887.40/890.00	c #Conflicts:     715000 | #Constraints:      57017
887.40/890.00	c #Conflicts:     716000 | #Constraints:      58059
887.40/890.00	c #Conflicts:     717000 | #Constraints:      59095
887.40/890.00	c #Conflicts:     718000 | #Constraints:      60133
887.40/890.00	c #Conflicts:     719000 | #Constraints:      61152
887.40/890.00	c #Conflicts:     720000 | #Constraints:      62171
887.40/890.00	c #Conflicts:     721000 | #Constraints:      63201
887.40/890.00	c #Conflicts:     722000 | #Constraints:      64225
887.40/890.00	c INPROCESSING
887.40/890.00	c GARBAGE COLLECT
887.40/890.00	c rational objective 2519
894.59/897.12	c #Conflicts:     723000 | #Constraints:      48189
894.59/897.12	c #Conflicts:     724000 | #Constraints:      49189
894.59/897.12	c #Conflicts:     725000 | #Constraints:      50189
894.59/897.12	c #Conflicts:     726000 | #Constraints:      51189
894.59/897.12	WSVECS04 Frhs2[2]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[4]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[6]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[8]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[10]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[12]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[16]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[26]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[30]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[32]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[34]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[36]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[38]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[40]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[44]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[46]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[50]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[52]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[54]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[56]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[58]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[62]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[64]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[66]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[68]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[76]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[78]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[80]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[86]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[98]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[100]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[102]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[104]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[106]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[108]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[110]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[116]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[118]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[120]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[122]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[124]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[126]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[128]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[130]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[132]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[134]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[136]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[138]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[140]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[144]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[148]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[150]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[152]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[154]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[158]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[162]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[164]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[168]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[170]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[172]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[174]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[176]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[182]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[186]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[188]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[192]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[196]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[198]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[200]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[202]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[204]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[206]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[210]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[212]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[216]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[218]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[220]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[222]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[224]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[226]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[228]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[230]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[232]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[234]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[236]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[238]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[242]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[246]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[248]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[252]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[254]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[256]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[258]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[260]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[262]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[264]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[268]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[270]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[274]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[276]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[278]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[280]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[282]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[284]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[288]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[290]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[292]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[294]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[296]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[298]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[300]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[302]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[304]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[306]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[308]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[310]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[312]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[320]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[322]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[324]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[326]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[328]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[330]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[332]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[334]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[336]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[338]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[340]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[342]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[344]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[346]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[350]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[354]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[358]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[360]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[362]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[364]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[366]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[368]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[370]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[372]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[374]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[376]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[378]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[380]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[382]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[384]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[386]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[390]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[392]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[394]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[396]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[398]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[400]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[402]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[404]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[406]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[408]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[410]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[412]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[414]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[416]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[420]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[422]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[424]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[426]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[428]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[430]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[432]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[434]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[436]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[440]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[442]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[444]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[448]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[450]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[452]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[454]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[456]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[458]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[460]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[462]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[464]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[466]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[468]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[470]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[472]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[474]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[476]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[480]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[486]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[488]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[492]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[494]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[498]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[500]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[506]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[512]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[514]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[516]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[518]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[520]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[522]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[524]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[526]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[530]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[532]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[534]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[536]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[538]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[540]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[542]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[544]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[546]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[548]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[550]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[552]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[556]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[558]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[560]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[562]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[564]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[566]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[570]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[572]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[574]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[576]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[578]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[584]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[586]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[590]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[592]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[596]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[598]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[600]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[604]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[608]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[610]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[612]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[614]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[616]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[618]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[622]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[624]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[628]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[630]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[632]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[634]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[636]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[640]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[642]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[644]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[646]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[648]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[652]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[654]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[656]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[662]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[664]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[668]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[672]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[674]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[676]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[680]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[682]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[684]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[686]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[688]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[692]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[694]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[704]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[706]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[716]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[718]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[722]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[724]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[726]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[728]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[734]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[736]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[738]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[740]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[742]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[744]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[750]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[752]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[754]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[758]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[760]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[764]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[766]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[768]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[770]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[772]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[774]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[776]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[778]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[780]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[782]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[788]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[794]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[796]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[802]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[804]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[806]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[808]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[810]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[812]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[814]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[816]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[822]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[824]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[826]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[828]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[830]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[834]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[836]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[840]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[842]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[846]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[850]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[858]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[866]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[868]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[872]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[874]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[876]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[878]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[880]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[882]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[884]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[886]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[888]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[896]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[898]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[900]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[906]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[910]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[912]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[938]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[940]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[942]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[948]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[949]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[952]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[954]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[956]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[958]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[960]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[962]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[968]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[970]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[972]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[978]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[980]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[982]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1000]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1010]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1016]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1018]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1020]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1024]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1026]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1028]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1030]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1032]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1052]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1054]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1076]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1088]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1090]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1092]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1094]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1096]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1100]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1102]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1162]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1170]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1172]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1176]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1228]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1234]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1236]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1238]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1242]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1246]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1248]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1280]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1298]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1300]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1306]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1308]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1310]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1312]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1316]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1318]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1320]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1322]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1344]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1346]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1347]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1350]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1352]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1370]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1372]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1374]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1376]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1378]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1380]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1382]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1384]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1388]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1390]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1394]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1416]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1419]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1422]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1436]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1442]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1444]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1446]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1447]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1448]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1450]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1454]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1456]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1458]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1460]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1462]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1464]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1466]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1470]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1472]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1489]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1506]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1508]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1510]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1514]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1517]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1519]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1526]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1528]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1530]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1532]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1534]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1536]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1542]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1576]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1580]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1582]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1589]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1590]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1592]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1596]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1600]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1602]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1604]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1606]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1608]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1610]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1612]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1614]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1616]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1618]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1620]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1626]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1646]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1648]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1650]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1652]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1656]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1668]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1670]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1672]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1674]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1676]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1678]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1680]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1684]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1686]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1688]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1690]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1692]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1696]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1698]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1708]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1718]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1720]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1722]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1724]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1726]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1728]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1730]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1744]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1746]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1748]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1750]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1752]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1756]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1758]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1760]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1762]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1770]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1784]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1787]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1789]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1790]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1794]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1796]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1800]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1810]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1812]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1814]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1816]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1818]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1820]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1822]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1826]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1828]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1830]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1832]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1834]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1840]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1856]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1859]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1866]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1868]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1870]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1874]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1880]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1882]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1884]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1886]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1888]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1890]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1892]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1898]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1900]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1902]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1926]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1936]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1938]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1940]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1942]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1944]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1946]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1950]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1952]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1954]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1956]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1958]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1960]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1962]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1964]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1968]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1970]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1972]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[1974]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2004]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2006]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2008]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2010]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2012]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2014]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2016]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2020]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2022]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2024]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2026]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2028]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2030]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2032]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2034]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2036]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2040]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2042]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2044]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2074]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2076]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2078]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2080]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2082]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2090]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2092]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2094]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2098]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2100]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2102]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2104]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2108]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2112]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2114]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2146]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2148]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2150]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2152]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2160]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2162]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2164]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2166]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2178]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2182]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2220]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2232]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2248]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2250]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2304]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2312]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2314]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2318]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2320]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2378]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2382]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2384]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2390]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2400]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2438]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2452]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2454]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2458]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2468]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2470]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2472]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2508]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2522]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2524]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2526]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2528]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2530]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2532]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2534]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2538]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2540]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2542]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2600]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2606]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2610]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2632]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2648]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2650]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2656]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2664]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2666]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2674]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2678]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2680]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2704]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2718]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2726]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2730]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2750]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2754]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2800]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2812]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2816]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2818]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2820]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2824]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2826]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2828]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2844]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2850]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2856]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2858]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2860]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2862]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2864]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2866]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2868]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2870]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2872]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2874]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2876]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2878]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2890]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2896]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2920]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2922]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2928]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2930]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2932]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2934]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2936]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2938]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2940]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2942]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2944]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2946]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2948]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2950]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2952]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2954]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2956]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2958]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2960]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2966]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2968]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2970]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2976]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2978]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2980]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2986]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2990]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2992]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[2994]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3002]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3004]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3006]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3008]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3010]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3012]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3014]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3016]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3018]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3020]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3022]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3024]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3026]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3028]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3030]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3032]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3038]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3040]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3042]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3044]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3046]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3048]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3050]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3052]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3054]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3056]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3058]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3060]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3062]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3064]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3066]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3068]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3072]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3074]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3076]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3078]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3080]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3082]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3084]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3086]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3088]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3090]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3092]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3094]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3096]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3098]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3100]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3102]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3104]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3106]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3108]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3110]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3112]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3114]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3116]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3118]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3120]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3122]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3124]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3126]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3128]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3130]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3132]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3134]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3138]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3140]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3142]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3144]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3146]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3148]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3150]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3154]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3158]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3160]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3162]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3164]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3166]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3168]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3170]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3172]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3174]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3176]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3178]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3180]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3182]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3184]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3186]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3188]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3190]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3192]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3194]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3195]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3196]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3198]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3200]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3202]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3204]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3206]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3208]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3210]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3212]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3214]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3216]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3218]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3220]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3222]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3224]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3226]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3228]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3230]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3232]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3234]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3236]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3238]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3240]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3242]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3244]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3246]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3248]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3250]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3252]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3254]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3256]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3258]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3260]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3262]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3264]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3266]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3268]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3270]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3272]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3274]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3276]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3278]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3282]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3284]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3286]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3288]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3290]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3292]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3296]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3298]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3300]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3302]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3304]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3306]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3308]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3310]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3312]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3314]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3316]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3318]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3320]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3322]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3324]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3328]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3330]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3332]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3334]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3336]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3337]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3338]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3340]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3342]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3344]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3346]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3348]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3350]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3352]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3354]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3356]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3358]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3360]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3362]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3364]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3366]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3368]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3370]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3372]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3374]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3376]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3378]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3380]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3382]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3384]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3386]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3388]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3390]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3392]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3394]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3396]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3398]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3400]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3402]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3404]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3406]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3410]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3412]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3414]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3416]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3418]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3420]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3422]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3424]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3426]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3430]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3432]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3434]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3436]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3438]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3440]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3442]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3444]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3446]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3448]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3450]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3452]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3454]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3456]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3458]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3460]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3462]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3464]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3466]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3468]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3470]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3472]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3474]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3476]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3482]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3484]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3486]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3488]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3490]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3492]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3494]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3496]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3498]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3500]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3502]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3504]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3506]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3508]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3510]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3512]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3514]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3518]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3520]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3522]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3524]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3526]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3528]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3530]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3532]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3534]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3536]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3538]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3540]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3542]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3544]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3554]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3556]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3558]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3560]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3562]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3564]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3566]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3568]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3570]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3572]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3574]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3576]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3578]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3580]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3582]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3584]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3586]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3588]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3590]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3592]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3594]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3596]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3598]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3600]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3602]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3604]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3606]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3608]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3610]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3612]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3614]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3616]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3626]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3628]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3630]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3632]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3634]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3636]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3638]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3642]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3644]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3646]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3648]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3650]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3652]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3654]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3656]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3658]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3660]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3662]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3664]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3666]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3668]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3670]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3672]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3674]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3676]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3678]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3680]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3682]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3684]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3686]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3698]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3700]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3702]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3704]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3706]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3708]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3710]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3712]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3714]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3716]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3718]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3720]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3722]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3724]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3726]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3728]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3730]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3732]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3734]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3736]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3738]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3740]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3742]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3744]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3746]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3748]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3750]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3752]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3754]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3756]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3786]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3788]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3790]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3792]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3794]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3796]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3798]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3800]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3802]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3804]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3806]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3808]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3810]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3812]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3814]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3816]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3818]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3820]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3822]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3824]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3826]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3828]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3856]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3858]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3860]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3862]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3864]: 6 -1.00001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3866]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3868]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3870]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3872]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3874]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3878]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3880]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3882]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3884]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3886]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3888]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3890]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3892]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3894]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3896]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3898]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3900]: 6 -1.00008 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3902]: 6 -1.00002 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3928]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3930]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3932]: 6 -1.00005 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3934]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3936]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3938]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3940]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3942]: 6 -1.00004 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3944]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3946]: 6 -1.00009 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3948]: 6 -1.00007 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3950]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3952]: 6 -1.00003 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3954]: 6 -1.00006 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3956]: 6 -1.0001 0 shouldn't be
894.59/897.12	WSVECS04 Frhs2[3958]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[3960]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[3962]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[3964]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[3966]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[3968]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[3970]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[3972]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[3974]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4000]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4002]: 6 -1.00007 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4004]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4006]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4008]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4010]: 6 -1.00007 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4012]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4014]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4016]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4018]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4020]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4022]: 6 -1.0001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4024]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4026]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4028]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4030]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4032]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4034]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4036]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4038]: 6 -1.00007 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4040]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4042]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4044]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4074]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4076]: 6 -1.00007 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4080]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4082]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4084]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4096]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4098]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4138]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4140]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4146]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4148]: 6 -1.0001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4152]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4154]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4168]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4208]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4210]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4212]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4216]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4218]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4280]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4282]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4288]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4360]: 6 -1.0001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4430]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4432]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4502]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4504]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4636]: 6 -1.0001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4706]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4722]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4764]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4766]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4768]: 6 -1.00007 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4770]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4772]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4774]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4776]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4778]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4780]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4782]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4784]: 6 -1.0001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4786]: 6 -1.00007 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4788]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4790]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4792]: 6 -1.0001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4794]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4796]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4798]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4800]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4802]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4804]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4806]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4808]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4810]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4812]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4814]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4816]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4818]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4820]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4822]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4824]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4826]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4834]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4836]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4838]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4840]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4842]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4844]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4846]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4848]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4850]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4852]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4854]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4856]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4858]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4860]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4862]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4864]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4866]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4868]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4870]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4872]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4874]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4876]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4878]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4880]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4882]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4884]: 6 -1.00007 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4886]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4888]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4890]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4892]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4894]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4896]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4898]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4904]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4906]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4908]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4910]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4912]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4914]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4916]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4918]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4924]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4926]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4928]: 6 -1.0001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4930]: 6 -1.0001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4932]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4934]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4936]: 6 -1.00003 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4938]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4940]: 6 -1.0001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4942]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4944]: 6 -1.00007 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4946]: 6 -1.00008 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4948]: 6 -1.00001 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4950]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4952]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4954]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4956]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4958]: 6 -1.00002 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4960]: 6 -1.00005 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4962]: 6 -1.00009 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4964]: 6 -1.00004 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4966]: 6 -1.00006 0 shouldn't be
894.59/897.13	WSVECS04 Frhs2[4968]: 6 -1.00008 0 shouldn't be
911.03/913.65	c #Conflicts:     727000 | #Constraints:      52190
911.03/913.65	c #Conflicts:     728000 | #Constraints:      53190
911.03/913.65	c #Conflicts:     729000 | #Constraints:      54190
911.03/913.65	c #Conflicts:     730000 | #Constraints:      55190
911.03/913.65	c #Conflicts:     731000 | #Constraints:      56190
911.03/913.65	c #Conflicts:     732000 | #Constraints:      57190
911.03/913.65	c #Conflicts:     733000 | #Constraints:      58190
911.03/913.65	c #Conflicts:     734000 | #Constraints:      59190
911.03/913.65	c #Conflicts:     735000 | #Constraints:      60190
911.03/913.65	c #Conflicts:     736000 | #Constraints:      61190
911.03/913.65	c #Conflicts:     737000 | #Constraints:      62190
911.03/913.65	c #Conflicts:     738000 | #Constraints:      63190
911.03/913.65	c #Conflicts:     739000 | #Constraints:      64191
911.03/913.65	c INPROCESSING
911.03/913.65	c GARBAGE COLLECT
911.03/913.65	c rational objective 2519
937.36/940.02	c #Conflicts:     740000 | #Constraints:      48131
937.36/940.02	c #Conflicts:     741000 | #Constraints:      49131
937.36/940.02	c #Conflicts:     742000 | #Constraints:      50131
937.36/940.02	c #Conflicts:     743000 | #Constraints:      51131
937.36/940.02	c #Conflicts:     744000 | #Constraints:      52131
937.36/940.02	c #Conflicts:     745000 | #Constraints:      53132
937.36/940.02	c #Conflicts:     746000 | #Constraints:      54132
937.36/940.02	c #Conflicts:     747000 | #Constraints:      55132
937.36/940.02	c #Conflicts:     748000 | #Constraints:      56132
937.36/940.02	c #Conflicts:     749000 | #Constraints:      57132
937.36/940.02	c #Conflicts:     750000 | #Constraints:      58132
937.36/940.02	c #Conflicts:     751000 | #Constraints:      59132
937.36/940.02	c #Conflicts:     752000 | #Constraints:      60133
937.36/940.02	c #Conflicts:     753000 | #Constraints:      61134
937.36/940.02	c #Conflicts:     754000 | #Constraints:      62134
937.36/940.02	c #Conflicts:     755000 | #Constraints:      63134
937.36/940.02	c #Conflicts:     756000 | #Constraints:      64134
937.36/940.02	c INPROCESSING
937.36/940.02	c GARBAGE COLLECT
937.36/940.02	c rational objective 2519
955.50/958.28	c #Conflicts:     757000 | #Constraints:      47800
955.50/958.28	c #Conflicts:     758000 | #Constraints:      48800
955.50/958.28	c #Conflicts:     759000 | #Constraints:      49800
955.50/958.28	c #Conflicts:     760000 | #Constraints:      50800
955.50/958.28	c #Conflicts:     761000 | #Constraints:      51800
955.50/958.28	c #Conflicts:     762000 | #Constraints:      52800
955.50/958.28	c #Conflicts:     763000 | #Constraints:      53800
955.50/958.28	c #Conflicts:     764000 | #Constraints:      54800
955.50/958.28	c #Conflicts:     765000 | #Constraints:      55800
955.50/958.28	c #Conflicts:     766000 | #Constraints:      56800
955.50/958.28	c #Conflicts:     767000 | #Constraints:      57800
955.50/958.28	c #Conflicts:     768000 | #Constraints:      58800
955.50/958.28	c #Conflicts:     769000 | #Constraints:      59800
955.50/958.28	c #Conflicts:     770000 | #Constraints:      60800
955.50/958.28	c #Conflicts:     771000 | #Constraints:      61800
955.50/958.28	c bounds 2521 >= 2520 @ 944.515
960.99/963.77	c #Conflicts:     772000 | #Constraints:      62833
960.99/963.77	c #Conflicts:     773000 | #Constraints:      63833
960.99/963.77	c #Conflicts:     774000 | #Constraints:      64833
960.99/963.77	c INPROCESSING
960.99/963.77	c GARBAGE COLLECT
960.99/963.77	c rational objective 2520
979.63/982.47	c #Conflicts:     775000 | #Constraints:      48374
979.63/982.47	c #Conflicts:     776000 | #Constraints:      49374
979.63/982.47	c #Conflicts:     777000 | #Constraints:      50374
979.63/982.47	c #Conflicts:     778000 | #Constraints:      51374
979.63/982.47	c #Conflicts:     779000 | #Constraints:      52374
979.63/982.47	c #Conflicts:     780000 | #Constraints:      53374
979.63/982.47	c #Conflicts:     781000 | #Constraints:      54374
979.63/982.47	c #Conflicts:     782000 | #Constraints:      55374
979.63/982.47	c #Conflicts:     783000 | #Constraints:      56374
979.63/982.47	c #Conflicts:     784000 | #Constraints:      57374
979.63/982.47	c #Conflicts:     785000 | #Constraints:      58374
979.63/982.47	c #Conflicts:     786000 | #Constraints:      59374
979.63/982.47	c #Conflicts:     787000 | #Constraints:      60374
979.63/982.47	c #Conflicts:     788000 | #Constraints:      61374
979.63/982.47	c #Conflicts:     789000 | #Constraints:      62374
979.63/982.47	c #Conflicts:     790000 | #Constraints:      63374
979.63/982.47	c #Conflicts:     791000 | #Constraints:      64374
979.63/982.47	c #Conflicts:     792000 | #Constraints:      65375
979.63/982.47	c INPROCESSING
979.63/982.47	c GARBAGE COLLECT
979.63/982.47	c rational objective 2520
979.93/982.70	c bounds 2520 >= 2520 @ 968.573
979.93/982.70	c cpu time 968.573 s
979.93/982.70	c deterministic time 41148549700 4.11e+10
979.93/982.70	c optimization time 1.47479 s
979.93/982.70	c total solve time 966.957 s
979.93/982.70	c core-guided solve time 474.824 s
979.93/982.70	c propagation time 568.074 s
979.93/982.70	c conflict analysis time 211.962 s
979.93/982.70	c propagations 357613761
979.93/982.70	c resolve steps 14559180
979.93/982.70	c decisions 5742163
979.93/982.70	c conflicts 792001
979.93/982.70	c restarts 1675
979.93/982.70	c inprocessing phases 80
979.93/982.70	c garbage collections 80 ,( 100.00 )
979.93/982.70	c input clauses 27351 ,( 83.80 )
979.93/982.70	c input cardinalities 5159 ,( 15.81 )
979.93/982.70	c input general constraints 127 ,( 0.39 )
979.93/982.70	c input average constraint length 387.49
979.93/982.70	c input average constraint degree 98.98
979.93/982.70	c learned clauses 503036 ,( 63.38 )
979.93/982.70	c learned cardinalities 30118 ,( 3.79 )
979.93/982.70	c learned general constraints 260493 ,( 32.82 )
979.93/982.70	c learned average constraint length 629.51
979.93/982.70	c learned average constraint degree 3404145489.83
979.93/982.70	c watched  CF 32, 64, 128, Arb: 120277 , 0 , 0 , 0
979.93/982.70	c counting CF 32, 64, 128, Arb: 140344 , 0 , 0 , 0
979.93/982.70	c watched   constraints 120277 ,( 46.15 ) 
979.93/982.70	c counting  constraints 140343 ,( 53.85 ) 
979.93/982.70	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 256610053 , 365980659 , 2899405379 ,( 202245735 , 2697159644 )
979.93/982.70	c gcd simplifications 49530
979.93/982.70	c detected cardinalities 13467
979.93/982.70	c weakened non-implied lits 332660739
979.93/982.70	c weakened non-implying lits 58089
979.93/982.70	c original variables 9815
979.93/982.70	c clausal propagations 105628403
979.93/982.70	c cardinality propagations 26161542
979.93/982.70	c watched propagations 1769524
979.93/982.70	c counting propagations 205549541
979.93/982.70	c watch lookups 17759813731
979.93/982.70	c watch backjump lookups 0
979.93/982.70	c watch checks 9433525123
979.93/982.70	c propagation checks 11601700486
979.93/982.70	c constraint additions 1624782148
979.93/982.70	c trail pops 364146368
979.93/982.70	c formula constraints 24730
979.93/982.70	c learned constraints 790474
979.93/982.70	c bound constraints 2552
979.93/982.70	c core-guided constraints 5355
979.93/982.70	c encountered formula constraints 5768833
979.93/982.70	c encountered learned constraints 4495990
979.93/982.70	c encountered bound constraints 7
979.93/982.70	c encountered core-guided constraints 5046253
979.93/982.70	c LP total time 353.633 s
979.93/982.70	c LP solve time 325.91 s
979.93/982.70	c LP constraints added 25271
979.93/982.70	c LP constraints removed 531
979.93/982.70	c LP pivots internal 793387
979.93/982.70	c LP pivots root 432532
979.93/982.70	c LP calls 1648
979.93/982.70	c LP optimalities 116
979.93/982.70	c LP no pivot count 26
979.93/982.70	c LP infeasibilities 1527
979.93/982.70	c LP valid Farkas constraints 1527
979.93/982.70	c LP learned Farkas constraints 1527
979.93/982.70	c LP basis resets 0
979.93/982.70	c LP cycling count 0
979.93/982.70	c LP singular count 0
979.93/982.70	c LP no primal count 0
979.93/982.70	c LP no farkas count 0
979.93/982.70	c LP other issue count 0
979.93/982.70	c LP Gomory cuts 119
979.93/982.70	c LP learned cuts 423
979.93/982.70	c LP deleted cuts 541
979.93/982.70	c LP encountered Gomory constraints 520
979.93/982.70	c LP encountered Farkas constraints 31373
979.93/982.70	c LP encountered learned Farkas constraints 6678
979.93/982.70	c CG auxiliary variables introduced 2625
979.93/982.70	c CG solutions found 2
979.93/982.70	c CG cores constructed 2520
979.93/982.70	c CG core cardinality constraints returned 0
979.93/982.70	c CG unit cores 0
979.93/982.70	c CG single cores 2520
979.93/982.70	c CG blocks removed during cardinality reduction 0
979.93/982.70	c CG first core best 0
979.93/982.70	c CG decision core best 0
979.93/982.70	c CG core reduction tie 0
979.93/982.70	c CG core degree average 1.00
979.93/982.70	c CG core slack average 2.00
979.93/982.70	c CG core upper bound improvements 0
979.93/982.70	c STR number of successful calls 0
979.93/982.70	c STR number of unsuccessful calls 0
979.93/982.70	c STR number of inconclusive calls 0
979.93/982.70	c STR number of successful attempts 0
979.93/982.70	c STR number of unsuccessful attempts 0
979.93/982.70	c STR number of inconclusive attempts 0
979.93/982.70	c STR average degree increase per successful call inf
979.93/982.70	c STR average degree increase per successful attempt inf
979.93/982.70	c STR total number of conflicts for successful attempts 0
979.93/982.70	c STR total number of conflicts for unsuccessful attempts 0
979.93/982.70	c STR total number of conflicts for inconclusive attempts 0
979.93/982.70	c STR average number of conflicts per successful attempt inf
979.93/982.70	c STR average number of conflicts per unsuccessful attempt inf
979.93/982.70	c STR average number of conflicts per inconclusive attempt inf
979.93/982.70	c AVG.sumWPerc 40.70 
979.93/982.70	c bigint constraints 0 
979.93/982.70	o 2520
979.93/982.70	s OPTIMUM FOUND
979.93/982.70	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 -x3423 x3424 -x3425 x3426 -x3427 x3428 -x3429 x3430 -x3431 x3432 -x3433 x3434 -x3435 x3436 -x3437 x3438 -x3439 x3440 -x3441 x3442 -x3443 x3444 -x3445 x3446 -x3447 x3448 -x3449 x3450 -x3451 x3452 -x3453 x3454 -x3455 x3456 -x3457 x3458 -x3459 x3460 -x3461 x3462 -x3463 x3464 -x3465 x3466 -x3467 x3468 -x3469 x3470 -x3471 x3472 -x3473 x3474 -x3475 x3476 x3477 -x3478 x3479 x3480 -x3481 x3482 -x3483 x3484 -x3485 x3486 -x3487 x3488 -x3489 x3490 -x3491 x3492 -x3493 x3494 -x3495 x3496 -x3497 x3498 -x3499 x3500 -x3501 x3502 -x3503 x3504 -x3505 x3506 -x3507 x3508 -x3509 x3510 -x3511 x3512 -x3513 x3514 -x3515 x3516 -x3517 x3518 -x3519 x3520 -x3521 x3522 -x3523 x3524 -x3525 x3526 -x3527 x3528 -x3529 x3530 -x3531 x3532 -x3533 x3534 -x3535 x3536 -x3537 x3538 -x3539 x3540 -x3541 x3542 -x3543 x3544 -x3545 x3546 x3547 -x3548 x3549 -x3550 -x3551 x3552 -x3553 x3554 -x3555 x3556 -x3557 x3558 -x3559 x3560 -x3561 x3562 -x3563 x3564 -x3565 x3566 -x3567 x3568 -x3569 x3570 -x3571 x3572 -x3573 x3574 -x3575 x3576 -x3577 x3578 -x3579 x3580 -x3581 x3582 -x3583 x3584 -x3585 x3586 -x3587 x3588 -x3589 x3590 -x3591 x3592 -x3593 x3594 -x3595 x3596 -x3597 x3598 -x3599 x3600 -x3601 x3602 -x3603 x3604 -x3605 x3606 -x3607 x3608 -x3609 x3610 -x3611 x3612 -x3613 x3614 -x3615 x3616 x3617 -x3618 x3619 -x3620 x3621 x3622 -x3623 x3624 -x3625 x3626 -x3627 x3628 -x3629 x3630 -x3631 x3632 -x3633 x3634 -x3635 x3636 -x3637 x3638 -x3639 x3640 -x3641 x3642 -x3643 x3644 -x3645 x3646 -x3647 x3648 -x3649 x3650 -x3651 x3652 -x3653 x3654 -x3655 x3656 -x3657 x3658 -x3659 x3660 -x3661 x3662 -x3663 x3664 -x3665 x3666 -x3667 x3668 -x3669 x3670 -x3671 x3672 -x3673 x3674 -x3675 x3676 -x3677 x3678 -x3679 x3680 -x3681 x3682 -x3683 x3684 -x3685 x3686 x3687 -x3688 x3689 -x3690 x3691 -x3692 -x3693 x3694 -x3695 x3696 -x3697 x3698 -x3699 x3700 -x3701 x3702 -x3703 x3704 -x3705 x3706 -x3707 x3708 -x3709 x3710 -x3711 x3712 -x3713 x3714 -x3715 x3716 -x3717 x3718 -x3719 x3720 -x3721 x3722 -x3723 x3724 -x3725 x3726 -x3727 x3728 -x3729 x3730 -x3731 x3732 -x3733 x3734 -x3735 x3736 -x3737 x3738 -x3739 x3740 -x3741 x3742 -x3743 x3744 -x3745 x3746 -x3747 x3748 -x3749 x3750 -x3751 x3752 -x3753 x3754 -x3755 x3756 -x3757 x3758 x3759 -x3760 x3761 -x3762 x3763 x3764 -x3765 x3766 -x3767 x3768 -x3769 x3770 -x3771 x3772 -x3773 x3774 -x3775 x3776 -x3777 x3778 -x3779 x3780 -x3781 x3782 -x3783 x3784 -x3785 x3786 -x3787 x3788 -x3789 x3790 -x3791 x3792 -x3793 x3794 -x3795 x3796 -x3797 x3798 -x3799 x3800 -x3801 x3802 -x3803 x3804 -x3805 x3806 -x3807 x3808 -x3809 x3810 -x3811 x3812 -x3813 x3814 -x3815 x3816 -x3817 x3818 -x3819 x3820 -x3821 x3822 -x3823 x3824 -x3825 x3826 -x3827 x3828 -x3829 x3830 x3831 -x3832 x3833 -x3834 -x3835 x3836 -x3837 x3838 -x3839 x3840 -x3841 x3842 -x3843 x3844 -x3845 x3846 -x3847 x3848 -x3849 x3850 -x3851 x3852 -x3853 x3854 -x3855 x3856 -x3857 x3858 -x3859 x3860 -x3861 x3862 -x3863 x3864 -x3865 x3866 -x3867 x3868 -x3869 x3870 -x3871 x3872 -x3873 x3874 -x3875 x3876 -x3877 x3878 -x3879 x3880 -x3881 x3882 -x3883 x3884 -x3885 x3886 -x3887 x3888 -x3889 x3890 -x3891 x3892 -x3893 x3894 -x3895 x3896 -x3897 x3898 -x3899 x3900 -x3901 x3902 x3903 -x3904 x3905 x3906 -x3907 x3908 -x3909 x3910 -x3911 x3912 -x3913 x3914 -x3915 x3916 -x3917 x3918 -x3919 x3920 -x3921 x3922 -x3923 x3924 -x3925 x3926 -x3927 x3928 -x3929 x3930 -x3931 x3932 -x3933 x3934 -x3935 x3936 -x3937 x3938 -x3939 x3940 -x3941 x3942 -x3943 x3944 -x3945 x3946 -x3947 x3948 -x3949 x3950 -x3951 x3952 -x3953 x3954 -x3955 x3956 -x3957 x3958 -x3959 x3960 -x3961 x3962 -x3963 x3964 -x3965 x3966 -x3967 x3968 -x3969 x3970 -x3971 x3972 -x3973 x3974 x3975 -x3976 -x3977 x3978 -x3979 x3980 -x3981 x3982 -x3983 x3984 -x3985 x3986 -x3987 x3988 -x3989 x3990 -x3991 x3992 -x3993 x3994 -x3995 x3996 -x3997 x3998 -x3999 x4000 -x4001 x4002 -x4003 x4004 -x4005 x4006 -x4007 x4008 -x4009 x4010 -x4011 x4012 -x4013 x4014 -x4015 x4016 -x4017 x4018 -x4019 x4020 -x4021 x4022 -x4023 x4024 -x4025 x4026 -x4027 x4028 -x4029 x4030 -x4031 x4032 -x4033 x4034 -x4035 x4036 -x4037 x4038 -x4039 x4040 -x4041 x4042 -x4043 x4044 -x4045 x4046 x4047 x4048 -x4049 x4050 -x4051 x4052 -x4053 x4054 -x4055 x4056 -x4057 x4058 -x4059 x4060 -x4061 x4062 -x4063 x4064 -x4065 x4066 -x4067 x4068 -x4069 x4070 -x4071 x4072 -x4073 x4074 -x4075 x4076 -x4077 x4078 -x4079 x4080 -x4081 x4082 -x4083 x4084 -x4085 x4086 -x4087 x4088 -x4089 x4090 -x4091 x4092 -x4093 x4094 -x4095 x4096 -x4097 x4098 -x4099 x4100 -x4101 x4102 -x4103 x4104 -x4105 x4106 -x4107 x4108 -x4109 x4110 -x4111 x4112 -x4113 x4114 -x4115 x4116 -x4117 x4118 x4119 x4120 -x4121 x4122 -x4123 x4124 -x4125 x4126 -x4127 x4128 -x4129 x4130 -x4131 x4132 -x4133 x4134 -x4135 x4136 -x4137 x4138 -x4139 x4140 -x4141 x4142 -x4143 x4144 -x4145 x4146 -x4147 x4148 -x4149 x4150 -x4151 x4152 -x4153 x4154 -x4155 x4156 -x4157 x4158 -x4159 x4160 -x4161 x4162 -x4163 x4164 -x4165 x4166 -x4167 x4168 -x4169 x4170 -x4171 x4172 -x4173 x4174 -x4175 x4176 -x4177 x4178 -x4179 x4180 -x4181 x4182 -x4183 x4184 -x4185 x4186 -x4187 x4188 -x4189 -x4190 x4191 x4192 -x4193 x4194 -x4195 x4196 -x4197 x4198 -x4199 x4200 -x4201 x4202 -x4203 x4204 -x4205 x4206 -x4207 x4208 -x4209 x4210 -x4211 x4212 -x4213 x4214 -x4215 x4216 -x4217 x4218 -x4219 x4220 -x4221 x4222 -x4223 x4224 -x4225 x4226 -x4227 x4228 -x4229 x4230 -x4231 x4232 -x4233 x4234 -x4235 x4236 -x4237 x4238 -x4239 x4240 -x4241 x4242 -x4243 x4244 -x4245 x4246 -x4247 x4248 -x4249 x4250 -x4251 x4252 -x4253 x4254 -x4255 x4256 -x4257 x4258 -x4259 x4260 x4261 -x4262 x4263 x4264 -x4265 x4266 -x4267 x4268 -x4269 x4270 -x4271 x4272 -x4273 x4274 -x4275 x4276 -x4277 x4278 -x4279 x4280 -x4281 x4282 -x4283 x4284 -x4285 x4286 -x4287 x4288 -x4289 x4290 -x4291 x4292 -x4293 x4294 -x4295 x4296 -x4297 x4298 -x4299 x4300 -x4301 x4302 -x4303 x4304 -x4305 x4306 -x4307 x4308 -x4309 x4310 -x4311 x4312 -x4313 x4314 -x4315 x4316 -x4317 x4318 -x4319 x4320 -x4321 x4322 -x4323 x4324 -x4325 x4326 -x4327 x4328 -x4329 x4330 -x4331 -x4332 x4333 -x4334 x4335 x4336 -x4337 x4338 -x4339 x4340 -x4341 x4342 -x4343 x4344 -x4345 x4346 -x4347 x4348 -x4349 x4350 -x4351 x4352 -x4353 x4354 -x4355 x4356 -x4357 x4358 -x4359 x4360 -x4361 x4362 -x4363 x4364 -x4365 x4366 -x4367 x4368 -x4369 x4370 -x4371 x4372 -x4373 x4374 -x4375 x4376 -x4377 x4378 -x4379 x4380 -x4381 x4382 -x4383 x4384 -x4385 x4386 -x4387 x4388 -x4389 x4390 -x4391 x4392 -x4393 x4394 -x4395 x4396 -x4397 x4398 -x4399 x4400 -x4401 x4402 x4403 -x4404 x4405 -x4406 x4407 x4408 -x4409 x4410 -x4411 x4412 -x4413 x4414 -x4415 x4416 -x4417 x4418 -x4419 x4420 -x4421 x4422 -x4423 x4424 -x4425 x4426 -x4427 x4428 -x4429 x4430 -x4431 x4432 -x4433 x4434 -x4435 x4436 -x4437 x4438 -x4439 x4440 -x4441 x4442 -x4443 x4444 -x4445 x4446 -x4447 x4448 -x4449 x4450 -x4451 x4452 -x4453 x4454 -x4455 x4456 -x4457 x4458 -x4459 x4460 -x4461 x4462 -x4463 x4464 -x4465 x4466 -x4467 x4468 -x4469 x4470 -x4471 x4472 -x4473 -x4474 x4475 -x4476 x4477 x4478 -x4479 x4480 -x4481 x4482 -x4483 x4484 -x4485 x4486 -x4487 x4488 -x4489 x4490 -x4491 x4492 -x4493 x4494 -x4495 x4496 -x4497 x4498 -x4499 x4500 -x4501 x4502 -x4503 x4504 -x4505 x4506 -x4507 x4508 -x4509 x4510 -x4511 x4512 -x4513 x4514 -x4515 x4516 -x4517 x4518 -x4519 x4520 -x4521 x4522 -x4523 x4524 -x4525 x4526 -x4527 x4528 -x4529 x4530 -x4531 x4532 -x4533 x4534 -x4535 x4536 -x4537 x4538 -x4539 x4540 -x4541 x4542 -x4543 x4544 x4545 -x4546 x4547 x4548 -x4549 x4550 -x4551 x4552 -x4553 x4554 -x4555 x4556 -x4557 x4558 -x4559 x4560 -x4561 x4562 -x4563 x4564 -x4565 x4566 -x4567 x4568 -x4569 x4570 -x4571 x4572 -x4573 x4574 -x4575 x4576 -x4577 x4578 -x4579 x4580 -x4581 x4582 -x4583 x4584 -x4585 x4586 -x4587 x4588 -x4589 x4590 -x4591 x4592 -x4593 x4594 -x4595 x4596 -x4597 x4598 -x4599 x4600 -x4601 x4602 -x4603 x4604 -x4605 x4606 -x4607 x4608 -x4609 x4610 -x4611 x4612 -x4613 x4614 -x4615 -x4616 x4617 x4618 -x4619 x4620 -x4621 x4622 -x4623 x4624 -x4625 x4626 -x4627 x4628 -x4629 x4630 -x4631 x4632 -x4633 x4634 -x4635 x4636 -x4637 x4638 -x4639 x4640 -x4641 x4642 -x4643 x4644 -x4645 x4646 -x4647 x4648 -x4649 x4650 -x4651 x4652 -x4653 x4654 -x4655 x4656 -x4657 x4658 -x4659 x4660 -x4661 x4662 -x4663 x4664 -x4665 x4666 -x4667 x4668 -x4669 x4670 -x4671 x4672 -x4673 x4674 -x4675 x4676 -x4677 x4678 -x4679 x4680 -x4681 x4682 -x4683 x4684 -x4685 x4686 x4687 x4688 -x4689 x4690 -x4691 x4692 -x4693 x4694 -x4695 x4696 -x4697 x4698 -x4699 x4700 -x4701 x4702 -x4703 x4704 -x4705 x4706 -x4707 x4708 -x4709 x4710 -x4711 x4712 -x4713 x4714 -x4715 x4716 -x4717 x4718 -x4719 x4720 -x4721 x4722 -x4723 x4724 -x4725 x4726 -x4727 x4728 -x4729 x4730 -x4731 x4732 -x4733 x4734 -x4735 x4736 -x4737 x4738 -x4739 x4740 -x4741 x4742 -x4743 x4744 -x4745 x4746 -x4747 x4748 -x4749 x4750 -x4751 x4752 -x4753 x4754 -x4755 x4756 -x4757 x4758 -x4759 x4760 -x4761 x4762 -x4763 x4764 -x4765 x4766 -x4767 x4768 -x4769 x4770 -x4771 x4772 -x4773 x4774 -x4775 x4776 -x4777 x4778 -x4779 x4780 -x4781 x4782 -x4783 x4784 -x4785 x4786 -x4787 x4788 -x4789 x4790 -x4791 x4792 -x4793 x4794 -x4795 x4796 -x4797 x4798 -x4799 x4800 -x4801 x4802 -x4803 x4804 -x4805 x4806 -x4807 x4808 -x4809 x4810 -x4811 x4812 -x4813 x4814 -x4815 x4816 -x4817 x4818 -x4819 x4820 -x4821 x4822 -x4823 x4824 -x4825 x4826 -x4827 x4828 -x4829 x4830 -x4831 x4832 -x4833 x4834 -x4835 x4836 -x4837 x4838 -x4839 x4840 -x4841 x4842 -x4843 x4844 -x4845 x4846 -x4847 x4848 -x4849 x4850 -x4851 x4852 -x4853 x4854 -x4855 x4856 -x4857 x4858 -x4859 x4860 -x4861 x4862 -x4863 x4864 -x4865 x4866 -x4867 x4868 -x4869 x4870 -x4871 x4872 -x4873 x4874 -x4875 x4876 -x4877 x4878 -x4879 x4880 -x4881 x4882 -x4883 x4884 -x4885 x4886 -x4887 x4888 -x4889 x4890 -x4891 x4892 -x4893 x4894 -x4895 x4896 -x4897 x4898 x4899 x4900 -x4901 x4902 -x4903 x4904 -x4905 x4906 -x4907 x4908 -x4909 x4910 -x4911 x4912 -x4913 x4914 -x4915 x4916 -x4917 x4918 -x4919 x4920 -x4921 x4922 -x4923 x4924 -x4925 x4926 -x4927 x4928 -x4929 x4930 -x4931 x4932 -x4933 x4934 -x4935 x4936 -x4937 x4938 -x4939 x4940 -x4941 x4942 -x4943 x4944 -x4945 x4946 -x4947 x4948 -x4949 x4950 -x4951 x4952 -x4953 x4954 -x4955 x4956 -x4957 x4958 -x4959 x4960 -x4961 x4962 -x4963 x4964 -x4965 x4966 -x4967 x4968 x4969 -x4970

Verifier Data

OK	2520

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 (62159 MiB free)
  memory of node 1: 64465 MiB (62414 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=85891, runsolver pid=85888

[startup+0.100031 s]*
/proc/loadavg: 4.10 4.11 3.88 5/255 85893
/proc/meminfo: memFree=127560176/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85893] ppid=85891 vsize=24276 memory=15428 CPUtime=0.08 cores=5,7
/proc/85893/stat : 85893 (pbsuma) R 85891 85891 85279 0 -1 4194304 4176 0 0 0 6 2 0 0 20 0 1 0 73056403 24858624 3857 18446744073709551615 4210688 4653049 140727885053632 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 20873216 140727885056355 140727885056562 140727885056562 140727885062127 0
/proc/85893/statm: 6069 3857 1024 108 0 3477 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 28468 KiB
Current children cumulated memory: 18372 KiB

[startup+0.216427 s]*
/proc/loadavg: 4.10 4.11 3.88 5/255 85893
/proc/meminfo: memFree=127560176/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85893] ppid=85891 vsize=24276 memory=15428 CPUtime=0.2 cores=5,7
/proc/85893/stat : 85893 (pbsuma) R 85891 85891 85279 0 -1 4194304 4200 0 0 0 18 2 0 0 20 0 1 0 73056403 24858624 3857 18446744073709551615 4210688 4653049 140727885053632 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20873216 140727885056355 140727885056562 140727885056562 140727885062127 0
/proc/85893/statm: 6069 3857 1024 108 0 3477 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 28468 KiB
Current children cumulated memory: 18372 KiB

[startup+0.312908 s]*
/proc/loadavg: 4.10 4.11 3.88 5/255 85893
/proc/meminfo: memFree=127560176/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85893] ppid=85891 vsize=24432 memory=16068 CPUtime=0.29 cores=5,7
/proc/85893/stat : 85893 (pbsuma) R 85891 85891 85279 0 -1 4194304 4387 0 0 0 27 2 0 0 20 0 1 0 73056403 25018368 4017 18446744073709551615 4210688 4653049 140727885053632 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20873216 140727885056355 140727885056562 140727885056562 140727885062127 0
/proc/85893/statm: 6108 4017 1024 108 0 3516 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 28624 KiB
Current children cumulated memory: 19012 KiB

[startup+0.700358 s]
/proc/loadavg: 4.10 4.11 3.88 5/255 85893
/proc/meminfo: memFree=127556396/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85893] ppid=85891 vsize=29416 memory=21188 CPUtime=0.66 cores=5,7
/proc/85893/stat : 85893 (pbsuma) R 85891 85891 85279 0 -1 4194304 5640 0 0 0 64 2 0 0 20 0 1 0 73056403 30121984 5297 18446744073709551615 4210688 4653049 140727885053632 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20873216 140727885056355 140727885056562 140727885056562 140727885062127 0
/proc/85893/statm: 7354 5297 1024 108 0 4762 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 33608 KiB
Current children cumulated memory: 24132 KiB

[startup+1.50034 s]
/proc/loadavg: 4.10 4.11 3.88 5/255 85894
/proc/meminfo: memFree=127546700/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=102280 memory=55828 CPUtime=0.71 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 9552 0 0 0 62 9 0 0 20 0 1 0 73056480 104734720 13957 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 25570 13957 2400 1147 0 12997 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 106472 KiB
Current children cumulated memory: 58772 KiB

[startup+3.11306 s]
/proc/loadavg: 4.18 4.13 3.89 5/255 85894
/proc/meminfo: memFree=127450816/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=198292 memory=144012 CPUtime=2.31 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 24900 0 0 0 215 16 0 0 20 0 1 0 73056480 203051008 36003 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 49573 36003 2432 1147 0 37000 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 202484 KiB
Current children cumulated memory: 146956 KiB

[startup+6.30032 s]
/proc/loadavg: 4.18 4.13 3.89 6/255 85894
/proc/meminfo: memFree=127366076/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=327248 memory=247184 CPUtime=5.5 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 46123 0 0 0 525 25 0 0 20 0 1 0 73056480 335101952 61796 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 81812 61796 2432 1147 0 69239 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 331440 KiB
Current children cumulated memory: 250128 KiB

[startup+12.7004 s]
/proc/loadavg: 4.16 4.13 3.89 5/255 85894
/proc/meminfo: memFree=127334324/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=338052 memory=258576 CPUtime=11.88 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 48967 0 0 0 1157 31 0 0 20 0 1 0 73056480 346165248 64644 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 84513 64644 2432 1147 0 71940 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 342244 KiB
Current children cumulated memory: 261520 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.12 3.89 5/255 85894
/proc/meminfo: memFree=127318952/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=353364 memory=277904 CPUtime=24.64 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 53792 0 0 0 2409 55 0 0 20 0 1 0 73056480 361844736 69476 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 88341 69476 2432 1147 0 75768 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 357556 KiB
Current children cumulated memory: 280848 KiB

[startup+51.1131 s]
/proc/loadavg: 4.16 4.12 3.90 5/255 85895
/proc/meminfo: memFree=127296020/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=364760 memory=289296 CPUtime=50.19 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 56626 0 0 0 4926 93 0 0 20 0 1 0 73056480 373514240 72324 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 91190 72324 2432 1147 0 78617 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 368952 KiB
Current children cumulated memory: 292240 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 3.91 7/254 85897
/proc/meminfo: memFree=127034628/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=560292 memory=463672 CPUtime=101.24 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 91060 0 0 0 9961 163 0 0 20 0 1 0 73056480 573739008 115918 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 140073 115918 2432 1147 0 127500 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 564484 KiB
Current children cumulated memory: 466616 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.11 3.93 5/255 85900
/proc/meminfo: memFree=126929336/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=735860 memory=567848 CPUtime=161.08 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 108929 0 0 0 15857 251 0 0 20 0 1 0 73056480 753520640 141962 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 183965 141962 2432 1147 0 171392 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 740052 KiB
Current children cumulated memory: 570792 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.11 3.94 5/255 85902
/proc/meminfo: memFree=126904576/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=754628 memory=586024 CPUtime=220.92 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 113458 0 0 0 21774 318 0 0 20 0 1 0 73056480 772739072 146506 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 188657 146506 2432 1147 0 176084 0

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

/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 125521 0 0 0 81013 912 0 0 20 0 1 0 73056480 819159040 163139 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 199990 163139 2432 1147 0 187417 0
Current children cumulated CPU time: 819.99 s
Current children cumulated vsize: 804152 KiB
Current children cumulated memory: 655500 KiB

[startup+882.3 s]
/proc/loadavg: 4.10 4.10 4.01 5/254 85931
/proc/meminfo: memFree=126687124/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=799960 memory=652684 CPUtime=879.08 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 125556 0 0 0 86939 969 0 0 20 0 1 0 73056480 819159040 163171 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 199990 163171 2432 1147 0 187417 0
Current children cumulated CPU time: 879.82 s
Current children cumulated vsize: 804152 KiB
Current children cumulated memory: 655628 KiB

[startup+942.3 s]
/proc/loadavg: 4.08 4.09 4.01 6/254 85933
/proc/meminfo: memFree=126658600/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=810956 memory=668376 CPUtime=938.91 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 128479 0 0 0 92871 1020 0 0 20 0 1 0 73056480 830418944 167094 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 202739 167094 2432 1147 0 190166 0
Current children cumulated CPU time: 939.65 s
Current children cumulated vsize: 815148 KiB
Current children cumulated memory: 671320 KiB

[startup+982.736 s]
# the end of solver process 85891 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=969.293 s, system=10.6915 s

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

[startup+947.2 s]
/proc/loadavg: 4.08 4.09 4.01 5/254 85933
/proc/meminfo: memFree=126610216/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=810956 memory=668376 CPUtime=943.79 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 128479 0 0 0 93355 1024 0 0 20 0 1 0 73056480 830418944 167094 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 202739 167094 2432 1147 0 190166 0
Current children cumulated CPU time: 944.53 s
Current children cumulated vsize: 815148 KiB
Current children cumulated memory: 671320 KiB

[startup+960 s]*
/proc/loadavg: 4.13 4.10 4.02 5/254 85933
/proc/meminfo: memFree=126594088/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=810956 memory=668376 CPUtime=956.57 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 128479 0 0 0 94621 1036 0 0 20 0 1 0 73056480 830418944 167094 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 202739 167094 2432 1147 0 190166 0
Current children cumulated CPU time: 957.31 s
Current children cumulated vsize: 815148 KiB
Current children cumulated memory: 671320 KiB

[startup+972.8 s]
/proc/loadavg: 4.11 4.10 4.02 5/254 85935
/proc/meminfo: memFree=126594104/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=810956 memory=668376 CPUtime=969.32 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 128480 0 0 0 95879 1053 0 0 20 0 1 0 73056480 830418944 167094 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 202739 167094 2432 1147 0 190166 0
Current children cumulated CPU time: 970.06 s
Current children cumulated vsize: 815148 KiB
Current children cumulated memory: 671320 KiB

[startup+979.2 s]
/proc/loadavg: 4.10 4.09 4.01 5/254 85935
/proc/meminfo: memFree=126594104/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=810956 memory=668376 CPUtime=975.7 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 128481 0 0 0 96512 1058 0 0 20 0 1 0 73056480 830418944 167094 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 202739 167094 2432 1147 0 190166 0
Current children cumulated CPU time: 976.44 s
Current children cumulated vsize: 815148 KiB
Current children cumulated memory: 671320 KiB

[startup+980.8 s]
/proc/loadavg: 4.10 4.09 4.01 5/254 85935
/proc/meminfo: memFree=126594104/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=810956 memory=668376 CPUtime=977.3 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 128481 0 0 0 96670 1060 0 0 20 0 1 0 73056480 830418944 167094 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 202739 167094 2432 1147 0 190166 0
Current children cumulated CPU time: 978.04 s
Current children cumulated vsize: 815148 KiB
Current children cumulated memory: 671320 KiB

[startup+981.6 s]
/proc/loadavg: 4.10 4.09 4.01 5/254 85935
/proc/meminfo: memFree=126594104/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=810956 memory=668376 CPUtime=978.1 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 128481 0 0 0 96749 1061 0 0 20 0 1 0 73056480 830418944 167094 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 202739 167094 2432 1147 0 190166 0
Current children cumulated CPU time: 978.84 s
Current children cumulated vsize: 815148 KiB
Current children cumulated memory: 671320 KiB

[startup+982.4 s]
/proc/loadavg: 4.10 4.09 4.01 5/254 85935
/proc/meminfo: memFree=126594104/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=810956 memory=668376 CPUtime=978.89 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 128481 0 0 0 96827 1062 0 0 20 0 1 0 73056480 830418944 167094 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 202739 167094 2432 1147 0 190166 0
Current children cumulated CPU time: 979.63 s
Current children cumulated vsize: 815148 KiB
Current children cumulated memory: 671320 KiB

[startup+982.6 s]
/proc/loadavg: 4.10 4.09 4.01 5/254 85935
/proc/meminfo: memFree=126594104/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=810956 memory=668376 CPUtime=979.09 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 128481 0 0 0 96847 1062 0 0 20 0 1 0 73056480 830418944 167094 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 202739 167094 2432 1147 0 190166 0
Current children cumulated CPU time: 979.83 s
Current children cumulated vsize: 815148 KiB
Current children cumulated memory: 671320 KiB

[startup+982.7 s]
/proc/loadavg: 4.10 4.09 4.01 5/254 85935
/proc/meminfo: memFree=126594104/131382120 swapFree=33010416/33010684
[pid=85891] ppid=85888 vsize=4192 memory=2944 CPUtime=0.74 cores=5,7
/proc/85891/stat : 85891 (run-opt-break.s) S 85888 85891 85279 0 -1 4194304 237 5862 0 0 0 0 71 3 20 0 1 0 73056402 4292608 736 18446744073709551615 93878032502784 93878033397317 140730487905792 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93878033636368 93878033684112 93878044344320 140730487912801 140730487912930 140730487912930 140730487918532 0
/proc/85891/statm: 1048 736 672 219 0 110 0
[pid=85894] ppid=85891 vsize=810956 memory=668376 CPUtime=979.19 cores=5,7
/proc/85894/stat : 85894 (roundingsat) R 85891 85891 85279 0 -1 4194304 128481 0 0 0 96857 1062 0 0 20 0 1 0 73056480 830418944 167094 18446744073709551615 4227072 8923433 140731798750080 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23887872 140731798755684 140731798755880 140731798755880 140731798761450 0
/proc/85894/statm: 202739 167094 2432 1147 0 190166 0
Current children cumulated CPU time: 979.93 s
Current children cumulated vsize: 815148 KiB
Current children cumulated memory: 671320 KiB

Child status: 0

Real time (s): 982.737
CPU time (s): 979.984
CPU user time (s): 969.293
CPU system time (s): 10.6915
CPU usage (%): 99.7199
Max. virtual memory (cumulated for all children) (KiB): 815148
Max. memory (cumulated for all children) (KiB): 671320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 969.293
system time used= 10.6915
maximum resident set size= 668376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134605
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 832


# summary of solver processes directly reported to runsolver:
#   pid: 85891
#   total CPU time (s): 979.984
#   total CPU user time (s): 969.293
#   total CPU system time (s): 10.6915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.17535 second user time and 10.133 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 22:16:17
IDJOB=4521680
IDBENCH=178411
IDSOLVER=3359
FILE ID=nodeC003/4521680-1751573777
RUNJOBID= nodeC003-1751571912-85313
SLURM_JOB_ID= 9598793
Free space on /tmp= 431952 MiB

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

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

MD5SUM BENCH= 0db82a785ca934c3491ed1e2c41fa4ed
RANDOM SEED=1820383027

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		: 3660.420
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		: 3691.276
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		: 1197.377
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.863
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		: 3536.086
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		: 3492.467
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		: 1197.290
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.159
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:        127563452 kB
MemAvailable:   127685076 kB
Buffers:            2736 kB
Cached:           917608 kB
SwapCached:           36 kB
Active:          2801548 kB
Inactive:         425440 kB
Active(anon):    2316960 kB
Inactive(anon):     7608 kB
Active(file):     484588 kB
Inactive(file):   417832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7680 kB
Writeback:             0 kB
AnonPages:       2307396 kB
Mapped:           117156 kB
Shmem:             17924 kB
KReclaimable:     117660 kB
Slab:             203700 kB
SReclaimable:     117660 kB
SUnreclaim:        86040 kB
KernelStack:        4096 kB
PageTables:         7744 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2792248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2134016 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= 431940 MiB
End job on nodeC003 at 2025-07-03 22:32:40