Trace number 4513191

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 NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22ad? (TO) 3600.11 3624.04

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-0.opb
MD5SUM3e8b284557ab3bc728bad30e424c83e1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1199.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4513191-1751214528.opb'
0.00/0.02	c 	read 0.38MB  (5.23ms)
0.00/0.02	c	 [cnf: #variables 4128 #clauses 8704 #duplicates 0 #arr 37113]
0.00/0.03	c output proof to 'PROOFDIR/proof-4513191-1751214528'
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 4] (5.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.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	 found row 30x2, generating row predicate
0.00/0.04	c 	 found row 34x2, generating row predicate
0.00/0.04	c 	 (0.86ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 24953 #edges 98468]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.96ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 62 #add_vars 0]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4513191-1751214528.opb.pre'
0.00/0.05	c 	wrote 0.38MB (16.24ms)
0.00/0.05	c ------------------------------------------------------------------
0.00/0.05	c                  16.24ms 46.85% output
0.00/0.05	c                   5.84ms 16.85% approx_orbits
0.00/0.05	c                   5.23ms 15.07% parse
0.00/0.05	c                   4.41ms 12.73% other
0.00/0.05	c                   1.96ms  5.66% detect_generic
0.00/0.05	c                   0.86ms  2.48% detect_special
0.00/0.05	c                   0.12ms  0.35% finalize_order
0.00/0.05	c         ───────────────────────────────────────────────
0.00/0.05	c                  34.68ms   100% total
0.00/0.05	c ------------------------------------------------------------------
0.00/0.07	c RoundingSat 2
0.00/0.07	c branch pb25
0.00/0.07	c commit 63f22ad
0.03/0.14	c #variables 4128 #constraints 9080
15.93/16.18	c #Conflicts:       1000 | #Constraints:      10079
15.93/16.18	c #Conflicts:       2000 | #Constraints:      11079
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:       3000 | #Constraints:       9987
15.93/16.18	c #Conflicts:       4000 | #Constraints:      10987
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:       5000 | #Constraints:      10432
15.93/16.18	c #Conflicts:       6000 | #Constraints:      11432
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:       7000 | #Constraints:      10460
15.93/16.18	c #Conflicts:       8000 | #Constraints:      11460
15.93/16.18	c #Conflicts:       9000 | #Constraints:      12460
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      10000 | #Constraints:      11162
15.93/16.18	c #Conflicts:      11000 | #Constraints:      12162
15.93/16.18	c #Conflicts:      12000 | #Constraints:      13162
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      13000 | #Constraints:      11622
15.93/16.18	c #Conflicts:      14000 | #Constraints:      12622
15.93/16.18	c #Conflicts:      15000 | #Constraints:      13622
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      16000 | #Constraints:      11875
15.93/16.18	c #Conflicts:      17000 | #Constraints:      12875
15.93/16.18	c #Conflicts:      18000 | #Constraints:      13875
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      19000 | #Constraints:      11898
15.93/16.18	c #Conflicts:      20000 | #Constraints:      12898
15.93/16.18	c #Conflicts:      21000 | #Constraints:      13898
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      22000 | #Constraints:      11716
15.93/16.18	c #Conflicts:      23000 | #Constraints:      12716
15.93/16.18	c #Conflicts:      24000 | #Constraints:      13716
15.93/16.18	c #Conflicts:      25000 | #Constraints:      14716
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      26000 | #Constraints:      12337
15.93/16.18	c #Conflicts:      27000 | #Constraints:      13337
15.93/16.18	c #Conflicts:      28000 | #Constraints:      14337
15.93/16.18	c #Conflicts:      29000 | #Constraints:      15337
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      30000 | #Constraints:      12727
15.93/16.18	c #Conflicts:      31000 | #Constraints:      13727
15.93/16.18	c #Conflicts:      32000 | #Constraints:      14727
15.93/16.18	c #Conflicts:      33000 | #Constraints:      15727
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      34000 | #Constraints:      12943
15.93/16.18	c #Conflicts:      35000 | #Constraints:      13943
15.93/16.18	c #Conflicts:      36000 | #Constraints:      14943
15.93/16.18	c #Conflicts:      37000 | #Constraints:      15943
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      38000 | #Constraints:      12994
15.93/16.18	c #Conflicts:      39000 | #Constraints:      13994
15.93/16.18	c #Conflicts:      40000 | #Constraints:      14994
15.93/16.18	c #Conflicts:      41000 | #Constraints:      15994
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      42000 | #Constraints:      12805
15.93/16.18	c #Conflicts:      43000 | #Constraints:      13805
15.93/16.18	c #Conflicts:      44000 | #Constraints:      14805
15.93/16.18	c #Conflicts:      45000 | #Constraints:      15805
15.93/16.18	c #Conflicts:      46000 | #Constraints:      16805
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      47000 | #Constraints:      13371
15.93/16.18	c #Conflicts:      48000 | #Constraints:      14371
15.93/16.18	c #Conflicts:      49000 | #Constraints:      15371
15.93/16.18	c #Conflicts:      50000 | #Constraints:      16371
15.93/16.18	c #Conflicts:      51000 | #Constraints:      17371
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      52000 | #Constraints:      13796
15.93/16.18	c #Conflicts:      53000 | #Constraints:      14796
15.93/16.18	c #Conflicts:      54000 | #Constraints:      15796
15.93/16.18	c #Conflicts:      55000 | #Constraints:      16796
15.93/16.18	c #Conflicts:      56000 | #Constraints:      17796
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      57000 | #Constraints:      14006
15.93/16.18	c #Conflicts:      58000 | #Constraints:      15006
15.93/16.18	c #Conflicts:      59000 | #Constraints:      16006
15.93/16.18	c #Conflicts:      60000 | #Constraints:      17006
15.93/16.18	c #Conflicts:      61000 | #Constraints:      18006
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      62000 | #Constraints:      14023
15.93/16.18	c #Conflicts:      63000 | #Constraints:      15023
15.93/16.18	c #Conflicts:      64000 | #Constraints:      16023
15.93/16.18	c #Conflicts:      65000 | #Constraints:      17023
15.93/16.18	c #Conflicts:      66000 | #Constraints:      18023
15.93/16.18	c INPROCESSING
15.93/16.18	c GARBAGE COLLECT
15.93/16.18	c #Conflicts:      67000 | #Constraints:      13816
15.93/16.18	c #Conflicts:      68000 | #Constraints:      14816
35.07/35.39	c #Conflicts:      69000 | #Constraints:      15816
35.07/35.39	c #Conflicts:      70000 | #Constraints:      16816
35.07/35.39	c #Conflicts:      71000 | #Constraints:      17816
35.07/35.39	c #Conflicts:      72000 | #Constraints:      18816
35.07/35.39	c INPROCESSING
35.07/35.39	c GARBAGE COLLECT
35.07/35.39	c #Conflicts:      73000 | #Constraints:      14398
35.07/35.39	c #Conflicts:      74000 | #Constraints:      15398
35.07/35.39	c #Conflicts:      75000 | #Constraints:      16398
35.07/35.39	c #Conflicts:      76000 | #Constraints:      17398
35.07/35.39	c #Conflicts:      77000 | #Constraints:      18398
35.07/35.39	c #Conflicts:      78000 | #Constraints:      19398
35.07/35.39	c INPROCESSING
35.07/35.39	c GARBAGE COLLECT
35.07/35.39	c #Conflicts:      79000 | #Constraints:      14825
35.07/35.39	c #Conflicts:      80000 | #Constraints:      15825
35.07/35.39	c #Conflicts:      81000 | #Constraints:      16825
35.07/35.39	c #Conflicts:      82000 | #Constraints:      17825
35.07/35.39	c #Conflicts:      83000 | #Constraints:      18825
35.07/35.39	c #Conflicts:      84000 | #Constraints:      19825
35.07/35.39	c INPROCESSING
35.07/35.39	c GARBAGE COLLECT
35.07/35.39	c #Conflicts:      85000 | #Constraints:      15048
35.07/35.39	c #Conflicts:      86000 | #Constraints:      16048
35.07/35.39	c #Conflicts:      87000 | #Constraints:      17048
35.07/35.39	c #Conflicts:      88000 | #Constraints:      18048
35.07/35.39	c #Conflicts:      89000 | #Constraints:      19048
35.07/35.39	c #Conflicts:      90000 | #Constraints:      20048
35.07/35.39	c INPROCESSING
35.07/35.39	c GARBAGE COLLECT
35.07/35.39	c #Conflicts:      91000 | #Constraints:      15062
35.07/35.39	c #Conflicts:      92000 | #Constraints:      16062
35.07/35.39	c #Conflicts:      93000 | #Constraints:      17062
35.07/35.39	c #Conflicts:      94000 | #Constraints:      18062
35.07/35.39	c #Conflicts:      95000 | #Constraints:      19062
35.07/35.39	c #Conflicts:      96000 | #Constraints:      20062
35.07/35.39	c INPROCESSING
35.07/35.39	c GARBAGE COLLECT
35.07/35.39	c #Conflicts:      97000 | #Constraints:      14850
35.07/35.39	c #Conflicts:      98000 | #Constraints:      15850
35.07/35.39	c #Conflicts:      99000 | #Constraints:      16850
35.07/35.39	c #Conflicts:     100000 | #Constraints:      17850
35.07/35.39	c #Conflicts:     101000 | #Constraints:      18850
35.07/35.39	c #Conflicts:     102000 | #Constraints:      19850
35.07/35.39	c #Conflicts:     103000 | #Constraints:      20850
35.07/35.39	c INPROCESSING
35.07/35.39	c GARBAGE COLLECT
35.07/35.39	c #Conflicts:     104000 | #Constraints:      15453
35.07/35.39	c #Conflicts:     105000 | #Constraints:      16453
35.07/35.39	c #Conflicts:     106000 | #Constraints:      17453
35.07/35.39	c #Conflicts:     107000 | #Constraints:      18453
35.07/35.39	c #Conflicts:     108000 | #Constraints:      19453
35.07/35.39	c #Conflicts:     109000 | #Constraints:      20453
35.07/35.39	c #Conflicts:     110000 | #Constraints:      21453
35.07/35.39	c INPROCESSING
35.07/35.39	c GARBAGE COLLECT
35.07/35.39	c #Conflicts:     111000 | #Constraints:      15854
35.07/35.39	c #Conflicts:     112000 | #Constraints:      16854
35.07/35.39	c #Conflicts:     113000 | #Constraints:      17854
35.07/35.39	c #Conflicts:     114000 | #Constraints:      18854
35.07/35.39	c #Conflicts:     115000 | #Constraints:      19854
35.07/35.39	c #Conflicts:     116000 | #Constraints:      20854
35.07/35.39	c #Conflicts:     117000 | #Constraints:      21854
35.07/35.39	c INPROCESSING
35.07/35.39	c GARBAGE COLLECT
35.07/35.39	c #Conflicts:     118000 | #Constraints:      16038
35.07/35.39	c #Conflicts:     119000 | #Constraints:      17038
35.07/35.39	c #Conflicts:     120000 | #Constraints:      18038
35.07/35.39	c #Conflicts:     121000 | #Constraints:      19038
35.07/35.39	c #Conflicts:     122000 | #Constraints:      20038
35.07/35.39	c #Conflicts:     123000 | #Constraints:      21038
35.07/35.39	c #Conflicts:     124000 | #Constraints:      22038
35.07/35.39	c INPROCESSING
35.07/35.39	c GARBAGE COLLECT
35.07/35.39	c #Conflicts:     125000 | #Constraints:      16048
35.07/35.39	c #Conflicts:     126000 | #Constraints:      17048
35.07/35.39	c #Conflicts:     127000 | #Constraints:      18048
35.07/35.39	c #Conflicts:     128000 | #Constraints:      19048
35.07/35.39	c #Conflicts:     129000 | #Constraints:      20048
35.07/35.39	c #Conflicts:     130000 | #Constraints:      21048
35.07/35.39	c #Conflicts:     131000 | #Constraints:      22048
35.07/35.39	c INPROCESSING
35.07/35.39	c GARBAGE COLLECT
35.07/35.39	c rational objective 643.099
58.80/59.17	c #Conflicts:     132000 | #Constraints:      15866
58.80/59.17	c #Conflicts:     133000 | #Constraints:      16866
58.80/59.17	c #Conflicts:     134000 | #Constraints:      17866
58.80/59.17	c #Conflicts:     135000 | #Constraints:      18866
58.80/59.17	c #Conflicts:     136000 | #Constraints:      19866
58.80/59.17	c #Conflicts:     137000 | #Constraints:      20866
58.80/59.17	c #Conflicts:     138000 | #Constraints:      21866
58.80/59.17	c #Conflicts:     139000 | #Constraints:      22866
58.80/59.17	c INPROCESSING
58.80/59.17	c GARBAGE COLLECT
58.80/59.17	c #Conflicts:     140000 | #Constraints:      16454
58.80/59.17	c #Conflicts:     141000 | #Constraints:      17454
58.80/59.17	c #Conflicts:     142000 | #Constraints:      18454
58.80/59.17	c #Conflicts:     143000 | #Constraints:      19454
58.80/59.17	c #Conflicts:     144000 | #Constraints:      20454
58.80/59.17	c #Conflicts:     145000 | #Constraints:      21454
58.80/59.17	c #Conflicts:     146000 | #Constraints:      22454
58.80/59.17	c #Conflicts:     147000 | #Constraints:      23454
58.80/59.17	c INPROCESSING
58.80/59.17	c GARBAGE COLLECT
58.80/59.17	c #Conflicts:     148000 | #Constraints:      16866
58.80/59.17	c #Conflicts:     149000 | #Constraints:      17866
58.80/59.17	c #Conflicts:     150000 | #Constraints:      18866
58.80/59.17	c #Conflicts:     151000 | #Constraints:      19866
58.80/59.17	c #Conflicts:     152000 | #Constraints:      20866
58.80/59.17	c #Conflicts:     153000 | #Constraints:      21866
58.80/59.17	c #Conflicts:     154000 | #Constraints:      22866
58.80/59.17	c #Conflicts:     155000 | #Constraints:      23866
58.80/59.17	c INPROCESSING
58.80/59.17	c GARBAGE COLLECT
58.80/59.17	c #Conflicts:     156000 | #Constraints:      17081
58.80/59.17	c #Conflicts:     157000 | #Constraints:      18081
58.80/59.17	c #Conflicts:     158000 | #Constraints:      19081
58.80/59.17	c #Conflicts:     159000 | #Constraints:      20081
58.80/59.17	c #Conflicts:     160000 | #Constraints:      21081
58.80/59.17	c #Conflicts:     161000 | #Constraints:      22081
58.80/59.17	c #Conflicts:     162000 | #Constraints:      23081
58.80/59.17	c #Conflicts:     163000 | #Constraints:      24081
58.80/59.17	c INPROCESSING
58.80/59.17	c GARBAGE COLLECT
58.80/59.17	c #Conflicts:     164000 | #Constraints:      17086
58.80/59.17	c #Conflicts:     165000 | #Constraints:      18086
58.80/59.17	c #Conflicts:     166000 | #Constraints:      19086
58.80/59.17	c #Conflicts:     167000 | #Constraints:      20086
58.80/59.17	c #Conflicts:     168000 | #Constraints:      21086
58.80/59.17	c #Conflicts:     169000 | #Constraints:      22086
58.80/59.17	c #Conflicts:     170000 | #Constraints:      23086
58.80/59.17	c #Conflicts:     171000 | #Constraints:      24086
58.80/59.17	c INPROCESSING
58.80/59.17	c GARBAGE COLLECT
58.80/59.17	c #Conflicts:     172000 | #Constraints:      16836
58.80/59.17	c #Conflicts:     173000 | #Constraints:      17836
58.80/59.17	c #Conflicts:     174000 | #Constraints:      18836
58.80/59.17	c #Conflicts:     175000 | #Constraints:      19836
58.80/59.17	c #Conflicts:     176000 | #Constraints:      20836
58.80/59.17	c #Conflicts:     177000 | #Constraints:      21836
58.80/59.17	c #Conflicts:     178000 | #Constraints:      22836
58.80/59.17	c #Conflicts:     179000 | #Constraints:      23836
58.80/59.17	c #Conflicts:     180000 | #Constraints:      24836
58.80/59.17	c INPROCESSING
58.80/59.17	c GARBAGE COLLECT
58.80/59.17	c #Conflicts:     181000 | #Constraints:      17430
58.80/59.17	c #Conflicts:     182000 | #Constraints:      18430
58.80/59.17	c #Conflicts:     183000 | #Constraints:      19430
58.80/59.17	c #Conflicts:     184000 | #Constraints:      20430
58.80/59.17	c #Conflicts:     185000 | #Constraints:      21430
58.80/59.17	c #Conflicts:     186000 | #Constraints:      22430
58.80/59.17	c #Conflicts:     187000 | #Constraints:      23430
58.80/59.17	c #Conflicts:     188000 | #Constraints:      24430
58.80/59.17	c #Conflicts:     189000 | #Constraints:      25430
58.80/59.17	c INPROCESSING
58.80/59.17	c GARBAGE COLLECT
58.80/59.17	c #Conflicts:     190000 | #Constraints:      17840
58.80/59.17	c #Conflicts:     191000 | #Constraints:      18840
58.80/59.17	c #Conflicts:     192000 | #Constraints:      19840
58.80/59.17	c #Conflicts:     193000 | #Constraints:      20840
58.80/59.17	c #Conflicts:     194000 | #Constraints:      21840
58.80/59.17	c #Conflicts:     195000 | #Constraints:      22840
58.80/59.17	c #Conflicts:     196000 | #Constraints:      23840
58.80/59.17	c #Conflicts:     197000 | #Constraints:      24840
58.80/59.17	c #Conflicts:     198000 | #Constraints:      25840
58.80/59.17	c INPROCESSING
58.80/59.17	c GARBAGE COLLECT
58.80/59.17	c #Conflicts:     199000 | #Constraints:      18039
58.80/59.17	c #Conflicts:     200000 | #Constraints:      19039
58.80/59.17	c #Conflicts:     201000 | #Constraints:      20039
58.80/59.17	c #Conflicts:     202000 | #Constraints:      21039
58.80/59.17	c #Conflicts:     203000 | #Constraints:      22039
58.80/59.17	c #Conflicts:     204000 | #Constraints:      23039
58.80/59.17	c #Conflicts:     205000 | #Constraints:      24039
69.67/70.03	c #Conflicts:     206000 | #Constraints:      25039
69.67/70.03	c #Conflicts:     207000 | #Constraints:      26039
69.67/70.03	c INPROCESSING
69.67/70.03	c GARBAGE COLLECT
69.67/70.03	c #Conflicts:     208000 | #Constraints:      18061
69.67/70.03	c #Conflicts:     209000 | #Constraints:      19061
69.67/70.03	c #Conflicts:     210000 | #Constraints:      20061
69.67/70.03	c #Conflicts:     211000 | #Constraints:      21061
69.67/70.03	c #Conflicts:     212000 | #Constraints:      22061
69.67/70.03	c #Conflicts:     213000 | #Constraints:      23061
69.67/70.03	c #Conflicts:     214000 | #Constraints:      24061
69.67/70.03	c #Conflicts:     215000 | #Constraints:      25061
69.67/70.03	c #Conflicts:     216000 | #Constraints:      26061
69.67/70.03	c INPROCESSING
69.67/70.03	c GARBAGE COLLECT
69.67/70.03	c #Conflicts:     217000 | #Constraints:      17900
69.67/70.03	c #Conflicts:     218000 | #Constraints:      18900
69.67/70.03	c #Conflicts:     219000 | #Constraints:      19900
69.67/70.03	c #Conflicts:     220000 | #Constraints:      20900
69.67/70.03	c #Conflicts:     221000 | #Constraints:      21900
69.67/70.03	c #Conflicts:     222000 | #Constraints:      22900
69.67/70.03	c #Conflicts:     223000 | #Constraints:      23900
69.67/70.03	c #Conflicts:     224000 | #Constraints:      24900
69.67/70.03	c #Conflicts:     225000 | #Constraints:      25900
69.67/70.03	c #Conflicts:     226000 | #Constraints:      26900
69.67/70.03	c INPROCESSING
69.67/70.03	c GARBAGE COLLECT
69.67/70.03	c rational objective 712.956
82.93/83.31	c #Conflicts:     227000 | #Constraints:      18522
82.93/83.31	c #Conflicts:     228000 | #Constraints:      19522
82.93/83.31	c #Conflicts:     229000 | #Constraints:      20522
82.93/83.31	c #Conflicts:     230000 | #Constraints:      21522
82.93/83.31	c #Conflicts:     231000 | #Constraints:      22522
82.93/83.31	c #Conflicts:     232000 | #Constraints:      23522
82.93/83.31	c #Conflicts:     233000 | #Constraints:      24522
82.93/83.31	c #Conflicts:     234000 | #Constraints:      25522
82.93/83.31	c #Conflicts:     235000 | #Constraints:      26522
82.93/83.31	c #Conflicts:     236000 | #Constraints:      27522
82.93/83.31	c INPROCESSING
82.93/83.31	c GARBAGE COLLECT
82.93/83.31	c #Conflicts:     237000 | #Constraints:      18863
82.93/83.31	c #Conflicts:     238000 | #Constraints:      19863
82.93/83.31	c #Conflicts:     239000 | #Constraints:      20870
82.93/83.31	c #Conflicts:     240000 | #Constraints:      21884
82.93/83.31	c #Conflicts:     241000 | #Constraints:      22884
82.93/83.31	c #Conflicts:     242000 | #Constraints:      23884
82.93/83.31	c #Conflicts:     243000 | #Constraints:      24884
82.93/83.31	c #Conflicts:     244000 | #Constraints:      25884
82.93/83.31	c #Conflicts:     245000 | #Constraints:      26884
82.93/83.31	c #Conflicts:     246000 | #Constraints:      27884
82.93/83.31	c INPROCESSING
82.93/83.31	c GARBAGE COLLECT
82.93/83.31	c #Conflicts:     247000 | #Constraints:      19104
82.93/83.31	c #Conflicts:     248000 | #Constraints:      20104
82.93/83.31	c #Conflicts:     249000 | #Constraints:      21104
82.93/83.31	c #Conflicts:     250000 | #Constraints:      22104
82.93/83.31	c #Conflicts:     251000 | #Constraints:      23104
82.93/83.31	c #Conflicts:     252000 | #Constraints:      24104
82.93/83.31	c #Conflicts:     253000 | #Constraints:      25104
82.93/83.31	c #Conflicts:     254000 | #Constraints:      26104
82.93/83.31	c #Conflicts:     255000 | #Constraints:      27105
82.93/83.31	c #Conflicts:     256000 | #Constraints:      28105
82.93/83.31	c INPROCESSING
82.93/83.31	c GARBAGE COLLECT
82.93/83.31	c #Conflicts:     257000 | #Constraints:      19125
82.93/83.31	c #Conflicts:     258000 | #Constraints:      20125
82.93/83.31	c #Conflicts:     259000 | #Constraints:      21125
82.93/83.31	WSVECS04 Frhs2[41]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[52]: 6 -1.25 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[98]: 6 -1.006 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[100]: 6 -1.0075 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[102]: 6 -1.09004 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[105]: 6 -1.72028 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[129]: 6 -1.00788 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[143]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[162]: 6 -1.00788 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[169]: 6 -1.72028 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[181]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[194]: 6 -1.00563 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[216]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[228]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[231]: 6 -1.72028 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[233]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[257]: 6 -1.00563 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[258]: 6 -1.00732 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[260]: 6 -1.02401 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[264]: 6 -2.08042 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[320]: 6 -1.00038 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[321]: 6 -1.00788 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[328]: 6 -3.88111 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[352]: 6 -1.00563 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[354]: 6 -1.01125 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[387]: 6 -1.0045 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[421]: 6 -1.05402 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[425]: 6 -3.88111 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[451]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[481]: 6 -1.00788 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[494]: 6 -2.45313 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[514]: 6 -1.00169 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[520]: 6 -2.8007 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[550]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[576]: 6 -1.00038 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[583]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[584]: 6 -3.88111 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[615]: 6 -1.18007 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[643]: 6 -1.0045 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[647]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[674]: 6 -1.00788 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[677]: 6 -1.04502 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1096]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1185]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1226]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1259]: 6 -1.3125 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1280]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1321]: 6 0 1.45313 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1322]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1345]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1353]: 6 -1.3125 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1355]: 6 -1.25 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1358]: 6 -3.45313 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1388]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1411]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1421]: 6 -1.01801 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1422]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1481]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1541]: 6 -0.996624 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[1572]: 6 -1.00113 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2005]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2014]: 6 -1.15625 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2117]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2120]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2159]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2390]: 6 -1.25 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2398]: 6 -1.25 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2486]: 6 -1.32813 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2672]: 6 -1.33301 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2783]: 6 -1.25 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2876]: 6 -10.8125 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[2962]: 6 -1.3125 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3022]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3080]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3110]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3448]: 6 -1.3125 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3538]: 6 -1.01801 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3543]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3591]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3725]: 6 -1.36014 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3779]: 6 -1.00338 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3907]: 6 -1.0045 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3911]: 6 -1.03601 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[3969]: 6 -1.00225 0 shouldn't be
82.93/83.31	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
110.45/110.97	c #Conflicts:     260000 | #Constraints:      22125
110.45/110.97	c #Conflicts:     261000 | #Constraints:      23125
110.45/110.97	c #Conflicts:     262000 | #Constraints:      24125
110.45/110.97	c #Conflicts:     263000 | #Constraints:      25125
110.45/110.97	c #Conflicts:     264000 | #Constraints:      26125
110.45/110.97	c #Conflicts:     265000 | #Constraints:      27125
110.45/110.97	c #Conflicts:     266000 | #Constraints:      28125
110.45/110.97	c INPROCESSING
110.45/110.97	c GARBAGE COLLECT
110.45/110.97	c #Conflicts:     267000 | #Constraints:      18911
110.45/110.97	c #Conflicts:     268000 | #Constraints:      19911
110.45/110.97	c #Conflicts:     269000 | #Constraints:      20911
110.45/110.97	c #Conflicts:     270000 | #Constraints:      21911
110.45/110.97	c #Conflicts:     271000 | #Constraints:      22911
110.45/110.97	c #Conflicts:     272000 | #Constraints:      23911
110.45/110.97	c #Conflicts:     273000 | #Constraints:      24911
110.45/110.97	c #Conflicts:     274000 | #Constraints:      25911
110.45/110.97	c #Conflicts:     275000 | #Constraints:      26911
110.45/110.97	c #Conflicts:     276000 | #Constraints:      27911
110.45/110.97	c #Conflicts:     277000 | #Constraints:      28911
110.45/110.97	c INPROCESSING
110.45/110.97	c GARBAGE COLLECT
110.45/110.97	c #Conflicts:     278000 | #Constraints:      19459
110.45/110.97	c #Conflicts:     279000 | #Constraints:      20459
110.45/110.97	c #Conflicts:     280000 | #Constraints:      21459
110.45/110.97	c #Conflicts:     281000 | #Constraints:      22459
110.45/110.97	c #Conflicts:     282000 | #Constraints:      23459
110.45/110.97	c #Conflicts:     283000 | #Constraints:      24459
110.45/110.97	c #Conflicts:     284000 | #Constraints:      25459
110.45/110.97	c #Conflicts:     285000 | #Constraints:      26459
110.45/110.97	c #Conflicts:     286000 | #Constraints:      27459
110.45/110.97	c #Conflicts:     287000 | #Constraints:      28459
110.45/110.97	c #Conflicts:     288000 | #Constraints:      29459
110.45/110.97	c INPROCESSING
110.45/110.97	c GARBAGE COLLECT
110.45/110.97	c #Conflicts:     289000 | #Constraints:      19859
110.45/110.97	c #Conflicts:     290000 | #Constraints:      20859
110.45/110.97	c #Conflicts:     291000 | #Constraints:      21859
110.45/110.97	c #Conflicts:     292000 | #Constraints:      22859
110.45/110.97	c #Conflicts:     293000 | #Constraints:      23859
110.45/110.97	c #Conflicts:     294000 | #Constraints:      24859
110.45/110.97	c #Conflicts:     295000 | #Constraints:      25859
110.45/110.97	c #Conflicts:     296000 | #Constraints:      26859
110.45/110.97	c #Conflicts:     297000 | #Constraints:      27859
110.45/110.97	c #Conflicts:     298000 | #Constraints:      28859
110.45/110.97	c #Conflicts:     299000 | #Constraints:      29859
110.45/110.97	c INPROCESSING
110.45/110.97	c GARBAGE COLLECT
110.45/110.97	c #Conflicts:     300000 | #Constraints:      20092
110.45/110.97	c #Conflicts:     301000 | #Constraints:      21092
110.45/110.97	c #Conflicts:     302000 | #Constraints:      22092
110.45/110.97	c #Conflicts:     303000 | #Constraints:      23092
110.45/110.97	c #Conflicts:     304000 | #Constraints:      24093
110.45/110.97	c #Conflicts:     305000 | #Constraints:      25093
110.45/110.97	c #Conflicts:     306000 | #Constraints:      26093
110.45/110.97	c #Conflicts:     307000 | #Constraints:      27093
110.45/110.97	c #Conflicts:     308000 | #Constraints:      28093
110.45/110.97	c #Conflicts:     309000 | #Constraints:      29093
110.45/110.97	c #Conflicts:     310000 | #Constraints:      30093
110.45/110.97	c INPROCESSING
110.45/110.97	c GARBAGE COLLECT
110.45/110.97	c #Conflicts:     311000 | #Constraints:      20120
110.45/110.97	c #Conflicts:     312000 | #Constraints:      21120
110.45/110.97	c #Conflicts:     313000 | #Constraints:      22120
110.45/110.97	c #Conflicts:     314000 | #Constraints:      23120
110.45/110.97	c #Conflicts:     315000 | #Constraints:      24120
110.45/110.97	c #Conflicts:     316000 | #Constraints:      25120
110.45/110.97	c #Conflicts:     317000 | #Constraints:      26120
110.45/110.97	c #Conflicts:     318000 | #Constraints:      27120
110.45/110.97	c #Conflicts:     319000 | #Constraints:      28120
110.45/110.97	c #Conflicts:     320000 | #Constraints:      29120
110.45/110.97	c #Conflicts:     321000 | #Constraints:      30120
110.45/110.97	c INPROCESSING
110.45/110.97	c GARBAGE COLLECT
110.45/110.97	c #Conflicts:     322000 | #Constraints:      19915
110.45/110.97	c #Conflicts:     323000 | #Constraints:      20915
110.45/110.97	c #Conflicts:     324000 | #Constraints:      21915
110.45/110.97	c #Conflicts:     325000 | #Constraints:      22915
110.45/110.97	c #Conflicts:     326000 | #Constraints:      23915
110.45/110.97	c #Conflicts:     327000 | #Constraints:      24915
110.45/110.97	c #Conflicts:     328000 | #Constraints:      25915
110.45/110.97	c #Conflicts:     329000 | #Constraints:      26915
110.45/110.97	c #Conflicts:     330000 | #Constraints:      27915
110.45/110.97	c #Conflicts:     331000 | #Constraints:      28915
110.45/110.97	c #Conflicts:     332000 | #Constraints:      29915
110.45/110.97	c #Conflicts:     333000 | #Constraints:      30915
110.45/110.97	c INPROCESSING
110.45/110.97	c GARBAGE COLLECT
110.45/110.97	c #Conflicts:     334000 | #Constraints:      20500
136.87/137.48	c #Conflicts:     335000 | #Constraints:      21500
136.87/137.48	c #Conflicts:     336000 | #Constraints:      22500
136.87/137.48	c #Conflicts:     337000 | #Constraints:      23500
136.87/137.48	c #Conflicts:     338000 | #Constraints:      24500
136.87/137.48	c #Conflicts:     339000 | #Constraints:      25500
136.87/137.48	c #Conflicts:     340000 | #Constraints:      26500
136.87/137.48	c #Conflicts:     341000 | #Constraints:      27501
136.87/137.48	c #Conflicts:     342000 | #Constraints:      28501
136.87/137.48	c #Conflicts:     343000 | #Constraints:      29501
136.87/137.48	c #Conflicts:     344000 | #Constraints:      30501
136.87/137.48	c #Conflicts:     345000 | #Constraints:      31501
136.87/137.48	c INPROCESSING
136.87/137.48	c GARBAGE COLLECT
136.87/137.48	c #Conflicts:     346000 | #Constraints:      20875
136.87/137.48	c #Conflicts:     347000 | #Constraints:      21875
136.87/137.48	c #Conflicts:     348000 | #Constraints:      22875
136.87/137.48	c #Conflicts:     349000 | #Constraints:      23875
136.87/137.48	c #Conflicts:     350000 | #Constraints:      24875
136.87/137.48	c #Conflicts:     351000 | #Constraints:      25875
136.87/137.48	c #Conflicts:     352000 | #Constraints:      26875
136.87/137.48	c #Conflicts:     353000 | #Constraints:      27876
136.87/137.48	c #Conflicts:     354000 | #Constraints:      28876
136.87/137.48	c #Conflicts:     355000 | #Constraints:      29876
136.87/137.48	c #Conflicts:     356000 | #Constraints:      30876
136.87/137.48	c #Conflicts:     357000 | #Constraints:      31876
136.87/137.48	c INPROCESSING
136.87/137.48	c GARBAGE COLLECT
136.87/137.48	c #Conflicts:     358000 | #Constraints:      21076
136.87/137.48	c #Conflicts:     359000 | #Constraints:      22076
136.87/137.48	c #Conflicts:     360000 | #Constraints:      23076
136.87/137.48	c #Conflicts:     361000 | #Constraints:      24076
136.87/137.48	c #Conflicts:     362000 | #Constraints:      25076
136.87/137.48	c #Conflicts:     363000 | #Constraints:      26076
136.87/137.48	c #Conflicts:     364000 | #Constraints:      27076
136.87/137.48	c #Conflicts:     365000 | #Constraints:      28076
136.87/137.48	c #Conflicts:     366000 | #Constraints:      29076
136.87/137.48	c #Conflicts:     367000 | #Constraints:      30076
136.87/137.48	c #Conflicts:     368000 | #Constraints:      31076
136.87/137.48	c #Conflicts:     369000 | #Constraints:      32076
136.87/137.48	c INPROCESSING
136.87/137.48	c GARBAGE COLLECT
136.87/137.48	c #Conflicts:     370000 | #Constraints:      21094
136.87/137.48	c #Conflicts:     371000 | #Constraints:      22094
136.87/137.48	c #Conflicts:     372000 | #Constraints:      23094
136.87/137.48	c #Conflicts:     373000 | #Constraints:      24094
136.87/137.48	c #Conflicts:     374000 | #Constraints:      25094
136.87/137.48	c #Conflicts:     375000 | #Constraints:      26094
136.87/137.48	c #Conflicts:     376000 | #Constraints:      27094
136.87/137.48	c #Conflicts:     377000 | #Constraints:      28094
136.87/137.48	c #Conflicts:     378000 | #Constraints:      29094
136.87/137.48	c #Conflicts:     379000 | #Constraints:      30094
136.87/137.48	c #Conflicts:     380000 | #Constraints:      31094
136.87/137.48	c #Conflicts:     381000 | #Constraints:      32094
136.87/137.48	c INPROCESSING
136.87/137.48	c GARBAGE COLLECT
136.87/137.48	c #Conflicts:     382000 | #Constraints:      20897
136.87/137.48	c #Conflicts:     383000 | #Constraints:      21897
136.87/137.48	c #Conflicts:     384000 | #Constraints:      22897
136.87/137.48	c #Conflicts:     385000 | #Constraints:      23897
136.87/137.48	c #Conflicts:     386000 | #Constraints:      24897
136.87/137.48	c #Conflicts:     387000 | #Constraints:      25897
136.87/137.48	c #Conflicts:     388000 | #Constraints:      26897
136.87/137.48	c #Conflicts:     389000 | #Constraints:      27897
136.87/137.48	c #Conflicts:     390000 | #Constraints:      28897
136.87/137.48	c #Conflicts:     391000 | #Constraints:      29897
136.87/137.48	c #Conflicts:     392000 | #Constraints:      30897
136.87/137.48	c #Conflicts:     393000 | #Constraints:      31897
136.87/137.48	c #Conflicts:     394000 | #Constraints:      32897
136.87/137.48	c INPROCESSING
136.87/137.48	c GARBAGE COLLECT
136.87/137.48	c #Conflicts:     395000 | #Constraints:      21515
136.87/137.48	c #Conflicts:     396000 | #Constraints:      22515
136.87/137.48	c #Conflicts:     397000 | #Constraints:      23515
136.87/137.48	c #Conflicts:     398000 | #Constraints:      24515
136.87/137.48	c #Conflicts:     399000 | #Constraints:      25515
136.87/137.48	c #Conflicts:     400000 | #Constraints:      26515
136.87/137.48	c #Conflicts:     401000 | #Constraints:      27515
136.87/137.48	c #Conflicts:     402000 | #Constraints:      28516
136.87/137.48	c #Conflicts:     403000 | #Constraints:      29516
136.87/137.48	c #Conflicts:     404000 | #Constraints:      30516
136.87/137.48	c #Conflicts:     405000 | #Constraints:      31516
136.87/137.48	c #Conflicts:     406000 | #Constraints:      32516
136.87/137.48	c #Conflicts:     407000 | #Constraints:      33516
136.87/137.48	c INPROCESSING
136.87/137.48	c GARBAGE COLLECT
136.87/137.48	c #Conflicts:     408000 | #Constraints:      21880
136.87/137.48	c #Conflicts:     409000 | #Constraints:      22880
172.07/172.75	c #Conflicts:     410000 | #Constraints:      23880
172.07/172.75	c #Conflicts:     411000 | #Constraints:      24880
172.07/172.75	c #Conflicts:     412000 | #Constraints:      25880
172.07/172.75	c #Conflicts:     413000 | #Constraints:      26880
172.07/172.75	c #Conflicts:     414000 | #Constraints:      27880
172.07/172.75	c #Conflicts:     415000 | #Constraints:      28880
172.07/172.75	c #Conflicts:     416000 | #Constraints:      29880
172.07/172.75	c #Conflicts:     417000 | #Constraints:      30880
172.07/172.75	c #Conflicts:     418000 | #Constraints:      31880
172.07/172.75	c #Conflicts:     419000 | #Constraints:      32880
172.07/172.75	c #Conflicts:     420000 | #Constraints:      33880
172.07/172.75	c INPROCESSING
172.07/172.75	c GARBAGE COLLECT
172.07/172.75	c #Conflicts:     421000 | #Constraints:      22095
172.07/172.75	c #Conflicts:     422000 | #Constraints:      23095
172.07/172.75	c #Conflicts:     423000 | #Constraints:      24095
172.07/172.75	c #Conflicts:     424000 | #Constraints:      25095
172.07/172.75	c #Conflicts:     425000 | #Constraints:      26095
172.07/172.75	c #Conflicts:     426000 | #Constraints:      27095
172.07/172.75	c #Conflicts:     427000 | #Constraints:      28095
172.07/172.75	c #Conflicts:     428000 | #Constraints:      29095
172.07/172.75	c #Conflicts:     429000 | #Constraints:      30096
172.07/172.75	c #Conflicts:     430000 | #Constraints:      31096
172.07/172.75	c #Conflicts:     431000 | #Constraints:      32096
172.07/172.75	c #Conflicts:     432000 | #Constraints:      33096
172.07/172.75	c #Conflicts:     433000 | #Constraints:      34096
172.07/172.75	c INPROCESSING
172.07/172.75	c GARBAGE COLLECT
172.07/172.75	c #Conflicts:     434000 | #Constraints:      22140
172.07/172.75	c #Conflicts:     435000 | #Constraints:      23140
172.07/172.75	c #Conflicts:     436000 | #Constraints:      24140
172.07/172.75	c #Conflicts:     437000 | #Constraints:      25140
172.07/172.75	c #Conflicts:     438000 | #Constraints:      26140
172.07/172.75	c #Conflicts:     439000 | #Constraints:      27140
172.07/172.75	c #Conflicts:     440000 | #Constraints:      28227
172.07/172.75	c #Conflicts:     441000 | #Constraints:      29521
172.07/172.75	c #Conflicts:     442000 | #Constraints:      30521
172.07/172.75	c #Conflicts:     443000 | #Constraints:      31521
172.07/172.75	c #Conflicts:     444000 | #Constraints:      32521
172.07/172.75	c #Conflicts:     445000 | #Constraints:      33521
172.07/172.75	c #Conflicts:     446000 | #Constraints:      34521
172.07/172.75	c INPROCESSING
172.07/172.75	c GARBAGE COLLECT
172.07/172.75	c #Conflicts:     447000 | #Constraints:      22164
172.07/172.75	c #Conflicts:     448000 | #Constraints:      23164
172.07/172.75	c #Conflicts:     449000 | #Constraints:      24164
172.07/172.75	c #Conflicts:     450000 | #Constraints:      25164
172.07/172.75	c #Conflicts:     451000 | #Constraints:      26164
172.07/172.75	c #Conflicts:     452000 | #Constraints:      27164
172.07/172.75	c #Conflicts:     453000 | #Constraints:      28164
172.07/172.75	c #Conflicts:     454000 | #Constraints:      29164
172.07/172.75	c #Conflicts:     455000 | #Constraints:      30164
172.07/172.75	c #Conflicts:     456000 | #Constraints:      31164
172.07/172.75	c #Conflicts:     457000 | #Constraints:      32164
172.07/172.75	c #Conflicts:     458000 | #Constraints:      33165
172.07/172.75	c #Conflicts:     459000 | #Constraints:      34165
172.07/172.75	c #Conflicts:     460000 | #Constraints:      35165
172.07/172.75	c INPROCESSING
172.07/172.75	c GARBAGE COLLECT
172.07/172.75	c #Conflicts:     461000 | #Constraints:      22660
172.07/172.75	c #Conflicts:     462000 | #Constraints:      23660
172.07/172.75	c #Conflicts:     463000 | #Constraints:      24660
172.07/172.75	c #Conflicts:     464000 | #Constraints:      25660
172.07/172.75	c #Conflicts:     465000 | #Constraints:      26667
172.07/172.75	c #Conflicts:     466000 | #Constraints:      27667
172.07/172.75	c #Conflicts:     467000 | #Constraints:      28667
172.07/172.75	c #Conflicts:     468000 | #Constraints:      29667
172.07/172.75	c #Conflicts:     469000 | #Constraints:      30667
172.07/172.75	c #Conflicts:     470000 | #Constraints:      31667
172.07/172.75	c #Conflicts:     471000 | #Constraints:      32667
172.07/172.75	c #Conflicts:     472000 | #Constraints:      33910
172.07/172.75	c #Conflicts:     473000 | #Constraints:      35406
172.07/172.75	c #Conflicts:     474000 | #Constraints:      36902
172.07/172.75	c INPROCESSING
172.07/172.75	c GARBAGE COLLECT
172.07/172.75	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[9]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[15]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[16]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[20]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[35]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[39]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[40]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[53]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[55]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[56]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[57]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[59]: 6 -1.25002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[68]: 6 -1.31252 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[69]: 6 0 2.81259 shouldn't be
172.07/172.75	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[76]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[78]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[79]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[84]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[98]: 6 0 0.0834181 shouldn't be
172.07/172.75	WSVECS04 Frhs2[99]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[100]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[106]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[108]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[119]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[153]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[157]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[160]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[165]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[175]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[176]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[179]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[181]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[193]: 6 -1.4063 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[196]: 6 -1.25002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[203]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[205]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[209]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[223]: 6 -0.250064 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[228]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[236]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[245]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[248]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[260]: 6 -1.25003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[263]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[271]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[291]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[295]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[300]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[301]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[311]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[317]: 6 -1.3126 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[346]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[374]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[378]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[381]: 6 -1.31254 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[391]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[392]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[397]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[400]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[409]: 6 0 0.671902 shouldn't be
172.07/172.75	WSVECS04 Frhs2[420]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[421]: 6 0 5.50004 shouldn't be
172.07/172.75	WSVECS04 Frhs2[422]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[425]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[427]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[431]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[434]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[435]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[436]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[455]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[458]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[461]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[465]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[498]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[501]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[513]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[515]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[528]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[529]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[530]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[531]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[536]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[547]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[560]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[565]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[567]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[568]: 6 -1.25007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[576]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[578]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[580]: 6 0 2.25007 shouldn't be
172.07/172.75	WSVECS04 Frhs2[591]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[592]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[594]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[596]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[597]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[602]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[603]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[604]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[613]: 6 0 2.25006 shouldn't be
172.07/172.75	WSVECS04 Frhs2[641]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[647]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[653]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[661]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[669]: 6 -0.750057 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[672]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[674]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[683]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[688]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[692]: 6 -1.25001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[693]: 6 -1.25002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[702]: 6 -1.12509 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[877]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[938]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[974]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[988]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[995]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1021]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1029]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1032]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1037]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1038]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1039]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1041]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1043]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1046]: 6 -1.25007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1047]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1054]: 6 -1.3282 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1057]: 6 -1.62509 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1059]: 6 -1.90631 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1062]: 6 -1.25003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1063]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1068]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1069]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1072]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1078]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1085]: 6 -1.64065 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1092]: 6 -0.562571 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1094]: 6 -0.625033 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1095]: 6 -0.750022 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1098]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1100]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1101]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1103]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1104]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1111]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1116]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1117]: 6 -1.32815 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1122]: 6 -1.25006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1123]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1124]: 6 -1.31258 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1142]: 6 -0.997998 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1146]: 6 -1.58307 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1152]: 6 -1.31257 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1160]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1162]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1163]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1165]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1176]: 6 -1.25006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1178]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1179]: 6 -1.25008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1180]: 6 -1.32041 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1186]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1188]: 6 -0.995153 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1190]: 6 0 0.0196024 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1193]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1194]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1195]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1198]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1209]: 6 -1.75007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1213]: 6 -1.06253 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1214]: 6 -1.64067 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1221]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1229]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1231]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1232]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1233]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1241]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1243]: 6 -1.26962 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1244]: 6 -0.687565 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1256]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1257]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1260]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1263]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1270]: 6 -1.31259 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1271]: 6 -1.32822 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1276]: 6 -0.750071 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1282]: 6 -0.93756 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1283]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1290]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1292]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1294]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1296]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1298]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1300]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1303]: 6 -1.28131 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1304]: 6 -0.979536 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1308]: 6 -1.00395 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1320]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1327]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1331]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1332]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1345]: 6 -1.25002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1350]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1351]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1353]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1354]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1356]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1361]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1368]: 6 -1.31258 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1369]: 6 -2.31744 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1373]: 6 -1.32819 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1374]: 6 -1.31251 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1376]: 6 -1.27347 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1393]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1394]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1398]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1412]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1416]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1420]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1434]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1435]: 6 -1.50007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1436]: 6 -0.750073 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1440]: 6 -1.31259 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1442]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1446]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1449]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1459]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1475]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1476]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1478]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1479]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1482]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1483]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1485]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1492]: 6 -1.33213 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1495]: 6 -1.31254 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1499]: 6 -1.25007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1507]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1509]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1513]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1515]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1516]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1517]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1518]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1527]: 6 -0.995184 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1529]: 6 -0.980481 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1534]: 6 -0.937586 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1535]: 6 -0.750058 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1539]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1540]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1541]: 6 -1.00008 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1542]: 6 -1.00007 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1543]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1545]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1546]: 6 -1.00002 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1547]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1548]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1550]: 6 -1.00001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1552]: 6 -1.0001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1555]: 6 -1.00004 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1561]: 6 -1.31253 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1564]: 6 -0.671908 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1565]: 6 -1.28909 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1566]: 6 -0.750093 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1573]: 6 -1.00009 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1581]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1586]: 6 -1.00003 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1588]: 6 -1.25001 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1595]: 6 -1.00006 0 shouldn't be
172.07/172.75	WSVECS04 Frhs2[1607]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1611]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1630]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1645]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1654]: 6 -1.25002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1658]: 6 -0.437573 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1687]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1695]: 6 -1.50002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1698]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1709]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1724]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1889]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1891]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1894]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1895]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1898]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1900]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1902]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1906]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1909]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1912]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1916]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1920]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1927]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1929]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1933]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1935]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1937]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1940]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1944]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1945]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1947]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1950]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1952]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1987]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1990]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1994]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1998]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[1999]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2002]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2003]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2006]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2007]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2009]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2013]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2014]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2018]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2020]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2021]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2024]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2032]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2034]: 6 -1.25006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2036]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2040]: 6 -1.31254 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2042]: 6 -1.25001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2097]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2102]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2106]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2108]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2111]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2114]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2116]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2117]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2120]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2122]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2123]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2128]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2132]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2133]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2136]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2143]: 6 -0.500051 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2147]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2150]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2156]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2157]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2159]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2165]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2168]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2169]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2179]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2181]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2183]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2185]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2188]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2189]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2192]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2194]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2198]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2200]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2202]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2204]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2206]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2207]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2210]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2212]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2213]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2215]: 6 -0.999001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2218]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2219]: 6 -0.995993 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2222]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2224]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2228]: 6 -1.12508 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2232]: 6 -0.500088 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2238]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2241]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2242]: 6 -1.25005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2244]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2245]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2246]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2248]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2250]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2251]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2252]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2257]: 6 -0.998052 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2258]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2260]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2273]: 6 -1.25004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2275]: 6 -0.500038 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2279]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2282]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2283]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2286]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2288]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2290]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2291]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2293]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2296]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2305]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2307]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2309]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2311]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2314]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2315]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2318]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2319]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2322]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2323]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2325]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2328]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2329]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2337]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2339]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2340]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2341]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2342]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2346]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2347]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2348]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2355]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2361]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2367]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2370]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2371]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2374]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2378]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2380]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2381]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2384]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2385]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2387]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2389]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2392]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2393]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2396]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2398]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2399]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2401]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2404]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2406]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2408]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2410]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2411]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2414]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2416]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2417]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2419]: 6 -3.31255 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2430]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2434]: 6 -1.31251 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2435]: 6 -1.62507 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2437]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2450]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2453]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2454]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2456]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2467]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2474]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2475]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2478]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2479]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2482]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2483]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2486]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2488]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2492]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2494]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2498]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2500]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2502]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2504]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2508]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2509]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2511]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2513]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2515]: 6 -1.31257 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2517]: 6 -0.687517 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2527]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2530]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2537]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2540]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2541]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2542]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2543]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2545]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2546]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2548]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2549]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2553]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2561]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2563]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2568]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2569]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2571]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2573]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2575]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2577]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2580]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2581]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2586]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2588]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2589]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2592]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2593]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2596]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2597]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2602]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2604]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2610]: 6 -1.32817 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2612]: 6 -1.2501 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2619]: 6 -1.25005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2626]: 6 -1.31259 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2630]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2633]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2635]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2638]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2646]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2654]: 6 -1.31251 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2668]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2670]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2672]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2674]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2677]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2679]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2684]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2686]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2689]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2691]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2695]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2697]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2699]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2701]: 6 -1.33309 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2730]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2731]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2734]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2735]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2742]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2746]: 6 -1.32037 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2749]: 6 -1.31255 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2753]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2755]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2757]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2759]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2761]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2763]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2766]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2767]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2770]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2773]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2776]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2777]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2780]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2781]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2784]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2785]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2788]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2793]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2796]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2797]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2800]: 6 -1.32041 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2802]: 6 -1.32818 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2805]: 6 -0.625047 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2811]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2818]: 6 -0.995202 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2820]: 6 0 0.0195475 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2831]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2834]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2836]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2840]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2841]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2842]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2849]: 6 -0.995176 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2856]: 6 -5.07815 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2858]: 6 -13.1563 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2859]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2863]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2866]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2870]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2871]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2873]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2874]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2876]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2878]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2879]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2881]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2884]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2885]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2888]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2892]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2893]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2895]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2896]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2904]: 6 -5.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2907]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2909]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2911]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2913]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2914]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2919]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2923]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2927]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2930]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2933]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2936]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2937]: 6 -1.33212 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2943]: 6 -1.25006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2945]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2948]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2949]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2952]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2953]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2956]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2960]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2961]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2964]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2968]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2970]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2972]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2974]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2976]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2977]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2980]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2983]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2985]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2987]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2989]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2992]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[2996]: 6 -1.32822 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3011]: 6 -1.25003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3017]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3020]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3022]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3024]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3025]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3026]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3029]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3030]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3041]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3043]: 6 -1.25006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3049]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3052]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3053]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3056]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3057]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3059]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3061]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3064]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3065]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3068]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3069]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3076]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3079]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3081]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3084]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3085]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3088]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3089]: 6 -4.3438 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3092]: 6 -1.25001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3098]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3100]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3102]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3105]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3106]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3107]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3111]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3113]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3116]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3117]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3126]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3130]: 6 -1.33211 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3131]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3132]: 6 -1.32815 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3135]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3138]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3141]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3144]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3145]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3148]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3149]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3152]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3154]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3155]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3162]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3164]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3166]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3167]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3170]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3172]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3173]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3175]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3177]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3182]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3186]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3189]: 6 -1.32821 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3198]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3199]: 6 -0.500013 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3205]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3207]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3217]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3222]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3225]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3226]: 6 -1.32815 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3229]: 6 -1.25006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3230]: 6 -1.25002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3231]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3233]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3236]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3246]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3250]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3253]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3255]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3258]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3259]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3262]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3263]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3266]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3267]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3270]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3274]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3275]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3277]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3280]: 6 -1.32821 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3281]: 6 -1.32819 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3285]: 6 -1.31253 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3294]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3303]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3304]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3306]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3315]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3317]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3320]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3321]: 6 -1.33212 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3322]: 6 -1.32819 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3327]: 6 -1.25008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3332]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3336]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3338]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3340]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3343]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3346]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3348]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3349]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3352]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3353]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3356]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3358]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3360]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3362]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3364]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3365]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3367]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3370]: 6 -1.33306 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3372]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3376]: 6 -1.32817 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3377]: 6 -0.664103 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3381]: 6 -0.656295 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3391]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3410]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3414]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3416]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3419]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3425]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3432]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3436]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3440]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3447]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3449]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3451]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3454]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3458]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3460]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3464]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3468]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3472]: 6 -1.2501 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3473]: 6 -1.25002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3477]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3492]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3495]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3496]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3497]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3502]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3505]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3506]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3508]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3510]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3511]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3520]: 6 -1.25004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3522]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3526]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3528]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3530]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3536]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3538]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3540]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3542]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3544]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3545]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3547]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3548]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3550]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3554]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3555]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3558]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3561]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3564]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3568]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3572]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3573]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3576]: 6 -1.31252 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3577]: 6 -1.31256 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3581]: 6 -1.25007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3586]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3593]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3595]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3599]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3605]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3608]: 6 -1.28129 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3610]: 6 -1.25006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3613]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3615]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3616]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3622]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3624]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3625]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3627]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3634]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3636]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3637]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3640]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3642]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3643]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3646]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3652]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3655]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3658]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3659]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3663]: 6 -0.562561 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3670]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3672]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3674]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3677]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3680]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3683]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3685]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3687]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3688]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3689]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3690]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3692]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3696]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3697]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3708]: 6 -1.12503 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3709]: 6 -1.25008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3714]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3718]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3722]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3726]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3728]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3730]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3731]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3734]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3736]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3737]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3740]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3742]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3744]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3745]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3748]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3749]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3751]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3754]: 6 -1.31258 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3757]: 6 -0.375084 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3760]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3763]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3766]: 6 -0.750071 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3774]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3775]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3782]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3784]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3786]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3787]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3790]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3791]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3794]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3795]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3796]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3797]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3798]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3807]: 6 -0.50003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3810]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3814]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3819]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3822]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3824]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3826]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3828]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3830]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3831]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3833]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3836]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3840]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3841]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3844]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3845]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3848]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3850]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3854]: 6 -1.2501 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3866]: 6 -0.500091 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3870]: 6 -3.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3874]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3878]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3881]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3884]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3892]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3894]: 6 -1.25009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3895]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3899]: 6 -1.28914 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3900]: 6 -1.06255 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3901]: 6 -1.28131 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3906]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3907]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3910]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3911]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3914]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3915]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3917]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3919]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3922]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3924]: 6 -1.0001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3926]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3928]: 6 -1.00006 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3931]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3934]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3937]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3938]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3944]: 6 -1.25007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3951]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3953]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3956]: 6 -1.00001 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3960]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3987]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[3996]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[4023]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[4031]: 6 -1.00007 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[4032]: 6 -1.00009 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[4052]: 6 -1.00004 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[4053]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[4054]: 6 -1.00005 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[4069]: 6 -1.00002 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[4114]: 6 -1.00008 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[4121]: 6 -1.00003 0 shouldn't be
172.07/172.76	WSVECS04 Frhs2[4122]: 6 -1.00002 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[20]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[35]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[49]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[55]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[68]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[84]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[90]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[91]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[100]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[118]: 6 -1.00034 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[172]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[193]: 6 -1.40625 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[194]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[207]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[223]: 6 -0.250001 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[260]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[311]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[347]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[356]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[364]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[378]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[385]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[386]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[391]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[399]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[420]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[427]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[438]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[449]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[490]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[522]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[547]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[548]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[550]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[572]: 6 -0.93511 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[578]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[603]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[612]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[661]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[669]: 6 -0.750001 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[686]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[692]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[949]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1029]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1034]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1035]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1041]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1045]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1049]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1054]: 6 -1.32813 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1059]: 6 -1.90625 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1061]: 6 -1.625 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1062]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1068]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1101]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1113]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1124]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1146]: 6 -1.58301 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1160]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1167]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1168]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1178]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1179]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1182]: 6 -2.60938 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1195]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1210]: 6 -2.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1214]: 6 -1.64063 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1249]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1281]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1296]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1304]: 6 -0.979493 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1311]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1316]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1326]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1351]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1355]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1374]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1375]: 6 -1.33203 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1380]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1393]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1399]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1403]: 6 -0.671876 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1415]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1435]: 6 -1.5 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1446]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1469]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1479]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1495]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1497]: 6 -1.5625 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1501]: 6 -0.8125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1531]: 6 -1.17188 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1547]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1561]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1564]: 6 -0.671875 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1565]: 6 -1.28906 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1573]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1588]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1595]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1654]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1698]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1889]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1891]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1894]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1895]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1902]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1906]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1912]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1933]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1935]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1952]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2002]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2025]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2031]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2034]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2040]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2042]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2120]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2125]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2133]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2137]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2150]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2198]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2199]: 6 -0.999996 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2207]: 6 -0.999937 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2215]: 6 -0.998987 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2222]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2228]: 6 -1.125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2232]: 6 -0.5 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2259]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2301]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2340]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2342]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2364]: 6 -1.32813 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2419]: 6 -3.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2552]: 6 -0.967556 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2589]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2610]: 6 -1.32813 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2612]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2619]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2657]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2679]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2797]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2800]: 6 -1.32031 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2802]: 6 -1.32813 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2849]: 6 -0.995118 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2858]: 6 -13.1563 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2871]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2904]: 6 -5 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2909]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2943]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2944]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3043]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3069]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3084]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3089]: 6 -4.34375 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3093]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3103]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3110]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3175]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3180]: 6 -1.33301 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3189]: 6 -1.32813 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3241]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3280]: 6 -1.32813 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3285]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3367]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3370]: 6 -1.33301 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3399]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3447]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3449]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3458]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3472]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3473]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3555]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3558]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3576]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3670]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3737]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3749]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3754]: 6 -1.3125 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3766]: 6 -0.750001 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3831]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3850]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3854]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3855]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3866]: 6 -0.5 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3870]: 6 -3 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3871]: 6 -5 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3899]: 6 -1.28906 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3937]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3944]: 6 -1.25 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3955]: 6 -1.28906 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[4032]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[4054]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
172.87/173.55	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
213.54/214.33	c #Conflicts:     475000 | #Constraints:      23605
213.54/214.33	c #Conflicts:     476000 | #Constraints:      24605
213.54/214.33	c #Conflicts:     477000 | #Constraints:      25605
213.54/214.33	c #Conflicts:     478000 | #Constraints:      26605
213.54/214.33	c #Conflicts:     479000 | #Constraints:      27605
213.54/214.33	c #Conflicts:     480000 | #Constraints:      28605
213.54/214.33	c #Conflicts:     481000 | #Constraints:      29605
213.54/214.33	c #Conflicts:     482000 | #Constraints:      30605
213.54/214.33	c #Conflicts:     483000 | #Constraints:      31605
213.54/214.33	c #Conflicts:     484000 | #Constraints:      32605
213.54/214.33	c #Conflicts:     485000 | #Constraints:      33605
213.54/214.33	c #Conflicts:     486000 | #Constraints:      34605
213.54/214.33	c #Conflicts:     487000 | #Constraints:      35605
213.54/214.33	c #Conflicts:     488000 | #Constraints:      36605
213.54/214.33	c INPROCESSING
213.54/214.33	c GARBAGE COLLECT
213.54/214.33	c #Conflicts:     489000 | #Constraints:      23473
213.54/214.33	c #Conflicts:     490000 | #Constraints:      24473
213.54/214.33	c #Conflicts:     491000 | #Constraints:      25473
213.54/214.33	c #Conflicts:     492000 | #Constraints:      26473
213.54/214.33	c #Conflicts:     493000 | #Constraints:      27473
213.54/214.33	c #Conflicts:     494000 | #Constraints:      28473
213.54/214.33	c #Conflicts:     495000 | #Constraints:      29473
213.54/214.33	c #Conflicts:     496000 | #Constraints:      30473
213.54/214.33	c #Conflicts:     497000 | #Constraints:      31473
213.54/214.33	c #Conflicts:     498000 | #Constraints:      32473
213.54/214.33	c #Conflicts:     499000 | #Constraints:      33473
213.54/214.33	c #Conflicts:     500000 | #Constraints:      34473
213.54/214.33	c #Conflicts:     501000 | #Constraints:      35473
213.54/214.33	c #Conflicts:     502000 | #Constraints:      36473
213.54/214.33	c INPROCESSING
213.54/214.33	c GARBAGE COLLECT
213.54/214.33	c #Conflicts:     503000 | #Constraints:      23301
213.54/214.33	c #Conflicts:     504000 | #Constraints:      24301
213.54/214.33	c #Conflicts:     505000 | #Constraints:      25301
213.54/214.33	c #Conflicts:     506000 | #Constraints:      26301
213.54/214.33	c #Conflicts:     507000 | #Constraints:      27301
213.54/214.33	c #Conflicts:     508000 | #Constraints:      28301
213.54/214.33	c #Conflicts:     509000 | #Constraints:      29301
213.54/214.33	c #Conflicts:     510000 | #Constraints:      30301
213.54/214.33	c #Conflicts:     511000 | #Constraints:      31301
213.54/214.33	c #Conflicts:     512000 | #Constraints:      32301
213.54/214.33	c #Conflicts:     513000 | #Constraints:      33301
213.54/214.33	c #Conflicts:     514000 | #Constraints:      34301
213.54/214.33	c #Conflicts:     515000 | #Constraints:      35301
213.54/214.33	c #Conflicts:     516000 | #Constraints:      36301
213.54/214.33	c INPROCESSING
213.54/214.33	c GARBAGE COLLECT
213.54/214.33	c #Conflicts:     517000 | #Constraints:      22990
213.54/214.33	c #Conflicts:     518000 | #Constraints:      23990
213.54/214.33	c #Conflicts:     519000 | #Constraints:      24990
213.54/214.33	c #Conflicts:     520000 | #Constraints:      25990
213.54/214.33	c #Conflicts:     521000 | #Constraints:      26990
213.54/214.33	c #Conflicts:     522000 | #Constraints:      27990
213.54/214.33	c #Conflicts:     523000 | #Constraints:      28990
213.54/214.33	c #Conflicts:     524000 | #Constraints:      29990
213.54/214.33	c #Conflicts:     525000 | #Constraints:      30990
213.54/214.33	c #Conflicts:     526000 | #Constraints:      31990
213.54/214.33	c #Conflicts:     527000 | #Constraints:      32990
213.54/214.33	c #Conflicts:     528000 | #Constraints:      33990
213.54/214.33	c #Conflicts:     529000 | #Constraints:      34990
213.54/214.33	c #Conflicts:     530000 | #Constraints:      35990
213.54/214.33	c #Conflicts:     531000 | #Constraints:      36990
213.54/214.33	c INPROCESSING
213.54/214.33	c GARBAGE COLLECT
213.54/214.33	c #Conflicts:     532000 | #Constraints:      23582
213.54/214.33	c #Conflicts:     533000 | #Constraints:      24582
213.54/214.33	c #Conflicts:     534000 | #Constraints:      25582
213.54/214.33	c #Conflicts:     535000 | #Constraints:      26582
213.54/214.33	c #Conflicts:     536000 | #Constraints:      27582
213.54/214.33	c #Conflicts:     537000 | #Constraints:      28582
213.54/214.33	c #Conflicts:     538000 | #Constraints:      29582
213.54/214.33	c #Conflicts:     539000 | #Constraints:      30582
213.54/214.33	c #Conflicts:     540000 | #Constraints:      31582
213.54/214.33	c #Conflicts:     541000 | #Constraints:      32582
213.54/214.33	c #Conflicts:     542000 | #Constraints:      33582
213.54/214.33	c #Conflicts:     543000 | #Constraints:      34582
213.54/214.33	c #Conflicts:     544000 | #Constraints:      35582
213.54/214.33	c #Conflicts:     545000 | #Constraints:      36582
213.54/214.33	c #Conflicts:     546000 | #Constraints:      37582
213.54/214.33	c INPROCESSING
213.54/214.33	c GARBAGE COLLECT
213.54/214.33	c #Conflicts:     547000 | #Constraints:      23945
213.54/214.33	c #Conflicts:     548000 | #Constraints:      24945
213.54/214.33	c #Conflicts:     549000 | #Constraints:      25945
213.54/214.33	c #Conflicts:     550000 | #Constraints:      26945
230.48/231.39	c #Conflicts:     551000 | #Constraints:      27945
230.48/231.39	c #Conflicts:     552000 | #Constraints:      28945
230.48/231.39	c #Conflicts:     553000 | #Constraints:      29945
230.48/231.39	c #Conflicts:     554000 | #Constraints:      30945
230.48/231.39	c #Conflicts:     555000 | #Constraints:      31945
230.48/231.39	c #Conflicts:     556000 | #Constraints:      32945
230.48/231.39	c #Conflicts:     557000 | #Constraints:      33945
230.48/231.39	c #Conflicts:     558000 | #Constraints:      34945
230.48/231.39	c #Conflicts:     559000 | #Constraints:      35945
230.48/231.39	c #Conflicts:     560000 | #Constraints:      36945
230.48/231.39	c #Conflicts:     561000 | #Constraints:      37945
230.48/231.39	c INPROCESSING
230.48/231.39	c GARBAGE COLLECT
230.48/231.39	c #Conflicts:     562000 | #Constraints:      24138
230.48/231.39	c #Conflicts:     563000 | #Constraints:      25138
230.48/231.39	c #Conflicts:     564000 | #Constraints:      26138
230.48/231.39	c #Conflicts:     565000 | #Constraints:      27138
230.48/231.39	c #Conflicts:     566000 | #Constraints:      28139
230.48/231.39	c #Conflicts:     567000 | #Constraints:      29139
230.48/231.39	c #Conflicts:     568000 | #Constraints:      30139
230.48/231.39	c #Conflicts:     569000 | #Constraints:      31139
230.48/231.39	c #Conflicts:     570000 | #Constraints:      32139
230.48/231.39	c #Conflicts:     571000 | #Constraints:      33139
230.48/231.39	c #Conflicts:     572000 | #Constraints:      34139
230.48/231.39	c #Conflicts:     573000 | #Constraints:      35139
230.48/231.39	c #Conflicts:     574000 | #Constraints:      36139
230.48/231.39	c #Conflicts:     575000 | #Constraints:      37139
230.48/231.39	c #Conflicts:     576000 | #Constraints:      38139
230.48/231.39	c INPROCESSING
230.48/231.39	c GARBAGE COLLECT
230.48/231.39	c #Conflicts:     577000 | #Constraints:      24133
230.48/231.39	c #Conflicts:     578000 | #Constraints:      25133
230.48/231.39	c #Conflicts:     579000 | #Constraints:      26133
230.48/231.39	c #Conflicts:     580000 | #Constraints:      27133
230.48/231.39	c #Conflicts:     581000 | #Constraints:      28133
230.48/231.39	c #Conflicts:     582000 | #Constraints:      29133
230.48/231.39	c #Conflicts:     583000 | #Constraints:      30133
230.48/231.39	c #Conflicts:     584000 | #Constraints:      31133
230.48/231.39	c #Conflicts:     585000 | #Constraints:      32133
230.48/231.39	c #Conflicts:     586000 | #Constraints:      33133
230.48/231.39	c #Conflicts:     587000 | #Constraints:      34133
230.48/231.39	c #Conflicts:     588000 | #Constraints:      35133
230.48/231.39	c #Conflicts:     589000 | #Constraints:      36133
230.48/231.39	c #Conflicts:     590000 | #Constraints:      37133
230.48/231.39	c #Conflicts:     591000 | #Constraints:      38133
230.48/231.39	c INPROCESSING
230.48/231.39	c GARBAGE COLLECT
230.48/231.39	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[4]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[7]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[11]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[19]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[29]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[31]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[32]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[33]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[39]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[45]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[49]: 6 -1.00917 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[50]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[52]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[64]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[69]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[73]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[75]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[77]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[84]: 6 -0.933904 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[85]: 6 -0.955321 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[95]: 6 -2.25002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[99]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[111]: 6 -1.0006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[128]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[133]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[140]: 6 -0.999791 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[142]: 6 -0.998891 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[159]: 6 -2.25006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[163]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[167]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[169]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[172]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[175]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[178]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[210]: 6 -1.01372 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[220]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[223]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[226]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[254]: 6 -1.25003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[257]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[260]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[261]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[268]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[273]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[288]: 6 -1.25005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[290]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[291]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[295]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[297]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[299]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[301]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[303]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[304]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[320]: 6 -1.25006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[328]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[330]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[331]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[334]: 6 -1.00123 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[335]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[338]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[366]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[369]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[391]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[392]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[415]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[420]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[421]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[422]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[425]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[428]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[433]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[435]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[445]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[450]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[455]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[457]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[461]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[466]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[482]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[486]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[495]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[513]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[514]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[516]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[517]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[518]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[547]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[550]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[551]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[553]: 6 -1.00014 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[557]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[558]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[559]: 6 -1.00463 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[560]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[561]: 6 -1.0319 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[566]: 6 0 0.541681 shouldn't be
230.48/231.39	WSVECS04 Frhs2[581]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[584]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[587]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[589]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[594]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[603]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[605]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[615]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[650]: 6 -1.00013 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[652]: 6 -1.00036 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[655]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[671]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[674]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[678]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[679]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[689]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[865]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[877]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[924]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[938]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[968]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[988]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[995]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1001]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1010]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1041]: 6 -1.50005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1048]: 6 -1.43674 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1052]: 6 0 2.32822 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1053]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1054]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1055]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1059]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1063]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1080]: 6 -0.961005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1081]: 6 -0.960964 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1094]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1097]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1098]: 6 -1.00017 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1106]: 6 -1.32035 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1107]: 6 -1.20712 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1108]: 6 -1.28133 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1113]: 6 -0.958064 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1114]: 6 -0.750049 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1115]: 6 -1.3321 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1121]: 6 -1.25005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1126]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1129]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1131]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1134]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1144]: 6 -1.25127 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1147]: 6 -1.20708 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1148]: 6 -1.0196 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1152]: 6 -1.31257 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1157]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1163]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1166]: 6 -1.00345 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1167]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1169]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1173]: 6 0 2.49416 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1178]: 6 -1.16667 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1191]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1192]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1194]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1197]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1202]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1203]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1204]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1206]: 6 -1.33341 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1209]: 6 -2.41412 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1210]: 6 -4.66114 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1218]: 6 -1.25004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1219]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1231]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1232]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1233]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1235]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1248]: 6 -1.31256 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1253]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1262]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1263]: 6 -1.33336 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1266]: 6 -1.33308 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1267]: 6 -1.33307 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1270]: 6 -1.66115 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1280]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1284]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1294]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1295]: 6 -1.38549 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1296]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1329]: 6 -1.33333 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1330]: 6 -0.903722 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1331]: 6 -1.33308 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1333]: 6 -1.33207 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1334]: 6 -0.396746 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1339]: 6 -2.14846 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1348]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1350]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1358]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1361]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1362]: 6 -0.990606 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1365]: 6 -1.2501 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1382]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1388]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1390]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1391]: 6 -1.33308 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1394]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1398]: 6 -1.31255 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1404]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1405]: 6 -1.07816 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1408]: 6 -0.750039 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1415]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1420]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1423]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1424]: 6 -1.25547 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1428]: 6 0 0.247099 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1431]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1432]: 6 -0.671973 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1433]: 6 -2.25007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1437]: 6 -0.750085 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1439]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1442]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1443]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1445]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1447]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1449]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1450]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1454]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1455]: 6 -0.688428 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1456]: 6 -0.376754 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1457]: 6 0 1.24666 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1458]: 6 0 4.49325 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1466]: 6 -4.07815 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1470]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1482]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1483]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1484]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1486]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1488]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1491]: 6 0 0.00979814 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1500]: 6 -1.37501 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1502]: 6 -1.25003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1507]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1511]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1515]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1520]: 6 -1.31259 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1523]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1524]: 6 -0.667673 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1525]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1527]: 6 -0.750065 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1535]: 6 -3.25001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1536]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1538]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1543]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1544]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1547]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1554]: 6 -0.84383 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1558]: 6 -0.750072 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1561]: 6 -1.20761 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1564]: 6 -0.660203 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1568]: 6 -1.25001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1573]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1579]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1580]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1591]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1595]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1607]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1611]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1630]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1656]: 6 -0.617209 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1658]: 6 -0.625069 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1662]: 6 -0.875055 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1698]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1709]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1889]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1891]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1894]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1896]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1898]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1900]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1902]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1904]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1906]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1907]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1910]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1914]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1915]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1917]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1920]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1925]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1930]: 6 -1.04819 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1944]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1945]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1947]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1952]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1985]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1988]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1989]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1992]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1994]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1998]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[1999]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2002]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2003]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2006]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2010]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2014]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2015]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2018]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2020]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2021]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2024]: 6 -1.5001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2025]: 6 -1.50005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2033]: 6 -1.2501 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2042]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2046]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2047]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2050]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2054]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2058]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2066]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2081]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2084]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2085]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2088]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2090]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2094]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2097]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2100]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2101]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2110]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2111]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2119]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2122]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2130]: 6 0 1.50003 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2136]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2138]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2142]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2144]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2156]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2159]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2165]: 6 -1.33011 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2172]: 6 -1.31259 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2173]: 6 -1.25006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2179]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2181]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2183]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2185]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2192]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2195]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2197]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2200]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2201]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2206]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2207]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2210]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2213]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2215]: 6 -1.33012 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2238]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2246]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2249]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2252]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2265]: 6 -1.32819 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2273]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2277]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2280]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2284]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2285]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2288]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2289]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2291]: 6 -1.00049 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2293]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2295]: 6 -1.00178 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2296]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2297]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2300]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2301]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2304]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2307]: 6 -1.10918 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2309]: 6 -1.39677 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2328]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2331]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2339]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2340]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2341]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2343]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2345]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2347]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2348]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2358]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2359]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2360]: 6 -0.418047 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2362]: 6 0 2.32817 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2363]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2369]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2371]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2373]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2376]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2378]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2380]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2384]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2385]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2387]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2389]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2392]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2395]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2398]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2401]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2404]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2407]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2409]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2412]: 6 -0.418008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2414]: 6 0 0.164158 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2422]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2423]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2426]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2430]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2431]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2436]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2440]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2445]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2448]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2450]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2454]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2461]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2463]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2465]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2471]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2474]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2475]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2477]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2480]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2481]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2483]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2488]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2490]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2492]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2497]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2500]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2503]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2508]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2510]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2512]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2513]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2516]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2517]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2518]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2520]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2524]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2526]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2531]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2537]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2541]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2544]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2552]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2555]: 6 -1.32818 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2556]: 6 -1.31257 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2557]: 6 -1.31258 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2558]: 6 -1.25002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2559]: 6 -1.25006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2561]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2563]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2565]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2568]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2570]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2571]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2574]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2576]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2578]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2579]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2582]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2583]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2586]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2590]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2593]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2595]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2601]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2608]: 6 -1.32814 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2636]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2637]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2640]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2644]: 6 -1.33339 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2648]: 6 -1.33309 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2651]: 6 -1.32822 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2654]: 6 -1.31259 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2658]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2661]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2664]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2666]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2667]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2669]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2672]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2674]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2675]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2677]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2682]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2683]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2685]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2687]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2690]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2691]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2694]: 6 -1.33331 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2721]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2726]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2727]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2728]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2730]: 6 -1.0001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2731]: 6 -1.00007 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2734]: 6 -1.00002 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2735]: 6 -1.00005 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2740]: 6 -1.38546 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2752]: 6 -1.2501 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2754]: 6 -1.00004 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2755]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2758]: 6 -1.00003 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2759]: 6 -1.00009 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2762]: 6 -1.00001 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2765]: 6 -1.00008 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2768]: 6 -1.00006 0 shouldn't be
230.48/231.39	WSVECS04 Frhs2[2770]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2771]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2774]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2775]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2778]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2780]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2782]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2784]: 6 -1.3464 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2785]: 6 -1.34643 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2817]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2821]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2823]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2825]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2828]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2831]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2833]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2842]: 6 -1.33205 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2845]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2846]: 6 -1.31258 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2848]: 6 -1.25007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2850]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2853]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2855]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2858]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2862]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2863]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2866]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2870]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2872]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2874]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2876]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2878]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2879]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2882]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2883]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2886]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2906]: 6 -1.25006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2913]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2924]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2925]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2926]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2928]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2942]: 6 -1.31252 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2945]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2949]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2951]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2954]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2957]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2959]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2961]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2963]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2965]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2967]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2970]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2972]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2973]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2976]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2977]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[2980]: 6 -1.28692 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3010]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3012]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3018]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3020]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3021]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3024]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3025]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3042]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3043]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3045]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3048]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3049]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3052]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3053]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3057]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3060]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3064]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3068]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3069]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3072]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3074]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3075]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3078]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3102]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3109]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3116]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3119]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3123]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3135]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3144]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3145]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3148]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3149]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3152]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3153]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3156]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3159]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3162]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3164]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3165]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3168]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3172]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3174]: 6 -1.25543 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3176]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3188]: 6 -12.3126 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3189]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3192]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3193]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3195]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3198]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3204]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3205]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3209]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3211]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3215]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3216]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3219]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3226]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3229]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3233]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3236]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3240]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3242]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3244]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3246]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3248]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3250]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3251]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3253]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3256]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3258]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3259]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3263]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3265]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3270]: 6 -0.376757 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3278]: 6 -22.9727 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3279]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3282]: 6 -1.2501 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3283]: 6 -1.25009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3290]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3291]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3295]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3301]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3304]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3305]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3306]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3309]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3312]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3316]: 6 -1.33247 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3323]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3328]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3330]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3334]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3336]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3338]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3344]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3346]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3347]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3349]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3352]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3353]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3356]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3358]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3360]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3361]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3364]: 6 -1.3325 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3365]: 6 -1.33245 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3390]: 6 -10.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3395]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3397]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3404]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3405]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3414]: 6 -1.25009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3415]: 6 -1.25009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3416]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3419]: 6 -1.32822 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3421]: 6 -1.31259 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3425]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3427]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3430]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3432]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3433]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3434]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3440]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3442]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3448]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3450]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3452]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3454]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3455]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3458]: 6 -1.32822 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3472]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3476]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3480]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3489]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3493]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3496]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3500]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3502]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3503]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3504]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3512]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3517]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3522]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3528]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3530]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3536]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3537]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3540]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3541]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3543]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3546]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3548]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3550]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3552]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3553]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3556]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3558]: 6 0 1.00002 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3559]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3561]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3568]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3571]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3574]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3575]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3578]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3579]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3581]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3584]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3593]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3594]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3596]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3598]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3599]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3602]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3608]: 6 -1.25009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3610]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3612]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3613]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3617]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3624]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3625]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3627]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3632]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3633]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3636]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3639]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3642]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3644]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3646]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3647]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3649]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3652]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3655]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3668]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3672]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3674]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3675]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3678]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3679]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3686]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3689]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3694]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3696]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3697]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3699]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3708]: 6 -1.25008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3709]: 6 -1.25009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3713]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3715]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3720]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3725]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3728]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3730]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3731]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3733]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3737]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3739]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3742]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3744]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3745]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3748]: 6 -1.33062 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3749]: 6 -1.33061 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3777]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3778]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3779]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3783]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3785]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3786]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3787]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3789]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3790]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3793]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3797]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3798]: 6 -1.3204 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3804]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3807]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3808]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3810]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3814]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3817]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3819]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3822]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3823]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3825]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3827]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3830]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3834]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3835]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3838]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3840]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3842]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3844]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3845]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3848]: 6 -1.32041 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3850]: 6 -1.25006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3864]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3866]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3868]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3870]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3872]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3874]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3878]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3883]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3884]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3886]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3888]: 6 -1.00003 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3890]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3891]: 6 -1.27551 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3892]: 6 -1.00008 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3898]: 6 -0.660201 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3900]: 6 -1.37505 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3901]: 6 -1.25001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3902]: 6 -1.50004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3906]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3909]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3911]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3913]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3916]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3919]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3921]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3924]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3925]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3928]: 6 -1.00001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3932]: 6 -1.0001 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3936]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3938]: 6 -1.27556 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3940]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3944]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3956]: 6 -2.60944 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3958]: 6 -7.71882 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3965]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[3968]: 6 -1.00009 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[4053]: 6 -1.00006 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[4054]: 6 -1.00002 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[4069]: 6 -1.00005 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[4106]: 6 -1.00007 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[4121]: 6 -1.00004 0 shouldn't be
230.48/231.40	WSVECS04 Frhs2[4122]: 6 -1.00001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[9]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[10]: 6 -1.00001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[21]: 6 -1.04485 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[42]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[43]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[65]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[72]: 6 -1.00007 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[74]: 6 -1.00003 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[82]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[96]: 6 -1.00007 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[129]: 6 -1.0001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[131]: 6 -1.00003 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[161]: 6 -1.00002 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[165]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[168]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[191]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[206]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[214]: 6 -1.43668 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[217]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[255]: 6 -1.25006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[263]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[321]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[327]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[354]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[370]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[385]: 6 -1.00001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[386]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[389]: 6 -1.00009 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[426]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[430]: 6 -1.00062 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[447]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[451]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[456]: 6 -1.00009 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[458]: 6 -1.00009 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[460]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[473]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[484]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[494]: 6 -1.00118 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[496]: 6 -1.00003 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[498]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[515]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[525]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[545]: 6 -1.00001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[548]: 6 -1.00003 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[554]: 6 -1.00009 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[555]: 6 -1.00033 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[556]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[572]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[590]: 6 -1.00065 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[593]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[614]: 6 -1.00009 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[617]: 6 -1.00007 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[620]: 6 -1.00001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[643]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[646]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[647]: 6 -1.0001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[676]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[688]: 6 -1.00009 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1061]: 6 -1.00001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1062]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1083]: 6 -0.843761 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1117]: 6 -1.32814 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1135]: 6 -1.39673 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1198]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1227]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1234]: 6 -1.33307 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1250]: 6 -1.00001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1257]: 6 -1.00002 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1260]: 6 -1.00003 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1327]: 6 -1.33335 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1360]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1376]: 6 -0.125024 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1380]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1411]: 6 -1.00009 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1413]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1441]: 6 -1.00003 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1534]: 6 -1.6251 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1563]: 6 -0.502014 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1655]: 6 -0.906269 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[1692]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2106]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2171]: 6 -1.00007 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2275]: 6 -1.0001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2342]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2351]: 6 -1.00001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2455]: 6 -1.00009 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2532]: 6 -1.00008 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2635]: 6 -1.00001 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2670]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2722]: 6 -1.00009 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2725]: 6 -1.00002 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2736]: 6 -1.00003 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2793]: 6 -1.54169 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2915]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2962]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[2975]: 6 -1.00003 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3065]: 6 -1.00007 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3108]: 6 -1.00007 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3160]: 6 -1.00002 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3206]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3230]: 6 -1.00004 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3267]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3299]: 6 -1.00005 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3516]: 6 -1.00007 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3544]: 6 -1.00006 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3681]: 6 -1.00007 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3698]: 6 -1.00007 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3717]: 6 -1.00007 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3875]: 6 -1.00002 0 shouldn't be
231.58/232.43	WSVECS04 Frhs2[3887]: 6 -1.00004 0 shouldn't be
264.68/265.68	c #Conflicts:     592000 | #Constraints:      23977
264.68/265.68	c #Conflicts:     593000 | #Constraints:      24977
264.68/265.68	c #Conflicts:     594000 | #Constraints:      25977
264.68/265.68	c #Conflicts:     595000 | #Constraints:      26977
264.68/265.68	c #Conflicts:     596000 | #Constraints:      27977
264.68/265.68	c #Conflicts:     597000 | #Constraints:      28977
264.68/265.68	c #Conflicts:     598000 | #Constraints:      29977
264.68/265.68	c #Conflicts:     599000 | #Constraints:      30977
264.68/265.68	c #Conflicts:     600000 | #Constraints:      31978
264.68/265.68	c #Conflicts:     601000 | #Constraints:      32978
264.68/265.68	c #Conflicts:     602000 | #Constraints:      33978
264.68/265.68	c #Conflicts:     603000 | #Constraints:      34978
264.68/265.68	c #Conflicts:     604000 | #Constraints:      35978
264.68/265.68	c #Conflicts:     605000 | #Constraints:      36978
264.68/265.68	c #Conflicts:     606000 | #Constraints:      37978
264.68/265.68	c #Conflicts:     607000 | #Constraints:      38978
264.68/265.68	c INPROCESSING
264.68/265.68	c GARBAGE COLLECT
264.68/265.68	c #Conflicts:     608000 | #Constraints:      24570
264.68/265.68	c #Conflicts:     609000 | #Constraints:      25570
264.68/265.68	c #Conflicts:     610000 | #Constraints:      26570
264.68/265.68	c #Conflicts:     611000 | #Constraints:      27570
264.68/265.68	c #Conflicts:     612000 | #Constraints:      28570
264.68/265.68	c #Conflicts:     613000 | #Constraints:      29570
264.68/265.68	c #Conflicts:     614000 | #Constraints:      30570
264.68/265.68	c #Conflicts:     615000 | #Constraints:      31570
264.68/265.68	c #Conflicts:     616000 | #Constraints:      32570
264.68/265.68	c #Conflicts:     617000 | #Constraints:      33570
264.68/265.68	c #Conflicts:     618000 | #Constraints:      34570
264.68/265.68	c #Conflicts:     619000 | #Constraints:      35570
264.68/265.68	c #Conflicts:     620000 | #Constraints:      36570
264.68/265.68	c #Conflicts:     621000 | #Constraints:      37570
264.68/265.68	c #Conflicts:     622000 | #Constraints:      38570
264.68/265.68	c #Conflicts:     623000 | #Constraints:      39570
264.68/265.68	c INPROCESSING
264.68/265.68	c GARBAGE COLLECT
264.68/265.68	c #Conflicts:     624000 | #Constraints:      24992
264.68/265.68	c #Conflicts:     625000 | #Constraints:      25992
264.68/265.68	c #Conflicts:     626000 | #Constraints:      26992
264.68/265.68	c #Conflicts:     627000 | #Constraints:      27992
264.68/265.68	c #Conflicts:     628000 | #Constraints:      28992
264.68/265.68	c #Conflicts:     629000 | #Constraints:      29992
264.68/265.68	c #Conflicts:     630000 | #Constraints:      30992
264.68/265.68	c #Conflicts:     631000 | #Constraints:      31992
264.68/265.68	c #Conflicts:     632000 | #Constraints:      32993
264.68/265.68	c #Conflicts:     633000 | #Constraints:      33993
264.68/265.68	c #Conflicts:     634000 | #Constraints:      34993
264.68/265.68	c #Conflicts:     635000 | #Constraints:      35993
264.68/265.68	c #Conflicts:     636000 | #Constraints:      36993
264.68/265.68	c #Conflicts:     637000 | #Constraints:      37993
264.68/265.68	c #Conflicts:     638000 | #Constraints:      38993
264.68/265.68	c #Conflicts:     639000 | #Constraints:      39993
264.68/265.68	c INPROCESSING
264.68/265.68	c GARBAGE COLLECT
264.68/265.68	c #Conflicts:     640000 | #Constraints:      25311
264.68/265.68	c #Conflicts:     641000 | #Constraints:      26311
264.68/265.68	c #Conflicts:     642000 | #Constraints:      27311
264.68/265.68	c #Conflicts:     643000 | #Constraints:      28311
264.68/265.68	c #Conflicts:     644000 | #Constraints:      29311
264.68/265.68	c #Conflicts:     645000 | #Constraints:      30311
264.68/265.68	c #Conflicts:     646000 | #Constraints:      31311
264.68/265.68	c #Conflicts:     647000 | #Constraints:      32311
264.68/265.68	c #Conflicts:     648000 | #Constraints:      33311
264.68/265.68	c #Conflicts:     649000 | #Constraints:      34311
264.68/265.68	c #Conflicts:     650000 | #Constraints:      35311
264.68/265.68	c #Conflicts:     651000 | #Constraints:      36311
264.68/265.68	c #Conflicts:     652000 | #Constraints:      37311
264.68/265.68	c #Conflicts:     653000 | #Constraints:      38311
264.68/265.68	c #Conflicts:     654000 | #Constraints:      39311
264.68/265.68	c #Conflicts:     655000 | #Constraints:      40312
264.68/265.68	c INPROCESSING
264.68/265.68	c GARBAGE COLLECT
264.68/265.68	c #Conflicts:     656000 | #Constraints:      25230
264.68/265.68	c #Conflicts:     657000 | #Constraints:      26230
264.68/265.68	c #Conflicts:     658000 | #Constraints:      27230
264.68/265.68	c #Conflicts:     659000 | #Constraints:      28230
264.68/265.68	c #Conflicts:     660000 | #Constraints:      29231
264.68/265.68	c #Conflicts:     661000 | #Constraints:      30231
264.68/265.68	c #Conflicts:     662000 | #Constraints:      31231
264.68/265.68	c #Conflicts:     663000 | #Constraints:      32231
264.68/265.68	c #Conflicts:     664000 | #Constraints:      33231
264.68/265.68	c #Conflicts:     665000 | #Constraints:      34231
264.68/265.68	c #Conflicts:     666000 | #Constraints:      35231
264.68/265.68	c #Conflicts:     667000 | #Constraints:      36231
264.68/265.68	c #Conflicts:     668000 | #Constraints:      37231
280.04/281.01	c #Conflicts:     669000 | #Constraints:      38231
280.04/281.01	c #Conflicts:     670000 | #Constraints:      39231
280.04/281.01	c #Conflicts:     671000 | #Constraints:      40231
280.04/281.01	c INPROCESSING
280.04/281.01	c GARBAGE COLLECT
280.04/281.01	c #Conflicts:     672000 | #Constraints:      24977
280.04/281.01	c #Conflicts:     673000 | #Constraints:      25977
280.04/281.01	c #Conflicts:     674000 | #Constraints:      26977
280.04/281.01	c #Conflicts:     675000 | #Constraints:      27977
280.04/281.01	c #Conflicts:     676000 | #Constraints:      28977
280.04/281.01	c #Conflicts:     677000 | #Constraints:      29977
280.04/281.01	c #Conflicts:     678000 | #Constraints:      30977
280.04/281.01	c #Conflicts:     679000 | #Constraints:      31977
280.04/281.01	c #Conflicts:     680000 | #Constraints:      32977
280.04/281.01	c #Conflicts:     681000 | #Constraints:      33977
280.04/281.01	c #Conflicts:     682000 | #Constraints:      34977
280.04/281.01	c #Conflicts:     683000 | #Constraints:      35977
280.04/281.01	c #Conflicts:     684000 | #Constraints:      36977
280.04/281.01	c #Conflicts:     685000 | #Constraints:      37977
280.04/281.01	c #Conflicts:     686000 | #Constraints:      38977
280.04/281.01	c #Conflicts:     687000 | #Constraints:      39978
280.04/281.01	c #Conflicts:     688000 | #Constraints:      40978
280.04/281.01	c INPROCESSING
280.04/281.01	c GARBAGE COLLECT
280.04/281.01	c #Conflicts:     689000 | #Constraints:      25580
280.04/281.01	c #Conflicts:     690000 | #Constraints:      26580
280.04/281.01	c #Conflicts:     691000 | #Constraints:      27580
280.04/281.01	c #Conflicts:     692000 | #Constraints:      28580
280.04/281.01	c #Conflicts:     693000 | #Constraints:      29580
280.04/281.01	c #Conflicts:     694000 | #Constraints:      30580
280.04/281.01	c #Conflicts:     695000 | #Constraints:      31580
280.04/281.01	c #Conflicts:     696000 | #Constraints:      32580
280.04/281.01	c #Conflicts:     697000 | #Constraints:      33580
280.04/281.01	c #Conflicts:     698000 | #Constraints:      34580
280.04/281.01	c #Conflicts:     699000 | #Constraints:      35580
280.04/281.01	c #Conflicts:     700000 | #Constraints:      36580
280.04/281.01	c #Conflicts:     701000 | #Constraints:      37580
280.04/281.01	c #Conflicts:     702000 | #Constraints:      38580
280.04/281.01	c #Conflicts:     703000 | #Constraints:      39580
280.04/281.01	c #Conflicts:     704000 | #Constraints:      40580
280.04/281.01	c #Conflicts:     705000 | #Constraints:      41581
280.04/281.01	c INPROCESSING
280.04/281.01	c GARBAGE COLLECT
280.04/281.01	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[4]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[18]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[35]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[52]: 6 -0.999684 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[65]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[83]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[93]: 6 -1.375 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[96]: 6 -2 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[117]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[174]: 6 -0.999997 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[181]: 6 -2 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[189]: 6 -0.5 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[253]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[261]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[324]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[330]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[339]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[366]: 6 -0.999997 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[386]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[387]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[388]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[423]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[483]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[484]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[500]: 6 -1.07813 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[514]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[529]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[530]: 6 -2 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[542]: 6 0 0.25 shouldn't be
280.04/281.01	WSVECS04 Frhs2[543]: 6 -4.10653 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[547]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[554]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[562]: 6 -0.999948 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[576]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[598]: 6 -2.14064 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[599]: 6 -2.24747 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[601]: 6 -2.0625 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[602]: 6 -2.125 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[603]: 6 -1.84375 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[605]: 6 -1.375 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[608]: 6 -2 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[622]: 6 -0.999997 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[639]: 6 0 0.250001 shouldn't be
280.04/281.01	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[648]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[669]: 6 -1.9708 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[677]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[687]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[701]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1043]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1046]: 6 -3.60565 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1052]: 6 -3.70678 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1077]: 6 -1.53906 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1080]: 6 -2.29983 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1086]: 6 -0.889603 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1107]: 6 -0.675781 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1108]: 6 -2.60156 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1110]: 6 -1.49366 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1116]: 6 -2.09375 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1117]: 6 -1.25 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1129]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1134]: 6 -0.99999 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1136]: 6 -0.999961 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1139]: 6 -3 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1204]: 6 -1.18933 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1231]: 6 -1.25 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1236]: 6 -4.97363 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1238]: 6 -1.25 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1285]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1289]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1351]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1364]: 6 -2.39544 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1397]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1404]: 6 -0.36084 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1455]: 6 -0.00031702 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1473]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1497]: 6 -2.33434 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1498]: 6 -1.47972 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1518]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1529]: 6 -1.66406 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1531]: 6 -1.65625 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1572]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1596]: 6 -1.75 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1644]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1891]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1894]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1905]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1919]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1921]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1940]: 6 -1.15625 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1952]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1989]: 6 -5.28769 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2003]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2029]: 6 -3 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2040]: 6 -0.625001 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2105]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2109]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2142]: 6 -11.3787 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2195]: 6 -0.999999 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2217]: 6 -0.68406 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2220]: 6 -1.93955 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2224]: 6 -2.60938 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2257]: 6 -0.997465 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2259]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2262]: 6 -1.00634 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2287]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2304]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2308]: 6 -1.25 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2320]: 6 -1.08178 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2328]: 6 -3.68378 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2330]: 6 -9.36756 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2359]: 6 -1.14064 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2430]: 6 -14.5803 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2458]: 6 -3.2725 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2459]: 6 -0.757302 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2502]: 6 -1.32433 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2522]: 6 -9.13318 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2589]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2594]: 6 -1.25 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2888]: 6 -5.64063 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2904]: 6 -1.25 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3096]: 6 -6.13831 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3100]: 6 -3.68042 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3104]: 6 -5 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3268]: 6 -0.000317107 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3284]: 6 -7.73941 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3288]: 6 -5.71791 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3391]: 6 -5 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3462]: 6 -1.31841 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3480]: 6 -9.97656 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3558]: 6 -0.907162 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3566]: 6 -6.48541 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3657]: 6 -0.843751 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3660]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3666]: 6 -9 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3680]: 6 -7 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3865]: 6 -2.0333 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3956]: 6 -1.125 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3962]: 6 -4 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
280.04/281.01	WSVECS04 Frhs2[4042]: 6 -1 0 shouldn't be
319.39/320.54	c #Conflicts:     706000 | #Constraints:      25973
319.39/320.54	c #Conflicts:     707000 | #Constraints:      26973
319.39/320.54	c #Conflicts:     708000 | #Constraints:      27973
319.39/320.54	c #Conflicts:     709000 | #Constraints:      28973
319.39/320.54	c #Conflicts:     710000 | #Constraints:      29973
319.39/320.54	c #Conflicts:     711000 | #Constraints:      30973
319.39/320.54	c #Conflicts:     712000 | #Constraints:      31973
319.39/320.54	c #Conflicts:     713000 | #Constraints:      32973
319.39/320.54	c #Conflicts:     714000 | #Constraints:      33973
319.39/320.54	c #Conflicts:     715000 | #Constraints:      34973
319.39/320.54	c #Conflicts:     716000 | #Constraints:      35973
319.39/320.54	c #Conflicts:     717000 | #Constraints:      36973
319.39/320.54	c #Conflicts:     718000 | #Constraints:      37973
319.39/320.54	c #Conflicts:     719000 | #Constraints:      38973
319.39/320.54	c #Conflicts:     720000 | #Constraints:      39973
319.39/320.54	c #Conflicts:     721000 | #Constraints:      40973
319.39/320.54	c #Conflicts:     722000 | #Constraints:      41973
319.39/320.54	c INPROCESSING
319.39/320.54	c GARBAGE COLLECT
319.39/320.54	c #Conflicts:     723000 | #Constraints:      26209
319.39/320.54	c #Conflicts:     724000 | #Constraints:      27209
319.39/320.54	c #Conflicts:     725000 | #Constraints:      28210
319.39/320.54	c #Conflicts:     726000 | #Constraints:      29210
319.39/320.54	c #Conflicts:     727000 | #Constraints:      30210
319.39/320.54	c #Conflicts:     728000 | #Constraints:      31210
319.39/320.54	c #Conflicts:     729000 | #Constraints:      32210
319.39/320.54	c #Conflicts:     730000 | #Constraints:      33250
319.39/320.54	c #Conflicts:     731000 | #Constraints:      34250
319.39/320.54	c #Conflicts:     732000 | #Constraints:      35252
319.39/320.54	c #Conflicts:     733000 | #Constraints:      36254
319.39/320.54	c #Conflicts:     734000 | #Constraints:      37258
319.39/320.54	c #Conflicts:     735000 | #Constraints:      38262
319.39/320.54	c #Conflicts:     736000 | #Constraints:      39262
319.39/320.54	c #Conflicts:     737000 | #Constraints:      40262
319.39/320.54	c #Conflicts:     738000 | #Constraints:      41262
319.39/320.54	c #Conflicts:     739000 | #Constraints:      42263
319.39/320.54	c INPROCESSING
319.39/320.54	c GARBAGE COLLECT
319.39/320.54	c #Conflicts:     740000 | #Constraints:      26239
319.39/320.54	c #Conflicts:     741000 | #Constraints:      27239
319.39/320.54	c #Conflicts:     742000 | #Constraints:      28239
319.39/320.54	c #Conflicts:     743000 | #Constraints:      29239
319.39/320.54	c #Conflicts:     744000 | #Constraints:      30239
319.39/320.54	c #Conflicts:     745000 | #Constraints:      31239
319.39/320.54	c #Conflicts:     746000 | #Constraints:      32430
319.39/320.54	c #Conflicts:     747000 | #Constraints:      33640
319.39/320.54	c #Conflicts:     748000 | #Constraints:      34640
319.39/320.54	c #Conflicts:     749000 | #Constraints:      35640
319.39/320.54	c #Conflicts:     750000 | #Constraints:      36640
319.39/320.54	c #Conflicts:     751000 | #Constraints:      37640
319.39/320.54	c #Conflicts:     752000 | #Constraints:      38640
319.39/320.54	c #Conflicts:     753000 | #Constraints:      39640
319.39/320.54	c #Conflicts:     754000 | #Constraints:      40640
319.39/320.54	c #Conflicts:     755000 | #Constraints:      41640
319.39/320.54	c #Conflicts:     756000 | #Constraints:      42640
319.39/320.54	c INPROCESSING
319.39/320.54	c GARBAGE COLLECT
319.39/320.54	c #Conflicts:     757000 | #Constraints:      26167
319.39/320.54	c #Conflicts:     758000 | #Constraints:      27167
319.39/320.54	c #Conflicts:     759000 | #Constraints:      28167
319.39/320.54	c #Conflicts:     760000 | #Constraints:      29167
319.39/320.54	c #Conflicts:     761000 | #Constraints:      30167
319.39/320.54	c #Conflicts:     762000 | #Constraints:      31167
319.39/320.54	c #Conflicts:     763000 | #Constraints:      32167
319.39/320.54	c #Conflicts:     764000 | #Constraints:      33167
319.39/320.54	c #Conflicts:     765000 | #Constraints:      34167
319.39/320.54	c #Conflicts:     766000 | #Constraints:      35167
319.39/320.54	c #Conflicts:     767000 | #Constraints:      36167
319.39/320.54	c #Conflicts:     768000 | #Constraints:      37167
319.39/320.54	c #Conflicts:     769000 | #Constraints:      38167
319.39/320.54	c #Conflicts:     770000 | #Constraints:      39167
319.39/320.54	c #Conflicts:     771000 | #Constraints:      40167
319.39/320.54	c #Conflicts:     772000 | #Constraints:      41167
319.39/320.54	c #Conflicts:     773000 | #Constraints:      42167
319.39/320.54	c #Conflicts:     774000 | #Constraints:      43167
319.39/320.54	c INPROCESSING
319.39/320.54	c GARBAGE COLLECT
319.39/320.54	c #Conflicts:     775000 | #Constraints:      26625
319.39/320.54	c #Conflicts:     776000 | #Constraints:      27625
319.39/320.54	c #Conflicts:     777000 | #Constraints:      28625
319.39/320.54	c #Conflicts:     778000 | #Constraints:      29625
319.39/320.54	c #Conflicts:     779000 | #Constraints:      30625
319.39/320.54	c #Conflicts:     780000 | #Constraints:      31625
319.39/320.54	c #Conflicts:     781000 | #Constraints:      32626
319.39/320.54	c #Conflicts:     782000 | #Constraints:      33626
353.89/355.18	c #Conflicts:     783000 | #Constraints:      34626
353.89/355.18	c #Conflicts:     784000 | #Constraints:      35626
353.89/355.18	c #Conflicts:     785000 | #Constraints:      36626
353.89/355.18	c #Conflicts:     786000 | #Constraints:      37626
353.89/355.18	c #Conflicts:     787000 | #Constraints:      38626
353.89/355.18	c #Conflicts:     788000 | #Constraints:      39698
353.89/355.18	c #Conflicts:     789000 | #Constraints:      40729
353.89/355.18	c #Conflicts:     790000 | #Constraints:      41729
353.89/355.18	c #Conflicts:     791000 | #Constraints:      42729
353.89/355.18	c #Conflicts:     792000 | #Constraints:      43729
353.89/355.18	c INPROCESSING
353.89/355.18	c GARBAGE COLLECT
353.89/355.18	c #Conflicts:     793000 | #Constraints:      27060
353.89/355.18	c #Conflicts:     794000 | #Constraints:      28060
353.89/355.18	c #Conflicts:     795000 | #Constraints:      29060
353.89/355.18	c #Conflicts:     796000 | #Constraints:      30060
353.89/355.18	c #Conflicts:     797000 | #Constraints:      31060
353.89/355.18	c #Conflicts:     798000 | #Constraints:      32060
353.89/355.18	c #Conflicts:     799000 | #Constraints:      33060
353.89/355.18	c #Conflicts:     800000 | #Constraints:      34060
353.89/355.18	c #Conflicts:     801000 | #Constraints:      35060
353.89/355.18	c #Conflicts:     802000 | #Constraints:      36060
353.89/355.18	c #Conflicts:     803000 | #Constraints:      37060
353.89/355.18	c #Conflicts:     804000 | #Constraints:      38060
353.89/355.18	c #Conflicts:     805000 | #Constraints:      39060
353.89/355.18	c #Conflicts:     806000 | #Constraints:      40060
353.89/355.18	c #Conflicts:     807000 | #Constraints:      41060
353.89/355.18	c #Conflicts:     808000 | #Constraints:      42060
353.89/355.18	c #Conflicts:     809000 | #Constraints:      43060
353.89/355.18	c #Conflicts:     810000 | #Constraints:      44060
353.89/355.18	c INPROCESSING
353.89/355.18	c GARBAGE COLLECT
353.89/355.18	c #Conflicts:     811000 | #Constraints:      27224
353.89/355.18	c #Conflicts:     812000 | #Constraints:      28224
353.89/355.18	c #Conflicts:     813000 | #Constraints:      29224
353.89/355.18	c #Conflicts:     814000 | #Constraints:      30224
353.89/355.18	c #Conflicts:     815000 | #Constraints:      31224
353.89/355.18	c #Conflicts:     816000 | #Constraints:      32224
353.89/355.18	c #Conflicts:     817000 | #Constraints:      33224
353.89/355.18	c #Conflicts:     818000 | #Constraints:      34224
353.89/355.18	c #Conflicts:     819000 | #Constraints:      35224
353.89/355.18	c #Conflicts:     820000 | #Constraints:      36224
353.89/355.18	c #Conflicts:     821000 | #Constraints:      37224
353.89/355.18	c #Conflicts:     822000 | #Constraints:      38224
353.89/355.18	c #Conflicts:     823000 | #Constraints:      39224
353.89/355.18	c #Conflicts:     824000 | #Constraints:      40224
353.89/355.18	c #Conflicts:     825000 | #Constraints:      41224
353.89/355.18	c #Conflicts:     826000 | #Constraints:      42224
353.89/355.18	c #Conflicts:     827000 | #Constraints:      43224
353.89/355.18	c #Conflicts:     828000 | #Constraints:      44224
353.89/355.18	c INPROCESSING
353.89/355.18	c GARBAGE COLLECT
353.89/355.18	c #Conflicts:     829000 | #Constraints:      27207
353.89/355.18	c #Conflicts:     830000 | #Constraints:      28207
353.89/355.18	c #Conflicts:     831000 | #Constraints:      29207
353.89/355.18	c #Conflicts:     832000 | #Constraints:      30207
353.89/355.18	c #Conflicts:     833000 | #Constraints:      31207
353.89/355.18	c #Conflicts:     834000 | #Constraints:      32207
353.89/355.18	c #Conflicts:     835000 | #Constraints:      33207
353.89/355.18	c #Conflicts:     836000 | #Constraints:      34207
353.89/355.18	c #Conflicts:     837000 | #Constraints:      35207
353.89/355.18	c #Conflicts:     838000 | #Constraints:      36208
353.89/355.18	c #Conflicts:     839000 | #Constraints:      37208
353.89/355.18	c #Conflicts:     840000 | #Constraints:      38208
353.89/355.18	c #Conflicts:     841000 | #Constraints:      39208
353.89/355.18	c #Conflicts:     842000 | #Constraints:      40208
353.89/355.18	c #Conflicts:     843000 | #Constraints:      41208
353.89/355.18	c #Conflicts:     844000 | #Constraints:      42208
353.89/355.18	c #Conflicts:     845000 | #Constraints:      43208
353.89/355.18	c #Conflicts:     846000 | #Constraints:      44208
353.89/355.18	c INPROCESSING
353.89/355.18	c GARBAGE COLLECT
353.89/355.18	c #Conflicts:     847000 | #Constraints:      26980
353.89/355.18	c #Conflicts:     848000 | #Constraints:      27980
353.89/355.18	c #Conflicts:     849000 | #Constraints:      28980
353.89/355.18	c #Conflicts:     850000 | #Constraints:      29980
353.89/355.18	c #Conflicts:     851000 | #Constraints:      30980
353.89/355.18	c #Conflicts:     852000 | #Constraints:      31980
353.89/355.18	c #Conflicts:     853000 | #Constraints:      32980
353.89/355.18	c #Conflicts:     854000 | #Constraints:      33980
353.89/355.18	c #Conflicts:     855000 | #Constraints:      34980
353.89/355.18	c #Conflicts:     856000 | #Constraints:      35980
353.89/355.18	c #Conflicts:     857000 | #Constraints:      36980
353.89/355.18	c #Conflicts:     858000 | #Constraints:      37980
365.15/366.44	c #Conflicts:     859000 | #Constraints:      38980
365.15/366.44	c #Conflicts:     860000 | #Constraints:      39980
365.15/366.44	c #Conflicts:     861000 | #Constraints:      40980
365.15/366.44	c #Conflicts:     862000 | #Constraints:      41980
365.15/366.44	c #Conflicts:     863000 | #Constraints:      42980
365.15/366.44	c #Conflicts:     864000 | #Constraints:      43980
365.15/366.44	c #Conflicts:     865000 | #Constraints:      44980
365.15/366.44	c INPROCESSING
365.15/366.44	c GARBAGE COLLECT
365.15/366.44	c #Conflicts:     866000 | #Constraints:      27552
365.15/366.44	c #Conflicts:     867000 | #Constraints:      28552
365.15/366.44	c #Conflicts:     868000 | #Constraints:      29552
365.15/366.44	c #Conflicts:     869000 | #Constraints:      30552
365.15/366.44	c #Conflicts:     870000 | #Constraints:      31552
365.15/366.44	c #Conflicts:     871000 | #Constraints:      32552
365.15/366.44	c #Conflicts:     872000 | #Constraints:      33552
365.15/366.44	c #Conflicts:     873000 | #Constraints:      34552
365.15/366.44	c #Conflicts:     874000 | #Constraints:      35552
365.15/366.44	c #Conflicts:     875000 | #Constraints:      36552
365.15/366.44	c #Conflicts:     876000 | #Constraints:      37552
365.15/366.44	c #Conflicts:     877000 | #Constraints:      38552
365.15/366.44	c #Conflicts:     878000 | #Constraints:      39552
365.15/366.44	c #Conflicts:     879000 | #Constraints:      40552
365.15/366.44	c #Conflicts:     880000 | #Constraints:      41552
365.15/366.44	c #Conflicts:     881000 | #Constraints:      42552
365.15/366.44	c #Conflicts:     882000 | #Constraints:      43552
365.15/366.44	c #Conflicts:     883000 | #Constraints:      44552
365.15/366.44	c #Conflicts:     884000 | #Constraints:      45552
365.15/366.44	c INPROCESSING
365.15/366.44	c GARBAGE COLLECT
365.15/366.44	WSVECS04 Frhs2[1]: 6 0 0.0932814 shouldn't be
365.15/366.44	WSVECS04 Frhs2[8]: 6 -0.38718 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[9]: 6 -0.879933 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[25]: 6 -9.04421 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[29]: 6 0 2.28388 shouldn't be
365.15/366.44	WSVECS04 Frhs2[30]: 6 0 0.400561 shouldn't be
365.15/366.44	WSVECS04 Frhs2[33]: 6 0 0.0182803 shouldn't be
365.15/366.44	WSVECS04 Frhs2[42]: 6 -0.690215 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[68]: 6 -0.940387 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[81]: 6 -0.746639 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[101]: 6 0 0.865403 shouldn't be
365.15/366.44	WSVECS04 Frhs2[102]: 6 -1.22345 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[109]: 6 -0.995088 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[116]: 6 -1.34873 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[122]: 6 -10.9876 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[133]: 6 -0.953851 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[171]: 6 -1.25007 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[194]: 6 0 0.00455918 shouldn't be
365.15/366.44	WSVECS04 Frhs2[205]: 6 -0.904235 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[244]: 6 -1.01983 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[256]: 6 -0.76462 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[263]: 6 -0.99124 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[264]: 6 -0.787277 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[266]: 6 -0.993552 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[309]: 6 0 0.0318875 shouldn't be
365.15/366.44	WSVECS04 Frhs2[313]: 6 0 0.0574336 shouldn't be
365.15/366.44	WSVECS04 Frhs2[388]: 6 -0.966124 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[389]: 6 -0.957292 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[414]: 6 -0.947954 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[419]: 6 -1.18556 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[422]: 6 -0.897414 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[423]: 6 -0.960803 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[432]: 6 -1.50203 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[433]: 6 -0.230004 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[441]: 6 -25.0326 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[446]: 6 0 0.0161307 shouldn't be
365.15/366.44	WSVECS04 Frhs2[454]: 6 -0.984466 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[455]: 6 -0.779068 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[457]: 6 -0.999927 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[464]: 6 0 0.109835 shouldn't be
365.15/366.44	WSVECS04 Frhs2[465]: 6 0 2.00218 shouldn't be
365.15/366.44	WSVECS04 Frhs2[484]: 6 -0.865737 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[485]: 6 -0.931969 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[515]: 6 -0.998643 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[518]: 6 -0.921113 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[521]: 6 -0.811618 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[528]: 6 -1.0014 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[542]: 6 0 0.0152918 shouldn't be
365.15/366.44	WSVECS04 Frhs2[547]: 6 -0.895594 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[556]: 6 -0.82314 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[565]: 6 -1.45047 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[576]: 6 -0.883751 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[581]: 6 -0.997061 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[594]: 6 -1.25381 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[614]: 6 -0.966892 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[618]: 6 -0.691512 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[639]: 6 -0.999162 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[644]: 6 -0.966125 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[664]: 6 -9.45492 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[665]: 6 -1.3607 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[678]: 6 -0.997034 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[682]: 6 0 0.375449 shouldn't be
365.15/366.44	WSVECS04 Frhs2[692]: 6 -1.01983 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[693]: 6 -1.24871 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[865]: 6 -0.999953 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[956]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1061]: 6 -1.24765 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1065]: 6 -1.74463 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1066]: 6 -0.989551 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1071]: 6 -1.04581 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1072]: 6 -0.634945 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1073]: 6 -0.762213 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1074]: 6 -1.23152 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1077]: 6 -0.747547 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1080]: 6 -0.212995 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1084]: 6 -0.500001 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1086]: 6 -0.999992 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1087]: 6 -1.00001 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1096]: 6 -0.749991 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1103]: 6 -1.33191 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1106]: 6 -0.669474 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1109]: 6 -1.29776 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1116]: 6 -1.49798 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1122]: 6 -0.592209 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1125]: 6 -0.973445 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1126]: 6 -0.663686 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1128]: 6 -1.03327 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1131]: 6 -1.36482 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1149]: 6 -0.689665 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1150]: 6 -0.480874 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1153]: 6 -0.998921 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1162]: 6 -0.827303 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1163]: 6 -0.827198 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1164]: 6 -0.829756 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1165]: 6 -1.26973 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1167]: 6 -0.554216 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1179]: 6 0 0.372916 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1187]: 6 -3.35136 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1188]: 6 -1.00028 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1191]: 6 -1.00077 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1195]: 6 0 0.927173 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1204]: 6 -1.25016 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1217]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1218]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1219]: 6 -1.00001 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1221]: 6 -0.999926 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1224]: 6 -0.99943 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1248]: 6 -1.99219 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1251]: 6 -0.999996 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1252]: 6 -0.999997 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1282]: 6 -0.999994 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1283]: 6 -0.999985 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1284]: 6 -0.99928 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1286]: 6 -0.99727 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1298]: 6 -1.50137 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1305]: 6 -2.01907 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1313]: 6 -0.995451 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1320]: 6 -1.25465 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1330]: 6 0 0.000245775 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1342]: 6 -1.00057 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1348]: 6 -0.998862 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1355]: 6 -4.49991 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1358]: 6 -1.25074 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1367]: 6 -1.01412 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1380]: 6 -0.726205 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1391]: 6 -1.00006 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1393]: 6 -1.00117 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1395]: 6 -1.00551 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1405]: 6 -0.999529 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1413]: 6 -0.889141 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1415]: 6 -1.00318 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1419]: 6 -1.50171 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1420]: 6 -1.00377 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1422]: 6 -1.52652 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1437]: 6 -1.37469 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1438]: 6 -1.74664 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1440]: 6 -0.999447 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1443]: 6 -1.01746 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1445]: 6 -0.936399 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1446]: 6 -0.96627 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1451]: 6 0 0.00101078 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1452]: 6 0 1.87517 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1454]: 6 0 14.0032 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1457]: 6 0 0.457459 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1466]: 6 -1.125 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1475]: 6 -0.75 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1482]: 6 -1.0555 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1492]: 6 -1.12522 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1494]: 6 -2.01982 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1495]: 6 -5.35264 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1500]: 6 -1.19072 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1502]: 6 -1.25 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1503]: 6 -1.0027 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1508]: 6 -0.917717 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1511]: 6 -0.99639 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1516]: 6 -0.69463 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1535]: 6 -1.00243 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1539]: 6 -1.12055 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1541]: 6 -0.530899 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1544]: 6 -1.30504 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1545]: 6 -1.03304 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1546]: 6 -1.22015 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1557]: 6 -1.71118 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1564]: 6 -17.3836 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1565]: 6 -1.07521 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1566]: 6 -1.3125 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1590]: 6 -0.282919 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1591]: 6 -0.556469 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1596]: 6 -0.23601 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1608]: 6 -0.960133 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1610]: 6 -1.0202 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1626]: 6 -1.00087 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1644]: 6 -0.770185 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1656]: 6 -0.93906 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1662]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[1990]: 6 -1.56354 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2000]: 6 -0.999966 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2001]: 6 -0.99971 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2004]: 6 -1.00116 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2006]: 6 -1.00233 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2008]: 6 -1.2766 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2020]: 6 -0.789404 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2078]: 6 -1.01612 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2084]: 6 -5 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2087]: 6 -0.999987 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2088]: 6 -0.999975 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2091]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2100]: 6 0 1.2406 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2105]: 6 -0.994629 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2110]: 6 -1.66602 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2121]: 6 -1.3125 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2132]: 6 -1.09778 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2147]: 6 -1.09374 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2151]: 6 -0.999824 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2156]: 6 -0.994468 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2169]: 6 -2 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2172]: 6 -1.28603 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2214]: 6 0 1.65508 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2218]: 6 -1.00151 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2222]: 6 -2 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2226]: 6 0 2.65795 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2243]: 6 -0.87019 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2244]: 6 -0.975886 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2249]: 6 -1.12475 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2250]: 6 -1.2578 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2258]: 6 -1.49301 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2277]: 6 -0.999987 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2280]: 6 -0.974718 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2284]: 6 -0.990274 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2298]: 6 -0.313469 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2308]: 6 0 0.972025 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2342]: 6 -0.947905 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2368]: 6 -0.98274 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2374]: 6 -10.4049 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2386]: 6 -1.25 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2388]: 6 0 1.5 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2407]: 6 -1.50033 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2410]: 6 0 1.0013 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2438]: 6 -0.98837 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2442]: 6 -0.999977 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2463]: 6 -1.25 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2475]: 6 -1.24995 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2534]: 6 -0.997535 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2538]: 6 -0.999557 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2541]: 6 -1.01077 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2569]: 6 -0.999982 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2576]: 6 -0.999859 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2578]: 6 -1.24966 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2580]: 6 -1.00057 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2635]: 6 -0.758266 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2644]: 6 -1.00199 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2658]: 6 -5 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2666]: 6 -0.999762 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2676]: 6 -1.39875 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2678]: 6 -0.984999 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2741]: 6 0 0.00875052 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2745]: 6 0 0.00342726 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2778]: 6 -1.25 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2779]: 6 -1.02778 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2819]: 6 -0.999997 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2820]: 6 -1.00051 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2854]: 6 -0.997726 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2856]: 6 -0.995452 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2858]: 6 -1.0091 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2865]: 6 -1.42722 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2917]: 6 -0.999954 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2968]: 6 -0.999978 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2970]: 6 -0.999954 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3010]: 6 -0.999622 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3011]: 6 -0.999999 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3012]: 6 -1.0008 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3017]: 6 -0.981324 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3034]: 6 -1.25095 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3050]: 6 -0.993634 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3052]: 6 -0.987267 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3058]: 6 -3 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3059]: 6 -3 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3061]: 6 -0.999999 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3107]: 6 -0.998886 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3109]: 6 -0.999816 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3127]: 6 -1.02372 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3138]: 6 -0.998887 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3204]: 6 -1.25 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3216]: 6 0 0.00422642 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3217]: 6 0 2.00061 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3219]: 6 0 14.003 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3248]: 6 -0.925682 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3255]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3270]: 6 -60.5139 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3272]: 6 -0.0278007 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3277]: 6 -7.50105 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3298]: 6 -0.99833 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3299]: 6 -1.16893 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3302]: 6 -0.989221 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3334]: 6 -0.324276 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3336]: 6 -0.98922 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3338]: 6 -0.978441 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3344]: 6 -1.3125 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3395]: 6 -1.05093 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3419]: 6 -0.999688 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3421]: 6 -1.25 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3427]: 6 -0.550934 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3435]: 6 -0.98054 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3446]: 6 -0.870943 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3461]: 6 -1.01186 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3466]: 6 -1.09486 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3489]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3511]: 6 -1.45033 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3526]: 6 -0.993342 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3559]: 6 -1.01598 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3589]: 6 -1.04334 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3603]: 6 -1.25043 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3622]: 6 -0.998759 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3626]: 6 -0.826622 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3629]: 6 -0.998331 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3640]: 6 -1.50013 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3642]: 6 -1.00025 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3651]: 6 -1.25043 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3655]: 6 -2 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3686]: 6 -0.887605 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3708]: 6 -1.25 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3718]: 6 -8.89607 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3726]: 6 -0.96996 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3735]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3740]: 6 -0.481657 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3741]: 6 -0.466074 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3745]: 6 -0.864294 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3775]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3781]: 6 -0.98175 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3783]: 6 -0.99832 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3795]: 6 -1.3125 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3796]: 6 -1.87564 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3802]: 6 -1.36705 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3813]: 6 -0.990879 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3817]: 6 -1.00001 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3822]: 6 -1.49983 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3823]: 6 -1.49994 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3832]: 6 -4.15363 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3848]: 6 0 1.5 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3864]: 6 0 1.00487 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3874]: 6 -1.25 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3877]: 6 -0.981551 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3880]: 6 -1.00017 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3885]: 6 -1.34375 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3894]: 6 -1.24914 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3899]: 6 -1.27443 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3902]: 6 -1.25 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3910]: 6 0 1.0192 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3911]: 6 -0.980067 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3913]: 6 -0.997031 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3920]: 6 -1.22741 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3924]: 6 -1.96054 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3925]: 6 -2.9995 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3951]: 6 -17.048 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3955]: 6 -32.1786 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[3987]: 6 -1.50129 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[4042]: 6 -0.999068 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[4072]: 6 -1.00293 0 shouldn't be
365.15/366.44	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
406.72/408.17	c #Conflicts:     885000 | #Constraints:      27987
406.72/408.17	c #Conflicts:     886000 | #Constraints:      28987
406.72/408.17	c #Conflicts:     887000 | #Constraints:      29987
406.72/408.17	c #Conflicts:     888000 | #Constraints:      30987
406.72/408.17	c #Conflicts:     889000 | #Constraints:      31987
406.72/408.17	c #Conflicts:     890000 | #Constraints:      32987
406.72/408.17	c #Conflicts:     891000 | #Constraints:      33987
406.72/408.17	c #Conflicts:     892000 | #Constraints:      34987
406.72/408.17	c #Conflicts:     893000 | #Constraints:      35987
406.72/408.17	c #Conflicts:     894000 | #Constraints:      36987
406.72/408.17	c #Conflicts:     895000 | #Constraints:      37987
406.72/408.17	c #Conflicts:     896000 | #Constraints:      38987
406.72/408.17	c #Conflicts:     897000 | #Constraints:      39987
406.72/408.17	c #Conflicts:     898000 | #Constraints:      40987
406.72/408.17	c #Conflicts:     899000 | #Constraints:      41988
406.72/408.17	c #Conflicts:     900000 | #Constraints:      42988
406.72/408.17	c #Conflicts:     901000 | #Constraints:      43988
406.72/408.17	c #Conflicts:     902000 | #Constraints:      44988
406.72/408.17	c #Conflicts:     903000 | #Constraints:      45988
406.72/408.17	c INPROCESSING
406.72/408.17	c GARBAGE COLLECT
406.72/408.17	c #Conflicts:     904000 | #Constraints:      28158
406.72/408.17	c #Conflicts:     905000 | #Constraints:      29158
406.72/408.17	c #Conflicts:     906000 | #Constraints:      30158
406.72/408.17	c #Conflicts:     907000 | #Constraints:      31158
406.72/408.17	c #Conflicts:     908000 | #Constraints:      32159
406.72/408.17	c #Conflicts:     909000 | #Constraints:      33159
406.72/408.17	c #Conflicts:     910000 | #Constraints:      34159
406.72/408.17	c #Conflicts:     911000 | #Constraints:      35159
406.72/408.17	c #Conflicts:     912000 | #Constraints:      36159
406.72/408.17	c #Conflicts:     913000 | #Constraints:      37159
406.72/408.17	c #Conflicts:     914000 | #Constraints:      38161
406.72/408.17	c #Conflicts:     915000 | #Constraints:      39161
406.72/408.17	c #Conflicts:     916000 | #Constraints:      40161
406.72/408.17	c #Conflicts:     917000 | #Constraints:      41161
406.72/408.17	c #Conflicts:     918000 | #Constraints:      42161
406.72/408.17	c #Conflicts:     919000 | #Constraints:      43161
406.72/408.17	c #Conflicts:     920000 | #Constraints:      44161
406.72/408.17	c #Conflicts:     921000 | #Constraints:      45161
406.72/408.17	c #Conflicts:     922000 | #Constraints:      46161
406.72/408.17	c INPROCESSING
406.72/408.17	c GARBAGE COLLECT
406.72/408.17	c #Conflicts:     923000 | #Constraints:      28177
406.72/408.17	c #Conflicts:     924000 | #Constraints:      29177
406.72/408.17	c #Conflicts:     925000 | #Constraints:      30177
406.72/408.17	c #Conflicts:     926000 | #Constraints:      31177
406.72/408.17	c #Conflicts:     927000 | #Constraints:      32177
406.72/408.17	c #Conflicts:     928000 | #Constraints:      33177
406.72/408.17	c #Conflicts:     929000 | #Constraints:      34177
406.72/408.17	c #Conflicts:     930000 | #Constraints:      35177
406.72/408.17	c #Conflicts:     931000 | #Constraints:      36177
406.72/408.17	c #Conflicts:     932000 | #Constraints:      37177
406.72/408.17	c #Conflicts:     933000 | #Constraints:      38177
406.72/408.17	c #Conflicts:     934000 | #Constraints:      39177
406.72/408.17	c #Conflicts:     935000 | #Constraints:      40178
406.72/408.17	c #Conflicts:     936000 | #Constraints:      41178
406.72/408.17	c #Conflicts:     937000 | #Constraints:      42178
406.72/408.17	c #Conflicts:     938000 | #Constraints:      43178
406.72/408.17	c #Conflicts:     939000 | #Constraints:      44178
406.72/408.17	c #Conflicts:     940000 | #Constraints:      45178
406.72/408.17	c #Conflicts:     941000 | #Constraints:      46178
406.72/408.17	c INPROCESSING
406.72/408.17	c GARBAGE COLLECT
406.72/408.17	c #Conflicts:     942000 | #Constraints:      27970
406.72/408.17	c #Conflicts:     943000 | #Constraints:      28970
406.72/408.17	c #Conflicts:     944000 | #Constraints:      29970
406.72/408.17	c #Conflicts:     945000 | #Constraints:      30972
406.72/408.17	c #Conflicts:     946000 | #Constraints:      31974
406.72/408.17	c #Conflicts:     947000 | #Constraints:      32974
406.72/408.17	c #Conflicts:     948000 | #Constraints:      33974
406.72/408.17	c #Conflicts:     949000 | #Constraints:      34974
406.72/408.17	c #Conflicts:     950000 | #Constraints:      35975
406.72/408.17	c #Conflicts:     951000 | #Constraints:      36975
406.72/408.17	c #Conflicts:     952000 | #Constraints:      37975
406.72/408.17	c #Conflicts:     953000 | #Constraints:      38975
406.72/408.17	c #Conflicts:     954000 | #Constraints:      39975
406.72/408.17	c #Conflicts:     955000 | #Constraints:      40975
406.72/408.17	c #Conflicts:     956000 | #Constraints:      41975
406.72/408.17	c #Conflicts:     957000 | #Constraints:      42975
406.72/408.17	c #Conflicts:     958000 | #Constraints:      43976
406.72/408.17	c #Conflicts:     959000 | #Constraints:      44976
406.72/408.17	c #Conflicts:     960000 | #Constraints:      45993
406.72/408.17	c #Conflicts:     961000 | #Constraints:      47013
423.25/424.76	c INPROCESSING
423.25/424.76	c GARBAGE COLLECT
423.25/424.76	c #Conflicts:     962000 | #Constraints:      28626
423.25/424.76	c #Conflicts:     963000 | #Constraints:      30025
423.25/424.76	c #Conflicts:     964000 | #Constraints:      31525
423.25/424.76	c #Conflicts:     965000 | #Constraints:      33015
423.25/424.76	c #Conflicts:     966000 | #Constraints:      34524
423.25/424.76	c #Conflicts:     967000 | #Constraints:      36025
423.25/424.76	c #Conflicts:     968000 | #Constraints:      37510
423.25/424.76	c #Conflicts:     969000 | #Constraints:      38738
423.25/424.76	c #Conflicts:     970000 | #Constraints:      39738
423.25/424.76	c #Conflicts:     971000 | #Constraints:      40738
423.25/424.76	c #Conflicts:     972000 | #Constraints:      41738
423.25/424.76	c #Conflicts:     973000 | #Constraints:      42738
423.25/424.76	c #Conflicts:     974000 | #Constraints:      43738
423.25/424.76	c #Conflicts:     975000 | #Constraints:      44738
423.25/424.76	c #Conflicts:     976000 | #Constraints:      45738
423.25/424.76	c #Conflicts:     977000 | #Constraints:      46738
423.25/424.76	c #Conflicts:     978000 | #Constraints:      47738
423.25/424.76	c #Conflicts:     979000 | #Constraints:      48738
423.25/424.76	c #Conflicts:     980000 | #Constraints:      49738
423.25/424.76	c #Conflicts:     981000 | #Constraints:      50742
423.25/424.76	c INPROCESSING
423.25/424.76	c GARBAGE COLLECT
423.25/424.76	WSVECS04 Frhs2[22]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[23]: 6 -1.00123 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[41]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[48]: 6 -0.999988 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[58]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[69]: 6 -0.999779 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[73]: 6 -0.929033 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[75]: 6 -1.13552 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[81]: 6 -0.999975 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[86]: 6 -1.125 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[105]: 6 -0.982259 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[112]: 6 -0.999994 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[129]: 6 -0.999807 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[138]: 6 -1.15625 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[139]: 6 -1.25526 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[143]: 6 -1.24999 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[160]: 6 -0.999973 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[162]: 6 -0.999806 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[187]: 6 -0.98692 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[195]: 6 -0.99989 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[202]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[206]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[207]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[224]: 6 -0.99989 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[226]: 6 -0.999806 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[227]: 6 -0.999778 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[229]: 6 -0.998892 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[260]: 6 -0.999409 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[318]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[323]: 6 -0.99989 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[328]: 6 -0.929033 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[331]: 6 -0.885519 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[352]: 6 -0.999862 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[395]: 6 -0.828278 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[399]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[409]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[416]: 6 -0.999889 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[421]: 6 -0.99867 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[427]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[446]: 6 -0.790704 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[457]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[478]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[481]: 6 -0.999806 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[488]: 6 -0.929033 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[489]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[490]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[491]: 6 -0.885519 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[512]: 6 -0.999862 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[513]: 6 -1.00014 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[520]: 6 -0.955646 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[527]: 6 -0.999981 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[533]: 6 -0.999388 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[541]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[542]: 6 -0.790704 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[549]: 6 -0.999261 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[554]: 6 -0.65589 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[574]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[578]: 6 -0.999641 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[579]: 6 -0.99989 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[651]: 6 -0.882965 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[672]: 6 -0.99989 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[674]: 6 -0.999806 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[938]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1025]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1029]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1030]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1038]: 6 -0.75 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1040]: 6 -0.999962 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1045]: 6 -0.998774 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1049]: 6 -0.980379 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1052]: 6 -0.843028 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1054]: 6 -0.372111 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1062]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1066]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1097]: 6 -0.937501 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1100]: 6 -0.874996 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1101]: 6 -0.749991 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1116]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1124]: 6 -0.991471 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1126]: 6 -1.22721 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1134]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1143]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1149]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1163]: 6 -0.687501 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1176]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1179]: 6 -1.24893 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1188]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1203]: 6 -0.875001 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1231]: 6 -0.555556 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1250]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1264]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1274]: 6 -0.750001 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1287]: 6 -1.3125 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1317]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1321]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1322]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1338]: 6 -2 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1339]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1340]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1341]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1342]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1358]: 6 -0.875001 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1359]: 6 -0.8125 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1366]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1370]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1385]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1396]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1425]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1479]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1516]: 6 -0.991861 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1558]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1560]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1724]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1893]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1905]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1909]: 6 -1.3125 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1929]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2003]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2115]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2117]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2121]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2124]: 6 -0.5 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2133]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2183]: 6 -0.982943 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2191]: 6 -0.72708 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2205]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2251]: 6 -1.3125 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2253]: 6 -1.24999 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2259]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2278]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2287]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2295]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2446]: 6 -1.22222 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2487]: 6 -1.22306 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2585]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2599]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2790]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2813]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2878]: 6 -0.5 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2897]: 6 -3 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2960]: 6 -1.32813 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3062]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3500]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3540]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3779]: 6 -0.999918 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3788]: 6 -0.770819 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3793]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3844]: 6 -0.828126 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3854]: 6 -10 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3911]: 6 -0.999113 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3924]: 6 -0.5625 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3925]: 6 -0.500001 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3939]: 6 -1.25 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
423.25/424.76	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
482.74/484.44	c #Conflicts:     982000 | #Constraints:      30574
482.74/484.44	c #Conflicts:     983000 | #Constraints:      31574
482.74/484.44	c #Conflicts:     984000 | #Constraints:      32574
482.74/484.44	c #Conflicts:     985000 | #Constraints:      33574
482.74/484.44	c #Conflicts:     986000 | #Constraints:      34574
482.74/484.44	c #Conflicts:     987000 | #Constraints:      35574
482.74/484.44	c #Conflicts:     988000 | #Constraints:      36574
482.74/484.44	c #Conflicts:     989000 | #Constraints:      37574
482.74/484.44	c #Conflicts:     990000 | #Constraints:      38574
482.74/484.44	c #Conflicts:     991000 | #Constraints:      39574
482.74/484.44	c #Conflicts:     992000 | #Constraints:      40574
482.74/484.44	c #Conflicts:     993000 | #Constraints:      41574
482.74/484.44	c #Conflicts:     994000 | #Constraints:      42574
482.74/484.44	c #Conflicts:     995000 | #Constraints:      43574
482.74/484.44	c #Conflicts:     996000 | #Constraints:      44574
482.74/484.44	c #Conflicts:     997000 | #Constraints:      45574
482.74/484.44	c #Conflicts:     998000 | #Constraints:      46574
482.74/484.44	c #Conflicts:     999000 | #Constraints:      47574
482.74/484.44	c #Conflicts:    1000000 | #Constraints:      48574
482.74/484.44	c #Conflicts:    1001000 | #Constraints:      49574
482.74/484.44	c INPROCESSING
482.74/484.44	c GARBAGE COLLECT
482.74/484.44	c #Conflicts:    1002000 | #Constraints:      29988
482.74/484.44	c #Conflicts:    1003000 | #Constraints:      30988
482.74/484.44	c #Conflicts:    1004000 | #Constraints:      31988
482.74/484.44	c #Conflicts:    1005000 | #Constraints:      32988
482.74/484.44	c #Conflicts:    1006000 | #Constraints:      33988
482.74/484.44	c #Conflicts:    1007000 | #Constraints:      34988
482.74/484.44	c #Conflicts:    1008000 | #Constraints:      35988
482.74/484.44	c #Conflicts:    1009000 | #Constraints:      36988
482.74/484.44	c #Conflicts:    1010000 | #Constraints:      37988
482.74/484.44	c #Conflicts:    1011000 | #Constraints:      38988
482.74/484.44	c #Conflicts:    1012000 | #Constraints:      39988
482.74/484.44	c #Conflicts:    1013000 | #Constraints:      40988
482.74/484.44	c #Conflicts:    1014000 | #Constraints:      41988
482.74/484.44	c #Conflicts:    1015000 | #Constraints:      42988
482.74/484.44	c #Conflicts:    1016000 | #Constraints:      43988
482.74/484.44	c #Conflicts:    1017000 | #Constraints:      44988
482.74/484.44	c #Conflicts:    1018000 | #Constraints:      45988
482.74/484.44	c #Conflicts:    1019000 | #Constraints:      46988
482.74/484.44	c #Conflicts:    1020000 | #Constraints:      47988
482.74/484.44	c #Conflicts:    1021000 | #Constraints:      48988
482.74/484.44	c INPROCESSING
482.74/484.44	c GARBAGE COLLECT
482.74/484.44	c #Conflicts:    1022000 | #Constraints:      29610
482.74/484.44	c #Conflicts:    1023000 | #Constraints:      30610
482.74/484.44	c #Conflicts:    1024000 | #Constraints:      31610
482.74/484.44	c #Conflicts:    1025000 | #Constraints:      32610
482.74/484.44	c #Conflicts:    1026000 | #Constraints:      33610
482.74/484.44	c #Conflicts:    1027000 | #Constraints:      34610
482.74/484.44	c #Conflicts:    1028000 | #Constraints:      35610
482.74/484.44	c #Conflicts:    1029000 | #Constraints:      36610
482.74/484.44	c #Conflicts:    1030000 | #Constraints:      37610
482.74/484.44	c #Conflicts:    1031000 | #Constraints:      38610
482.74/484.44	c #Conflicts:    1032000 | #Constraints:      39610
482.74/484.44	c #Conflicts:    1033000 | #Constraints:      40610
482.74/484.44	c #Conflicts:    1034000 | #Constraints:      41610
482.74/484.44	c #Conflicts:    1035000 | #Constraints:      42611
482.74/484.44	c #Conflicts:    1036000 | #Constraints:      43611
482.74/484.44	c #Conflicts:    1037000 | #Constraints:      44611
482.74/484.44	c #Conflicts:    1038000 | #Constraints:      45611
482.74/484.44	c #Conflicts:    1039000 | #Constraints:      46611
482.74/484.44	c #Conflicts:    1040000 | #Constraints:      47611
482.74/484.44	c #Conflicts:    1041000 | #Constraints:      48611
482.74/484.44	c INPROCESSING
482.74/484.44	c GARBAGE COLLECT
482.74/484.44	c #Conflicts:    1042000 | #Constraints:      29233
482.74/484.44	c #Conflicts:    1043000 | #Constraints:      30233
482.74/484.44	c #Conflicts:    1044000 | #Constraints:      31233
482.74/484.44	c #Conflicts:    1045000 | #Constraints:      32233
482.74/484.44	c #Conflicts:    1046000 | #Constraints:      33233
482.74/484.44	c #Conflicts:    1047000 | #Constraints:      34649
482.74/484.44	c #Conflicts:    1048000 | #Constraints:      36154
482.74/484.44	c #Conflicts:    1049000 | #Constraints:      37567
482.74/484.44	c #Conflicts:    1050000 | #Constraints:      38567
482.74/484.44	c #Conflicts:    1051000 | #Constraints:      39567
482.74/484.44	c #Conflicts:    1052000 | #Constraints:      40567
482.74/484.44	c #Conflicts:    1053000 | #Constraints:      41567
482.74/484.44	c #Conflicts:    1054000 | #Constraints:      42567
482.74/484.44	c #Conflicts:    1055000 | #Constraints:      43567
482.74/484.44	c #Conflicts:    1056000 | #Constraints:      44567
482.74/484.44	c #Conflicts:    1057000 | #Constraints:      45567
482.74/484.44	c #Conflicts:    1058000 | #Constraints:      46567
560.39/562.65	c #Conflicts:    1059000 | #Constraints:      47567
560.39/562.65	c #Conflicts:    1060000 | #Constraints:      48567
560.39/562.65	c #Conflicts:    1061000 | #Constraints:      49567
560.39/562.65	c #Conflicts:    1062000 | #Constraints:      50567
560.39/562.65	c INPROCESSING
560.39/562.65	c GARBAGE COLLECT
560.39/562.65	c #Conflicts:    1063000 | #Constraints:      30372
560.39/562.65	c #Conflicts:    1064000 | #Constraints:      31372
560.39/562.65	c #Conflicts:    1065000 | #Constraints:      32373
560.39/562.65	c #Conflicts:    1066000 | #Constraints:      33374
560.39/562.65	c #Conflicts:    1067000 | #Constraints:      34377
560.39/562.65	c #Conflicts:    1068000 | #Constraints:      35378
560.39/562.65	c #Conflicts:    1069000 | #Constraints:      36378
560.39/562.65	c #Conflicts:    1070000 | #Constraints:      37379
560.39/562.65	c #Conflicts:    1071000 | #Constraints:      38379
560.39/562.65	c #Conflicts:    1072000 | #Constraints:      39379
560.39/562.65	c #Conflicts:    1073000 | #Constraints:      40379
560.39/562.65	c #Conflicts:    1074000 | #Constraints:      41379
560.39/562.65	c #Conflicts:    1075000 | #Constraints:      42379
560.39/562.65	c #Conflicts:    1076000 | #Constraints:      43379
560.39/562.65	c #Conflicts:    1077000 | #Constraints:      44379
560.39/562.65	c #Conflicts:    1078000 | #Constraints:      45379
560.39/562.65	c #Conflicts:    1079000 | #Constraints:      46382
560.39/562.65	c #Conflicts:    1080000 | #Constraints:      47382
560.39/562.65	c #Conflicts:    1081000 | #Constraints:      48382
560.39/562.65	c #Conflicts:    1082000 | #Constraints:      49382
560.39/562.65	c #Conflicts:    1083000 | #Constraints:      50382
560.39/562.65	c INPROCESSING
560.39/562.65	c GARBAGE COLLECT
560.39/562.65	c #Conflicts:    1084000 | #Constraints:      30408
560.39/562.65	c #Conflicts:    1085000 | #Constraints:      31408
560.39/562.65	c #Conflicts:    1086000 | #Constraints:      32409
560.39/562.65	c #Conflicts:    1087000 | #Constraints:      33409
560.39/562.65	c #Conflicts:    1088000 | #Constraints:      34409
560.39/562.65	c #Conflicts:    1089000 | #Constraints:      35409
560.39/562.65	c #Conflicts:    1090000 | #Constraints:      36409
560.39/562.65	c #Conflicts:    1091000 | #Constraints:      37409
560.39/562.65	c #Conflicts:    1092000 | #Constraints:      38412
560.39/562.65	c #Conflicts:    1093000 | #Constraints:      39412
560.39/562.65	c #Conflicts:    1094000 | #Constraints:      40412
560.39/562.65	c #Conflicts:    1095000 | #Constraints:      41413
560.39/562.65	c #Conflicts:    1096000 | #Constraints:      42413
560.39/562.65	c #Conflicts:    1097000 | #Constraints:      43414
560.39/562.65	c #Conflicts:    1098000 | #Constraints:      44540
560.39/562.65	c #Conflicts:    1099000 | #Constraints:      45911
560.39/562.65	c #Conflicts:    1100000 | #Constraints:      47390
560.39/562.65	c #Conflicts:    1101000 | #Constraints:      48891
560.39/562.65	c #Conflicts:    1102000 | #Constraints:      50391
560.39/562.65	c #Conflicts:    1103000 | #Constraints:      51909
560.39/562.65	c #Conflicts:    1104000 | #Constraints:      53421
560.39/562.65	c INPROCESSING
560.39/562.65	c GARBAGE COLLECT
560.39/562.65	c #Conflicts:    1105000 | #Constraints:      31914
560.39/562.65	c #Conflicts:    1106000 | #Constraints:      32914
560.39/562.65	c #Conflicts:    1107000 | #Constraints:      33914
560.39/562.65	c #Conflicts:    1108000 | #Constraints:      34914
560.39/562.65	c #Conflicts:    1109000 | #Constraints:      35914
560.39/562.65	c #Conflicts:    1110000 | #Constraints:      36914
560.39/562.65	c #Conflicts:    1111000 | #Constraints:      37914
560.39/562.65	c #Conflicts:    1112000 | #Constraints:      38914
560.39/562.65	c #Conflicts:    1113000 | #Constraints:      39914
560.39/562.65	c #Conflicts:    1114000 | #Constraints:      40914
560.39/562.65	c #Conflicts:    1115000 | #Constraints:      41914
560.39/562.65	c #Conflicts:    1116000 | #Constraints:      42914
560.39/562.65	c #Conflicts:    1117000 | #Constraints:      43914
560.39/562.65	c #Conflicts:    1118000 | #Constraints:      44914
560.39/562.65	c #Conflicts:    1119000 | #Constraints:      45914
560.39/562.65	c #Conflicts:    1120000 | #Constraints:      46914
560.39/562.65	c #Conflicts:    1121000 | #Constraints:      47914
560.39/562.65	c #Conflicts:    1122000 | #Constraints:      48914
560.39/562.65	c #Conflicts:    1123000 | #Constraints:      49914
560.39/562.65	c #Conflicts:    1124000 | #Constraints:      50914
560.39/562.65	c #Conflicts:    1125000 | #Constraints:      51914
560.39/562.65	c INPROCESSING
560.39/562.65	c GARBAGE COLLECT
560.39/562.65	c #Conflicts:    1126000 | #Constraints:      31067
560.39/562.65	c #Conflicts:    1127000 | #Constraints:      32067
560.39/562.65	c #Conflicts:    1128000 | #Constraints:      33067
560.39/562.65	c #Conflicts:    1129000 | #Constraints:      34067
560.39/562.65	c #Conflicts:    1130000 | #Constraints:      35067
560.39/562.65	c #Conflicts:    1131000 | #Constraints:      36067
560.39/562.65	c #Conflicts:    1132000 | #Constraints:      37067
560.39/562.65	c #Conflicts:    1133000 | #Constraints:      38067
560.39/562.65	c #Conflicts:    1134000 | #Constraints:      39067
560.39/562.65	c #Conflicts:    1135000 | #Constraints:      40067
593.80/596.57	c #Conflicts:    1136000 | #Constraints:      41067
593.80/596.57	c #Conflicts:    1137000 | #Constraints:      42067
593.80/596.57	c #Conflicts:    1138000 | #Constraints:      43067
593.80/596.57	c #Conflicts:    1139000 | #Constraints:      44067
593.80/596.57	c #Conflicts:    1140000 | #Constraints:      45067
593.80/596.57	c #Conflicts:    1141000 | #Constraints:      46068
593.80/596.57	c #Conflicts:    1142000 | #Constraints:      47068
593.80/596.57	c #Conflicts:    1143000 | #Constraints:      48068
593.80/596.57	c #Conflicts:    1144000 | #Constraints:      49068
593.80/596.57	c #Conflicts:    1145000 | #Constraints:      50068
593.80/596.57	c #Conflicts:    1146000 | #Constraints:      51068
593.80/596.57	c INPROCESSING
593.80/596.57	c GARBAGE COLLECT
593.80/596.57	c #Conflicts:    1147000 | #Constraints:      30435
593.80/596.57	c #Conflicts:    1148000 | #Constraints:      31435
593.80/596.57	c #Conflicts:    1149000 | #Constraints:      32435
593.80/596.57	c #Conflicts:    1150000 | #Constraints:      33435
593.80/596.57	c #Conflicts:    1151000 | #Constraints:      34435
593.80/596.57	c #Conflicts:    1152000 | #Constraints:      35435
593.80/596.57	c #Conflicts:    1153000 | #Constraints:      36435
593.80/596.57	c #Conflicts:    1154000 | #Constraints:      37435
593.80/596.57	c #Conflicts:    1155000 | #Constraints:      38435
593.80/596.57	c #Conflicts:    1156000 | #Constraints:      39435
593.80/596.57	c #Conflicts:    1157000 | #Constraints:      40435
593.80/596.57	c #Conflicts:    1158000 | #Constraints:      41435
593.80/596.57	c #Conflicts:    1159000 | #Constraints:      42435
593.80/596.57	c #Conflicts:    1160000 | #Constraints:      43435
593.80/596.57	c #Conflicts:    1161000 | #Constraints:      44435
593.80/596.57	c #Conflicts:    1162000 | #Constraints:      45435
593.80/596.57	c #Conflicts:    1163000 | #Constraints:      46435
593.80/596.57	c #Conflicts:    1164000 | #Constraints:      47435
593.80/596.57	c #Conflicts:    1165000 | #Constraints:      48435
593.80/596.57	c #Conflicts:    1166000 | #Constraints:      49435
593.80/596.57	c #Conflicts:    1167000 | #Constraints:      50436
593.80/596.57	c #Conflicts:    1168000 | #Constraints:      51436
593.80/596.57	c INPROCESSING
593.80/596.57	c GARBAGE COLLECT
593.80/596.57	c #Conflicts:    1169000 | #Constraints:      30830
593.80/596.57	c #Conflicts:    1170000 | #Constraints:      31830
593.80/596.57	c #Conflicts:    1171000 | #Constraints:      32830
593.80/596.57	c #Conflicts:    1172000 | #Constraints:      33830
593.80/596.57	c #Conflicts:    1173000 | #Constraints:      34830
593.80/596.57	c #Conflicts:    1174000 | #Constraints:      35830
593.80/596.57	c #Conflicts:    1175000 | #Constraints:      36830
593.80/596.57	c #Conflicts:    1176000 | #Constraints:      37830
593.80/596.57	c #Conflicts:    1177000 | #Constraints:      38830
593.80/596.57	c #Conflicts:    1178000 | #Constraints:      39873
593.80/596.57	c #Conflicts:    1179000 | #Constraints:      40876
593.80/596.57	c #Conflicts:    1180000 | #Constraints:      41876
593.80/596.57	c #Conflicts:    1181000 | #Constraints:      42876
593.80/596.57	c #Conflicts:    1182000 | #Constraints:      43876
593.80/596.57	c #Conflicts:    1183000 | #Constraints:      44876
593.80/596.57	c #Conflicts:    1184000 | #Constraints:      45876
593.80/596.57	c #Conflicts:    1185000 | #Constraints:      46876
593.80/596.57	c #Conflicts:    1186000 | #Constraints:      47876
593.80/596.57	c #Conflicts:    1187000 | #Constraints:      48876
593.80/596.57	c #Conflicts:    1188000 | #Constraints:      49876
593.80/596.57	c #Conflicts:    1189000 | #Constraints:      50876
593.80/596.57	c #Conflicts:    1190000 | #Constraints:      51876
593.80/596.57	c INPROCESSING
593.80/596.57	c GARBAGE COLLECT
593.80/596.57	c #Conflicts:    1191000 | #Constraints:      31132
593.80/596.57	c #Conflicts:    1192000 | #Constraints:      32132
593.80/596.57	c #Conflicts:    1193000 | #Constraints:      33132
593.80/596.57	c #Conflicts:    1194000 | #Constraints:      34132
593.80/596.57	c #Conflicts:    1195000 | #Constraints:      35132
593.80/596.57	c #Conflicts:    1196000 | #Constraints:      36132
593.80/596.57	c #Conflicts:    1197000 | #Constraints:      37132
593.80/596.57	c #Conflicts:    1198000 | #Constraints:      38132
593.80/596.57	c #Conflicts:    1199000 | #Constraints:      39132
593.80/596.57	c #Conflicts:    1200000 | #Constraints:      40132
593.80/596.57	c #Conflicts:    1201000 | #Constraints:      41132
593.80/596.57	c #Conflicts:    1202000 | #Constraints:      42132
593.80/596.57	c #Conflicts:    1203000 | #Constraints:      43132
593.80/596.57	c #Conflicts:    1204000 | #Constraints:      44132
593.80/596.57	c #Conflicts:    1205000 | #Constraints:      45132
593.80/596.57	c #Conflicts:    1206000 | #Constraints:      46132
593.80/596.57	c #Conflicts:    1207000 | #Constraints:      47132
593.80/596.57	c #Conflicts:    1208000 | #Constraints:      48132
593.80/596.57	c #Conflicts:    1209000 | #Constraints:      49132
593.80/596.57	c #Conflicts:    1210000 | #Constraints:      50132
593.80/596.57	c #Conflicts:    1211000 | #Constraints:      51132
609.76/612.51	c #Conflicts:    1212000 | #Constraints:      52132
609.76/612.51	c INPROCESSING
609.76/612.51	c GARBAGE COLLECT
609.76/612.51	c #Conflicts:    1213000 | #Constraints:      31275
609.76/612.51	c #Conflicts:    1214000 | #Constraints:      32275
609.76/612.51	c #Conflicts:    1215000 | #Constraints:      33275
609.76/612.51	c #Conflicts:    1216000 | #Constraints:      34275
609.76/612.51	c #Conflicts:    1217000 | #Constraints:      35275
609.76/612.51	c #Conflicts:    1218000 | #Constraints:      36275
609.76/612.51	c #Conflicts:    1219000 | #Constraints:      37275
609.76/612.51	c #Conflicts:    1220000 | #Constraints:      38275
609.76/612.51	c #Conflicts:    1221000 | #Constraints:      39275
609.76/612.51	c #Conflicts:    1222000 | #Constraints:      40275
609.76/612.51	c #Conflicts:    1223000 | #Constraints:      41275
609.76/612.51	c #Conflicts:    1224000 | #Constraints:      42275
609.76/612.51	c #Conflicts:    1225000 | #Constraints:      43275
609.76/612.51	c #Conflicts:    1226000 | #Constraints:      44275
609.76/612.51	c #Conflicts:    1227000 | #Constraints:      45275
609.76/612.51	c #Conflicts:    1228000 | #Constraints:      46275
609.76/612.51	c #Conflicts:    1229000 | #Constraints:      47276
609.76/612.51	c #Conflicts:    1230000 | #Constraints:      48276
609.76/612.51	c #Conflicts:    1231000 | #Constraints:      49276
609.76/612.51	c #Conflicts:    1232000 | #Constraints:      50276
609.76/612.51	c #Conflicts:    1233000 | #Constraints:      51276
609.76/612.51	c #Conflicts:    1234000 | #Constraints:      52286
609.76/612.51	c INPROCESSING
609.76/612.51	c GARBAGE COLLECT
609.76/612.51	WSVECS04 Frhs2[7]: 6 -0.581086 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[9]: 6 -0.747726 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[24]: 6 -16.4881 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[30]: 6 -13996.1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[33]: 6 -3016.23 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[62]: 6 -0.740438 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[66]: 6 -1685.54 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[84]: 6 -6.58143 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[97]: 6 -3011.5 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[126]: 6 -1.25956 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[170]: 6 -1.05923 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[205]: 6 0 1.39947 shouldn't be
609.76/612.51	WSVECS04 Frhs2[208]: 6 0 30.2271 shouldn't be
609.76/612.51	WSVECS04 Frhs2[212]: 6 -2.5697 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[219]: 6 -61.3873 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[223]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[241]: 6 -0.722184 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[247]: 6 -34.7932 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[285]: 6 -6988.53 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[295]: 6 -18.1873 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[311]: 6 0 1.25 shouldn't be
609.76/612.51	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[318]: 6 -1.05294 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[322]: 6 -3069.98 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[339]: 6 0 2.81062 shouldn't be
609.76/612.51	WSVECS04 Frhs2[340]: 6 -3.63341 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[349]: 6 -4659.02 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[366]: 6 0 0.252088 shouldn't be
609.76/612.51	WSVECS04 Frhs2[413]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[416]: 6 -3315.32 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[435]: 6 -3.85332 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[439]: 6 -1.06598 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[446]: 6 -47.1977 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[448]: 6 -3392.04 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[480]: 6 -679.674 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[517]: 6 0 107.372 shouldn't be
609.76/612.51	WSVECS04 Frhs2[522]: 6 0 17.6292 shouldn't be
609.76/612.51	WSVECS04 Frhs2[544]: 6 0 0.0171279 shouldn't be
609.76/612.51	WSVECS04 Frhs2[561]: 6 -0.902908 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[563]: 6 -2.20727 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[565]: 6 -3.62826 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[571]: 6 -85.4493 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[574]: 6 -0.740437 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[575]: 6 -1335.71 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[577]: 6 -4797.95 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[594]: 6 -2.81495 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[598]: 6 -0.765777 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[601]: 6 -266.273 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[602]: 6 -18.1237 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[603]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[605]: 6 -4659.02 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[651]: 6 0 3.92058 shouldn't be
609.76/612.51	WSVECS04 Frhs2[654]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[660]: 6 -2.65718 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[670]: 6 -31.1007 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[677]: 6 0 320.032 shouldn't be
609.76/612.51	WSVECS04 Frhs2[695]: 6 -11.0094 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[697]: 6 -72.5253 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[702]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[889]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[918]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1001]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1021]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1030]: 6 -1.49112 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1037]: 6 -4.59178 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1047]: 6 -7.06912 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1050]: 6 -4.30378 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1054]: 6 0 13641.7 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1061]: 6 -1.47111 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1062]: 6 -0.959235 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1085]: 6 -1.31685 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1116]: 6 -78.2549 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1134]: 6 0 0.779593 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1143]: 6 -0.954677 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1146]: 6 -4.98944 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1170]: 6 -4.68646 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1186]: 6 -0.795548 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1188]: 6 -1.06902 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1192]: 6 -2.00118 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1207]: 6 -20.5589 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1208]: 6 -8.53591 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1247]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1256]: 6 -0.636117 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1276]: 6 -1.23969 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1280]: 6 -0.83502 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1290]: 6 0 4.05794 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1306]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1308]: 6 -3.7175 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1310]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1334]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1335]: 6 -1.93354 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1339]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1349]: 6 0 7.46832 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1391]: 6 -0.0022609 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1392]: 6 0 1.48572 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1421]: 6 -0.49948 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1428]: 6 -0.782238 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1443]: 6 -4.33689 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1446]: 6 0 10.8444 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1456]: 6 -0.960353 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1484]: 6 0 0.241184 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1485]: 6 0 0.241258 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1493]: 6 -4.18659 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1498]: 6 -16.343 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1499]: 6 -1.90438 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1507]: 6 -982.999 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1522]: 6 -0.99523 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1524]: 6 -1.02116 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1525]: 6 -3.93856 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1527]: 6 -0.809123 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1538]: 6 -3.65565 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1553]: 6 -0.338124 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1556]: 6 -5.57356 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1559]: 6 -1.30054 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1562]: 6 -19.5073 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1568]: 6 -4.32469 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1616]: 6 -3.53618 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1626]: 6 0 1.17204 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1654]: 6 0 4.88746 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1658]: 6 -0.833327 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1891]: 6 -1.32813 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1906]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1910]: 6 0 3.73026 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1925]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1928]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1930]: 6 0 250.554 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1932]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1935]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1937]: 6 -48.935 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1944]: 6 -13976.1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1945]: 6 -27951.1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[1990]: 6 0 520.524 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2004]: 6 0 1.39157 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2008]: 6 0 1 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2024]: 6 0 13.1418 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2030]: 6 0 166.154 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2032]: 6 0 205.768 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2034]: 6 0 11.2037 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2036]: 6 0 11.5652 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2038]: 6 0 11.9348 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2070]: 6 -28.4329 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2081]: 6 -1.31685 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2100]: 6 -1.23024 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2101]: 6 -1.23024 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2112]: 6 0 1 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2118]: 6 0 1.17935 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2119]: 6 0 5.17935 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2124]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2127]: 6 0 0.18479 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2132]: 6 0 10.817 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2134]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2139]: 6 -189.149 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2165]: 6 -1.25 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2169]: 6 -1.18231 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2177]: 6 -0.931648 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2179]: 6 -2.32621 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2188]: 6 -1.24161 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2194]: 6 0 0.998629 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2202]: 6 0 0.0202752 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2208]: 6 0 7.21058 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2214]: 6 -0.141546 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2224]: 6 -40.5572 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2225]: 6 -91.6855 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2228]: 6 -17.5647 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2230]: 6 0 752.301 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2264]: 6 -1.65999 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2288]: 6 -0.163709 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2298]: 6 0 4.14369 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2300]: 6 -1.20798 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2302]: 6 0 1.51092 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2311]: 6 -0.938031 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2318]: 6 -2.6317 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2340]: 6 -1.25007 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2341]: 6 -0.539268 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2362]: 6 -1.00217 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2363]: 6 -0.999997 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2377]: 6 -0.28125 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2389]: 6 -0.981197 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2392]: 6 -1.25 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2423]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2427]: 6 -1.5 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2449]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2450]: 6 -1.25 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2496]: 6 -1.25 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2580]: 6 0 0.653678 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2584]: 6 -1.26099 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2586]: 6 -0.521973 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2630]: 6 -0.999947 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2646]: 6 -0.752123 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2678]: 6 0 1.5 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2686]: 6 -5 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2692]: 6 -11.7748 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2693]: 6 -1.25 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2701]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2750]: 6 -1.3125 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2768]: 6 -1.25 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2789]: 6 -8.71432 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2791]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2811]: 6 -0.375001 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2854]: 6 -7.59521 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2858]: 6 -1.55684 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2876]: 6 0 10.4254 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2878]: 6 0 34.9918 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2879]: 6 0 16.141 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2929]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2934]: 6 -1.01342 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2955]: 6 -1.25052 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2960]: 6 -0.995816 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2962]: 6 -1.3125 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2977]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2981]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2989]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[2997]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3008]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3018]: 6 -1.24992 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3057]: 6 -1.25122 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3066]: 6 0 1.03892 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3080]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3085]: 6 -20.9266 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3092]: 6 -0.844292 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3099]: 6 -248.717 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3145]: 6 -2 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3175]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3194]: 6 -1.25 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3213]: 6 -2.47422 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3216]: 6 -12.702 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3233]: 6 -0.500001 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3266]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3267]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3270]: 6 -0.960381 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3274]: 6 -1.24851 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3279]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3283]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3333]: 6 -1765.72 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3367]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3375]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3421]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3425]: 6 -73.1826 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3456]: 6 0 30.8506 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3462]: 6 0 0.754018 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3463]: 6 -1.08685 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3485]: 6 -1.25 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3526]: 6 -16.9867 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3552]: 6 -0.37746 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3554]: 6 0 0.245078 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3556]: 6 -3.50559 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3564]: 6 -19.6443 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3601]: 6 -1.03741 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3607]: 6 -10.6075 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3644]: 6 -0.997606 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3654]: 6 0 4.01117 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3657]: 6 -11.0223 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3661]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3664]: 6 -1.24238 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3665]: 6 -9.28959 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3668]: 6 -0.0304927 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3679]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3681]: 6 -85.6671 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3682]: 6 -0.500001 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3689]: 6 0 0.258817 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3713]: 6 -2.42671 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3737]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3742]: 6 0 0.686803 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3750]: 6 -3.56978 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3752]: 6 -2.55495 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3760]: 6 -16.4881 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3762]: 6 -31.9762 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3777]: 6 -183.438 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3792]: 6 -0.91076 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3793]: 6 -1.00386 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3800]: 6 0 13.3691 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3803]: 6 -5.09903 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3810]: 6 -14.6587 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3844]: 6 -1.4579 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3846]: 6 -1.91581 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3851]: 6 -1.26064 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3854]: 6 -19.2936 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3860]: 6 0 7.2016 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3862]: 6 -2.33039 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3863]: 6 -2.05261 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3874]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3887]: 6 0 4.23762 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3894]: 6 -0.815475 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3897]: 6 -4.91408 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3898]: 6 -41.5672 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3901]: 6 -2.33039 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3909]: 6 -1.49974 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3912]: 6 0 1.00006 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3913]: 6 -0.993434 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3926]: 6 -0.519602 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3930]: 6 0 9.30528 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3932]: 6 0 9.29444 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3934]: 6 -0.957691 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3944]: 6 -1.15138 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3946]: 6 -3.6402 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3954]: 6 -19.7614 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3960]: 6 -3.66078 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3965]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[4042]: 6 0 3.58329 shouldn't be
609.76/612.51	WSVECS04 Frhs2[4053]: 6 0 13.6674 shouldn't be
609.76/612.51	WSVECS04 Frhs2[4085]: 6 -26.2336 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
609.76/612.51	WSVECS04 Frhs2[4114]: 6 -0.923667 0 shouldn't be
644.58/647.66	c #Conflicts:    1235000 | #Constraints:      31221
644.58/647.66	c #Conflicts:    1236000 | #Constraints:      32221
644.58/647.66	c #Conflicts:    1237000 | #Constraints:      33221
644.58/647.66	c #Conflicts:    1238000 | #Constraints:      34221
644.58/647.66	c #Conflicts:    1239000 | #Constraints:      35221
644.58/647.66	c #Conflicts:    1240000 | #Constraints:      36221
644.58/647.66	c #Conflicts:    1241000 | #Constraints:      37221
644.58/647.66	c #Conflicts:    1242000 | #Constraints:      38221
644.58/647.66	c #Conflicts:    1243000 | #Constraints:      39221
644.58/647.66	c #Conflicts:    1244000 | #Constraints:      40221
644.58/647.66	c #Conflicts:    1245000 | #Constraints:      41221
644.58/647.66	c #Conflicts:    1246000 | #Constraints:      42221
644.58/647.66	c #Conflicts:    1247000 | #Constraints:      43221
644.58/647.66	c #Conflicts:    1248000 | #Constraints:      44221
644.58/647.66	c #Conflicts:    1249000 | #Constraints:      45221
644.58/647.66	c #Conflicts:    1250000 | #Constraints:      46221
644.58/647.66	c #Conflicts:    1251000 | #Constraints:      47221
644.58/647.66	c #Conflicts:    1252000 | #Constraints:      48221
644.58/647.66	c #Conflicts:    1253000 | #Constraints:      49221
644.58/647.66	c #Conflicts:    1254000 | #Constraints:      50221
644.58/647.66	c #Conflicts:    1255000 | #Constraints:      51221
644.58/647.66	c #Conflicts:    1256000 | #Constraints:      52221
644.58/647.66	c INPROCESSING
644.58/647.66	c GARBAGE COLLECT
644.58/647.66	c #Conflicts:    1257000 | #Constraints:      31002
644.58/647.66	c #Conflicts:    1258000 | #Constraints:      32003
644.58/647.66	c #Conflicts:    1259000 | #Constraints:      33003
644.58/647.66	c #Conflicts:    1260000 | #Constraints:      34003
644.58/647.66	c #Conflicts:    1261000 | #Constraints:      35003
644.58/647.66	c #Conflicts:    1262000 | #Constraints:      36003
644.58/647.66	c #Conflicts:    1263000 | #Constraints:      37003
644.58/647.66	c #Conflicts:    1264000 | #Constraints:      38003
644.58/647.66	c #Conflicts:    1265000 | #Constraints:      39003
644.58/647.66	c #Conflicts:    1266000 | #Constraints:      40003
644.58/647.66	c #Conflicts:    1267000 | #Constraints:      41003
644.58/647.66	c #Conflicts:    1268000 | #Constraints:      42003
644.58/647.66	c #Conflicts:    1269000 | #Constraints:      43003
644.58/647.66	c #Conflicts:    1270000 | #Constraints:      44003
644.58/647.66	c #Conflicts:    1271000 | #Constraints:      45003
644.58/647.66	c #Conflicts:    1272000 | #Constraints:      46490
644.58/647.66	c #Conflicts:    1273000 | #Constraints:      47988
644.58/647.66	c #Conflicts:    1274000 | #Constraints:      49124
644.58/647.66	c #Conflicts:    1275000 | #Constraints:      50124
644.58/647.66	c #Conflicts:    1276000 | #Constraints:      51124
644.58/647.66	c #Conflicts:    1277000 | #Constraints:      52124
644.58/647.66	c #Conflicts:    1278000 | #Constraints:      53124
644.58/647.66	c #Conflicts:    1279000 | #Constraints:      54124
644.58/647.66	c INPROCESSING
644.58/647.66	c GARBAGE COLLECT
644.58/647.66	c #Conflicts:    1280000 | #Constraints:      32154
644.58/647.66	c #Conflicts:    1281000 | #Constraints:      33154
644.58/647.66	c #Conflicts:    1282000 | #Constraints:      34154
644.58/647.66	c #Conflicts:    1283000 | #Constraints:      35154
644.58/647.66	c #Conflicts:    1284000 | #Constraints:      36154
644.58/647.66	c #Conflicts:    1285000 | #Constraints:      37154
644.58/647.66	c #Conflicts:    1286000 | #Constraints:      38154
644.58/647.66	c #Conflicts:    1287000 | #Constraints:      39155
644.58/647.66	c #Conflicts:    1288000 | #Constraints:      40155
644.58/647.66	c #Conflicts:    1289000 | #Constraints:      41155
644.58/647.66	c #Conflicts:    1290000 | #Constraints:      42155
644.58/647.66	c #Conflicts:    1291000 | #Constraints:      43155
644.58/647.66	c #Conflicts:    1292000 | #Constraints:      44155
644.58/647.66	c #Conflicts:    1293000 | #Constraints:      45155
644.58/647.66	c #Conflicts:    1294000 | #Constraints:      46155
644.58/647.66	c #Conflicts:    1295000 | #Constraints:      47156
644.58/647.66	c #Conflicts:    1296000 | #Constraints:      48156
644.58/647.66	c #Conflicts:    1297000 | #Constraints:      49156
644.58/647.66	c #Conflicts:    1298000 | #Constraints:      50156
644.58/647.66	c #Conflicts:    1299000 | #Constraints:      51156
644.58/647.66	c #Conflicts:    1300000 | #Constraints:      52156
644.58/647.66	c #Conflicts:    1301000 | #Constraints:      53156
644.58/647.66	c #Conflicts:    1302000 | #Constraints:      54156
644.58/647.66	c INPROCESSING
644.58/647.66	c GARBAGE COLLECT
644.58/647.66	c #Conflicts:    1303000 | #Constraints:      32282
644.58/647.66	c #Conflicts:    1304000 | #Constraints:      33282
644.58/647.66	c #Conflicts:    1305000 | #Constraints:      34282
644.58/647.66	c #Conflicts:    1306000 | #Constraints:      35282
644.58/647.66	c #Conflicts:    1307000 | #Constraints:      36282
644.58/647.66	c #Conflicts:    1308000 | #Constraints:      37282
644.58/647.66	c #Conflicts:    1309000 | #Constraints:      38282
644.58/647.66	c #Conflicts:    1310000 | #Constraints:      39282
644.58/647.66	c #Conflicts:    1311000 | #Constraints:      40282
693.57/697.13	c #Conflicts:    1312000 | #Constraints:      41282
693.57/697.13	c #Conflicts:    1313000 | #Constraints:      42282
693.57/697.13	c #Conflicts:    1314000 | #Constraints:      43282
693.57/697.13	c #Conflicts:    1315000 | #Constraints:      44282
693.57/697.13	c #Conflicts:    1316000 | #Constraints:      45282
693.57/697.13	c #Conflicts:    1317000 | #Constraints:      46282
693.57/697.13	c #Conflicts:    1318000 | #Constraints:      47282
693.57/697.13	c #Conflicts:    1319000 | #Constraints:      48282
693.57/697.13	c #Conflicts:    1320000 | #Constraints:      49282
693.57/697.13	c #Conflicts:    1321000 | #Constraints:      50282
693.57/697.13	c #Conflicts:    1322000 | #Constraints:      51282
693.57/697.13	c #Conflicts:    1323000 | #Constraints:      52282
693.57/697.13	c #Conflicts:    1324000 | #Constraints:      53282
693.57/697.13	c #Conflicts:    1325000 | #Constraints:      54282
693.57/697.13	c INPROCESSING
693.57/697.13	c GARBAGE COLLECT
693.57/697.13	c #Conflicts:    1326000 | #Constraints:      32364
693.57/697.13	c #Conflicts:    1327000 | #Constraints:      33364
693.57/697.13	c #Conflicts:    1328000 | #Constraints:      34364
693.57/697.13	c #Conflicts:    1329000 | #Constraints:      35364
693.57/697.13	c #Conflicts:    1330000 | #Constraints:      36364
693.57/697.13	c #Conflicts:    1331000 | #Constraints:      37364
693.57/697.13	c #Conflicts:    1332000 | #Constraints:      38365
693.57/697.13	c #Conflicts:    1333000 | #Constraints:      39365
693.57/697.13	c #Conflicts:    1334000 | #Constraints:      40365
693.57/697.13	c #Conflicts:    1335000 | #Constraints:      41365
693.57/697.13	c #Conflicts:    1336000 | #Constraints:      42365
693.57/697.13	c #Conflicts:    1337000 | #Constraints:      43365
693.57/697.13	c #Conflicts:    1338000 | #Constraints:      44365
693.57/697.13	c #Conflicts:    1339000 | #Constraints:      45365
693.57/697.13	c #Conflicts:    1340000 | #Constraints:      46454
693.57/697.13	c #Conflicts:    1341000 | #Constraints:      47965
693.57/697.13	c #Conflicts:    1342000 | #Constraints:      49461
693.57/697.13	c #Conflicts:    1343000 | #Constraints:      50978
693.57/697.13	c #Conflicts:    1344000 | #Constraints:      52084
693.57/697.13	c #Conflicts:    1345000 | #Constraints:      53084
693.57/697.13	c #Conflicts:    1346000 | #Constraints:      54084
693.57/697.13	c #Conflicts:    1347000 | #Constraints:      55084
693.57/697.13	c #Conflicts:    1348000 | #Constraints:      56084
693.57/697.13	c INPROCESSING
693.57/697.13	c GARBAGE COLLECT
693.57/697.13	c #Conflicts:    1349000 | #Constraints:      33135
693.57/697.13	c #Conflicts:    1350000 | #Constraints:      34135
693.57/697.13	c #Conflicts:    1351000 | #Constraints:      35135
693.57/697.13	c #Conflicts:    1352000 | #Constraints:      36135
693.57/697.13	c #Conflicts:    1353000 | #Constraints:      37135
693.57/697.13	c #Conflicts:    1354000 | #Constraints:      38135
693.57/697.13	c #Conflicts:    1355000 | #Constraints:      39135
693.57/697.13	c #Conflicts:    1356000 | #Constraints:      40135
693.57/697.13	c #Conflicts:    1357000 | #Constraints:      41135
693.57/697.13	c #Conflicts:    1358000 | #Constraints:      42135
693.57/697.13	c #Conflicts:    1359000 | #Constraints:      43135
693.57/697.13	c #Conflicts:    1360000 | #Constraints:      44135
693.57/697.13	c #Conflicts:    1361000 | #Constraints:      45135
693.57/697.13	c #Conflicts:    1362000 | #Constraints:      46135
693.57/697.13	c #Conflicts:    1363000 | #Constraints:      47135
693.57/697.13	c #Conflicts:    1364000 | #Constraints:      48135
693.57/697.13	c #Conflicts:    1365000 | #Constraints:      49135
693.57/697.13	c #Conflicts:    1366000 | #Constraints:      50135
693.57/697.13	c #Conflicts:    1367000 | #Constraints:      51135
693.57/697.13	c #Conflicts:    1368000 | #Constraints:      52135
693.57/697.13	c #Conflicts:    1369000 | #Constraints:      53135
693.57/697.13	c #Conflicts:    1370000 | #Constraints:      54135
693.57/697.13	c #Conflicts:    1371000 | #Constraints:      55135
693.57/697.13	c INPROCESSING
693.57/697.13	c GARBAGE COLLECT
693.57/697.13	c #Conflicts:    1372000 | #Constraints:      32471
693.57/697.13	c #Conflicts:    1373000 | #Constraints:      33471
693.57/697.13	c #Conflicts:    1374000 | #Constraints:      34471
693.57/697.13	c #Conflicts:    1375000 | #Constraints:      35471
693.57/697.13	c #Conflicts:    1376000 | #Constraints:      36471
693.57/697.13	c #Conflicts:    1377000 | #Constraints:      37471
693.57/697.13	c #Conflicts:    1378000 | #Constraints:      38471
693.57/697.13	c #Conflicts:    1379000 | #Constraints:      39471
693.57/697.13	c #Conflicts:    1380000 | #Constraints:      40471
693.57/697.13	c #Conflicts:    1381000 | #Constraints:      41471
693.57/697.13	c #Conflicts:    1382000 | #Constraints:      42471
693.57/697.13	c #Conflicts:    1383000 | #Constraints:      43471
693.57/697.13	c #Conflicts:    1384000 | #Constraints:      44471
693.57/697.13	c #Conflicts:    1385000 | #Constraints:      45471
693.57/697.13	c #Conflicts:    1386000 | #Constraints:      46471
693.57/697.13	c #Conflicts:    1387000 | #Constraints:      47471
693.57/697.13	c #Conflicts:    1388000 | #Constraints:      48471
708.62/712.25	c #Conflicts:    1389000 | #Constraints:      49471
708.62/712.25	c #Conflicts:    1390000 | #Constraints:      50471
708.62/712.25	c #Conflicts:    1391000 | #Constraints:      51471
708.62/712.25	c #Conflicts:    1392000 | #Constraints:      52471
708.62/712.25	c #Conflicts:    1393000 | #Constraints:      53471
708.62/712.25	c #Conflicts:    1394000 | #Constraints:      54471
708.62/712.25	c #Conflicts:    1395000 | #Constraints:      55471
708.62/712.25	c INPROCESSING
708.62/712.25	c GARBAGE COLLECT
708.62/712.25	c #Conflicts:    1396000 | #Constraints:      32854
708.62/712.25	c #Conflicts:    1397000 | #Constraints:      33854
708.62/712.25	c #Conflicts:    1398000 | #Constraints:      34854
708.62/712.25	c #Conflicts:    1399000 | #Constraints:      35854
708.62/712.25	c #Conflicts:    1400000 | #Constraints:      36854
708.62/712.25	c #Conflicts:    1401000 | #Constraints:      37854
708.62/712.25	c #Conflicts:    1402000 | #Constraints:      38854
708.62/712.25	c #Conflicts:    1403000 | #Constraints:      39854
708.62/712.25	c #Conflicts:    1404000 | #Constraints:      40854
708.62/712.25	c #Conflicts:    1405000 | #Constraints:      41854
708.62/712.25	c #Conflicts:    1406000 | #Constraints:      42854
708.62/712.25	c #Conflicts:    1407000 | #Constraints:      43854
708.62/712.25	c #Conflicts:    1408000 | #Constraints:      44854
708.62/712.25	c #Conflicts:    1409000 | #Constraints:      45855
708.62/712.25	c #Conflicts:    1410000 | #Constraints:      46855
708.62/712.25	c #Conflicts:    1411000 | #Constraints:      47855
708.62/712.25	c #Conflicts:    1412000 | #Constraints:      48855
708.62/712.25	c #Conflicts:    1413000 | #Constraints:      49855
708.62/712.25	c #Conflicts:    1414000 | #Constraints:      50855
708.62/712.25	c #Conflicts:    1415000 | #Constraints:      51856
708.62/712.25	WSVECS04 Frhs2[12]: 6 -1.24768 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[37]: 6 -0.17386 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[38]: 6 -17.3451 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[41]: 6 -1.00036 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[42]: 6 -131.707 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[48]: 6 -1.02572 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[72]: 6 -0.67096 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[80]: 6 -1.16737 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[84]: 6 -0.681132 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[109]: 6 -2.58104 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[141]: 6 -0.220727 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[143]: 6 -0.969529 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[144]: 6 -2.22593 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[162]: 6 0 0.397007 shouldn't be
708.62/712.25	WSVECS04 Frhs2[166]: 6 -0.874479 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[171]: 6 -1.25087 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[196]: 6 -0.460596 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[203]: 6 -395.964 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[234]: 6 -1.14122 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[235]: 6 -1.3081 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[257]: 6 -0.486401 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[271]: 6 -1.13256 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[293]: 6 -0.173816 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[294]: 6 -17.3335 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[297]: 6 -1.33265 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[299]: 6 -1.25211 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[332]: 6 0 0.619345 shouldn't be
708.62/712.25	WSVECS04 Frhs2[384]: 6 -0.127254 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[397]: 6 -0.21863 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[417]: 6 -0.468578 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[422]: 6 -6.14881 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[423]: 6 -0.848425 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[427]: 6 -0.975914 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[428]: 6 -0.995177 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[448]: 6 0 0.290117 shouldn't be
708.62/712.25	WSVECS04 Frhs2[455]: 6 -0.0761117 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[459]: 6 -0.920082 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[464]: 6 -0.838224 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[495]: 6 -1.2175 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[519]: 6 -7.58305 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[520]: 6 0 0.101114 shouldn't be
708.62/712.25	WSVECS04 Frhs2[546]: 6 0 0.789652 shouldn't be
708.62/712.25	WSVECS04 Frhs2[549]: 6 -0.777668 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[550]: 6 -9.07137 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[555]: 6 -1.58526 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[556]: 6 -1.67255 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[559]: 6 -1.75365 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[560]: 6 -0.904535 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[586]: 6 -0.991386 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[608]: 6 -0.478711 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[618]: 6 -0.980964 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[643]: 6 -0.926661 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[652]: 6 -0.355557 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[673]: 6 -0.47871 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[677]: 6 -1.49208 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[685]: 6 -2.11827 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1028]: 6 -0.998741 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1034]: 6 -0.997082 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1127]: 6 0 0.929163 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1128]: 6 -132.544 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1164]: 6 -1.01743 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1166]: 6 -1.93338 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1189]: 6 -1.27204 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1196]: 6 -1.25 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1225]: 6 -0.957885 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1293]: 6 -2.0459 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1415]: 6 -0.261571 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1420]: 6 -3.9354 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1447]: 6 -1.32297 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1485]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1514]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1539]: 6 -1.55483 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1543]: 6 -0.0457773 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1581]: 6 -2.16878 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1903]: 6 -1.25 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1909]: 6 -1.25205 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1915]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1990]: 6 -0.677833 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1993]: 6 -0.999984 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2019]: 6 -0.500001 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2036]: 6 -3.21909 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2066]: 6 -1.26224 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2096]: 6 -0.99967 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2152]: 6 -1.10014 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2197]: 6 -0.998039 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2206]: 6 0 0.407426 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2280]: 6 -0.87893 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2307]: 6 -0.993084 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2384]: 6 -0.999901 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2493]: 6 -0.37546 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2496]: 6 -8.65881 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2538]: 6 -1.32202 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2573]: 6 0 0.00152762 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2576]: 6 -5.32813 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2583]: 6 -0.634877 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2591]: 6 -0.158016 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2636]: 6 -0.999611 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2771]: 6 -1.33203 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2776]: 6 -1.25 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2783]: 6 -1.25 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2862]: 6 -1.01304 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[2979]: 6 -2.98614 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3053]: 6 -1.74656 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3062]: 6 -8.61764 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3064]: 6 -7.00399 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3081]: 6 -0.95938 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3205]: 6 -2.42935 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3213]: 6 -0.991728 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3250]: 6 0 1.05387 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3330]: 6 0 0.0292488 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3336]: 6 -0.823521 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3349]: 6 -2.96531 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3400]: 6 -0.0129192 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3405]: 6 -1.49501 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3426]: 6 0 2.08774 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3431]: 6 0 0.132639 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3436]: 6 -0.0346836 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3437]: 6 -0.0129195 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3455]: 6 -1.14378 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3525]: 6 -0.0305727 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3546]: 6 -0.869317 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3552]: 6 0 0.974492 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3558]: 6 -0.956078 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3595]: 6 -0.999344 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3622]: 6 -7.14294 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3628]: 6 0 1.00694 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3636]: 6 -1.0003 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3639]: 6 -0.477383 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3642]: 6 -3.09047 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3717]: 6 -0.7381 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3725]: 6 0 0.286382 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3726]: 6 -0.998837 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3785]: 6 -0.995153 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3814]: 6 -0.460126 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3815]: 6 -0.4599 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3826]: 6 -1.19807 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3874]: 6 -1 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3907]: 6 -0.892182 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3919]: 6 -0.996931 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3922]: 6 0 0.0798389 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3923]: 6 -0.986981 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3928]: 6 -4.92832 0 shouldn't be
708.62/712.25	WSVECS04 Frhs2[3929]: 6 -2.95516 0 shouldn't be
751.45/755.50	c #Conflicts:    1416000 | #Constraints:      52856
751.45/755.50	c #Conflicts:    1417000 | #Constraints:      53856
751.45/755.50	c #Conflicts:    1418000 | #Constraints:      54856
751.45/755.50	c #Conflicts:    1419000 | #Constraints:      55856
751.45/755.50	c INPROCESSING
751.45/755.50	c GARBAGE COLLECT
751.45/755.50	c #Conflicts:    1420000 | #Constraints:      33131
751.45/755.50	c #Conflicts:    1421000 | #Constraints:      34131
751.45/755.50	c #Conflicts:    1422000 | #Constraints:      35131
751.45/755.50	c #Conflicts:    1423000 | #Constraints:      36131
751.45/755.50	c #Conflicts:    1424000 | #Constraints:      37131
751.45/755.50	c #Conflicts:    1425000 | #Constraints:      38131
751.45/755.50	c #Conflicts:    1426000 | #Constraints:      39131
751.45/755.50	c #Conflicts:    1427000 | #Constraints:      40131
751.45/755.50	c #Conflicts:    1428000 | #Constraints:      41131
751.45/755.50	c #Conflicts:    1429000 | #Constraints:      42131
751.45/755.50	c #Conflicts:    1430000 | #Constraints:      43131
751.45/755.50	c #Conflicts:    1431000 | #Constraints:      44131
751.45/755.50	c #Conflicts:    1432000 | #Constraints:      45131
751.45/755.50	c #Conflicts:    1433000 | #Constraints:      46131
751.45/755.50	c #Conflicts:    1434000 | #Constraints:      47131
751.45/755.50	c #Conflicts:    1435000 | #Constraints:      48131
751.45/755.50	c #Conflicts:    1436000 | #Constraints:      49131
751.45/755.50	c #Conflicts:    1437000 | #Constraints:      50131
751.45/755.50	c #Conflicts:    1438000 | #Constraints:      51131
751.45/755.50	c #Conflicts:    1439000 | #Constraints:      52131
751.45/755.50	c #Conflicts:    1440000 | #Constraints:      53131
751.45/755.50	c #Conflicts:    1441000 | #Constraints:      54131
751.45/755.50	c #Conflicts:    1442000 | #Constraints:      55131
751.45/755.50	c #Conflicts:    1443000 | #Constraints:      56131
751.45/755.50	c INPROCESSING
751.45/755.50	c GARBAGE COLLECT
751.45/755.50	c #Conflicts:    1444000 | #Constraints:      33268
751.45/755.50	c #Conflicts:    1445000 | #Constraints:      34268
751.45/755.50	c #Conflicts:    1446000 | #Constraints:      35268
751.45/755.50	c #Conflicts:    1447000 | #Constraints:      36268
751.45/755.50	c #Conflicts:    1448000 | #Constraints:      37268
751.45/755.50	c #Conflicts:    1449000 | #Constraints:      38268
751.45/755.50	c #Conflicts:    1450000 | #Constraints:      39268
751.45/755.50	c #Conflicts:    1451000 | #Constraints:      40268
751.45/755.50	c #Conflicts:    1452000 | #Constraints:      41268
751.45/755.50	c #Conflicts:    1453000 | #Constraints:      42268
751.45/755.50	c #Conflicts:    1454000 | #Constraints:      43268
751.45/755.50	c #Conflicts:    1455000 | #Constraints:      44268
751.45/755.50	c #Conflicts:    1456000 | #Constraints:      45268
751.45/755.50	c #Conflicts:    1457000 | #Constraints:      46268
751.45/755.50	c #Conflicts:    1458000 | #Constraints:      47268
751.45/755.50	c #Conflicts:    1459000 | #Constraints:      48268
751.45/755.50	c #Conflicts:    1460000 | #Constraints:      49268
751.45/755.50	c #Conflicts:    1461000 | #Constraints:      50269
751.45/755.50	c #Conflicts:    1462000 | #Constraints:      51269
751.45/755.50	c #Conflicts:    1463000 | #Constraints:      52269
751.45/755.50	c #Conflicts:    1464000 | #Constraints:      53269
751.45/755.50	c #Conflicts:    1465000 | #Constraints:      54269
751.45/755.50	c #Conflicts:    1466000 | #Constraints:      55269
751.45/755.50	c #Conflicts:    1467000 | #Constraints:      56269
751.45/755.50	c INPROCESSING
751.45/755.50	c GARBAGE COLLECT
751.45/755.50	c #Conflicts:    1468000 | #Constraints:      33252
751.45/755.50	c #Conflicts:    1469000 | #Constraints:      34252
751.45/755.50	c #Conflicts:    1470000 | #Constraints:      35252
751.45/755.50	c #Conflicts:    1471000 | #Constraints:      36252
751.45/755.50	c #Conflicts:    1472000 | #Constraints:      37252
751.45/755.50	c #Conflicts:    1473000 | #Constraints:      38252
751.45/755.50	c #Conflicts:    1474000 | #Constraints:      39252
751.45/755.50	c #Conflicts:    1475000 | #Constraints:      40252
751.45/755.50	c #Conflicts:    1476000 | #Constraints:      41252
751.45/755.50	c #Conflicts:    1477000 | #Constraints:      42253
751.45/755.50	c #Conflicts:    1478000 | #Constraints:      43253
751.45/755.50	c #Conflicts:    1479000 | #Constraints:      44253
751.45/755.50	c #Conflicts:    1480000 | #Constraints:      45253
751.45/755.50	c #Conflicts:    1481000 | #Constraints:      46253
751.45/755.50	c #Conflicts:    1482000 | #Constraints:      47253
751.45/755.50	c #Conflicts:    1483000 | #Constraints:      48253
751.45/755.50	c #Conflicts:    1484000 | #Constraints:      49253
751.45/755.50	c #Conflicts:    1485000 | #Constraints:      50253
751.45/755.50	c #Conflicts:    1486000 | #Constraints:      51255
751.45/755.50	c #Conflicts:    1487000 | #Constraints:      52256
751.45/755.50	c #Conflicts:    1488000 | #Constraints:      53472
751.45/755.50	c #Conflicts:    1489000 | #Constraints:      54516
751.45/755.50	c #Conflicts:    1490000 | #Constraints:      55516
751.45/755.50	c #Conflicts:    1491000 | #Constraints:      56516
751.45/755.50	c INPROCESSING
751.45/755.50	c GARBAGE COLLECT
751.45/755.50	c #Conflicts:    1492000 | #Constraints:      33158
776.08/780.27	c #Conflicts:    1493000 | #Constraints:      34158
776.08/780.27	c #Conflicts:    1494000 | #Constraints:      35158
776.08/780.27	c #Conflicts:    1495000 | #Constraints:      36158
776.08/780.27	c #Conflicts:    1496000 | #Constraints:      37158
776.08/780.27	c #Conflicts:    1497000 | #Constraints:      38158
776.08/780.27	c #Conflicts:    1498000 | #Constraints:      39158
776.08/780.27	c #Conflicts:    1499000 | #Constraints:      40158
776.08/780.27	c #Conflicts:    1500000 | #Constraints:      41158
776.08/780.27	c #Conflicts:    1501000 | #Constraints:      42158
776.08/780.27	c #Conflicts:    1502000 | #Constraints:      43158
776.08/780.27	c #Conflicts:    1503000 | #Constraints:      44158
776.08/780.27	c #Conflicts:    1504000 | #Constraints:      45158
776.08/780.27	c #Conflicts:    1505000 | #Constraints:      46158
776.08/780.27	c #Conflicts:    1506000 | #Constraints:      47158
776.08/780.27	c #Conflicts:    1507000 | #Constraints:      48158
776.08/780.27	c #Conflicts:    1508000 | #Constraints:      49158
776.08/780.27	c #Conflicts:    1509000 | #Constraints:      50158
776.08/780.27	c #Conflicts:    1510000 | #Constraints:      51158
776.08/780.27	c #Conflicts:    1511000 | #Constraints:      52158
776.08/780.27	c #Conflicts:    1512000 | #Constraints:      53158
776.08/780.27	c #Conflicts:    1513000 | #Constraints:      54158
776.08/780.27	c #Conflicts:    1514000 | #Constraints:      55158
776.08/780.27	c #Conflicts:    1515000 | #Constraints:      56158
776.08/780.27	c #Conflicts:    1516000 | #Constraints:      57158
776.08/780.27	c INPROCESSING
776.08/780.27	c GARBAGE COLLECT
776.08/780.27	c #Conflicts:    1517000 | #Constraints:      33668
776.08/780.27	c #Conflicts:    1518000 | #Constraints:      34668
776.08/780.27	c #Conflicts:    1519000 | #Constraints:      35668
776.08/780.27	c #Conflicts:    1520000 | #Constraints:      36668
776.08/780.27	c #Conflicts:    1521000 | #Constraints:      37668
776.08/780.27	c #Conflicts:    1522000 | #Constraints:      38668
776.08/780.27	c #Conflicts:    1523000 | #Constraints:      39668
776.08/780.27	c #Conflicts:    1524000 | #Constraints:      40668
776.08/780.27	c #Conflicts:    1525000 | #Constraints:      41668
776.08/780.27	c #Conflicts:    1526000 | #Constraints:      42668
776.08/780.27	c #Conflicts:    1527000 | #Constraints:      43668
776.08/780.27	c #Conflicts:    1528000 | #Constraints:      44668
776.08/780.27	c #Conflicts:    1529000 | #Constraints:      45668
776.08/780.27	c #Conflicts:    1530000 | #Constraints:      46668
776.08/780.27	c #Conflicts:    1531000 | #Constraints:      47668
776.08/780.27	c #Conflicts:    1532000 | #Constraints:      48668
776.08/780.27	c #Conflicts:    1533000 | #Constraints:      49668
776.08/780.27	c #Conflicts:    1534000 | #Constraints:      50668
776.08/780.27	c #Conflicts:    1535000 | #Constraints:      51668
776.08/780.27	c #Conflicts:    1536000 | #Constraints:      52668
776.08/780.27	c #Conflicts:    1537000 | #Constraints:      53668
776.08/780.27	c #Conflicts:    1538000 | #Constraints:      54668
776.08/780.27	c #Conflicts:    1539000 | #Constraints:      55668
776.08/780.27	c #Conflicts:    1540000 | #Constraints:      56668
776.08/780.27	c #Conflicts:    1541000 | #Constraints:      57668
776.08/780.27	c INPROCESSING
776.08/780.27	c GARBAGE COLLECT
776.08/780.27	c rational objective 746.771
844.12/848.75	c #Conflicts:    1542000 | #Constraints:      34006
844.12/848.75	c #Conflicts:    1543000 | #Constraints:      35006
844.12/848.75	c #Conflicts:    1544000 | #Constraints:      36006
844.12/848.75	c #Conflicts:    1545000 | #Constraints:      37006
844.12/848.75	c #Conflicts:    1546000 | #Constraints:      38006
844.12/848.75	c #Conflicts:    1547000 | #Constraints:      39006
844.12/848.75	c #Conflicts:    1548000 | #Constraints:      40006
844.12/848.75	c #Conflicts:    1549000 | #Constraints:      41007
844.12/848.75	c #Conflicts:    1550000 | #Constraints:      42007
844.12/848.75	c #Conflicts:    1551000 | #Constraints:      43007
844.12/848.75	c #Conflicts:    1552000 | #Constraints:      44007
844.12/848.75	c #Conflicts:    1553000 | #Constraints:      45007
844.12/848.75	c #Conflicts:    1554000 | #Constraints:      46007
844.12/848.75	c #Conflicts:    1555000 | #Constraints:      47007
844.12/848.75	c #Conflicts:    1556000 | #Constraints:      48007
844.12/848.75	c #Conflicts:    1557000 | #Constraints:      49007
844.12/848.75	c #Conflicts:    1558000 | #Constraints:      50007
844.12/848.75	c #Conflicts:    1559000 | #Constraints:      51007
844.12/848.75	c #Conflicts:    1560000 | #Constraints:      52007
844.12/848.75	c #Conflicts:    1561000 | #Constraints:      53007
844.12/848.75	c #Conflicts:    1562000 | #Constraints:      54007
844.12/848.75	c #Conflicts:    1563000 | #Constraints:      55007
844.12/848.75	c #Conflicts:    1564000 | #Constraints:      56007
844.12/848.75	c #Conflicts:    1565000 | #Constraints:      57007
844.12/848.75	c #Conflicts:    1566000 | #Constraints:      58007
844.12/848.75	c INPROCESSING
844.12/848.75	c GARBAGE COLLECT
844.12/848.75	c #Conflicts:    1567000 | #Constraints:      34210
844.12/848.75	c #Conflicts:    1568000 | #Constraints:      35210
844.12/848.75	c #Conflicts:    1569000 | #Constraints:      36210
844.12/848.75	c #Conflicts:    1570000 | #Constraints:      37210
844.12/848.75	c #Conflicts:    1571000 | #Constraints:      38210
844.12/848.75	c #Conflicts:    1572000 | #Constraints:      39210
844.12/848.75	c #Conflicts:    1573000 | #Constraints:      40210
844.12/848.75	c #Conflicts:    1574000 | #Constraints:      41210
844.12/848.75	c #Conflicts:    1575000 | #Constraints:      42210
844.12/848.75	c #Conflicts:    1576000 | #Constraints:      43210
844.12/848.75	c #Conflicts:    1577000 | #Constraints:      44210
844.12/848.75	c #Conflicts:    1578000 | #Constraints:      45210
844.12/848.75	c #Conflicts:    1579000 | #Constraints:      46210
844.12/848.75	c #Conflicts:    1580000 | #Constraints:      47210
844.12/848.75	c #Conflicts:    1581000 | #Constraints:      48210
844.12/848.75	c #Conflicts:    1582000 | #Constraints:      49210
844.12/848.75	c #Conflicts:    1583000 | #Constraints:      50210
844.12/848.75	c #Conflicts:    1584000 | #Constraints:      51210
844.12/848.75	c #Conflicts:    1585000 | #Constraints:      52210
844.12/848.75	c #Conflicts:    1586000 | #Constraints:      53210
844.12/848.75	c #Conflicts:    1587000 | #Constraints:      54210
844.12/848.75	c #Conflicts:    1588000 | #Constraints:      55210
844.12/848.75	c #Conflicts:    1589000 | #Constraints:      56210
844.12/848.75	c #Conflicts:    1590000 | #Constraints:      57210
844.12/848.75	c #Conflicts:    1591000 | #Constraints:      58210
844.12/848.75	c INPROCESSING
844.12/848.75	c GARBAGE COLLECT
844.12/848.75	c #Conflicts:    1592000 | #Constraints:      34219
844.12/848.75	c #Conflicts:    1593000 | #Constraints:      35219
844.12/848.75	c #Conflicts:    1594000 | #Constraints:      36219
844.12/848.75	c #Conflicts:    1595000 | #Constraints:      37219
844.12/848.75	c #Conflicts:    1596000 | #Constraints:      38219
844.12/848.75	c #Conflicts:    1597000 | #Constraints:      39219
844.12/848.75	c #Conflicts:    1598000 | #Constraints:      40219
844.12/848.75	c #Conflicts:    1599000 | #Constraints:      41220
844.12/848.75	c #Conflicts:    1600000 | #Constraints:      42220
844.12/848.75	c #Conflicts:    1601000 | #Constraints:      43220
844.12/848.75	c #Conflicts:    1602000 | #Constraints:      44220
844.12/848.75	c #Conflicts:    1603000 | #Constraints:      45220
844.12/848.75	c #Conflicts:    1604000 | #Constraints:      46220
844.12/848.75	c #Conflicts:    1605000 | #Constraints:      47220
844.12/848.75	c #Conflicts:    1606000 | #Constraints:      48220
844.12/848.75	c #Conflicts:    1607000 | #Constraints:      49220
844.12/848.75	c #Conflicts:    1608000 | #Constraints:      50220
844.12/848.75	c #Conflicts:    1609000 | #Constraints:      51220
844.12/848.75	c #Conflicts:    1610000 | #Constraints:      52220
844.12/848.75	c #Conflicts:    1611000 | #Constraints:      53220
844.12/848.75	c #Conflicts:    1612000 | #Constraints:      54220
844.12/848.75	c #Conflicts:    1613000 | #Constraints:      55220
844.12/848.75	c #Conflicts:    1614000 | #Constraints:      56220
844.12/848.75	c #Conflicts:    1615000 | #Constraints:      57220
844.12/848.75	c #Conflicts:    1616000 | #Constraints:      58220
844.12/848.75	c INPROCESSING
844.12/848.75	c GARBAGE COLLECT
844.12/848.75	c #Conflicts:    1617000 | #Constraints:      34054
844.12/848.75	c #Conflicts:    1618000 | #Constraints:      35054
897.62/902.53	c #Conflicts:    1619000 | #Constraints:      36054
897.62/902.53	c #Conflicts:    1620000 | #Constraints:      37054
897.62/902.53	c #Conflicts:    1621000 | #Constraints:      38054
897.62/902.53	c #Conflicts:    1622000 | #Constraints:      39054
897.62/902.53	c #Conflicts:    1623000 | #Constraints:      40054
897.62/902.53	c #Conflicts:    1624000 | #Constraints:      41054
897.62/902.53	c #Conflicts:    1625000 | #Constraints:      42054
897.62/902.53	c #Conflicts:    1626000 | #Constraints:      43054
897.62/902.53	c #Conflicts:    1627000 | #Constraints:      44054
897.62/902.53	c #Conflicts:    1628000 | #Constraints:      45130
897.62/902.53	c #Conflicts:    1629000 | #Constraints:      46130
897.62/902.53	c #Conflicts:    1630000 | #Constraints:      47130
897.62/902.53	c #Conflicts:    1631000 | #Constraints:      48130
897.62/902.53	c #Conflicts:    1632000 | #Constraints:      49130
897.62/902.53	c #Conflicts:    1633000 | #Constraints:      50130
897.62/902.53	c #Conflicts:    1634000 | #Constraints:      51130
897.62/902.53	c #Conflicts:    1635000 | #Constraints:      52130
897.62/902.53	c #Conflicts:    1636000 | #Constraints:      53130
897.62/902.53	c #Conflicts:    1637000 | #Constraints:      54130
897.62/902.53	c #Conflicts:    1638000 | #Constraints:      55130
897.62/902.53	c #Conflicts:    1639000 | #Constraints:      56131
897.62/902.53	c #Conflicts:    1640000 | #Constraints:      57131
897.62/902.53	c #Conflicts:    1641000 | #Constraints:      58131
897.62/902.53	c #Conflicts:    1642000 | #Constraints:      59131
897.62/902.53	c INPROCESSING
897.62/902.53	c GARBAGE COLLECT
897.62/902.53	c #Conflicts:    1643000 | #Constraints:      34627
897.62/902.53	c #Conflicts:    1644000 | #Constraints:      35627
897.62/902.53	c #Conflicts:    1645000 | #Constraints:      36627
897.62/902.53	c #Conflicts:    1646000 | #Constraints:      37627
897.62/902.53	c #Conflicts:    1647000 | #Constraints:      38627
897.62/902.53	c #Conflicts:    1648000 | #Constraints:      39627
897.62/902.53	c #Conflicts:    1649000 | #Constraints:      40627
897.62/902.53	c #Conflicts:    1650000 | #Constraints:      41627
897.62/902.53	c #Conflicts:    1651000 | #Constraints:      42627
897.62/902.53	c #Conflicts:    1652000 | #Constraints:      43627
897.62/902.53	c #Conflicts:    1653000 | #Constraints:      44627
897.62/902.53	c #Conflicts:    1654000 | #Constraints:      45627
897.62/902.53	c #Conflicts:    1655000 | #Constraints:      46627
897.62/902.53	c #Conflicts:    1656000 | #Constraints:      47627
897.62/902.53	c #Conflicts:    1657000 | #Constraints:      48627
897.62/902.53	c #Conflicts:    1658000 | #Constraints:      49627
897.62/902.53	c #Conflicts:    1659000 | #Constraints:      50627
897.62/902.53	c #Conflicts:    1660000 | #Constraints:      51627
897.62/902.53	c #Conflicts:    1661000 | #Constraints:      52627
897.62/902.53	c #Conflicts:    1662000 | #Constraints:      53627
897.62/902.53	c #Conflicts:    1663000 | #Constraints:      54627
897.62/902.53	c #Conflicts:    1664000 | #Constraints:      55627
897.62/902.53	c #Conflicts:    1665000 | #Constraints:      56627
897.62/902.53	c #Conflicts:    1666000 | #Constraints:      57627
897.62/902.53	c #Conflicts:    1667000 | #Constraints:      58627
897.62/902.53	c #Conflicts:    1668000 | #Constraints:      59627
897.62/902.53	c INPROCESSING
897.62/902.53	c GARBAGE COLLECT
897.62/902.53	c #Conflicts:    1669000 | #Constraints:      34980
897.62/902.53	c #Conflicts:    1670000 | #Constraints:      35980
897.62/902.53	c #Conflicts:    1671000 | #Constraints:      36980
897.62/902.53	c #Conflicts:    1672000 | #Constraints:      37980
897.62/902.53	c #Conflicts:    1673000 | #Constraints:      38980
897.62/902.53	c #Conflicts:    1674000 | #Constraints:      39980
897.62/902.53	c #Conflicts:    1675000 | #Constraints:      40980
897.62/902.53	c #Conflicts:    1676000 | #Constraints:      41980
897.62/902.53	c #Conflicts:    1677000 | #Constraints:      42981
897.62/902.53	c #Conflicts:    1678000 | #Constraints:      43981
897.62/902.53	c #Conflicts:    1679000 | #Constraints:      44981
897.62/902.53	c #Conflicts:    1680000 | #Constraints:      45981
897.62/902.53	c #Conflicts:    1681000 | #Constraints:      46981
897.62/902.53	c #Conflicts:    1682000 | #Constraints:      47981
897.62/902.53	c #Conflicts:    1683000 | #Constraints:      48981
897.62/902.53	c #Conflicts:    1684000 | #Constraints:      49981
897.62/902.53	c #Conflicts:    1685000 | #Constraints:      50981
897.62/902.53	c #Conflicts:    1686000 | #Constraints:      51981
897.62/902.53	c #Conflicts:    1687000 | #Constraints:      52981
897.62/902.53	c #Conflicts:    1688000 | #Constraints:      53981
897.62/902.53	c #Conflicts:    1689000 | #Constraints:      54981
897.62/902.53	c #Conflicts:    1690000 | #Constraints:      55981
897.62/902.53	c #Conflicts:    1691000 | #Constraints:      56981
897.62/902.53	c #Conflicts:    1692000 | #Constraints:      57981
897.62/902.53	c #Conflicts:    1693000 | #Constraints:      58981
897.62/902.53	c #Conflicts:    1694000 | #Constraints:      59981
897.62/902.53	c INPROCESSING
897.62/902.53	c GARBAGE COLLECT
897.62/902.53	c #Conflicts:    1695000 | #Constraints:      35182
936.98/942.24	c #Conflicts:    1696000 | #Constraints:      36182
936.98/942.24	c #Conflicts:    1697000 | #Constraints:      37182
936.98/942.24	c #Conflicts:    1698000 | #Constraints:      38182
936.98/942.24	c #Conflicts:    1699000 | #Constraints:      39182
936.98/942.24	c #Conflicts:    1700000 | #Constraints:      40182
936.98/942.24	c #Conflicts:    1701000 | #Constraints:      41182
936.98/942.24	c #Conflicts:    1702000 | #Constraints:      42182
936.98/942.24	c #Conflicts:    1703000 | #Constraints:      43182
936.98/942.24	c #Conflicts:    1704000 | #Constraints:      44182
936.98/942.24	c #Conflicts:    1705000 | #Constraints:      45182
936.98/942.24	c #Conflicts:    1706000 | #Constraints:      46182
936.98/942.24	c #Conflicts:    1707000 | #Constraints:      47182
936.98/942.24	c #Conflicts:    1708000 | #Constraints:      48182
936.98/942.24	c #Conflicts:    1709000 | #Constraints:      49182
936.98/942.24	c #Conflicts:    1710000 | #Constraints:      50182
936.98/942.24	c #Conflicts:    1711000 | #Constraints:      51182
936.98/942.24	c #Conflicts:    1712000 | #Constraints:      52182
936.98/942.24	c #Conflicts:    1713000 | #Constraints:      53182
936.98/942.24	c #Conflicts:    1714000 | #Constraints:      54182
936.98/942.24	c #Conflicts:    1715000 | #Constraints:      55183
936.98/942.24	c #Conflicts:    1716000 | #Constraints:      56183
936.98/942.24	c #Conflicts:    1717000 | #Constraints:      57183
936.98/942.24	c #Conflicts:    1718000 | #Constraints:      58183
936.98/942.24	c #Conflicts:    1719000 | #Constraints:      59183
936.98/942.24	c #Conflicts:    1720000 | #Constraints:      60183
936.98/942.24	c INPROCESSING
936.98/942.24	c GARBAGE COLLECT
936.98/942.24	c #Conflicts:    1721000 | #Constraints:      35222
936.98/942.24	c #Conflicts:    1722000 | #Constraints:      36222
936.98/942.24	c #Conflicts:    1723000 | #Constraints:      37222
936.98/942.24	c #Conflicts:    1724000 | #Constraints:      38222
936.98/942.24	c #Conflicts:    1725000 | #Constraints:      39222
936.98/942.24	c #Conflicts:    1726000 | #Constraints:      40222
936.98/942.24	c #Conflicts:    1727000 | #Constraints:      41222
936.98/942.24	c #Conflicts:    1728000 | #Constraints:      42226
936.98/942.24	c #Conflicts:    1729000 | #Constraints:      43227
936.98/942.24	c #Conflicts:    1730000 | #Constraints:      44234
936.98/942.24	c #Conflicts:    1731000 | #Constraints:      45234
936.98/942.24	c #Conflicts:    1732000 | #Constraints:      46234
936.98/942.24	c #Conflicts:    1733000 | #Constraints:      47234
936.98/942.24	c #Conflicts:    1734000 | #Constraints:      48234
936.98/942.24	c #Conflicts:    1735000 | #Constraints:      49235
936.98/942.24	c #Conflicts:    1736000 | #Constraints:      50235
936.98/942.24	c #Conflicts:    1737000 | #Constraints:      51235
936.98/942.24	c #Conflicts:    1738000 | #Constraints:      52235
936.98/942.24	c #Conflicts:    1739000 | #Constraints:      53235
936.98/942.24	c #Conflicts:    1740000 | #Constraints:      54235
936.98/942.24	c #Conflicts:    1741000 | #Constraints:      55235
936.98/942.24	c #Conflicts:    1742000 | #Constraints:      56235
936.98/942.24	c #Conflicts:    1743000 | #Constraints:      57235
936.98/942.24	c #Conflicts:    1744000 | #Constraints:      58235
936.98/942.24	c #Conflicts:    1745000 | #Constraints:      59236
936.98/942.24	c #Conflicts:    1746000 | #Constraints:      60236
936.98/942.24	c INPROCESSING
936.98/942.24	c GARBAGE COLLECT
936.98/942.24	c #Conflicts:    1747000 | #Constraints:      34970
936.98/942.24	c #Conflicts:    1748000 | #Constraints:      35970
936.98/942.24	c #Conflicts:    1749000 | #Constraints:      36970
936.98/942.24	c #Conflicts:    1750000 | #Constraints:      37971
936.98/942.24	c #Conflicts:    1751000 | #Constraints:      38971
936.98/942.24	c #Conflicts:    1752000 | #Constraints:      39971
936.98/942.24	c #Conflicts:    1753000 | #Constraints:      40971
936.98/942.24	c #Conflicts:    1754000 | #Constraints:      41971
936.98/942.24	c #Conflicts:    1755000 | #Constraints:      42971
936.98/942.24	c #Conflicts:    1756000 | #Constraints:      43971
936.98/942.24	c #Conflicts:    1757000 | #Constraints:      44971
936.98/942.24	c #Conflicts:    1758000 | #Constraints:      45972
936.98/942.24	c #Conflicts:    1759000 | #Constraints:      46972
936.98/942.24	c #Conflicts:    1760000 | #Constraints:      47972
936.98/942.24	c #Conflicts:    1761000 | #Constraints:      48972
936.98/942.24	c #Conflicts:    1762000 | #Constraints:      49972
936.98/942.24	c #Conflicts:    1763000 | #Constraints:      50972
936.98/942.24	c #Conflicts:    1764000 | #Constraints:      51972
936.98/942.24	c #Conflicts:    1765000 | #Constraints:      52972
936.98/942.24	c #Conflicts:    1766000 | #Constraints:      53972
936.98/942.24	c #Conflicts:    1767000 | #Constraints:      54972
936.98/942.24	c #Conflicts:    1768000 | #Constraints:      55972
936.98/942.24	c #Conflicts:    1769000 | #Constraints:      56972
936.98/942.24	c #Conflicts:    1770000 | #Constraints:      57972
936.98/942.24	c #Conflicts:    1771000 | #Constraints:      58972
936.98/942.24	c #Conflicts:    1772000 | #Constraints:      59972
936.98/942.24	c #Conflicts:    1773000 | #Constraints:      60972
980.19/985.71	c INPROCESSING
980.19/985.71	c GARBAGE COLLECT
980.19/985.71	c #Conflicts:    1774000 | #Constraints:      35570
980.19/985.71	c #Conflicts:    1775000 | #Constraints:      36570
980.19/985.71	c #Conflicts:    1776000 | #Constraints:      37570
980.19/985.71	c #Conflicts:    1777000 | #Constraints:      38570
980.19/985.71	c #Conflicts:    1778000 | #Constraints:      39570
980.19/985.71	c #Conflicts:    1779000 | #Constraints:      40570
980.19/985.71	c #Conflicts:    1780000 | #Constraints:      41570
980.19/985.71	c #Conflicts:    1781000 | #Constraints:      42570
980.19/985.71	c #Conflicts:    1782000 | #Constraints:      43570
980.19/985.71	c #Conflicts:    1783000 | #Constraints:      44570
980.19/985.71	c #Conflicts:    1784000 | #Constraints:      45570
980.19/985.71	c #Conflicts:    1785000 | #Constraints:      46570
980.19/985.71	c #Conflicts:    1786000 | #Constraints:      47570
980.19/985.71	c #Conflicts:    1787000 | #Constraints:      48570
980.19/985.71	c #Conflicts:    1788000 | #Constraints:      49570
980.19/985.71	c #Conflicts:    1789000 | #Constraints:      50570
980.19/985.71	c #Conflicts:    1790000 | #Constraints:      51570
980.19/985.71	c #Conflicts:    1791000 | #Constraints:      52570
980.19/985.71	c #Conflicts:    1792000 | #Constraints:      53570
980.19/985.71	c #Conflicts:    1793000 | #Constraints:      54570
980.19/985.71	c #Conflicts:    1794000 | #Constraints:      55570
980.19/985.71	c #Conflicts:    1795000 | #Constraints:      56570
980.19/985.71	c #Conflicts:    1796000 | #Constraints:      57570
980.19/985.71	c #Conflicts:    1797000 | #Constraints:      58570
980.19/985.71	c #Conflicts:    1798000 | #Constraints:      59570
980.19/985.71	c #Conflicts:    1799000 | #Constraints:      60570
980.19/985.71	c #Conflicts:    1800000 | #Constraints:      61570
980.19/985.71	c INPROCESSING
980.19/985.71	c GARBAGE COLLECT
980.19/985.71	c #Conflicts:    1801000 | #Constraints:      35984
980.19/985.71	c #Conflicts:    1802000 | #Constraints:      36984
980.19/985.71	c #Conflicts:    1803000 | #Constraints:      37985
980.19/985.71	c #Conflicts:    1804000 | #Constraints:      38985
980.19/985.71	c #Conflicts:    1805000 | #Constraints:      39985
980.19/985.71	c #Conflicts:    1806000 | #Constraints:      40985
980.19/985.71	c #Conflicts:    1807000 | #Constraints:      41985
980.19/985.71	c #Conflicts:    1808000 | #Constraints:      42985
980.19/985.71	c #Conflicts:    1809000 | #Constraints:      43985
980.19/985.71	c #Conflicts:    1810000 | #Constraints:      44985
980.19/985.71	c #Conflicts:    1811000 | #Constraints:      45986
980.19/985.71	c #Conflicts:    1812000 | #Constraints:      46986
980.19/985.71	c #Conflicts:    1813000 | #Constraints:      47986
980.19/985.71	c #Conflicts:    1814000 | #Constraints:      48986
980.19/985.71	c #Conflicts:    1815000 | #Constraints:      49986
980.19/985.71	c #Conflicts:    1816000 | #Constraints:      50986
980.19/985.71	c #Conflicts:    1817000 | #Constraints:      51986
980.19/985.71	c #Conflicts:    1818000 | #Constraints:      52986
980.19/985.71	c #Conflicts:    1819000 | #Constraints:      53986
980.19/985.71	c #Conflicts:    1820000 | #Constraints:      54986
980.19/985.71	c #Conflicts:    1821000 | #Constraints:      55986
980.19/985.71	c #Conflicts:    1822000 | #Constraints:      56986
980.19/985.71	c #Conflicts:    1823000 | #Constraints:      57986
980.19/985.71	c #Conflicts:    1824000 | #Constraints:      58986
980.19/985.71	c #Conflicts:    1825000 | #Constraints:      59986
980.19/985.71	c #Conflicts:    1826000 | #Constraints:      60986
980.19/985.71	c #Conflicts:    1827000 | #Constraints:      61986
980.19/985.71	c INPROCESSING
980.19/985.71	c GARBAGE COLLECT
980.19/985.71	c #Conflicts:    1828000 | #Constraints:      36204
980.19/985.71	c #Conflicts:    1829000 | #Constraints:      37204
980.19/985.71	c #Conflicts:    1830000 | #Constraints:      38204
980.19/985.71	c #Conflicts:    1831000 | #Constraints:      39204
980.19/985.71	c #Conflicts:    1832000 | #Constraints:      40205
980.19/985.71	c #Conflicts:    1833000 | #Constraints:      41205
980.19/985.71	c #Conflicts:    1834000 | #Constraints:      42205
980.19/985.71	c #Conflicts:    1835000 | #Constraints:      43205
980.19/985.71	c #Conflicts:    1836000 | #Constraints:      44205
980.19/985.71	c #Conflicts:    1837000 | #Constraints:      45205
980.19/985.71	c #Conflicts:    1838000 | #Constraints:      46205
980.19/985.71	c #Conflicts:    1839000 | #Constraints:      47205
980.19/985.71	c #Conflicts:    1840000 | #Constraints:      48205
980.19/985.71	c #Conflicts:    1841000 | #Constraints:      49205
980.19/985.71	c #Conflicts:    1842000 | #Constraints:      50205
980.19/985.71	c #Conflicts:    1843000 | #Constraints:      51697
980.19/985.71	c #Conflicts:    1844000 | #Constraints:      53216
980.19/985.71	c #Conflicts:    1845000 | #Constraints:      54735
980.19/985.71	WSVECS04 Frhs2[1]: 6 -2.26162 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[7]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[9]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[15]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[18]: 6 -0.995286 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[20]: 6 -1.0005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[30]: 6 -2.76768 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[33]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[42]: 6 -0.995836 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[43]: 6 -0.999659 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[45]: 6 -0.998387 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[48]: 6 -0.999767 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[52]: 6 -0.998877 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[55]: 6 -1.32608 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[72]: 6 0 9.55957e-05 shouldn't be
980.19/985.71	WSVECS04 Frhs2[77]: 6 -0.999992 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[78]: 6 -0.997139 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[80]: 6 -0.99904 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[84]: 6 -1.01863 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[98]: 6 -2.80618 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[104]: 6 -0.994857 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[106]: 6 -0.995827 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[109]: 6 -0.99908 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[116]: 6 -0.999168 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[126]: 6 -0.980181 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[137]: 6 -0.999901 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[139]: 6 -0.999897 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[141]: 6 -0.999263 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[142]: 6 -1.99897 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[146]: 6 -0.996443 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[147]: 6 -0.993554 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[148]: 6 -0.98067 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[156]: 6 -1.2489 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[158]: 6 -0.987313 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[168]: 6 -0.991828 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[172]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[173]: 6 -0.998517 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[185]: 6 -0.998916 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[203]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[205]: 6 -1.00024 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[221]: 6 -1.25001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[286]: 6 0 1.56255 shouldn't be
980.19/985.71	WSVECS04 Frhs2[287]: 6 -0.500038 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[301]: 6 -0.998343 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[304]: 6 -0.999697 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[323]: 6 -0.201925 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[325]: 6 -0.983419 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[329]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[348]: 6 -1.32817 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[354]: 6 -0.566377 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[360]: 6 -0.996995 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[382]: 6 0 2.37503 shouldn't be
980.19/985.71	WSVECS04 Frhs2[386]: 6 -1.003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[390]: 6 -0.497416 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[397]: 6 -0.999279 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[408]: 6 -1.83013 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[418]: 6 -0.0064629 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[430]: 6 -0.996902 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[434]: 6 -0.999386 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[435]: 6 -0.997447 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[458]: 6 -0.988023 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[468]: 6 -0.998991 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[471]: 6 -1.32736 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[472]: 6 -0.312046 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[493]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[496]: 6 -0.998953 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[500]: 6 -1.01882 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[501]: 6 -0.998341 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[508]: 6 -1.80886 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[519]: 6 -0.986544 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[532]: 6 -1.03766 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[541]: 6 -1.88458 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[543]: 6 -1.23664 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[554]: 6 -0.995959 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[556]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[564]: 6 -0.99953 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[577]: 6 -3.69016 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[579]: 6 -0.261135 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[580]: 6 0 0.45516 shouldn't be
980.19/985.71	WSVECS04 Frhs2[581]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[585]: 6 -0.999836 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[592]: 6 -0.999535 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[594]: 6 -0.99987 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[597]: 6 -0.998279 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[621]: 6 -0.99927 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[633]: 6 -1.24886 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[646]: 6 -0.496699 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[649]: 6 -0.999876 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[650]: 6 -1.00047 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[651]: 6 -1.00175 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[654]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[657]: 6 -0.999871 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[660]: 6 -0.999888 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[665]: 6 -1.17763 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[670]: 6 -1.24778 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[673]: 6 -1.00648 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[678]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[680]: 6 -0.994905 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[686]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[701]: 6 -1.25003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[865]: 6 -0.996309 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[889]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[938]: 6 -0.999867 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[941]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[974]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1010]: 6 -0.999895 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1018]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1021]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1042]: 6 -0.991371 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1043]: 6 -0.984224 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1057]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1064]: 6 -0.750033 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1066]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1071]: 6 -1.00011 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1076]: 6 -0.983868 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1080]: 6 -1.00055 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1084]: 6 -2.32821 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1087]: 6 -1.60309 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1089]: 6 0 1.35199 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1091]: 6 0 1.46718 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1095]: 6 -0.999722 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1116]: 6 -2.00201 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1117]: 6 -2.48629 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1119]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1126]: 6 -0.99995 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1127]: 6 -1.45137 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1140]: 6 0 0.0399117 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1143]: 6 -1.25005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1144]: 6 -1.17731 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1149]: 6 -1.06261 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1155]: 6 -0.999185 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1170]: 6 -1.01407 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1172]: 6 -1.05705 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1182]: 6 -1.71935 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1188]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1189]: 6 -1.00022 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1200]: 6 -0.999726 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1204]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1209]: 6 -1.086 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1212]: 6 -2.3477 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1217]: 6 0 0.312524 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1222]: 6 -0.999905 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1225]: 6 -1.00052 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1245]: 6 -2.41409 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1249]: 6 -5.12395 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1253]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1266]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1271]: 6 -1.07814 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1272]: 6 -1.77486 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1274]: 6 -0.437516 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1275]: 6 -0.747045 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1279]: 6 -2.66448 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1289]: 6 -0.99598 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1299]: 6 -1.32813 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1303]: 6 -1.25008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1304]: 6 -0.668065 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1316]: 6 -0.12514 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1326]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1327]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1328]: 6 -0.999999 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1330]: 6 -0.999977 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1331]: 6 -1.33302 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1332]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1334]: 6 -1.66409 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1338]: 6 -1.26568 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1342]: 6 -3.62516 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1343]: 6 -2.25003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1344]: 6 -0.499579 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1345]: 6 -4.66436 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1350]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1351]: 6 -0.985295 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1352]: 6 -0.984089 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1354]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1356]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1361]: 6 -0.998756 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1362]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1368]: 6 0 1.64558 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1389]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1395]: 6 -1.31373 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1402]: 6 0 0.101584 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1404]: 6 -1.99705 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1407]: 6 -0.375019 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1408]: 6 -3.15618 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1409]: 6 -1.24997 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1410]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1418]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1422]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1429]: 6 -1.35138 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1433]: 6 -2.95321 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1435]: 6 -0.801246 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1438]: 6 -2.29831 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1441]: 6 -1.25056 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1445]: 6 -0.9861 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1448]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1464]: 6 -0.567658 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1469]: 6 -0.186338 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1471]: 6 -1.14017 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1474]: 6 -0.994845 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1481]: 6 -0.999704 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1485]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1489]: 6 -0.99952 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1493]: 6 -0.999809 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1495]: 6 -1.80818 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1497]: 6 -2.90387 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1500]: 6 -1.09447 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1502]: 6 -2.64067 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1503]: 6 -1.25069 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1515]: 6 -0.999906 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1529]: 6 -2.40626 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1531]: 6 -0.594245 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1537]: 6 -1.42847 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1539]: 6 -4.76001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1540]: 6 -0.995816 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1541]: 6 -0.015059 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1543]: 6 -0.991964 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1545]: 6 -0.982949 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1548]: 6 -0.99989 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1551]: 6 -0.999569 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1553]: 6 -0.998977 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1555]: 6 -0.999992 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1561]: 6 -1.25042 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1564]: 6 -0.643558 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1567]: 6 0 0.555709 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1581]: 6 -0.999458 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1586]: 6 -0.998796 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1591]: 6 -1.32975 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1596]: 6 -0.840728 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1599]: 6 -0.7476 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1608]: 6 -0.991925 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1610]: 6 -0.999931 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1616]: 6 -0.999701 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1623]: 6 -1.31322 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1625]: 6 -1.16578 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1645]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1647]: 6 -0.999582 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1655]: 6 -1.17129 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1656]: 6 -1.17172 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1657]: 6 -1.4222 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1686]: 6 -0.999861 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1687]: 6 -1.2467 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1695]: 6 -0.750033 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1724]: 6 -1.25008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1896]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1898]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1900]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1902]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1904]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1906]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1907]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1909]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1916]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1919]: 6 -0.995659 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1921]: 6 -1.00879 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1929]: 6 -1.00433 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1932]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1933]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1935]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1937]: 6 -0.996478 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1940]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1943]: 6 0 4.21637 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1945]: 6 -0.913552 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1947]: 6 0 13.4609 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1952]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1988]: 6 -5.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1990]: 6 0 1.32438 shouldn't be
980.19/985.71	WSVECS04 Frhs2[1992]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2002]: 6 0 1.00009 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2003]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2006]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2007]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2009]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2014]: 6 -0.999067 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2016]: 6 -0.998061 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2019]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2024]: 6 -1.00218 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2026]: 6 -0.996577 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2028]: 6 -0.988192 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2030]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2032]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2034]: 6 -1.00123 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2036]: 6 -1.00119 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2037]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2040]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2044]: 6 -1.25007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2054]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2058]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2070]: 6 -0.997987 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2081]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2084]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2087]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2088]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2096]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2101]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2106]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2108]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2112]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2113]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2120]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2124]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2128]: 6 -1.00053 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2132]: 6 -0.703137 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2134]: 6 0 0.404563 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2136]: 6 -2.19111 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2138]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2142]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2143]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2151]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2159]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2161]: 6 -1.00082 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2165]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2167]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2169]: 6 -1.0001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2180]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2181]: 6 -1.05652 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2187]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2189]: 6 -1.90332 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2192]: 6 -0.99998 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2196]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2200]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2201]: 6 -1.0001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2204]: 6 -0.999667 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2206]: 6 -0.999829 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2207]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2211]: 6 -1.00097 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2213]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2215]: 6 -1.00016 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2218]: 6 -1.00037 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2220]: 6 0 0.00209072 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2224]: 6 -4.78009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2225]: 6 -0.77337 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2228]: 6 -1.87844 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2233]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2234]: 6 0 0.603094 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2235]: 6 0 0.526438 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2236]: 6 -0.559786 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2239]: 6 -2.03396 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2253]: 6 -0.999402 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2254]: 6 -0.999905 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2256]: 6 -0.998181 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2257]: 6 -1.00024 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2258]: 6 -1.00022 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2267]: 6 -1.18852 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2272]: 6 -0.0255032 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2273]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2281]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2285]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2289]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2291]: 6 -0.999998 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2294]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2298]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2300]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2302]: 6 -4.99835 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2304]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2306]: 6 -1.0001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2308]: 6 -0.999412 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2313]: 6 -0.989688 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2315]: 6 -1.45692 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2317]: 6 -0.505619 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2320]: 6 -6.9848 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2321]: 6 -3.16426 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2334]: 6 -7.24195 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2335]: 6 -2.94912 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2365]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2375]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2377]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2380]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2381]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2383]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2385]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2388]: 6 -1.0001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2392]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2396]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2398]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2401]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2403]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2406]: 6 -1.0001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2409]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2411]: 6 -0.999799 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2413]: 6 -1.25003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2417]: 6 -1.0001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2426]: 6 -1.25001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2437]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2441]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2452]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2453]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2454]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2457]: 6 -1.20159 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2461]: 6 -1.25008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2465]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2467]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2472]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2474]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2475]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2478]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2480]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2482]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2483]: 6 -0.999844 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2485]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2490]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2494]: 6 -0.98408 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2500]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2504]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2507]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2512]: 6 -5.58108 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2513]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2523]: 6 -0.500081 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2526]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2527]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2532]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2538]: 6 -0.999968 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2548]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2549]: 6 -0.997382 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2561]: 6 -2.99793 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2563]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2566]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2568]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2570]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2574]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2578]: 6 -0.999858 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2579]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2581]: 6 -1.00016 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2583]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2585]: 6 -0.999609 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2590]: 6 -0.992367 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2591]: 6 -0.992311 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2594]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2595]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2597]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2600]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2601]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2603]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2605]: 6 -0.00637791 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2607]: 6 -2.98733 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2618]: 6 0 0.352027 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2620]: 6 -5.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2625]: 6 -1.0001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2627]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2629]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2631]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2644]: 6 -1.00046 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2655]: 6 -0.500041 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2657]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2660]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2664]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2666]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2667]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2670]: 6 -1.0001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2672]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2673]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2676]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2678]: 6 -0.99678 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2680]: 6 -0.99343 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2682]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2684]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2686]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2690]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2693]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2696]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2697]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2699]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2703]: 6 -0.336017 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2705]: 6 -1.32815 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2718]: 6 -3.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2734]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2740]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2746]: 6 -1.3126 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2747]: 6 -1.2501 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2753]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2755]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2757]: 6 -1.87501 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2765]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2767]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2769]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2773]: 6 -1.0001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2782]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2785]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2791]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2793]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2797]: 6 -1.32821 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2805]: 6 -0.750069 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2809]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2812]: 6 -1.50002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2819]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2820]: 6 -1.00014 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2823]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2832]: 6 -0.999432 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2837]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2838]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2840]: 6 -1.33306 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2848]: 6 -1.25003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2852]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2854]: 6 -0.999531 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2856]: 6 -0.999081 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2858]: 6 -1.00203 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2859]: 6 -1.00201 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2863]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2866]: 6 -0.968162 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2867]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2869]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2875]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2878]: 6 -1.00133 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2879]: 6 -1.00134 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2886]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2887]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2890]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2891]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2894]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2898]: 6 -1.66415 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2907]: 6 -0.62502 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2913]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2919]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2928]: 6 -0.999992 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2933]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2935]: 6 -1.57152 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2939]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2947]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2949]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2952]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2956]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2959]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2961]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2965]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2970]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2972]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2974]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2976]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2978]: 6 -0.999832 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2980]: 6 -0.999615 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2981]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2984]: 6 -1.28577 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2985]: 6 -1.28574 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2988]: 6 -0.607177 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[2989]: 6 -0.607213 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3000]: 6 -1.62502 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3004]: 6 -14.75 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3011]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3012]: 6 -1.0002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3014]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3020]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3021]: 6 -0.9999 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3025]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3027]: 6 -1.00008 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3035]: 6 -1.32818 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3038]: 6 -1.30329 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3040]: 6 -1.21284 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3042]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3046]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3048]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3049]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3052]: 6 -0.997229 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3056]: 6 -1.00009 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3060]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3064]: 6 -1.0001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3066]: 6 -1.00004 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3067]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3070]: 6 -1.00003 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3071]: 6 -1.00006 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3073]: 6 -1.00001 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3076]: 6 -1.00007 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3079]: 6 -1.00005 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3081]: 6 -0.999692 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3083]: 6 -0.999963 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3085]: 6 -1.31108 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3089]: 6 -1.25002 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3096]: 6 -1.30326 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3108]: 6 -0.99483 0 shouldn't be
980.19/985.71	WSVECS04 Frhs2[3110]: 6 -0.998921 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3113]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3114]: 6 -1.00006 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3116]: 6 -1.00006 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3119]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3121]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3122]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3124]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3126]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3128]: 6 -1.6817 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3133]: 6 -1.81254 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3135]: 6 -1.25001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3137]: 6 -0.999917 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3142]: 6 -1.0001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3144]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3150]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3151]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3154]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3156]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3158]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3160]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3162]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3163]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3166]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3168]: 6 -0.997684 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3170]: 6 -0.995272 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3172]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3174]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3176]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3177]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3180]: 6 -1.68166 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3182]: 6 -1.36332 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3185]: 6 -0.625028 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3189]: 6 -0.50009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3199]: 6 -1.0001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3204]: 6 -1.39011 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3205]: 6 -0.780725 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3211]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3217]: 6 -1.00003 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3223]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3224]: 6 -1.32817 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3231]: 6 -0.999979 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3233]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3235]: 6 -0.999968 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3237]: 6 -1.39012 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3242]: 6 -1.87734 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3244]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3245]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3248]: 6 -0.983758 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3252]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3253]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3256]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3258]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3259]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3263]: 6 -1.00006 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3266]: 6 -1.00003 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3267]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3269]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3271]: 6 -0.9998 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3273]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3275]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3277]: 6 -1.32821 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3292]: 6 -1.25005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3299]: 6 -1.03715 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3300]: 6 -0.970636 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3304]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3305]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3307]: 6 -0.999867 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3317]: 6 -1.00003 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3319]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3325]: 6 -1.25002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3334]: 6 -0.851827 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3336]: 6 -0.997703 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3338]: 6 -0.995287 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3340]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3341]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3344]: 6 -1.00003 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3348]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3350]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3352]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3354]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3356]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3358]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3360]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3361]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3364]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3365]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3368]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3369]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3374]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3376]: 6 -7.96558 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3380]: 6 -1.80883 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3390]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3399]: 6 -1.00006 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3401]: 6 -0.983894 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3408]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3414]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3421]: 6 -1.00006 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3424]: 6 -1.24899 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3426]: 6 0 2.00009 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3429]: 6 -8.49902 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3436]: 6 -0.975005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3437]: 6 -0.983513 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3440]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3444]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3448]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3453]: 6 -0.999481 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3459]: 6 -0.995649 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3465]: 6 -0.999329 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3469]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3475]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3497]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3499]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3510]: 6 -1.0001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3516]: 6 -1.15629 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3519]: 6 -1.25004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3520]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3528]: 6 -1.08151 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3532]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3536]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3538]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3540]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3542]: 6 -1.00003 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3544]: 6 -0.999213 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3548]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3554]: 6 -1.00019 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3555]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3558]: 6 -0.999439 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3559]: 6 -0.999812 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3562]: 6 -0.997696 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3563]: 6 -0.996751 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3565]: 6 -0.995681 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3568]: 6 -0.00865562 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3572]: 6 -3.96548 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3576]: 6 -0.625012 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3579]: 6 -0.75002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3590]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3593]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3595]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3605]: 6 -0.999699 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3608]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3614]: 6 -1.31257 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3615]: 6 -1.25005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3617]: 6 -1.0001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3619]: 6 -0.99536 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3622]: 6 -0.999811 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3624]: 6 -0.981076 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3632]: 6 -1.00006 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3633]: 6 -1.0001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3635]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3638]: 6 -0.999855 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3640]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3643]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3652]: 6 -1.00029 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3655]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3662]: 6 -1.24975 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3663]: 6 -1.08373 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3673]: 6 -1.31251 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3677]: 6 -0.750053 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3679]: 6 -0.500022 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3689]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3693]: 6 -1.00003 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3695]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3705]: 6 -1.24951 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3712]: 6 -1.00006 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3713]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3714]: 6 0 1.19671 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3717]: 6 -6.98717 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3721]: 6 -0.976063 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3726]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3727]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3730]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3731]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3734]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3735]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3738]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3740]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3742]: 6 -0.999985 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3746]: 6 -0.999941 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3750]: 6 -0.999834 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3751]: 6 -0.999825 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3754]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3758]: 6 -1.24945 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3774]: 6 -1.00003 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3776]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3779]: 6 -0.972085 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3780]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3783]: 6 -0.999865 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3784]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3785]: 6 -0.999978 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3787]: 6 -1.00034 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3790]: 6 -0.999989 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3795]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3796]: 6 -0.996089 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3797]: 6 -0.999967 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3798]: 6 -1.00001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3800]: 6 -0.95315 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3801]: 6 -1.24866 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3804]: 6 -1.24966 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3809]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3815]: 6 -0.996064 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3822]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3823]: 6 -1.00003 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3825]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3827]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3830]: 6 -0.996943 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3835]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3838]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3839]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3842]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3843]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3846]: 6 -0.999983 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3848]: 6 -1.00021 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3850]: 6 -1.00039 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3851]: 6 -1.00003 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3854]: 6 -1.24865 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3855]: 6 -1.25009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3874]: 6 -1.00706 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3875]: 6 0 0.00683246 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3877]: 6 -0.995976 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3880]: 6 -0.999982 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3882]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3884]: 6 -0.999988 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3890]: 6 -1.00013 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3892]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3896]: 6 -0.999884 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3897]: 6 -0.999741 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3899]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3901]: 6 -1.28135 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3909]: 6 -2.97208 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3917]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3921]: 6 -0.99284 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3925]: 6 -1.00006 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3928]: 6 -0.999874 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3932]: 6 -1.00086 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3937]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3938]: 6 -1.00003 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3940]: 6 -0.999621 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3941]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3944]: 6 -0.999959 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3946]: 6 -0.999816 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3950]: 6 -1.0001 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3951]: 6 -0.751196 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3954]: 6 -1.00009 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[3956]: 6 -0.241108 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[4023]: 6 -0.999615 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[4032]: 6 -1.00007 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[4053]: 6 -1.12628 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[4054]: 6 -1.49907 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[4085]: 6 -0.998167 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[4086]: 6 -1.00005 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[4087]: 6 -1.00008 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[4121]: 6 -1.00004 0 shouldn't be
980.19/985.72	WSVECS04 Frhs2[4122]: 6 -1.00004 0 shouldn't be
1028.72/1034.73	c #Conflicts:    1846000 | #Constraints:      55888
1028.72/1034.73	c #Conflicts:    1847000 | #Constraints:      56888
1028.72/1034.73	c #Conflicts:    1848000 | #Constraints:      57888
1028.72/1034.73	c #Conflicts:    1849000 | #Constraints:      58888
1028.72/1034.73	c #Conflicts:    1850000 | #Constraints:      59888
1028.72/1034.73	c #Conflicts:    1851000 | #Constraints:      60888
1028.72/1034.73	c #Conflicts:    1852000 | #Constraints:      61888
1028.72/1034.73	c #Conflicts:    1853000 | #Constraints:      62888
1028.72/1034.73	c #Conflicts:    1854000 | #Constraints:      63888
1028.72/1034.73	c INPROCESSING
1028.72/1034.73	c GARBAGE COLLECT
1028.72/1034.73	c #Conflicts:    1855000 | #Constraints:      37077
1028.72/1034.73	c #Conflicts:    1856000 | #Constraints:      38077
1028.72/1034.73	c #Conflicts:    1857000 | #Constraints:      39077
1028.72/1034.73	c #Conflicts:    1858000 | #Constraints:      40077
1028.72/1034.73	c #Conflicts:    1859000 | #Constraints:      41077
1028.72/1034.73	c #Conflicts:    1860000 | #Constraints:      42077
1028.72/1034.73	c #Conflicts:    1861000 | #Constraints:      43077
1028.72/1034.73	c #Conflicts:    1862000 | #Constraints:      44077
1028.72/1034.73	c #Conflicts:    1863000 | #Constraints:      45077
1028.72/1034.73	c #Conflicts:    1864000 | #Constraints:      46077
1028.72/1034.73	c #Conflicts:    1865000 | #Constraints:      47077
1028.72/1034.73	c #Conflicts:    1866000 | #Constraints:      48077
1028.72/1034.73	c #Conflicts:    1867000 | #Constraints:      49077
1028.72/1034.73	c #Conflicts:    1868000 | #Constraints:      50077
1028.72/1034.73	c #Conflicts:    1869000 | #Constraints:      51077
1028.72/1034.73	c #Conflicts:    1870000 | #Constraints:      52077
1028.72/1034.73	c #Conflicts:    1871000 | #Constraints:      53077
1028.72/1034.73	c #Conflicts:    1872000 | #Constraints:      54077
1028.72/1034.73	c #Conflicts:    1873000 | #Constraints:      55077
1028.72/1034.73	c #Conflicts:    1874000 | #Constraints:      56077
1028.72/1034.73	c #Conflicts:    1875000 | #Constraints:      57077
1028.72/1034.73	c #Conflicts:    1876000 | #Constraints:      58077
1028.72/1034.73	c #Conflicts:    1877000 | #Constraints:      59077
1028.72/1034.73	c #Conflicts:    1878000 | #Constraints:      60077
1028.72/1034.73	c #Conflicts:    1879000 | #Constraints:      61077
1028.72/1034.73	c #Conflicts:    1880000 | #Constraints:      62077
1028.72/1034.73	c #Conflicts:    1881000 | #Constraints:      63077
1028.72/1034.73	c INPROCESSING
1028.72/1034.73	c GARBAGE COLLECT
1028.72/1034.73	c #Conflicts:    1882000 | #Constraints:      36461
1028.72/1034.73	c #Conflicts:    1883000 | #Constraints:      37461
1028.72/1034.73	c #Conflicts:    1884000 | #Constraints:      38461
1028.72/1034.73	c #Conflicts:    1885000 | #Constraints:      39461
1028.72/1034.73	c #Conflicts:    1886000 | #Constraints:      40461
1028.72/1034.73	c #Conflicts:    1887000 | #Constraints:      41461
1028.72/1034.73	c #Conflicts:    1888000 | #Constraints:      42461
1028.72/1034.73	c #Conflicts:    1889000 | #Constraints:      43461
1028.72/1034.73	c #Conflicts:    1890000 | #Constraints:      44461
1028.72/1034.73	c #Conflicts:    1891000 | #Constraints:      45461
1028.72/1034.73	c #Conflicts:    1892000 | #Constraints:      46461
1028.72/1034.73	c #Conflicts:    1893000 | #Constraints:      47461
1028.72/1034.73	c #Conflicts:    1894000 | #Constraints:      48461
1028.72/1034.73	c #Conflicts:    1895000 | #Constraints:      49461
1028.72/1034.73	c #Conflicts:    1896000 | #Constraints:      50461
1028.72/1034.73	c #Conflicts:    1897000 | #Constraints:      51461
1028.72/1034.73	c #Conflicts:    1898000 | #Constraints:      52461
1028.72/1034.73	c #Conflicts:    1899000 | #Constraints:      53461
1028.72/1034.73	c #Conflicts:    1900000 | #Constraints:      54461
1028.72/1034.73	c #Conflicts:    1901000 | #Constraints:      55461
1028.72/1034.73	c #Conflicts:    1902000 | #Constraints:      56461
1028.72/1034.73	c #Conflicts:    1903000 | #Constraints:      57461
1028.72/1034.73	c #Conflicts:    1904000 | #Constraints:      58461
1028.72/1034.73	c #Conflicts:    1905000 | #Constraints:      59461
1028.72/1034.73	c #Conflicts:    1906000 | #Constraints:      60461
1028.72/1034.73	c #Conflicts:    1907000 | #Constraints:      61461
1028.72/1034.73	c #Conflicts:    1908000 | #Constraints:      62461
1028.72/1034.73	c #Conflicts:    1909000 | #Constraints:      63461
1028.72/1034.73	c INPROCESSING
1028.72/1034.73	c GARBAGE COLLECT
1028.72/1034.73	c #Conflicts:    1910000 | #Constraints:      36858
1028.72/1034.73	c #Conflicts:    1911000 | #Constraints:      37858
1028.72/1034.73	c #Conflicts:    1912000 | #Constraints:      38858
1028.72/1034.73	c #Conflicts:    1913000 | #Constraints:      39858
1028.72/1034.73	c #Conflicts:    1914000 | #Constraints:      40858
1028.72/1034.73	c #Conflicts:    1915000 | #Constraints:      41858
1028.72/1034.73	c #Conflicts:    1916000 | #Constraints:      42858
1028.72/1034.73	c #Conflicts:    1917000 | #Constraints:      43858
1028.72/1034.73	c #Conflicts:    1918000 | #Constraints:      44858
1028.72/1034.73	c #Conflicts:    1919000 | #Constraints:      45858
1028.72/1034.73	c #Conflicts:    1920000 | #Constraints:      46858
1028.72/1034.73	c #Conflicts:    1921000 | #Constraints:      47858
1028.72/1034.73	c #Conflicts:    1922000 | #Constraints:      48858
1061.96/1068.29	c #Conflicts:    1923000 | #Constraints:      49858
1061.96/1068.29	c #Conflicts:    1924000 | #Constraints:      50858
1061.96/1068.29	c #Conflicts:    1925000 | #Constraints:      51858
1061.96/1068.29	c #Conflicts:    1926000 | #Constraints:      52858
1061.96/1068.29	c #Conflicts:    1927000 | #Constraints:      53858
1061.96/1068.29	c #Conflicts:    1928000 | #Constraints:      54858
1061.96/1068.29	c #Conflicts:    1929000 | #Constraints:      55858
1061.96/1068.29	c #Conflicts:    1930000 | #Constraints:      56858
1061.96/1068.29	c #Conflicts:    1931000 | #Constraints:      57858
1061.96/1068.29	c #Conflicts:    1932000 | #Constraints:      58858
1061.96/1068.29	c #Conflicts:    1933000 | #Constraints:      59858
1061.96/1068.29	c #Conflicts:    1934000 | #Constraints:      60858
1061.96/1068.29	c #Conflicts:    1935000 | #Constraints:      61858
1061.96/1068.29	c #Conflicts:    1936000 | #Constraints:      62858
1061.96/1068.29	c #Conflicts:    1937000 | #Constraints:      63858
1061.96/1068.29	c INPROCESSING
1061.96/1068.29	c GARBAGE COLLECT
1061.96/1068.29	c #Conflicts:    1938000 | #Constraints:      37141
1061.96/1068.29	c #Conflicts:    1939000 | #Constraints:      38141
1061.96/1068.29	c #Conflicts:    1940000 | #Constraints:      39141
1061.96/1068.29	c #Conflicts:    1941000 | #Constraints:      40141
1061.96/1068.29	c #Conflicts:    1942000 | #Constraints:      41141
1061.96/1068.29	c #Conflicts:    1943000 | #Constraints:      42141
1061.96/1068.29	c #Conflicts:    1944000 | #Constraints:      43141
1061.96/1068.29	c #Conflicts:    1945000 | #Constraints:      44141
1061.96/1068.29	c #Conflicts:    1946000 | #Constraints:      45141
1061.96/1068.29	c #Conflicts:    1947000 | #Constraints:      46141
1061.96/1068.29	c #Conflicts:    1948000 | #Constraints:      47141
1061.96/1068.29	c #Conflicts:    1949000 | #Constraints:      48141
1061.96/1068.29	c #Conflicts:    1950000 | #Constraints:      49141
1061.96/1068.29	c #Conflicts:    1951000 | #Constraints:      50141
1061.96/1068.29	c #Conflicts:    1952000 | #Constraints:      51141
1061.96/1068.29	c #Conflicts:    1953000 | #Constraints:      52141
1061.96/1068.29	c #Conflicts:    1954000 | #Constraints:      53141
1061.96/1068.29	c #Conflicts:    1955000 | #Constraints:      54141
1061.96/1068.29	c #Conflicts:    1956000 | #Constraints:      55141
1061.96/1068.29	c #Conflicts:    1957000 | #Constraints:      56141
1061.96/1068.29	c #Conflicts:    1958000 | #Constraints:      57141
1061.96/1068.29	c #Conflicts:    1959000 | #Constraints:      58141
1061.96/1068.29	c #Conflicts:    1960000 | #Constraints:      59141
1061.96/1068.29	c #Conflicts:    1961000 | #Constraints:      60141
1061.96/1068.29	c #Conflicts:    1962000 | #Constraints:      61141
1061.96/1068.29	c #Conflicts:    1963000 | #Constraints:      62141
1061.96/1068.29	c #Conflicts:    1964000 | #Constraints:      63141
1061.96/1068.29	c #Conflicts:    1965000 | #Constraints:      64141
1061.96/1068.29	c INPROCESSING
1061.96/1068.29	c GARBAGE COLLECT
1061.96/1068.29	c #Conflicts:    1966000 | #Constraints:      37272
1061.96/1068.29	c #Conflicts:    1967000 | #Constraints:      38272
1061.96/1068.29	c #Conflicts:    1968000 | #Constraints:      39272
1061.96/1068.29	c #Conflicts:    1969000 | #Constraints:      40272
1061.96/1068.29	c #Conflicts:    1970000 | #Constraints:      41273
1061.96/1068.29	c #Conflicts:    1971000 | #Constraints:      42273
1061.96/1068.29	c #Conflicts:    1972000 | #Constraints:      43273
1061.96/1068.29	c #Conflicts:    1973000 | #Constraints:      44273
1061.96/1068.29	c #Conflicts:    1974000 | #Constraints:      45273
1061.96/1068.29	c #Conflicts:    1975000 | #Constraints:      46273
1061.96/1068.29	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[11]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[26]: 6 -1.09375 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[30]: 6 -2 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[71]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[75]: 6 -0.999997 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[85]: 6 -0.997363 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[108]: 6 -0.999997 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[112]: 6 -0.999951 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[139]: 6 -0.999999 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[147]: 6 -0.997803 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[157]: 6 -1.16007 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[165]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[192]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[213]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[227]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[229]: 6 0 4 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[230]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[236]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[284]: 6 -0.75 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[311]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[324]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[332]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[339]: 6 -0.999268 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[349]: 6 -1.15243 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[354]: 6 -2 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[421]: 6 0 9 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[427]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[499]: 6 -0.999268 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[509]: 6 -0.795287 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[523]: 6 -0.999997 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[580]: 6 0 4 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[587]: 6 -0.999998 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[597]: 6 -0.999532 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[621]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[661]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[676]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[685]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1030]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1031]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1038]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1045]: 6 -0.994141 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1059]: 6 -0.875001 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1064]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1099]: 6 -0.999999 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1113]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1125]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1156]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1171]: 6 -0.999532 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1184]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1196]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1231]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1240]: 6 -1.3125 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1241]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1243]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1255]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1273]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1280]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1303]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1304]: 6 -1.3125 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1305]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1308]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1321]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1378]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1445]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1446]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1461]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1478]: 6 -2 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1540]: 6 -1.3125 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1541]: 6 -2.125 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1556]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1558]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1607]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1686]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1893]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1906]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1910]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1929]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1935]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1947]: 6 0 4.97239 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1989]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2015]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2025]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2032]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2037]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2043]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2081]: 6 -3 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2107]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2109]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2117]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2123]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2125]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2135]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2175]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2205]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2241]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2252]: 6 -0.999955 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2293]: 6 -0.999997 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2297]: 6 -1.99996 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2302]: 6 -4.99988 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2329]: 6 -0.0395766 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2365]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2420]: 6 -5.20313 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2423]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2458]: 6 -1.3125 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2512]: 6 -1.3125 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2513]: 6 -1.3125 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2619]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2701]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2781]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2811]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2895]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2898]: 6 -1.29167 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2977]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2989]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[2997]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3004]: 6 -5 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3084]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3237]: 6 -0.5 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3374]: 6 -1.30971 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3396]: 6 -0.937501 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3427]: 6 -0.96875 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3432]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3433]: 6 -3.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3478]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3578]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3615]: 6 -1.25 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3653]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3656]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3718]: 6 -9 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3778]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3850]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3862]: 6 -0.5 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[4085]: 6 -1 0 shouldn't be
1061.96/1068.29	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
1102.24/1108.99	c #Conflicts:    1976000 | #Constraints:      47432
1102.24/1108.99	c #Conflicts:    1977000 | #Constraints:      48432
1102.24/1108.99	c #Conflicts:    1978000 | #Constraints:      49432
1102.24/1108.99	c #Conflicts:    1979000 | #Constraints:      50432
1102.24/1108.99	c #Conflicts:    1980000 | #Constraints:      51432
1102.24/1108.99	c #Conflicts:    1981000 | #Constraints:      52432
1102.24/1108.99	c #Conflicts:    1982000 | #Constraints:      53432
1102.24/1108.99	c #Conflicts:    1983000 | #Constraints:      54432
1102.24/1108.99	c #Conflicts:    1984000 | #Constraints:      55432
1102.24/1108.99	c #Conflicts:    1985000 | #Constraints:      56432
1102.24/1108.99	c #Conflicts:    1986000 | #Constraints:      57432
1102.24/1108.99	c #Conflicts:    1987000 | #Constraints:      58432
1102.24/1108.99	c #Conflicts:    1988000 | #Constraints:      59432
1102.24/1108.99	c #Conflicts:    1989000 | #Constraints:      60432
1102.24/1108.99	c #Conflicts:    1990000 | #Constraints:      61432
1102.24/1108.99	c #Conflicts:    1991000 | #Constraints:      62432
1102.24/1108.99	c #Conflicts:    1992000 | #Constraints:      63432
1102.24/1108.99	c #Conflicts:    1993000 | #Constraints:      64432
1102.24/1108.99	c INPROCESSING
1102.24/1108.99	c GARBAGE COLLECT
1102.24/1108.99	c #Conflicts:    1994000 | #Constraints:      37332
1102.24/1108.99	c #Conflicts:    1995000 | #Constraints:      38332
1102.24/1108.99	c #Conflicts:    1996000 | #Constraints:      39332
1102.24/1108.99	c #Conflicts:    1997000 | #Constraints:      40332
1102.24/1108.99	c #Conflicts:    1998000 | #Constraints:      41332
1102.24/1108.99	c #Conflicts:    1999000 | #Constraints:      42332
1102.24/1108.99	c #Conflicts:    2000000 | #Constraints:      43332
1102.24/1108.99	c #Conflicts:    2001000 | #Constraints:      44332
1102.24/1108.99	c #Conflicts:    2002000 | #Constraints:      45332
1102.24/1108.99	c #Conflicts:    2003000 | #Constraints:      46332
1102.24/1108.99	c #Conflicts:    2004000 | #Constraints:      47332
1102.24/1108.99	c #Conflicts:    2005000 | #Constraints:      48332
1102.24/1108.99	c #Conflicts:    2006000 | #Constraints:      49332
1102.24/1108.99	c #Conflicts:    2007000 | #Constraints:      50332
1102.24/1108.99	c #Conflicts:    2008000 | #Constraints:      51332
1102.24/1108.99	c #Conflicts:    2009000 | #Constraints:      52332
1102.24/1108.99	c #Conflicts:    2010000 | #Constraints:      53332
1102.24/1108.99	c #Conflicts:    2011000 | #Constraints:      54332
1102.24/1108.99	c #Conflicts:    2012000 | #Constraints:      55332
1102.24/1108.99	c #Conflicts:    2013000 | #Constraints:      56332
1102.24/1108.99	c #Conflicts:    2014000 | #Constraints:      57332
1102.24/1108.99	c #Conflicts:    2015000 | #Constraints:      58332
1102.24/1108.99	c #Conflicts:    2016000 | #Constraints:      59332
1102.24/1108.99	c #Conflicts:    2017000 | #Constraints:      60332
1102.24/1108.99	c #Conflicts:    2018000 | #Constraints:      61332
1102.24/1108.99	c #Conflicts:    2019000 | #Constraints:      62332
1102.24/1108.99	c #Conflicts:    2020000 | #Constraints:      63332
1102.24/1108.99	c #Conflicts:    2021000 | #Constraints:      64332
1102.24/1108.99	c INPROCESSING
1102.24/1108.99	c GARBAGE COLLECT
1102.24/1108.99	c #Conflicts:    2022000 | #Constraints:      37060
1102.24/1108.99	c #Conflicts:    2023000 | #Constraints:      38060
1102.24/1108.99	c #Conflicts:    2024000 | #Constraints:      39060
1102.24/1108.99	c #Conflicts:    2025000 | #Constraints:      40060
1102.24/1108.99	c #Conflicts:    2026000 | #Constraints:      41060
1102.24/1108.99	c #Conflicts:    2027000 | #Constraints:      42060
1102.24/1108.99	c #Conflicts:    2028000 | #Constraints:      43060
1102.24/1108.99	c #Conflicts:    2029000 | #Constraints:      44060
1102.24/1108.99	c #Conflicts:    2030000 | #Constraints:      45060
1102.24/1108.99	c #Conflicts:    2031000 | #Constraints:      46060
1102.24/1108.99	c #Conflicts:    2032000 | #Constraints:      47060
1102.24/1108.99	c #Conflicts:    2033000 | #Constraints:      48060
1102.24/1108.99	c #Conflicts:    2034000 | #Constraints:      49060
1102.24/1108.99	c #Conflicts:    2035000 | #Constraints:      50060
1102.24/1108.99	c #Conflicts:    2036000 | #Constraints:      51060
1102.24/1108.99	c #Conflicts:    2037000 | #Constraints:      52060
1102.24/1108.99	c #Conflicts:    2038000 | #Constraints:      53060
1102.24/1108.99	c #Conflicts:    2039000 | #Constraints:      54060
1102.24/1108.99	c #Conflicts:    2040000 | #Constraints:      55060
1102.24/1108.99	c #Conflicts:    2041000 | #Constraints:      56061
1102.24/1108.99	c #Conflicts:    2042000 | #Constraints:      57061
1102.24/1108.99	c #Conflicts:    2043000 | #Constraints:      58061
1102.24/1108.99	c #Conflicts:    2044000 | #Constraints:      59061
1102.24/1108.99	c #Conflicts:    2045000 | #Constraints:      60061
1102.24/1108.99	c #Conflicts:    2046000 | #Constraints:      61061
1102.24/1108.99	c #Conflicts:    2047000 | #Constraints:      62061
1102.24/1108.99	c #Conflicts:    2048000 | #Constraints:      63061
1102.24/1108.99	c #Conflicts:    2049000 | #Constraints:      64061
1102.24/1108.99	c #Conflicts:    2050000 | #Constraints:      65061
1102.24/1108.99	c INPROCESSING
1102.24/1108.99	c GARBAGE COLLECT
1102.24/1108.99	WSVECS04 Frhs2[9]: 6 -1081 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[34]: 6 -2.96875 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[38]: 6 -0.99995 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[42]: 6 0 0.3125 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[103]: 6 -68.5 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[106]: 6 0 0.311696 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[108]: 6 -1.00161 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[136]: 6 -1081 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[167]: 6 -338.5 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[202]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[304]: 6 0 0.250001 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[354]: 6 -5.21875 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[359]: 6 -68.5 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[386]: 6 -3.10938 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[423]: 6 -271 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[424]: 6 -407.313 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[425]: 6 -1081 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[458]: 6 -1082.31 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[488]: 6 -1081 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[553]: 6 -1.1875 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[583]: 6 -2.31248 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[615]: 6 -68.5 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[642]: 6 -3.10938 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1029]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1031]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1068]: 6 -2.3866 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1096]: 6 -1.25 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1097]: 6 -1.125 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1099]: 6 0 0.0664071 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1222]: 6 -1.31836 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1255]: 6 -1.31576 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1286]: 6 -1.25 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1378]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1381]: 6 -0.0585944 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1410]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1411]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1412]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1419]: 6 -2.03711 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1449]: 6 -26.3125 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1529]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1532]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2102]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2135]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2193]: 6 -3 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2195]: 6 0 2.39775 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2204]: 6 -0.5 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2287]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2290]: 6 -0.941407 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2382]: 6 -1.33203 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2438]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2439]: 6 -2.54328e-05 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2477]: 6 -1.99995 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2578]: 6 0 1.20768 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2686]: 6 -1.34766 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2916]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3018]: 6 -0.0585939 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3054]: 6 -1.0293 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3216]: 6 -1.06865 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3396]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3538]: 6 -7.75 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3540]: 6 -0.500001 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3556]: 6 -12.1852 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3906]: 6 -2.6875 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
1102.24/1108.99	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
1152.64/1159.74	c #Conflicts:    2051000 | #Constraints:      37632
1152.64/1159.74	c #Conflicts:    2052000 | #Constraints:      38632
1152.64/1159.74	c #Conflicts:    2053000 | #Constraints:      39632
1152.64/1159.74	c #Conflicts:    2054000 | #Constraints:      40633
1152.64/1159.74	c #Conflicts:    2055000 | #Constraints:      41633
1152.64/1159.74	c #Conflicts:    2056000 | #Constraints:      42633
1152.64/1159.74	c #Conflicts:    2057000 | #Constraints:      43633
1152.64/1159.74	c #Conflicts:    2058000 | #Constraints:      44633
1152.64/1159.74	c #Conflicts:    2059000 | #Constraints:      45633
1152.64/1159.74	c #Conflicts:    2060000 | #Constraints:      46633
1152.64/1159.74	c #Conflicts:    2061000 | #Constraints:      47633
1152.64/1159.74	c #Conflicts:    2062000 | #Constraints:      48633
1152.64/1159.74	c #Conflicts:    2063000 | #Constraints:      49633
1152.64/1159.74	c #Conflicts:    2064000 | #Constraints:      50633
1152.64/1159.74	c #Conflicts:    2065000 | #Constraints:      51633
1152.64/1159.74	c #Conflicts:    2066000 | #Constraints:      52633
1152.64/1159.74	c #Conflicts:    2067000 | #Constraints:      53633
1152.64/1159.74	c #Conflicts:    2068000 | #Constraints:      54633
1152.64/1159.74	c #Conflicts:    2069000 | #Constraints:      55633
1152.64/1159.74	c #Conflicts:    2070000 | #Constraints:      56633
1152.64/1159.74	c #Conflicts:    2071000 | #Constraints:      57633
1152.64/1159.74	c #Conflicts:    2072000 | #Constraints:      58633
1152.64/1159.74	c #Conflicts:    2073000 | #Constraints:      59633
1152.64/1159.74	c #Conflicts:    2074000 | #Constraints:      60633
1152.64/1159.74	c #Conflicts:    2075000 | #Constraints:      61633
1152.64/1159.74	c #Conflicts:    2076000 | #Constraints:      62633
1152.64/1159.74	c #Conflicts:    2077000 | #Constraints:      63633
1152.64/1159.74	c #Conflicts:    2078000 | #Constraints:      64633
1152.64/1159.74	c #Conflicts:    2079000 | #Constraints:      65633
1152.64/1159.74	c INPROCESSING
1152.64/1159.74	c GARBAGE COLLECT
1152.64/1159.74	c #Conflicts:    2080000 | #Constraints:      38036
1152.64/1159.74	c #Conflicts:    2081000 | #Constraints:      39036
1152.64/1159.74	c #Conflicts:    2082000 | #Constraints:      40036
1152.64/1159.74	c #Conflicts:    2083000 | #Constraints:      41036
1152.64/1159.74	c #Conflicts:    2084000 | #Constraints:      42036
1152.64/1159.74	c #Conflicts:    2085000 | #Constraints:      43036
1152.64/1159.74	c #Conflicts:    2086000 | #Constraints:      44036
1152.64/1159.74	c #Conflicts:    2087000 | #Constraints:      45036
1152.64/1159.74	c #Conflicts:    2088000 | #Constraints:      46036
1152.64/1159.74	c #Conflicts:    2089000 | #Constraints:      47036
1152.64/1159.74	c #Conflicts:    2090000 | #Constraints:      48036
1152.64/1159.74	c #Conflicts:    2091000 | #Constraints:      49036
1152.64/1159.74	c #Conflicts:    2092000 | #Constraints:      50036
1152.64/1159.74	c #Conflicts:    2093000 | #Constraints:      51036
1152.64/1159.74	c #Conflicts:    2094000 | #Constraints:      52036
1152.64/1159.74	c #Conflicts:    2095000 | #Constraints:      53036
1152.64/1159.74	c #Conflicts:    2096000 | #Constraints:      54036
1152.64/1159.74	c #Conflicts:    2097000 | #Constraints:      55036
1152.64/1159.74	c #Conflicts:    2098000 | #Constraints:      56037
1152.64/1159.74	c #Conflicts:    2099000 | #Constraints:      57037
1152.64/1159.74	c #Conflicts:    2100000 | #Constraints:      58037
1152.64/1159.74	c #Conflicts:    2101000 | #Constraints:      59037
1152.64/1159.74	c #Conflicts:    2102000 | #Constraints:      60037
1152.64/1159.74	c #Conflicts:    2103000 | #Constraints:      61037
1152.64/1159.74	c #Conflicts:    2104000 | #Constraints:      62037
1152.64/1159.74	c #Conflicts:    2105000 | #Constraints:      63037
1152.64/1159.74	c #Conflicts:    2106000 | #Constraints:      64037
1152.64/1159.74	c #Conflicts:    2107000 | #Constraints:      65037
1152.64/1159.74	c #Conflicts:    2108000 | #Constraints:      66037
1152.64/1159.74	c INPROCESSING
1152.64/1159.74	c GARBAGE COLLECT
1152.64/1159.74	WSVECS04 Frhs2[10]: 6 -144.423 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[28]: 6 -114.153 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[29]: 6 0 273.023 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[43]: 6 -90.4995 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[55]: 6 -28.3677 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[61]: 6 0 141.592 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[66]: 6 -112.786 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[67]: 6 -1522.28 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[92]: 6 -1422 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[93]: 6 -2404.32 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[99]: 6 -350.921 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[108]: 6 -373.392 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[122]: 6 -3.89997 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[124]: 6 -37.7578 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[129]: 6 -117.033 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[130]: 6 -9.81801 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[137]: 6 -13.8843 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[139]: 6 -46.906 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[156]: 6 0 394.743 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[163]: 6 0 270.926 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[164]: 6 0 289.927 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[170]: 6 -50.7166 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[172]: 6 0 15.1724 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[175]: 6 -89.2361 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[181]: 6 0 2.21252 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[259]: 6 -1996.86 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[295]: 6 -743.728 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[299]: 6 -96.161 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[314]: 6 -23.4791 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[330]: 6 -67.3327 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[331]: 6 0 0.0105593 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[361]: 6 -100.825 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[364]: 6 0 5.08531 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[418]: 6 -151.655 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[419]: 6 -2019.86 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[420]: 6 -937.378 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[444]: 6 -440.877 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[459]: 6 -96.161 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[461]: 6 -120.413 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[476]: 6 0 8.38225 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[500]: 6 -0.433965 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[514]: 6 0 73.4165 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[521]: 6 -549.157 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[522]: 6 -119.852 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[523]: 6 -5.10589 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[532]: 6 -734.741 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[552]: 6 -2756.83 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[555]: 6 -64.9628 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[570]: 6 -38.2664 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[577]: 6 0 113.911 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[578]: 6 0 290.638 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[586]: 6 -74.8821 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[587]: 6 0 23.3796 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[590]: 6 -193.144 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[603]: 6 -155.224 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[617]: 6 -100.478 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[620]: 6 0 4.95575 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[633]: 6 -57.9696 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[649]: 6 -3.29778 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[659]: 6 -0.485777 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[682]: 6 -44.1084 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[694]: 6 -19.1443 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1041]: 6 0 536.238 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1067]: 6 -14.3197 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1081]: 6 -2.68733 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1086]: 6 -14.7006 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1110]: 6 -63.9808 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1117]: 6 0 99.0194 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1118]: 6 -579.959 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1121]: 6 -2454.94 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1129]: 6 -3103.43 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1156]: 6 -3492.71 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1165]: 6 -2123.73 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1177]: 6 -14.2878 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1181]: 6 0 2.35764 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1183]: 6 0 0.995095 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1185]: 6 -389.492 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1189]: 6 -28.3001 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1197]: 6 -408.204 0 shouldn't be
1152.64/1159.74	WSVECS04 Frhs2[1218]: 6 0 5.68495  [...]

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

SVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2869]: 6 -2.26563 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2876]: 6 -0.75 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2919]: 6 -2.57639 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2954]: 6 -5.25 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2968]: 6 -3 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3003]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3063]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3072]: 6 0 1 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3089]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3103]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3148]: 6 -1.25 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3255]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3279]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3285]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3375]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3378]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
2035.83/2049.34	WSVECS04 Frhs2[3400]: 6 -1.25 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3417]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3432]: 6 -3.37445 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3438]: 6 -1.25 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3445]: 6 -1.5 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3470]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3495]: 6 -1.00208 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3498]: 6 -1.125 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3538]: 6 -0.999446 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3540]: 6 -0.500001 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3543]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3558]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3566]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3577]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3661]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3679]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3717]: 6 -0.999862 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3723]: 6 -3 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3726]: 6 -0.977824 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3745]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3749]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3765]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3775]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3778]: 6 -0.999966 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3852]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3906]: 6 -0.999862 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3911]: 6 -0.998892 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3919]: 6 -0.911291 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3924]: 6 -0.9375 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3926]: 6 -1.125 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3938]: 6 -1.25 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3952]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[4054]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
2035.83/2049.35	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
2084.67/2098.40	c #Conflicts:    2967000 | #Constraints:      44232
2084.67/2098.40	c #Conflicts:    2968000 | #Constraints:      45232
2084.67/2098.40	c #Conflicts:    2969000 | #Constraints:      46232
2084.67/2098.40	c #Conflicts:    2970000 | #Constraints:      47232
2084.67/2098.40	c #Conflicts:    2971000 | #Constraints:      48232
2084.67/2098.40	c #Conflicts:    2972000 | #Constraints:      49232
2084.67/2098.40	c #Conflicts:    2973000 | #Constraints:      50232
2084.67/2098.40	c #Conflicts:    2974000 | #Constraints:      51232
2084.67/2098.40	c #Conflicts:    2975000 | #Constraints:      52232
2084.67/2098.40	c #Conflicts:    2976000 | #Constraints:      53232
2084.67/2098.40	c #Conflicts:    2977000 | #Constraints:      54232
2084.67/2098.40	c #Conflicts:    2978000 | #Constraints:      55232
2084.67/2098.40	c #Conflicts:    2979000 | #Constraints:      56232
2084.67/2098.40	c #Conflicts:    2980000 | #Constraints:      57232
2084.67/2098.40	c #Conflicts:    2981000 | #Constraints:      58232
2084.67/2098.40	c #Conflicts:    2982000 | #Constraints:      59232
2084.67/2098.40	c #Conflicts:    2983000 | #Constraints:      60232
2084.67/2098.40	c #Conflicts:    2984000 | #Constraints:      61232
2084.67/2098.40	c #Conflicts:    2985000 | #Constraints:      62232
2084.67/2098.40	c #Conflicts:    2986000 | #Constraints:      63232
2084.67/2098.40	c #Conflicts:    2987000 | #Constraints:      64232
2084.67/2098.40	c #Conflicts:    2988000 | #Constraints:      65232
2084.67/2098.40	c #Conflicts:    2989000 | #Constraints:      66232
2084.67/2098.40	c #Conflicts:    2990000 | #Constraints:      67232
2084.67/2098.40	c #Conflicts:    2991000 | #Constraints:      68232
2084.67/2098.40	c #Conflicts:    2992000 | #Constraints:      69232
2084.67/2098.40	c #Conflicts:    2993000 | #Constraints:      70232
2084.67/2098.40	c #Conflicts:    2994000 | #Constraints:      71232
2084.67/2098.40	c #Conflicts:    2995000 | #Constraints:      72232
2084.67/2098.40	c #Conflicts:    2996000 | #Constraints:      73232
2084.67/2098.40	c #Conflicts:    2997000 | #Constraints:      74232
2084.67/2098.40	c #Conflicts:    2998000 | #Constraints:      75232
2084.67/2098.40	c #Conflicts:    2999000 | #Constraints:      76232
2084.67/2098.40	c #Conflicts:    3000000 | #Constraints:      77232
2084.67/2098.40	c #Conflicts:    3001000 | #Constraints:      78232
2084.67/2098.40	c INPROCESSING
2084.67/2098.40	c GARBAGE COLLECT
2084.67/2098.40	c #Conflicts:    3002000 | #Constraints:      44263
2084.67/2098.40	c #Conflicts:    3003000 | #Constraints:      45263
2084.67/2098.40	c #Conflicts:    3004000 | #Constraints:      46263
2084.67/2098.40	c #Conflicts:    3005000 | #Constraints:      47263
2084.67/2098.40	c #Conflicts:    3006000 | #Constraints:      48263
2084.67/2098.40	c #Conflicts:    3007000 | #Constraints:      49263
2084.67/2098.40	c #Conflicts:    3008000 | #Constraints:      50263
2084.67/2098.40	c #Conflicts:    3009000 | #Constraints:      51263
2084.67/2098.40	c #Conflicts:    3010000 | #Constraints:      52263
2084.67/2098.40	c #Conflicts:    3011000 | #Constraints:      53263
2084.67/2098.40	c #Conflicts:    3012000 | #Constraints:      54263
2084.67/2098.40	c #Conflicts:    3013000 | #Constraints:      55263
2084.67/2098.40	c #Conflicts:    3014000 | #Constraints:      56263
2084.67/2098.40	c #Conflicts:    3015000 | #Constraints:      57263
2084.67/2098.40	c #Conflicts:    3016000 | #Constraints:      58263
2084.67/2098.40	c #Conflicts:    3017000 | #Constraints:      59263
2084.67/2098.40	c #Conflicts:    3018000 | #Constraints:      60263
2084.67/2098.40	c #Conflicts:    3019000 | #Constraints:      61263
2084.67/2098.40	c #Conflicts:    3020000 | #Constraints:      62263
2084.67/2098.40	c #Conflicts:    3021000 | #Constraints:      63263
2084.67/2098.40	c #Conflicts:    3022000 | #Constraints:      64263
2084.67/2098.40	c #Conflicts:    3023000 | #Constraints:      65263
2084.67/2098.40	c #Conflicts:    3024000 | #Constraints:      66263
2084.67/2098.40	c #Conflicts:    3025000 | #Constraints:      67263
2084.67/2098.40	c #Conflicts:    3026000 | #Constraints:      68263
2084.67/2098.40	c #Conflicts:    3027000 | #Constraints:      69263
2084.67/2098.40	c #Conflicts:    3028000 | #Constraints:      70263
2084.67/2098.40	c #Conflicts:    3029000 | #Constraints:      71263
2084.67/2098.40	c #Conflicts:    3030000 | #Constraints:      72263
2084.67/2098.40	c #Conflicts:    3031000 | #Constraints:      73263
2084.67/2098.40	c #Conflicts:    3032000 | #Constraints:      74263
2084.67/2098.40	c #Conflicts:    3033000 | #Constraints:      75263
2084.67/2098.40	c #Conflicts:    3034000 | #Constraints:      76263
2084.67/2098.40	c #Conflicts:    3035000 | #Constraints:      77263
2084.67/2098.40	c #Conflicts:    3036000 | #Constraints:      78263
2084.67/2098.40	c INPROCESSING
2084.67/2098.40	c GARBAGE COLLECT
2084.67/2098.40	c #Conflicts:    3037000 | #Constraints:      44392
2084.67/2098.40	c #Conflicts:    3038000 | #Constraints:      45392
2084.67/2098.40	c #Conflicts:    3039000 | #Constraints:      46392
2084.67/2098.40	c #Conflicts:    3040000 | #Constraints:      47392
2084.67/2098.40	c #Conflicts:    3041000 | #Constraints:      48392
2084.67/2098.40	c #Conflicts:    3042000 | #Constraints:      49392
2084.67/2098.40	c #Conflicts:    3043000 | #Constraints:      50392
2084.67/2098.40	c #Conflicts:    3044000 | #Constraints:      51392
2136.71/2150.90	c #Conflicts:    3045000 | #Constraints:      52392
2136.71/2150.90	c #Conflicts:    3046000 | #Constraints:      53392
2136.71/2150.90	c #Conflicts:    3047000 | #Constraints:      54392
2136.71/2150.90	c #Conflicts:    3048000 | #Constraints:      55392
2136.71/2150.90	c #Conflicts:    3049000 | #Constraints:      56392
2136.71/2150.90	c #Conflicts:    3050000 | #Constraints:      57392
2136.71/2150.90	c #Conflicts:    3051000 | #Constraints:      58392
2136.71/2150.90	c #Conflicts:    3052000 | #Constraints:      59392
2136.71/2150.90	c #Conflicts:    3053000 | #Constraints:      60392
2136.71/2150.90	c #Conflicts:    3054000 | #Constraints:      61392
2136.71/2150.90	c #Conflicts:    3055000 | #Constraints:      62392
2136.71/2150.90	c #Conflicts:    3056000 | #Constraints:      63392
2136.71/2150.90	c #Conflicts:    3057000 | #Constraints:      64392
2136.71/2150.90	c #Conflicts:    3058000 | #Constraints:      65392
2136.71/2150.90	c #Conflicts:    3059000 | #Constraints:      66392
2136.71/2150.90	c #Conflicts:    3060000 | #Constraints:      67392
2136.71/2150.90	c #Conflicts:    3061000 | #Constraints:      68392
2136.71/2150.90	c #Conflicts:    3062000 | #Constraints:      69392
2136.71/2150.90	c #Conflicts:    3063000 | #Constraints:      70392
2136.71/2150.90	c #Conflicts:    3064000 | #Constraints:      71392
2136.71/2150.90	c #Conflicts:    3065000 | #Constraints:      72392
2136.71/2150.90	c #Conflicts:    3066000 | #Constraints:      73392
2136.71/2150.90	c #Conflicts:    3067000 | #Constraints:      74392
2136.71/2150.90	c #Conflicts:    3068000 | #Constraints:      75392
2136.71/2150.90	c #Conflicts:    3069000 | #Constraints:      76392
2136.71/2150.90	c #Conflicts:    3070000 | #Constraints:      77392
2136.71/2150.90	c #Conflicts:    3071000 | #Constraints:      78392
2136.71/2150.90	c INPROCESSING
2136.71/2150.90	c GARBAGE COLLECT
2136.71/2150.90	c #Conflicts:    3072000 | #Constraints:      44420
2136.71/2150.90	c #Conflicts:    3073000 | #Constraints:      45420
2136.71/2150.90	c #Conflicts:    3074000 | #Constraints:      46420
2136.71/2150.90	c #Conflicts:    3075000 | #Constraints:      47420
2136.71/2150.90	c #Conflicts:    3076000 | #Constraints:      48420
2136.71/2150.90	c #Conflicts:    3077000 | #Constraints:      49420
2136.71/2150.90	c #Conflicts:    3078000 | #Constraints:      50420
2136.71/2150.90	c #Conflicts:    3079000 | #Constraints:      51420
2136.71/2150.90	c #Conflicts:    3080000 | #Constraints:      52420
2136.71/2150.90	c #Conflicts:    3081000 | #Constraints:      53421
2136.71/2150.90	c #Conflicts:    3082000 | #Constraints:      54421
2136.71/2150.90	c #Conflicts:    3083000 | #Constraints:      55421
2136.71/2150.90	c #Conflicts:    3084000 | #Constraints:      56421
2136.71/2150.90	c #Conflicts:    3085000 | #Constraints:      57421
2136.71/2150.90	c #Conflicts:    3086000 | #Constraints:      58421
2136.71/2150.90	c #Conflicts:    3087000 | #Constraints:      59421
2136.71/2150.90	c #Conflicts:    3088000 | #Constraints:      60421
2136.71/2150.90	c #Conflicts:    3089000 | #Constraints:      61421
2136.71/2150.90	c #Conflicts:    3090000 | #Constraints:      62421
2136.71/2150.90	c #Conflicts:    3091000 | #Constraints:      63421
2136.71/2150.90	c #Conflicts:    3092000 | #Constraints:      64422
2136.71/2150.90	c #Conflicts:    3093000 | #Constraints:      65422
2136.71/2150.90	c #Conflicts:    3094000 | #Constraints:      66422
2136.71/2150.90	c #Conflicts:    3095000 | #Constraints:      67422
2136.71/2150.90	c #Conflicts:    3096000 | #Constraints:      68422
2136.71/2150.90	c #Conflicts:    3097000 | #Constraints:      69422
2136.71/2150.90	c #Conflicts:    3098000 | #Constraints:      70422
2136.71/2150.90	c #Conflicts:    3099000 | #Constraints:      71425
2136.71/2150.90	c #Conflicts:    3100000 | #Constraints:      72425
2136.71/2150.90	c #Conflicts:    3101000 | #Constraints:      73425
2136.71/2150.90	c #Conflicts:    3102000 | #Constraints:      74425
2136.71/2150.90	c #Conflicts:    3103000 | #Constraints:      75427
2136.71/2150.90	c #Conflicts:    3104000 | #Constraints:      76427
2136.71/2150.90	c #Conflicts:    3105000 | #Constraints:      77427
2136.71/2150.90	c #Conflicts:    3106000 | #Constraints:      78427
2136.71/2150.90	c INPROCESSING
2136.71/2150.90	c GARBAGE COLLECT
2136.71/2150.90	c #Conflicts:    3107000 | #Constraints:      44333
2136.71/2150.90	c #Conflicts:    3108000 | #Constraints:      45333
2136.71/2150.90	c #Conflicts:    3109000 | #Constraints:      46333
2136.71/2150.90	c #Conflicts:    3110000 | #Constraints:      47333
2136.71/2150.90	c #Conflicts:    3111000 | #Constraints:      48333
2136.71/2150.90	c #Conflicts:    3112000 | #Constraints:      49333
2136.71/2150.90	c #Conflicts:    3113000 | #Constraints:      50333
2136.71/2150.90	c #Conflicts:    3114000 | #Constraints:      51333
2136.71/2150.90	c #Conflicts:    3115000 | #Constraints:      52333
2136.71/2150.90	c #Conflicts:    3116000 | #Constraints:      53333
2136.71/2150.90	c #Conflicts:    3117000 | #Constraints:      54333
2136.71/2150.90	c #Conflicts:    3118000 | #Constraints:      55333
2136.71/2150.90	c #Conflicts:    3119000 | #Constraints:      56333
2136.71/2150.90	c #Conflicts:    3120000 | #Constraints:      57333
2136.71/2150.90	c #Conflicts:    3121000 | #Constraints:      58333
2175.73/2190.29	c #Conflicts:    3122000 | #Constraints:      59333
2175.73/2190.29	c #Conflicts:    3123000 | #Constraints:      60333
2175.73/2190.29	c #Conflicts:    3124000 | #Constraints:      61333
2175.73/2190.29	c #Conflicts:    3125000 | #Constraints:      62333
2175.73/2190.29	c #Conflicts:    3126000 | #Constraints:      63333
2175.73/2190.29	c #Conflicts:    3127000 | #Constraints:      64333
2175.73/2190.29	c #Conflicts:    3128000 | #Constraints:      65333
2175.73/2190.29	c #Conflicts:    3129000 | #Constraints:      66333
2175.73/2190.29	c #Conflicts:    3130000 | #Constraints:      67333
2175.73/2190.29	c #Conflicts:    3131000 | #Constraints:      68333
2175.73/2190.29	c #Conflicts:    3132000 | #Constraints:      69333
2175.73/2190.29	c #Conflicts:    3133000 | #Constraints:      70333
2175.73/2190.29	c #Conflicts:    3134000 | #Constraints:      71333
2175.73/2190.29	c #Conflicts:    3135000 | #Constraints:      72333
2175.73/2190.29	c #Conflicts:    3136000 | #Constraints:      73333
2175.73/2190.29	c #Conflicts:    3137000 | #Constraints:      74333
2175.73/2190.29	c #Conflicts:    3138000 | #Constraints:      75333
2175.73/2190.29	c #Conflicts:    3139000 | #Constraints:      76333
2175.73/2190.29	c #Conflicts:    3140000 | #Constraints:      77333
2175.73/2190.29	c #Conflicts:    3141000 | #Constraints:      78334
2175.73/2190.29	c INPROCESSING
2175.73/2190.29	c GARBAGE COLLECT
2175.73/2190.29	c #Conflicts:    3142000 | #Constraints:      44108
2175.73/2190.29	c #Conflicts:    3143000 | #Constraints:      45108
2175.73/2190.29	c #Conflicts:    3144000 | #Constraints:      46108
2175.73/2190.29	c #Conflicts:    3145000 | #Constraints:      47108
2175.73/2190.29	c #Conflicts:    3146000 | #Constraints:      48108
2175.73/2190.29	c #Conflicts:    3147000 | #Constraints:      49108
2175.73/2190.29	c #Conflicts:    3148000 | #Constraints:      50108
2175.73/2190.29	c #Conflicts:    3149000 | #Constraints:      51108
2175.73/2190.29	c #Conflicts:    3150000 | #Constraints:      52108
2175.73/2190.29	c #Conflicts:    3151000 | #Constraints:      53110
2175.73/2190.29	c #Conflicts:    3152000 | #Constraints:      54114
2175.73/2190.29	c #Conflicts:    3153000 | #Constraints:      55114
2175.73/2190.29	c #Conflicts:    3154000 | #Constraints:      56114
2175.73/2190.29	c #Conflicts:    3155000 | #Constraints:      57114
2175.73/2190.29	c #Conflicts:    3156000 | #Constraints:      58114
2175.73/2190.29	c #Conflicts:    3157000 | #Constraints:      59114
2175.73/2190.29	c #Conflicts:    3158000 | #Constraints:      60114
2175.73/2190.29	c #Conflicts:    3159000 | #Constraints:      61114
2175.73/2190.29	c #Conflicts:    3160000 | #Constraints:      62114
2175.73/2190.29	c #Conflicts:    3161000 | #Constraints:      63114
2175.73/2190.29	c #Conflicts:    3162000 | #Constraints:      64114
2175.73/2190.29	c #Conflicts:    3163000 | #Constraints:      65114
2175.73/2190.29	c #Conflicts:    3164000 | #Constraints:      66114
2175.73/2190.29	c #Conflicts:    3165000 | #Constraints:      67114
2175.73/2190.29	c #Conflicts:    3166000 | #Constraints:      68114
2175.73/2190.29	c #Conflicts:    3167000 | #Constraints:      69114
2175.73/2190.29	c #Conflicts:    3168000 | #Constraints:      70114
2175.73/2190.29	c #Conflicts:    3169000 | #Constraints:      71114
2175.73/2190.29	c #Conflicts:    3170000 | #Constraints:      72114
2175.73/2190.29	c #Conflicts:    3171000 | #Constraints:      73114
2175.73/2190.29	c #Conflicts:    3172000 | #Constraints:      74114
2175.73/2190.29	c #Conflicts:    3173000 | #Constraints:      75114
2175.73/2190.29	c #Conflicts:    3174000 | #Constraints:      76114
2175.73/2190.29	c #Conflicts:    3175000 | #Constraints:      77114
2175.73/2190.29	c #Conflicts:    3176000 | #Constraints:      78114
2175.73/2190.29	c #Conflicts:    3177000 | #Constraints:      79114
2175.73/2190.29	c INPROCESSING
2175.73/2190.29	c GARBAGE COLLECT
2175.73/2190.29	WSVECS04 Frhs2[11]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[20]: 6 -0.937008 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[38]: 6 -1.00037 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[48]: 6 -1.25 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[50]: 6 -2 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[55]: 6 -1.9295 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[56]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[61]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[84]: 6 -0.968504 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[85]: 6 -2 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[89]: 6 0 0.0118111 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[97]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[102]: 6 -0.999634 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[105]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[152]: 6 -2.00591 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[189]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[209]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[210]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[211]: 6 -2 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[246]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[294]: 6 -1.00037 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[303]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[366]: 6 -1.06348 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[393]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[401]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[439]: 6 -3.25591 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[441]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[442]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[449]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[477]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[511]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[537]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[550]: 6 -1.00018 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[552]: 6 -1.00098 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[560]: 6 -1.25 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[561]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[567]: 6 -1.9295 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[592]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[598]: 6 -1.25 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[603]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[622]: 6 -1.06348 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[627]: 6 -1.125 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[632]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[643]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[657]: 6 -1.15625 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[665]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[701]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1032]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1046]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1062]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1069]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1085]: 6 -1.3125 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1090]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1099]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1100]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1130]: 6 -1.0293 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1137]: 6 -1.25 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1139]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1143]: 6 -3.41345 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1179]: 6 -1.6508 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1190]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1209]: 6 -1.26853 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1222]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1269]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1272]: 6 -1.87463 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1273]: 6 -2.25 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1274]: 6 -1 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1278]: 6 -1.3125 0 shouldn't be
2175.73/2190.29	WSVECS04 Frhs2[1296]: 6 -1.23238 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1299]: 6 -0.75 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1303]: 6 -4.25591 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1326]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1327]: 6 -1.25 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1328]: 6 -1.25 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1331]: 6 0 1.05809 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1340]: 6 -0.023623 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1359]: 6 -1.25 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1362]: 6 -2 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1372]: 6 -0.344858 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1377]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1392]: 6 -1.3125 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1394]: 6 -0.937501 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1400]: 6 -1.99852 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1432]: 6 0 1.24409 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1456]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1460]: 6 -0.0118114 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1464]: 6 0 0.244095 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1468]: 6 0 0.77862 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1490]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1497]: 6 -1.98819 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1525]: 6 -1.3125 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1527]: 6 -1.25 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1528]: 6 -0.994095 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1529]: 6 -0.98819 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1558]: 6 -1.31398 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1559]: 6 -2.62795 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1591]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1624]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1655]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1656]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2027]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2032]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2034]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2129]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2150]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2207]: 6 -2.5 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2211]: 6 -7 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2214]: 6 -0.517625 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2242]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2260]: 6 -1.3125 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2308]: 6 -1.3125 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2309]: 6 -1.3125 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2324]: 6 -6.86553 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2325]: 6 -4.86553 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2340]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2417]: 6 -0.25 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2420]: 6 -4 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2454]: 6 -1.33325 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2459]: 6 -1.31252 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2500]: 6 -1.33331 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2501]: 6 -1.33331 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2595]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2621]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2690]: 6 -1.10901 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2692]: 6 -0.968012 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2892]: 6 0 1 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2898]: 6 -1.08938 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2907]: 6 -5.56988 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2929]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[2996]: 6 -5 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3003]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3022]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3062]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3090]: 6 -1.32813 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3272]: 6 -1.25148 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3282]: 6 -4.95276 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3284]: 6 -4.90551 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3367]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3380]: 6 -4.90551 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3458]: 6 -1.08575 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3474]: 6 -31.0472 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3479]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3557]: 6 -3 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3559]: 6 -0.377953 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3563]: 6 -5.48819 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3650]: 6 -0.976378 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3651]: 6 -0.976378 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3658]: 6 -5.09449 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3664]: 6 0 0.778621 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3665]: 6 0 0.77862 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3667]: 6 -4.55724 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3699]: 6 -0.0625003 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3700]: 6 -1.125 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3745]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3750]: 6 -5 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3762]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3794]: 6 -2.15625 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3844]: 6 -0.375001 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3852]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[4053]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[4054]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
2175.73/2190.30	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
2235.94/2251.02	c #Conflicts:    3178000 | #Constraints:      44691
2235.94/2251.02	c #Conflicts:    3179000 | #Constraints:      45692
2235.94/2251.02	c #Conflicts:    3180000 | #Constraints:      46692
2235.94/2251.02	c #Conflicts:    3181000 | #Constraints:      47692
2235.94/2251.02	c #Conflicts:    3182000 | #Constraints:      48692
2235.94/2251.02	c #Conflicts:    3183000 | #Constraints:      49692
2235.94/2251.02	c #Conflicts:    3184000 | #Constraints:      50692
2235.94/2251.02	c #Conflicts:    3185000 | #Constraints:      51692
2235.94/2251.02	c #Conflicts:    3186000 | #Constraints:      52692
2235.94/2251.02	c #Conflicts:    3187000 | #Constraints:      53692
2235.94/2251.02	c #Conflicts:    3188000 | #Constraints:      54692
2235.94/2251.02	c #Conflicts:    3189000 | #Constraints:      55692
2235.94/2251.02	c #Conflicts:    3190000 | #Constraints:      56693
2235.94/2251.02	c #Conflicts:    3191000 | #Constraints:      57693
2235.94/2251.02	c #Conflicts:    3192000 | #Constraints:      58693
2235.94/2251.02	c #Conflicts:    3193000 | #Constraints:      59693
2235.94/2251.02	c #Conflicts:    3194000 | #Constraints:      60693
2235.94/2251.02	c #Conflicts:    3195000 | #Constraints:      61694
2235.94/2251.02	c #Conflicts:    3196000 | #Constraints:      62697
2235.94/2251.02	c #Conflicts:    3197000 | #Constraints:      63699
2235.94/2251.02	c #Conflicts:    3198000 | #Constraints:      64768
2235.94/2251.02	c #Conflicts:    3199000 | #Constraints:      65769
2235.94/2251.02	c #Conflicts:    3200000 | #Constraints:      66772
2235.94/2251.02	c #Conflicts:    3201000 | #Constraints:      67774
2235.94/2251.02	c #Conflicts:    3202000 | #Constraints:      68775
2235.94/2251.02	c #Conflicts:    3203000 | #Constraints:      69775
2235.94/2251.02	c #Conflicts:    3204000 | #Constraints:      70776
2235.94/2251.02	c #Conflicts:    3205000 | #Constraints:      71776
2235.94/2251.02	c #Conflicts:    3206000 | #Constraints:      72778
2235.94/2251.02	c #Conflicts:    3207000 | #Constraints:      73778
2235.94/2251.02	c #Conflicts:    3208000 | #Constraints:      74778
2235.94/2251.02	c #Conflicts:    3209000 | #Constraints:      75778
2235.94/2251.02	c #Conflicts:    3210000 | #Constraints:      76778
2235.94/2251.02	c #Conflicts:    3211000 | #Constraints:      77778
2235.94/2251.02	c #Conflicts:    3212000 | #Constraints:      78778
2235.94/2251.02	c #Conflicts:    3213000 | #Constraints:      79778
2235.94/2251.02	c INPROCESSING
2235.94/2251.02	c GARBAGE COLLECT
2235.94/2251.02	c #Conflicts:    3214000 | #Constraints:      45100
2235.94/2251.02	c #Conflicts:    3215000 | #Constraints:      46100
2235.94/2251.02	c #Conflicts:    3216000 | #Constraints:      47100
2235.94/2251.02	c #Conflicts:    3217000 | #Constraints:      48100
2235.94/2251.02	c #Conflicts:    3218000 | #Constraints:      49100
2235.94/2251.02	c #Conflicts:    3219000 | #Constraints:      50100
2235.94/2251.02	c #Conflicts:    3220000 | #Constraints:      51100
2235.94/2251.02	c #Conflicts:    3221000 | #Constraints:      52100
2235.94/2251.02	c #Conflicts:    3222000 | #Constraints:      53100
2235.94/2251.02	c #Conflicts:    3223000 | #Constraints:      54100
2235.94/2251.02	c #Conflicts:    3224000 | #Constraints:      55100
2235.94/2251.02	c #Conflicts:    3225000 | #Constraints:      56100
2235.94/2251.02	c #Conflicts:    3226000 | #Constraints:      57100
2235.94/2251.02	c #Conflicts:    3227000 | #Constraints:      58100
2235.94/2251.02	c #Conflicts:    3228000 | #Constraints:      59100
2235.94/2251.02	c #Conflicts:    3229000 | #Constraints:      60100
2235.94/2251.02	c #Conflicts:    3230000 | #Constraints:      61100
2235.94/2251.02	c #Conflicts:    3231000 | #Constraints:      62100
2235.94/2251.02	c #Conflicts:    3232000 | #Constraints:      63100
2235.94/2251.02	c #Conflicts:    3233000 | #Constraints:      64100
2235.94/2251.02	c #Conflicts:    3234000 | #Constraints:      65100
2235.94/2251.02	c #Conflicts:    3235000 | #Constraints:      66101
2235.94/2251.02	c #Conflicts:    3236000 | #Constraints:      67101
2235.94/2251.02	c #Conflicts:    3237000 | #Constraints:      68101
2235.94/2251.02	c #Conflicts:    3238000 | #Constraints:      69101
2235.94/2251.02	c #Conflicts:    3239000 | #Constraints:      70101
2235.94/2251.02	c #Conflicts:    3240000 | #Constraints:      71101
2235.94/2251.02	c #Conflicts:    3241000 | #Constraints:      72101
2235.94/2251.02	c #Conflicts:    3242000 | #Constraints:      73102
2235.94/2251.02	c #Conflicts:    3243000 | #Constraints:      74102
2235.94/2251.02	c #Conflicts:    3244000 | #Constraints:      75102
2235.94/2251.02	c #Conflicts:    3245000 | #Constraints:      76102
2235.94/2251.02	c #Conflicts:    3246000 | #Constraints:      77102
2235.94/2251.02	c #Conflicts:    3247000 | #Constraints:      78102
2235.94/2251.02	c #Conflicts:    3248000 | #Constraints:      79102
2235.94/2251.02	c #Conflicts:    3249000 | #Constraints:      80102
2235.94/2251.02	c INPROCESSING
2235.94/2251.02	c GARBAGE COLLECT
2235.94/2251.02	WSVECS04 Frhs2[1]: 6 -9.85893 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[19]: 6 -0.989729 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[32]: 6 -0.930148 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[54]: 6 -0.925306 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[84]: 6 -6866.03 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[99]: 6 -0.246139 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[116]: 6 -0.970578 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[134]: 6 -1.10811 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[139]: 6 -0.340183 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[148]: 6 0 6869.59 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[157]: 6 -2.39358 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[161]: 6 -1.21562 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[172]: 6 -0.7476 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[181]: 6 -13742.2 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[187]: 6 -1.97864 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[194]: 6 -0.240239 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[236]: 6 -0.997276 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[250]: 6 -0.930676 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[257]: 6 -9.35892 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[265]: 6 -0.839879 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[273]: 6 -0.923395 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[280]: 6 -0.968376 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[300]: 6 0 0.00376753 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[310]: 6 -0.93881 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[327]: 6 -0.179312 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[370]: 6 -0.992893 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[374]: 6 -0.976646 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[394]: 6 -13.2086 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[417]: 6 -9.70835 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[435]: 6 -0.971541 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[446]: 6 -0.976224 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[451]: 6 0 1.03954 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[465]: 6 -859.812 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[470]: 6 -0.935346 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[481]: 6 -3.83844 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[491]: 6 0 0.360315 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[500]: 6 -6871.58 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[513]: 6 -1.21916 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[527]: 6 -0.968673 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[547]: 6 -0.911124 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[548]: 6 -3.60899 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[551]: 6 -1.47791 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[556]: 6 0 0.313421 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[568]: 6 -0.923063 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[574]: 6 0 0.487902 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[587]: 6 0 0.371267 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[610]: 6 -9.08912 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[611]: 6 -1.39877 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[639]: 6 0 0.863872 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[642]: 6 -1.50601 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[644]: 6 -0.929671 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[675]: 6 -0.91653 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[679]: 6 -0.0420693 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1079]: 6 -1.23008 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1085]: 6 -0.615667 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1094]: 6 -0.951579 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1111]: 6 -0.99564 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1126]: 6 -1.27896 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1139]: 6 -0.925965 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1170]: 6 -5153.94 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1177]: 6 -0.775618 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1250]: 6 -1.24599 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1264]: 6 -0.944569 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1292]: 6 -0.99798 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1296]: 6 -1.00456 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1361]: 6 -0.998444 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1372]: 6 -0.0152556 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1391]: 6 -0.750103 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1405]: 6 -1.74855 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1407]: 6 -0.475319 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1441]: 6 -0.374766 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1446]: 6 -0.247615 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1453]: 6 -0.998403 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1467]: 6 -0.912999 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1475]: 6 -1.68999 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1477]: 6 -1.42383 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1488]: 6 -0.997973 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1519]: 6 -0.998903 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1544]: 6 -0.765236 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1645]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1656]: 6 -1.04403 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1937]: 6 -0.962107 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1945]: 6 -2.28372 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[1985]: 6 -1.23553 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2023]: 6 -0.995966 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2026]: 6 -0.995731 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2027]: 6 -1.00153 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2029]: 6 -1.00982 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2031]: 6 -0.952174 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2033]: 6 -0.995471 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2035]: 6 -0.995577 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2037]: 6 -0.995364 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2094]: 6 -4.95396 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2098]: 6 -2.20315 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2114]: 6 -1.01226 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2117]: 6 -0.975483 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2120]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2133]: 6 -0.997263 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2136]: 6 -0.0822273 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2165]: 6 -0.999652 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2169]: 6 -1.00003 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2180]: 6 0 32.443 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2196]: 6 -0.777543 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2204]: 6 -1.011 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2207]: 6 -0.982891 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2212]: 6 -0.981055 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2215]: 6 -0.995297 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2222]: 6 -0.999983 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2228]: 6 -1.03164 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2230]: 6 -1.06704 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2232]: 6 -0.865931 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2234]: 6 -0.73186 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2272]: 6 -0.995438 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2299]: 6 -645.113 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2309]: 6 -0.987537 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2311]: 6 -41224.5 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2315]: 6 -164895 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2318]: 6 -1.00006 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2320]: 6 -665223 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2408]: 6 -1.00038 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2412]: 6 -0.998483 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2420]: 6 -1.27778 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2423]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2436]: 6 -1.03303 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2459]: 6 -0.631825 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2470]: 6 0 7.25237 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2493]: 6 -0.90247 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2532]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2538]: 6 -1.25004 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2572]: 6 -0.0722613 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2576]: 6 -1.25 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2584]: 6 -0.992671 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2590]: 6 -0.99058 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2591]: 6 -0.990581 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2611]: 6 -0.999682 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2684]: 6 -0.500005 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2690]: 6 -1.00004 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2692]: 6 -1.00008 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2735]: 6 -0.999995 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2736]: 6 -0.949085 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2759]: 6 -0.750001 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2854]: 6 -2.5 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2858]: 6 -1.2167 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2872]: 6 -0.999804 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2873]: 6 -0.999804 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2895]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2910]: 6 -5 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2967]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2970]: 6 -0.999988 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2987]: 6 -0.999948 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[2996]: 6 -0.999265 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3001]: 6 -2.51259 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3004]: 6 -0.947072 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3079]: 6 -0.999859 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3101]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3103]: 6 -0.909196 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3142]: 6 0 1.00001 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3151]: 6 -0.999858 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3161]: 6 -0.999997 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3164]: 6 -0.982125 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3168]: 6 -0.992056 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3169]: 6 -0.99353 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3194]: 6 -5 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3263]: 6 -0.999996 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3266]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3272]: 6 -0.986716 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3285]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3288]: 6 -1.4637 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3331]: 6 -2.90799 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3333]: 6 -0.839463 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3342]: 6 0 0.952258 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3351]: 6 -0.999994 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3355]: 6 -0.999974 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3359]: 6 -0.999894 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3382]: 6 -0.910753 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3384]: 6 -0.739901 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3385]: 6 -0.285103 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3386]: 6 0 0.796504 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3413]: 6 -1.00001 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3430]: 6 0 1.02359 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3431]: 6 -0.933266 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3433]: 6 -0.899969 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3437]: 6 -1.06103 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3445]: 6 -0.499956 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3456]: 6 -0.986931 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3467]: 6 -0.994763 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3476]: 6 -0.832392 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3514]: 6 -1.48614 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3516]: 6 -1.01019 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3524]: 6 -0.763009 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3526]: 6 -0.483052 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3528]: 6 -0.936722 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3531]: 6 -0.795378 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3534]: 6 -1.1852 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3538]: 6 -0.999457 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3544]: 6 -0.989295 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3545]: 6 -0.989295 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3551]: 6 -0.501383 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3562]: 6 -1.00143 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3594]: 6 -0.955836 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3607]: 6 -1.00044 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3624]: 6 -2.93016 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3626]: 6 -1.27113 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3629]: 6 -2.9838 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3631]: 6 -0.89731 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3642]: 6 -0.999881 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3646]: 6 -0.999893 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3685]: 6 -0.811851 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3699]: 6 -0.904796 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3723]: 6 -1.00429 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3726]: 6 -0.978013 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3736]: 6 -1.013 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3738]: 6 -1.02098 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3739]: 6 -0.994489 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3742]: 6 -0.914183 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3745]: 6 -0.944284 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3751]: 6 -1.00012 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3754]: 6 -0.609433 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3783]: 6 -0.986104 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3795]: 6 -1.24998 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3811]: 6 -1.96998 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3820]: 6 0 0.949247 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3822]: 6 -0.999949 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3826]: 6 -0.99938 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3829]: 6 -0.999912 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3832]: 6 -0.986069 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3841]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3848]: 6 -0.993012 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3849]: 6 -0.997557 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3853]: 6 -0.998204 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3856]: 6 -0.999579 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3860]: 6 -1.02 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3861]: 6 -0.994386 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3865]: 6 -0.911021 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3867]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3890]: 6 -1.00191 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3906]: 6 -0.99984 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3913]: 6 -0.997777 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3917]: 6 -1.00862 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3930]: 6 -0.99952 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3940]: 6 -0.728316 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3944]: 6 -0.982226 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3946]: 6 -0.999754 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3950]: 6 -1.00401 0 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3956]: 6 0 29.8639 shouldn't be
2235.94/2251.02	WSVECS04 Frhs2[3964]: 6 -4.9933 0 shouldn't be
2286.86/2302.49	c #Conflicts:    3250000 | #Constraints:      45251
2286.86/2302.49	c #Conflicts:    3251000 | #Constraints:      46251
2286.86/2302.49	c #Conflicts:    3252000 | #Constraints:      47251
2286.86/2302.49	c #Conflicts:    3253000 | #Constraints:      48251
2286.86/2302.49	c #Conflicts:    3254000 | #Constraints:      49251
2286.86/2302.49	c #Conflicts:    3255000 | #Constraints:      50251
2286.86/2302.49	c #Conflicts:    3256000 | #Constraints:      51251
2286.86/2302.49	c #Conflicts:    3257000 | #Constraints:      52251
2286.86/2302.49	c #Conflicts:    3258000 | #Constraints:      53251
2286.86/2302.49	c #Conflicts:    3259000 | #Constraints:      54251
2286.86/2302.49	c #Conflicts:    3260000 | #Constraints:      55251
2286.86/2302.49	c #Conflicts:    3261000 | #Constraints:      56251
2286.86/2302.49	c #Conflicts:    3262000 | #Constraints:      57251
2286.86/2302.49	c #Conflicts:    3263000 | #Constraints:      58251
2286.86/2302.49	c #Conflicts:    3264000 | #Constraints:      59251
2286.86/2302.49	c #Conflicts:    3265000 | #Constraints:      60251
2286.86/2302.49	c #Conflicts:    3266000 | #Constraints:      61251
2286.86/2302.49	c #Conflicts:    3267000 | #Constraints:      62251
2286.86/2302.49	c #Conflicts:    3268000 | #Constraints:      63251
2286.86/2302.49	c #Conflicts:    3269000 | #Constraints:      64251
2286.86/2302.49	c #Conflicts:    3270000 | #Constraints:      65251
2286.86/2302.49	c #Conflicts:    3271000 | #Constraints:      66251
2286.86/2302.49	c #Conflicts:    3272000 | #Constraints:      67253
2286.86/2302.49	c #Conflicts:    3273000 | #Constraints:      68253
2286.86/2302.49	c #Conflicts:    3274000 | #Constraints:      69253
2286.86/2302.49	c #Conflicts:    3275000 | #Constraints:      70253
2286.86/2302.49	c #Conflicts:    3276000 | #Constraints:      71253
2286.86/2302.49	c #Conflicts:    3277000 | #Constraints:      72253
2286.86/2302.49	c #Conflicts:    3278000 | #Constraints:      73253
2286.86/2302.49	c #Conflicts:    3279000 | #Constraints:      74253
2286.86/2302.49	c #Conflicts:    3280000 | #Constraints:      75253
2286.86/2302.49	c #Conflicts:    3281000 | #Constraints:      76253
2286.86/2302.49	c #Conflicts:    3282000 | #Constraints:      77253
2286.86/2302.49	c #Conflicts:    3283000 | #Constraints:      78253
2286.86/2302.49	c #Conflicts:    3284000 | #Constraints:      79253
2286.86/2302.49	c #Conflicts:    3285000 | #Constraints:      80253
2286.86/2302.49	c INPROCESSING
2286.86/2302.49	c GARBAGE COLLECT
2286.86/2302.49	c #Conflicts:    3286000 | #Constraints:      45271
2286.86/2302.49	c #Conflicts:    3287000 | #Constraints:      46271
2286.86/2302.49	c #Conflicts:    3288000 | #Constraints:      47271
2286.86/2302.49	c #Conflicts:    3289000 | #Constraints:      48272
2286.86/2302.49	c #Conflicts:    3290000 | #Constraints:      49272
2286.86/2302.49	c #Conflicts:    3291000 | #Constraints:      50272
2286.86/2302.49	c #Conflicts:    3292000 | #Constraints:      51272
2286.86/2302.49	c #Conflicts:    3293000 | #Constraints:      52272
2286.86/2302.49	c #Conflicts:    3294000 | #Constraints:      53272
2286.86/2302.49	c #Conflicts:    3295000 | #Constraints:      54272
2286.86/2302.49	c #Conflicts:    3296000 | #Constraints:      55272
2286.86/2302.49	c #Conflicts:    3297000 | #Constraints:      56273
2286.86/2302.49	c #Conflicts:    3298000 | #Constraints:      57273
2286.86/2302.49	c #Conflicts:    3299000 | #Constraints:      58273
2286.86/2302.49	c #Conflicts:    3300000 | #Constraints:      59273
2286.86/2302.49	c #Conflicts:    3301000 | #Constraints:      60273
2286.86/2302.49	c #Conflicts:    3302000 | #Constraints:      61273
2286.86/2302.49	c #Conflicts:    3303000 | #Constraints:      62273
2286.86/2302.49	c #Conflicts:    3304000 | #Constraints:      63273
2286.86/2302.49	c #Conflicts:    3305000 | #Constraints:      64273
2286.86/2302.49	c #Conflicts:    3306000 | #Constraints:      65273
2286.86/2302.49	c #Conflicts:    3307000 | #Constraints:      66273
2286.86/2302.49	c #Conflicts:    3308000 | #Constraints:      67273
2286.86/2302.49	c #Conflicts:    3309000 | #Constraints:      68273
2286.86/2302.49	c #Conflicts:    3310000 | #Constraints:      69273
2286.86/2302.49	c #Conflicts:    3311000 | #Constraints:      70273
2286.86/2302.49	c #Conflicts:    3312000 | #Constraints:      71273
2286.86/2302.49	c #Conflicts:    3313000 | #Constraints:      72273
2286.86/2302.49	c #Conflicts:    3314000 | #Constraints:      73274
2286.86/2302.49	c #Conflicts:    3315000 | #Constraints:      74274
2286.86/2302.49	c #Conflicts:    3316000 | #Constraints:      75274
2286.86/2302.49	c #Conflicts:    3317000 | #Constraints:      76274
2286.86/2302.49	c #Conflicts:    3318000 | #Constraints:      77274
2286.86/2302.49	c #Conflicts:    3319000 | #Constraints:      78274
2286.86/2302.49	c #Conflicts:    3320000 | #Constraints:      79274
2286.86/2302.49	c #Conflicts:    3321000 | #Constraints:      80274
2286.86/2302.49	c INPROCESSING
2286.86/2302.49	c GARBAGE COLLECT
2286.86/2302.49	c #Conflicts:    3322000 | #Constraints:      45055
2286.86/2302.49	c #Conflicts:    3323000 | #Constraints:      46056
2286.86/2302.49	c #Conflicts:    3324000 | #Constraints:      47056
2286.86/2302.49	c #Conflicts:    3325000 | #Constraints:      48056
2286.86/2302.49	c #Conflicts:    3326000 | #Constraints:      49056
2286.86/2302.49	c #Conflicts:    3327000 | #Constraints:      50056
2292.14/2307.75	c #Conflicts:    3328000 | #Constraints:      51056
2292.14/2307.75	c #Conflicts:    3329000 | #Constraints:      52057
2292.14/2307.75	c #Conflicts:    3330000 | #Constraints:      53057
2292.14/2307.75	c #Conflicts:    3331000 | #Constraints:      54057
2292.14/2307.75	c #Conflicts:    3332000 | #Constraints:      55057
2292.14/2307.75	c #Conflicts:    3333000 | #Constraints:      56057
2292.14/2307.75	c #Conflicts:    3334000 | #Constraints:      57057
2292.14/2307.75	WSVECS04 Frhs2[10]: 6 -2.94109 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[11]: 6 -0.650932 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[44]: 6 -2245.39 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[45]: 6 -1.56381 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[71]: 6 -2.43842 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[72]: 6 -4.27378 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[75]: 6 -10848.1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[96]: 6 -1.61115 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[97]: 6 -17.3172 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[99]: 6 -2.12417 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[105]: 6 -0.734505 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[107]: 6 -1.30548 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[109]: 6 -1.40307 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[134]: 6 0 67.9291 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[156]: 6 -1.59135 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[161]: 6 -18.4008 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[167]: 6 0 69.9245 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[198]: 6 -3.92564 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[199]: 6 0 70.4878 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[230]: 6 -8.54791 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[256]: 6 0 0.193364 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[263]: 6 0 69.7182 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[266]: 6 -0.830781 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[288]: 6 -19.1265 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[292]: 6 -1.49426 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[295]: 6 -0.875035 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[327]: 6 0 67.4434 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[328]: 6 -0.668045 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[359]: 6 -2.41594 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[423]: 6 -0.300154 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[426]: 6 -4489.94 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[428]: 6 -0.970049 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[429]: 6 -563.337 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[433]: 6 -0.846496 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[443]: 6 -0.872556 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[452]: 6 -1.36668 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[453]: 6 -52.131 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[455]: 6 -0.875035 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[463]: 6 -0.834157 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[518]: 6 -142.309 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[545]: 6 0 0.75803 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[548]: 6 0 4.4118 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[558]: 6 -1.0761 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[577]: 6 -8.31842 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[579]: 6 -26.5691 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[582]: 6 -5.82865 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[591]: 6 0 0.060712 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[604]: 6 0 6.81753 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[613]: 6 -71.1387 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[617]: 6 -0.776289 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[672]: 6 0 0.249046 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[673]: 6 -19.1399 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[678]: 6 -0.998215 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[679]: 6 0 69.388 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[877]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[968]: 6 -0.999945 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1035]: 6 -17956.9 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1052]: 6 -12.9212 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1060]: 6 0 0.243783 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1087]: 6 -0.560539 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1090]: 6 -1.224 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1099]: 6 -1.01209 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1144]: 6 -0.996089 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1149]: 6 -28.6202 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1153]: 6 -0.65563 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1154]: 6 0 0.482389 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1157]: 6 0 1.24465 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1165]: 6 0 0.192363 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1177]: 6 -4.66102 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1218]: 6 -1.25 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1223]: 6 -0.996551 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1233]: 6 -0.44286 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1240]: 6 -1.3125 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1250]: 6 -19.4148 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1251]: 6 0 1.47929 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1253]: 6 -1.00147 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1254]: 6 -1.15503 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1255]: 6 -0.949035 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1259]: 6 -0.924776 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1263]: 6 -0.75 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1292]: 6 -1.80389 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1293]: 6 -2.18306 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1306]: 6 -1.00512 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1314]: 6 -4.08058 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1315]: 6 -2.917 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1316]: 6 -0.960651 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1318]: 6 -0.953498 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1321]: 6 -1.07893 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1346]: 6 -1.38581 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1347]: 6 -0.181217 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1351]: 6 -4.26427 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1353]: 6 -9.91528 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1361]: 6 -0.257975 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1379]: 6 -0.999997 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1381]: 6 -6.19448 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1382]: 6 -0.829846 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1383]: 6 -5.39385 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1387]: 6 -9.64623 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1388]: 6 -0.920058 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1389]: 6 -0.426056 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1390]: 6 -0.867247 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1412]: 6 0 3.60879 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1418]: 6 -1.78748 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1441]: 6 -0.727163 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1448]: 6 0 1.58871 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1449]: 6 -2.45308 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1450]: 6 0 0.340704 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1478]: 6 -1.63697 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1479]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1510]: 6 -0.394892 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1513]: 6 -0.87617 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1538]: 6 0 0.274555 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1543]: 6 -4.97241 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1546]: 6 -0.770748 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1611]: 6 -0.129641 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1709]: 6 -0.892389 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1889]: 6 -1.32088 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1920]: 6 -0.66722 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1921]: 6 0 7.62516 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[1993]: 6 -1.00024 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2012]: 6 -0.896214 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2014]: 6 -1.06031 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2023]: 6 -0.5 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2045]: 6 -1.25 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2087]: 6 -1.00126 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2090]: 6 -0.999697 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2114]: 6 0 0.846457 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2119]: 6 -0.0472037 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2184]: 6 0 31.0745 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2191]: 6 0 2246.51 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2192]: 6 -0.78257 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2197]: 6 -0.994232 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2199]: 6 -1.0011 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2241]: 6 -0.968783 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2243]: 6 -14.4177 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2288]: 6 0 6.49346 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2292]: 6 0 1.89637 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2293]: 6 -0.745945 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2303]: 6 -1.00592 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2310]: 6 0 0.992188 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2320]: 6 -4.65466 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2349]: 6 -1.48801 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2378]: 6 -1.04743 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2379]: 6 -1.04743 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2385]: 6 -0.620536 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2422]: 6 0 3.16042 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2427]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2434]: 6 -0.853362 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2443]: 6 -1.0142 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2461]: 6 -0.569517 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2471]: 6 -1.00089 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2475]: 6 -1.00358 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2490]: 6 -0.134303 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2513]: 6 -1.33203 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2522]: 6 -1.875 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2526]: 6 -2.5 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2541]: 6 -0.286553 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2574]: 6 -0.819161 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2584]: 6 -0.90715 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2586]: 6 -1.95391 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2621]: 6 -0.75 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2630]: 6 -0.817028 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2631]: 6 -1.03305 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2669]: 6 -0.987006 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2680]: 6 -3.21495 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2684]: 6 -5.22486 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2689]: 6 -0.110677 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2701]: 6 -3.64062 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2704]: 6 0 2 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2707]: 6 -2 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2711]: 6 -2 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2721]: 6 -0.828205 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2727]: 6 -1.73449 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2735]: 6 -0.999931 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2742]: 6 -1.22643 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2752]: 6 -0.00755885 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2780]: 6 -0.999862 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2858]: 6 -2.85535 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2859]: 6 -2.85535 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2866]: 6 -17.3435 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2878]: 6 -0.368456 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2958]: 6 -0.999858 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2960]: 6 -1.00028 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2965]: 6 -3 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2970]: 6 0 1 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[2977]: 6 0 0.498356 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3010]: 6 -1.04043 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3012]: 6 -0.91469 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3039]: 6 -1.01486 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3041]: 6 -5.20708 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3053]: 6 -1.00001 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3061]: 6 -1.00018 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3108]: 6 -3.5507 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3136]: 6 -1.25 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3160]: 6 -1.84365 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3215]: 6 -1.21654 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3232]: 6 -0.904597 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3257]: 6 -0.999939 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3293]: 6 -1.25 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3334]: 6 -73.4217 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3338]: 6 -3.31069 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3343]: 6 -0.999995 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3446]: 6 -14.8319 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3491]: 6 -10.4843 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3494]: 6 -4.5927 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3521]: 6 -1.36264 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3537]: 6 -0.99988 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3540]: 6 -8.95182e-07 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3543]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3624]: 6 -10.2908 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3637]: 6 -0.766672 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3647]: 6 -2.87522 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3688]: 6 -0.991911 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3713]: 6 -9.19952 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3721]: 6 -12.7289 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3724]: 6 -0.998854 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3734]: 6 -0.917642 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3809]: 6 -0.435415 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3810]: 6 0 0.129172 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3813]: 6 -0.89176 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3821]: 6 -1.01018 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3832]: 6 -2.0006 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3883]: 6 -0.666919 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3914]: 6 -0.996429 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3917]: 6 -1.00459 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3919]: 6 -3.09788 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3927]: 6 -0.151021 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3929]: 6 -0.785876 0 shouldn't be
2292.14/2307.75	WSVECS04 Frhs2[3967]: 6 -0.500001 0 shouldn't be
2344.99/2361.06	c #Conflicts:    3335000 | #Constraints:      58057
2344.99/2361.06	c #Conflicts:    3336000 | #Constraints:      59057
2344.99/2361.06	c #Conflicts:    3337000 | #Constraints:      60057
2344.99/2361.06	c #Conflicts:    3338000 | #Constraints:      61057
2344.99/2361.06	c #Conflicts:    3339000 | #Constraints:      62057
2344.99/2361.06	c #Conflicts:    3340000 | #Constraints:      63057
2344.99/2361.06	c #Conflicts:    3341000 | #Constraints:      64057
2344.99/2361.06	c #Conflicts:    3342000 | #Constraints:      65057
2344.99/2361.06	c #Conflicts:    3343000 | #Constraints:      66057
2344.99/2361.06	c #Conflicts:    3344000 | #Constraints:      67057
2344.99/2361.06	c #Conflicts:    3345000 | #Constraints:      68057
2344.99/2361.06	c #Conflicts:    3346000 | #Constraints:      69057
2344.99/2361.06	c #Conflicts:    3347000 | #Constraints:      70057
2344.99/2361.06	c #Conflicts:    3348000 | #Constraints:      71057
2344.99/2361.06	c #Conflicts:    3349000 | #Constraints:      72057
2344.99/2361.06	c #Conflicts:    3350000 | #Constraints:      73057
2344.99/2361.06	c #Conflicts:    3351000 | #Constraints:      74057
2344.99/2361.06	c #Conflicts:    3352000 | #Constraints:      75057
2344.99/2361.06	c #Conflicts:    3353000 | #Constraints:      76057
2344.99/2361.06	c #Conflicts:    3354000 | #Constraints:      77057
2344.99/2361.06	c #Conflicts:    3355000 | #Constraints:      78057
2344.99/2361.06	c #Conflicts:    3356000 | #Constraints:      79057
2344.99/2361.06	c #Conflicts:    3357000 | #Constraints:      80057
2344.99/2361.06	c #Conflicts:    3358000 | #Constraints:      81057
2344.99/2361.06	c INPROCESSING
2344.99/2361.06	c GARBAGE COLLECT
2344.99/2361.06	c #Conflicts:    3359000 | #Constraints:      45673
2344.99/2361.06	c #Conflicts:    3360000 | #Constraints:      46673
2344.99/2361.06	c #Conflicts:    3361000 | #Constraints:      47673
2344.99/2361.06	c #Conflicts:    3362000 | #Constraints:      48673
2344.99/2361.06	c #Conflicts:    3363000 | #Constraints:      49673
2344.99/2361.06	c #Conflicts:    3364000 | #Constraints:      50673
2344.99/2361.06	c #Conflicts:    3365000 | #Constraints:      51673
2344.99/2361.06	c #Conflicts:    3366000 | #Constraints:      52673
2344.99/2361.06	c #Conflicts:    3367000 | #Constraints:      53673
2344.99/2361.06	c #Conflicts:    3368000 | #Constraints:      54673
2344.99/2361.06	c #Conflicts:    3369000 | #Constraints:      55673
2344.99/2361.06	c #Conflicts:    3370000 | #Constraints:      56673
2344.99/2361.06	c #Conflicts:    3371000 | #Constraints:      57673
2344.99/2361.06	c #Conflicts:    3372000 | #Constraints:      58673
2344.99/2361.06	c #Conflicts:    3373000 | #Constraints:      59673
2344.99/2361.06	c #Conflicts:    3374000 | #Constraints:      60673
2344.99/2361.06	c #Conflicts:    3375000 | #Constraints:      61673
2344.99/2361.06	c #Conflicts:    3376000 | #Constraints:      62673
2344.99/2361.06	c #Conflicts:    3377000 | #Constraints:      63673
2344.99/2361.06	c #Conflicts:    3378000 | #Constraints:      64673
2344.99/2361.06	c #Conflicts:    3379000 | #Constraints:      65673
2344.99/2361.06	c #Conflicts:    3380000 | #Constraints:      66673
2344.99/2361.06	c #Conflicts:    3381000 | #Constraints:      67674
2344.99/2361.06	c #Conflicts:    3382000 | #Constraints:      68674
2344.99/2361.06	c #Conflicts:    3383000 | #Constraints:      69674
2344.99/2361.06	c #Conflicts:    3384000 | #Constraints:      70674
2344.99/2361.06	c #Conflicts:    3385000 | #Constraints:      71674
2344.99/2361.06	c #Conflicts:    3386000 | #Constraints:      72674
2344.99/2361.06	c #Conflicts:    3387000 | #Constraints:      73674
2344.99/2361.06	c #Conflicts:    3388000 | #Constraints:      74674
2344.99/2361.06	c #Conflicts:    3389000 | #Constraints:      75674
2344.99/2361.06	c #Conflicts:    3390000 | #Constraints:      76674
2344.99/2361.06	c #Conflicts:    3391000 | #Constraints:      77674
2344.99/2361.06	c #Conflicts:    3392000 | #Constraints:      78674
2344.99/2361.06	c #Conflicts:    3393000 | #Constraints:      79674
2344.99/2361.06	c #Conflicts:    3394000 | #Constraints:      80674
2344.99/2361.06	c #Conflicts:    3395000 | #Constraints:      81674
2344.99/2361.06	c INPROCESSING
2344.99/2361.06	c GARBAGE COLLECT
2344.99/2361.06	c #Conflicts:    3396000 | #Constraints:      46108
2344.99/2361.06	c #Conflicts:    3397000 | #Constraints:      47108
2344.99/2361.06	c #Conflicts:    3398000 | #Constraints:      48108
2344.99/2361.06	c #Conflicts:    3399000 | #Constraints:      49108
2344.99/2361.06	c #Conflicts:    3400000 | #Constraints:      50108
2344.99/2361.06	c #Conflicts:    3401000 | #Constraints:      51108
2344.99/2361.06	c #Conflicts:    3402000 | #Constraints:      52108
2344.99/2361.06	c #Conflicts:    3403000 | #Constraints:      53108
2344.99/2361.06	c #Conflicts:    3404000 | #Constraints:      54109
2344.99/2361.06	c #Conflicts:    3405000 | #Constraints:      55109
2344.99/2361.06	c #Conflicts:    3406000 | #Constraints:      56109
2344.99/2361.06	c #Conflicts:    3407000 | #Constraints:      57109
2344.99/2361.06	c #Conflicts:    3408000 | #Constraints:      58109
2344.99/2361.06	c #Conflicts:    3409000 | #Constraints:      59109
2344.99/2361.06	c #Conflicts:    3410000 | #Constraints:      60109
2344.99/2361.06	c #Conflicts:    3411000 | #Constraints:      61347
2344.99/2361.06	c #Conflicts:    3412000 | #Constraints:      62885
2379.57/2395.84	c #Conflicts:    3413000 | #Constraints:      64405
2379.57/2395.84	c #Conflicts:    3414000 | #Constraints:      65923
2379.57/2395.84	c #Conflicts:    3415000 | #Constraints:      67442
2379.57/2395.84	c #Conflicts:    3416000 | #Constraints:      68965
2379.57/2395.84	c #Conflicts:    3417000 | #Constraints:      70468
2379.57/2395.84	c #Conflicts:    3418000 | #Constraints:      71956
2379.57/2395.84	c #Conflicts:    3419000 | #Constraints:      73474
2379.57/2395.84	c #Conflicts:    3420000 | #Constraints:      74977
2379.57/2395.84	c #Conflicts:    3421000 | #Constraints:      76497
2379.57/2395.84	c #Conflicts:    3422000 | #Constraints:      77990
2379.57/2395.84	c #Conflicts:    3423000 | #Constraints:      79497
2379.57/2395.84	c #Conflicts:    3424000 | #Constraints:      81007
2379.57/2395.84	c #Conflicts:    3425000 | #Constraints:      82503
2379.57/2395.84	c #Conflicts:    3426000 | #Constraints:      84015
2379.57/2395.84	c #Conflicts:    3427000 | #Constraints:      85554
2379.57/2395.84	c #Conflicts:    3428000 | #Constraints:      87073
2379.57/2395.84	c #Conflicts:    3429000 | #Constraints:      88598
2379.57/2395.84	c #Conflicts:    3430000 | #Constraints:      90116
2379.57/2395.84	c #Conflicts:    3431000 | #Constraints:      91655
2379.57/2395.84	c #Conflicts:    3432000 | #Constraints:      93173
2379.57/2395.84	c INPROCESSING
2379.57/2395.84	c GARBAGE COLLECT
2379.57/2395.84	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[4]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[16]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[23]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[30]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[33]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[39]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[53]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[61]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[62]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[65]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[69]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[72]: 6 -33 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[84]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[87]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[94]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[95]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[122]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[136]: 6 -3.25005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[139]: 6 -1.00396 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[153]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[167]: 6 -1.00079 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[184]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[213]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[226]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[228]: 6 -1.33311 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[232]: 6 -1.32817 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[251]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[252]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[260]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[267]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[273]: 6 -2.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[276]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[277]: 6 -2.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[279]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[281]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[292]: 6 -1.25034 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[310]: 6 -1.66674 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[317]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[322]: 6 -2.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[326]: 6 -1.00074 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[328]: 6 -65.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[343]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[361]: 6 0 0.0781482 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[369]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[371]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[372]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[377]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[386]: 6 -1.17581 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[390]: 6 -17.1563 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[397]: 6 -1.02353 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[405]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[417]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[420]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[421]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[425]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[427]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[436]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[437]: 6 -2.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[439]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[440]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[442]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[446]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[451]: 6 -0.500096 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[455]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[457]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[468]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[469]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[470]: 6 -1.66672 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[476]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[481]: 6 -1.32816 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[485]: 6 -1.2501 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[488]: 6 -65.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[498]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[499]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[505]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[513]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[516]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[519]: 6 -1.0008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[523]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[532]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[547]: 6 -5.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[549]: 6 -6.33339 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[552]: 6 -1.00393 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[553]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[563]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[564]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[581]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[585]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[586]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[587]: 6 -1.00786 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[596]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[600]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[601]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[611]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[616]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[617]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[627]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[629]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[635]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[652]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[653]: 6 -1.02349 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[661]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[674]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[678]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[680]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[683]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[695]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[697]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[877]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[885]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[889]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[892]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[938]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[949]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[956]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[965]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[988]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1002]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1008]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1010]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1021]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1028]: 6 -1.25008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1029]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1033]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1035]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1038]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1043]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1048]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1050]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1052]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1071]: 6 -1.25003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1073]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1076]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1077]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1080]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1081]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1087]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1088]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1096]: 6 -65.3321 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1099]: 6 -1.25009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1100]: 6 -1.31252 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1101]: 6 -1.25005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1103]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1116]: 6 -1.03153 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1117]: 6 -1.28135 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1119]: 6 -1.25005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1122]: 6 -1.03125 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1127]: 6 -0.750067 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1131]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1133]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1169]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1171]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1172]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1174]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1175]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1187]: 6 -1.32815 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1194]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1197]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1198]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1199]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1201]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1202]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1204]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1205]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1226]: 6 -0.63285 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1227]: 6 -0.109428 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1228]: 6 -0.687547 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1231]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1238]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1239]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1242]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1245]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1253]: 6 -0.98443 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1256]: 6 -0.984452 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1257]: 6 -0.937592 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1272]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1290]: 6 -1.25009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1295]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1297]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1298]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1301]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1311]: 6 -1.25002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1331]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1334]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1335]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1346]: 6 -0.980532 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1358]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1359]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1361]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1363]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1366]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1368]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1387]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1400]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1403]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1404]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1405]: 6 -1.17586 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1406]: 6 -1.31253 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1409]: 6 -0.843827 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1416]: 6 -0.750043 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1424]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1425]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1429]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1432]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1434]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1436]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1438]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1442]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1448]: 6 -0.750029 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1450]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1451]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1456]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1461]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1462]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1464]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1468]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1469]: 6 -1.25008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1473]: 6 -1.25003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1478]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1479]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1485]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1496]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1498]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1502]: 6 -1.31254 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1503]: 6 -1.31258 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1504]: 6 -1.25002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1510]: 6 -0.750039 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1511]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1515]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1524]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1527]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1528]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1529]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1537]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1538]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1541]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1543]: 6 -1.25004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1548]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1557]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1558]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1561]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1562]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1564]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1566]: 6 -1.12508 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1581]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1585]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1586]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1589]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1597]: 6 -1.25002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1599]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1608]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1610]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1623]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1624]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1625]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1630]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1645]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1657]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1658]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1687]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1698]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1709]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1716]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1725]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1889]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1891]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1893]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1899]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1904]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1907]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1909]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1912]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1920]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1921]: 6 -4.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1930]: 6 -9.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1931]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1934]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1937]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1940]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1944]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1948]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1985]: 6 -1.31253 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1994]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[1998]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2000]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2001]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2004]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2005]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2008]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2009]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2013]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2016]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2017]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2020]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2021]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2028]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2032]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2037]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2040]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2042]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2046]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2050]: 6 -1.25005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2054]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2058]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2066]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2070]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2081]: 6 -1.25006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2085]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2088]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2090]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2094]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2096]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2097]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2101]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2105]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2108]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2112]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2113]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2115]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2117]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2120]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2124]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2125]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2132]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2136]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2140]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2151]: 6 -1.25002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2156]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2161]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2168]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2172]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2173]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2174]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2177]: 6 -1.25009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2186]: 6 0 0.00590185 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2188]: 6 0 0.537386 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2189]: 6 -0.500082 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2193]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2195]: 6 -1.09384 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2201]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2204]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2205]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2210]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2211]: 6 -25.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2215]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2219]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2224]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2225]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2227]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2229]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2232]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2234]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2236]: 6 -1.25008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2241]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2242]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2243]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2244]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2245]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2247]: 6 -1.31258 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2250]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2251]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2252]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2253]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2257]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2262]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2264]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2266]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2267]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2268]: 6 -0.500038 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2269]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2271]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2273]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2275]: 6 -5.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2277]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2280]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2281]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2284]: 6 -67.2501 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2287]: 6 -124.75 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2289]: 6 -0.500095 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2291]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2293]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2296]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2297]: 6 -2.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2300]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2302]: 6 -5.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2304]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2306]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2308]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2309]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2313]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2317]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2320]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2321]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2324]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2329]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2331]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2334]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2338]: 6 -1.25002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2340]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2347]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2355]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2357]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2358]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2359]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2360]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2363]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2365]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2366]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2369]: 6 -0.750031 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2373]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2376]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2378]: 6 -5.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2379]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2382]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2384]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2386]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2388]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2392]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2393]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2397]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2399]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2401]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2403]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2405]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2411]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2413]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2416]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2417]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2420]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2424]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2426]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2428]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2429]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2431]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2443]: 6 -1.31255 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2445]: 6 -1.25002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2457]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2458]: 6 -0.500014 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2465]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2467]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2471]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2474]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2475]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2478]: 6 -1.32818 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2479]: 6 -1.32819 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2483]: 6 -0.656294 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2494]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2497]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2500]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2502]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2503]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2506]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2507]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2510]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2511]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2514]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2518]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2519]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2522]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2523]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2526]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2533]: 6 -1.32817 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2537]: 6 -1.25002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2543]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2545]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2546]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2548]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2553]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2559]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2561]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2564]: 6 -1.3331 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2565]: 6 -1.33309 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2585]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2586]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2588]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2590]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2591]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2594]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2596]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2600]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2601]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2603]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2605]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2607]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2610]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2612]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2614]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2616]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2618]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2619]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2622]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2623]: 6 -0.500089 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2626]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2638]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2641]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2642]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2643]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2644]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2652]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2656]: 6 -2.25006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2657]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2659]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2663]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2666]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2669]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2672]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2674]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2676]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2678]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2680]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2682]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2684]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2689]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2692]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2693]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2696]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2699]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2702]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2703]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2706]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2707]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2710]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2711]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2714]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2715]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2718]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2719]: 6 -0.500085 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2728]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2730]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2731]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2732]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2734]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2735]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2738]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2740]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2744]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2755]: 6 -0.703187 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2763]: 6 -1.25008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2768]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2770]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2771]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2774]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2775]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2778]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2779]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2782]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2783]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2785]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2788]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2789]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2792]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2793]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2795]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2800]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2801]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2804]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2805]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2808]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2809]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2812]: 6 -1.25005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2817]: 6 -1.32822 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2828]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2832]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2834]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2835]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2836]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2840]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2843]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2855]: 6 -0.75009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2864]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2866]: 6 -5.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2867]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2870]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2872]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2874]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2875]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2878]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2879]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2881]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2884]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2886]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2888]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2891]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2893]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2896]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2897]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2900]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2901]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2904]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2907]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2910]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2913]: 6 -1.25008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2915]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2919]: 6 -0.980543 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2921]: 6 0 0.0781492 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2925]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2926]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2927]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2928]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2929]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2931]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2935]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2941]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2943]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2947]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2953]: 6 -1.24026 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2957]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2960]: 6 -1.15628 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2962]: 6 -5.31257 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2963]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2965]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2967]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2970]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2971]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2974]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2975]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2977]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2980]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2982]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2984]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2985]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2988]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2989]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2992]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2996]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[2997]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3000]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3002]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3006]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3009]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3025]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3027]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3032]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3039]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3042]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3059]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3061]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3064]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3065]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3068]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3069]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3072]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3073]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3076]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3077]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3079]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3081]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3083]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3087]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3093]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3095]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3098]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3099]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3102]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3103]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3106]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3121]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3124]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3125]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3130]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3132]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3138]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3141]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3143]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3146]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3153]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3159]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3162]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3163]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3166]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3169]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3172]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3173]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3176]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3179]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3182]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3186]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3188]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3190]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3192]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3194]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3195]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3198]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3201]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3212]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3213]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3218]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3222]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3232]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3233]: 6 -1.25004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3240]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3241]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3243]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3245]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3247]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3250]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3251]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3254]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3256]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3258]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3260]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3261]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3263]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3265]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3268]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3269]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3271]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3274]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3277]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3280]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3281]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3284]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3286]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3288]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3290]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3293]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3295]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3299]: 6 -1.31257 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3301]: 6 -1.25003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3310]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3311]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3317]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3318]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3319]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3321]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3326]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3327]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3335]: 6 -0.62508 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3339]: 6 -0.500048 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3341]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3344]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3345]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3348]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3353]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3356]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3357]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3362]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3364]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3366]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3367]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3370]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3371]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3376]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3384]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3390]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3400]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3413]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3414]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3421]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3422]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3424]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3425]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3428]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3432]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3434]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3440]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3444]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3445]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3448]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3449]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3452]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3453]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3456]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3457]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3460]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3461]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3463]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3469]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3476]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3477]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3480]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3482]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3486]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3487]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3499]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3501]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3505]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3507]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3510]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3512]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3514]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3516]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3518]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3520]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3530]: 6 0 1.00001 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3532]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3536]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3537]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3540]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3541]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3544]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3545]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3548]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3549]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3554]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3555]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3558]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3559]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3562]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3563]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3568]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3569]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3572]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3574]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3576]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3577]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3580]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3581]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3584]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3593]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3595]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3596]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3597]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3598]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3605]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3608]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3611]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3613]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3614]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3615]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3616]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3617]: 6 -1.25007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3622]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3624]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3626]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3630]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3634]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3638]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3640]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3642]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3644]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3647]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3649]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3652]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3655]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3658]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3661]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3663]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3668]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3669]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3672]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3674]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3675]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3678]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3679]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3683]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3685]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3689]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3692]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3706]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3707]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3708]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3712]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3713]: 6 -2.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3715]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3718]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3720]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3722]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3725]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3730]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3733]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3736]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3737]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3740]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3742]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3748]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3751]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3753]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3756]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3760]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3764]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3765]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3768]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3770]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3771]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3774]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3776]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3777]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3778]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3779]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3780]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3782]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3783]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3784]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3785]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3791]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3793]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3795]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3797]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3798]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3801]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3808]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3810]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3814]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3815]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3823]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3825]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3827]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3830]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3832]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3833]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3842]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3844]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3846]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3848]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3850]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3852]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3853]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3856]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3857]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3860]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3864]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3868]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3870]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3872]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3874]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3877]: 6 -1.25002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3880]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3884]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3886]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3890]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3891]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3892]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3893]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3894]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3895]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3898]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3900]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3901]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3902]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3907]: 6 -1.00006 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3909]: 6 -1.25008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3915]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3917]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3919]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3921]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3924]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3925]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3928]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3931]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3934]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3938]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3940]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3942]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3944]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3946]: 6 -1.0001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3947]: 6 -1.00008 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3950]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3951]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3953]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3955]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3957]: 6 -1.00003 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3959]: 6 -1.00007 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3960]: 6 -1.00002 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3964]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3965]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[3968]: 6 -1.00001 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[4023]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[4072]: 6 -1.00009 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[4085]: 6 -1.00005 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[4086]: 6 -1.00004 0 shouldn't be
2379.57/2395.84	WSVECS04 Frhs2[4087]: 6 -1.0001 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[8]: 6 -97 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[65]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[69]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[208]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[227]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[231]: 6 -1.31323 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[264]: 6 -33 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[325]: 6 -1.25 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[349]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[361]: 6 0 0.0781253 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[386]: 6 -1.17578 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[424]: 6 -33.25 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[451]: 6 -0.5 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[489]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[496]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[547]: 6 -5 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[578]: 6 -2 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[628]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[675]: 6 -1.25 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[677]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1096]: 6 -65.332 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1101]: 6 -1.25 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1116]: 6 -1.03143 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1121]: 6 -0.5 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1123]: 6 -66.9371 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1230]: 6 -0.75 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1252]: 6 -0.842774 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1253]: 6 -0.984375 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1281]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1282]: 6 -1.25 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1309]: 6 -1.3125 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1343]: 6 -1.25 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1346]: 6 -0.980469 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1359]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1374]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1388]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1405]: 6 -1.17578 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1425]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1930]: 6 -9 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2032]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2129]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2179]: 6 -0.500367 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2188]: 6 0 0.537293 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2211]: 6 -25 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2268]: 6 -0.500001 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2284]: 6 -67.25 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2378]: 6 -5 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2819]: 6 -1.3125 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2866]: 6 -5 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2914]: 6 -1.22222 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2962]: 6 -5.3125 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3010]: 6 -1.17578 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3283]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3530]: 6 0 1 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3581]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3713]: 6 -2 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3745]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3749]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
2380.66/2396.93	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
2487.26/2504.39	c #Conflicts:    3433000 | #Constraints:      51854
2487.26/2504.39	c #Conflicts:    3434000 | #Constraints:      52854
2487.26/2504.39	c #Conflicts:    3435000 | #Constraints:      53854
2487.26/2504.39	c #Conflicts:    3436000 | #Constraints:      54854
2487.26/2504.39	c #Conflicts:    3437000 | #Constraints:      55854
2487.26/2504.39	c #Conflicts:    3438000 | #Constraints:      56854
2487.26/2504.39	c #Conflicts:    3439000 | #Constraints:      57854
2487.26/2504.39	c #Conflicts:    3440000 | #Constraints:      58854
2487.26/2504.39	c #Conflicts:    3441000 | #Constraints:      59854
2487.26/2504.39	c #Conflicts:    3442000 | #Constraints:      60854
2487.26/2504.39	c #Conflicts:    3443000 | #Constraints:      61854
2487.26/2504.39	c #Conflicts:    3444000 | #Constraints:      62854
2487.26/2504.39	c #Conflicts:    3445000 | #Constraints:      63854
2487.26/2504.39	c #Conflicts:    3446000 | #Constraints:      64854
2487.26/2504.39	c #Conflicts:    3447000 | #Constraints:      65854
2487.26/2504.39	c #Conflicts:    3448000 | #Constraints:      66854
2487.26/2504.39	c #Conflicts:    3449000 | #Constraints:      67854
2487.26/2504.39	c #Conflicts:    3450000 | #Constraints:      68854
2487.26/2504.39	c #Conflicts:    3451000 | #Constraints:      69854
2487.26/2504.39	c #Conflicts:    3452000 | #Constraints:      70854
2487.26/2504.39	c #Conflicts:    3453000 | #Constraints:      71854
2487.26/2504.39	c #Conflicts:    3454000 | #Constraints:      72854
2487.26/2504.39	c #Conflicts:    3455000 | #Constraints:      73854
2487.26/2504.39	c #Conflicts:    3456000 | #Constraints:      74854
2487.26/2504.39	c #Conflicts:    3457000 | #Constraints:      75854
2487.26/2504.39	c #Conflicts:    3458000 | #Constraints:      76854
2487.26/2504.39	c #Conflicts:    3459000 | #Constraints:      77854
2487.26/2504.39	c #Conflicts:    3460000 | #Constraints:      78854
2487.26/2504.39	c #Conflicts:    3461000 | #Constraints:      79854
2487.26/2504.39	c #Conflicts:    3462000 | #Constraints:      80854
2487.26/2504.39	c #Conflicts:    3463000 | #Constraints:      81854
2487.26/2504.39	c #Conflicts:    3464000 | #Constraints:      82854
2487.26/2504.39	c #Conflicts:    3465000 | #Constraints:      83854
2487.26/2504.39	c #Conflicts:    3466000 | #Constraints:      84854
2487.26/2504.39	c #Conflicts:    3467000 | #Constraints:      85854
2487.26/2504.39	c #Conflicts:    3468000 | #Constraints:      86854
2487.26/2504.39	c #Conflicts:    3469000 | #Constraints:      87854
2487.26/2504.39	c INPROCESSING
2487.26/2504.39	c GARBAGE COLLECT
2487.26/2504.39	c #Conflicts:    3470000 | #Constraints:      49073
2487.26/2504.39	c #Conflicts:    3471000 | #Constraints:      50073
2487.26/2504.39	c #Conflicts:    3472000 | #Constraints:      51073
2487.26/2504.39	c #Conflicts:    3473000 | #Constraints:      52073
2487.26/2504.39	c #Conflicts:    3474000 | #Constraints:      53073
2487.26/2504.39	c #Conflicts:    3475000 | #Constraints:      54073
2487.26/2504.39	c #Conflicts:    3476000 | #Constraints:      55073
2487.26/2504.39	c #Conflicts:    3477000 | #Constraints:      56073
2487.26/2504.39	c #Conflicts:    3478000 | #Constraints:      57073
2487.26/2504.39	c #Conflicts:    3479000 | #Constraints:      58073
2487.26/2504.39	c #Conflicts:    3480000 | #Constraints:      59073
2487.26/2504.39	c #Conflicts:    3481000 | #Constraints:      60073
2487.26/2504.39	c #Conflicts:    3482000 | #Constraints:      61073
2487.26/2504.39	c #Conflicts:    3483000 | #Constraints:      62073
2487.26/2504.39	c #Conflicts:    3484000 | #Constraints:      63073
2487.26/2504.39	c #Conflicts:    3485000 | #Constraints:      64073
2487.26/2504.39	c #Conflicts:    3486000 | #Constraints:      65073
2487.26/2504.39	c #Conflicts:    3487000 | #Constraints:      66073
2487.26/2504.39	c #Conflicts:    3488000 | #Constraints:      67073
2487.26/2504.39	c #Conflicts:    3489000 | #Constraints:      68073
2487.26/2504.39	c #Conflicts:    3490000 | #Constraints:      69073
2487.26/2504.39	c #Conflicts:    3491000 | #Constraints:      70073
2487.26/2504.39	c #Conflicts:    3492000 | #Constraints:      71073
2487.26/2504.39	c #Conflicts:    3493000 | #Constraints:      72073
2487.26/2504.39	c #Conflicts:    3494000 | #Constraints:      73073
2487.26/2504.39	c #Conflicts:    3495000 | #Constraints:      74073
2487.26/2504.39	c #Conflicts:    3496000 | #Constraints:      75073
2487.26/2504.39	c #Conflicts:    3497000 | #Constraints:      76073
2487.26/2504.39	c #Conflicts:    3498000 | #Constraints:      77073
2487.26/2504.39	c #Conflicts:    3499000 | #Constraints:      78073
2487.26/2504.39	c #Conflicts:    3500000 | #Constraints:      79073
2487.26/2504.39	c #Conflicts:    3501000 | #Constraints:      80073
2487.26/2504.39	c #Conflicts:    3502000 | #Constraints:      81073
2487.26/2504.39	c #Conflicts:    3503000 | #Constraints:      82073
2487.26/2504.39	c #Conflicts:    3504000 | #Constraints:      83073
2487.26/2504.39	c #Conflicts:    3505000 | #Constraints:      84073
2487.26/2504.39	c #Conflicts:    3506000 | #Constraints:      85073
2487.26/2504.39	c INPROCESSING
2487.26/2504.39	c GARBAGE COLLECT
2487.26/2504.39	c #Conflicts:    3507000 | #Constraints:      47478
2487.26/2504.39	c #Conflicts:    3508000 | #Constraints:      48478
2487.26/2504.39	c #Conflicts:    3509000 | #Constraints:      49478
2487.26/2504.39	c #Conflicts:    3510000 | #Constraints:      50478
2550.24/2567.70	c #Conflicts:    3511000 | #Constraints:      51478
2550.24/2567.70	c #Conflicts:    3512000 | #Constraints:      52478
2550.24/2567.70	c #Conflicts:    3513000 | #Constraints:      53478
2550.24/2567.70	c #Conflicts:    3514000 | #Constraints:      54478
2550.24/2567.70	c #Conflicts:    3515000 | #Constraints:      55478
2550.24/2567.70	c #Conflicts:    3516000 | #Constraints:      56478
2550.24/2567.70	c #Conflicts:    3517000 | #Constraints:      57478
2550.24/2567.70	c #Conflicts:    3518000 | #Constraints:      58478
2550.24/2567.70	c #Conflicts:    3519000 | #Constraints:      59478
2550.24/2567.70	c #Conflicts:    3520000 | #Constraints:      60478
2550.24/2567.70	c #Conflicts:    3521000 | #Constraints:      61478
2550.24/2567.70	c #Conflicts:    3522000 | #Constraints:      62478
2550.24/2567.70	c #Conflicts:    3523000 | #Constraints:      63478
2550.24/2567.70	c #Conflicts:    3524000 | #Constraints:      64478
2550.24/2567.70	c #Conflicts:    3525000 | #Constraints:      65478
2550.24/2567.70	c #Conflicts:    3526000 | #Constraints:      66478
2550.24/2567.70	c #Conflicts:    3527000 | #Constraints:      67478
2550.24/2567.70	c #Conflicts:    3528000 | #Constraints:      68478
2550.24/2567.70	c #Conflicts:    3529000 | #Constraints:      69479
2550.24/2567.70	c #Conflicts:    3530000 | #Constraints:      70479
2550.24/2567.70	c #Conflicts:    3531000 | #Constraints:      71479
2550.24/2567.70	c #Conflicts:    3532000 | #Constraints:      72479
2550.24/2567.70	c #Conflicts:    3533000 | #Constraints:      73479
2550.24/2567.70	c #Conflicts:    3534000 | #Constraints:      74479
2550.24/2567.70	c #Conflicts:    3535000 | #Constraints:      75479
2550.24/2567.70	c #Conflicts:    3536000 | #Constraints:      76479
2550.24/2567.70	c #Conflicts:    3537000 | #Constraints:      77615
2550.24/2567.70	c #Conflicts:    3538000 | #Constraints:      78715
2550.24/2567.70	c #Conflicts:    3539000 | #Constraints:      79734
2550.24/2567.70	c #Conflicts:    3540000 | #Constraints:      80934
2550.24/2567.70	c #Conflicts:    3541000 | #Constraints:      82438
2550.24/2567.70	c #Conflicts:    3542000 | #Constraints:      83934
2550.24/2567.70	c #Conflicts:    3543000 | #Constraints:      85422
2550.24/2567.70	c #Conflicts:    3544000 | #Constraints:      86926
2550.24/2567.70	c INPROCESSING
2550.24/2567.70	c GARBAGE COLLECT
2550.24/2567.70	WSVECS04 Frhs2[4]: 6 0 11.0097 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[11]: 6 -0.995361 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[23]: 6 -0.967045 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[30]: 6 -19.6688 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[32]: 6 -7.35759 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[36]: 6 0 1.42525 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[48]: 6 -0.999549 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[50]: 6 -0.997226 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[53]: 6 -1.00063 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[64]: 6 0 0.250085 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[74]: 6 -668.574 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[75]: 6 -1516.24 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[84]: 6 -1.00199 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[94]: 6 -1.01894 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[98]: 6 -0.626959 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[101]: 6 -12.4257 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[116]: 6 -1.00509 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[117]: 6 -1.01418 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[119]: 6 -0.870754 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[130]: 6 -0.482309 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[131]: 6 -0.466621 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[137]: 6 -668.551 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[154]: 6 -1.24083 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[156]: 6 -0.157245 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[172]: 6 -668.55 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[181]: 6 -1.00111 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[185]: 6 -1.02279 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[186]: 6 -1.61557 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[209]: 6 -0.999975 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[253]: 6 -1.00583 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[261]: 6 -7.53295 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[263]: 6 -0.990622 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[267]: 6 -0.984828 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[279]: 6 -0.96221 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[286]: 6 -1.03724 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[309]: 6 -1.01624 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[320]: 6 -0.937328 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[323]: 6 -1.2 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[336]: 6 -1.0107 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[343]: 6 -1.30575 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[364]: 6 -668.548 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[369]: 6 -0.998902 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[370]: 6 -1.01653 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[373]: 6 -0.996029 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[401]: 6 -0.999737 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[412]: 6 0 0.041671 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[413]: 6 -0.41756 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[420]: 6 -2.89759 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[427]: 6 -0.996954 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[433]: 6 -0.971031 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[442]: 6 -3.29479 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[444]: 6 -0.443833 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[446]: 6 -1.15375 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[471]: 6 -0.85819 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[479]: 6 -0.250091 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[496]: 6 -1.01075 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[499]: 6 -1.00161 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[532]: 6 -1.00768 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[544]: 6 -7.34658 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[546]: 6 -1.56776 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[555]: 6 -1.00115 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[560]: 6 -1.00264 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[562]: 6 -1.00352 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[565]: 6 -1.00119 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[569]: 6 -1.34208 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[571]: 6 -1.05039 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[579]: 6 -1.36193 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[582]: 6 -1.16425 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[585]: 6 -501.666 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[589]: 6 -84.4421 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[591]: 6 -0.998726 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[598]: 6 -0.998904 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[600]: 6 -0.229779 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[610]: 6 -0.511905 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[620]: 6 -668.548 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[626]: 6 -1.01569 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[634]: 6 -1.23454 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[652]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[663]: 6 -0.363976 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[666]: 6 -0.992389 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[669]: 6 -1.37496 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[670]: 6 -0.943823 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[672]: 6 -5.32786 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[674]: 6 0 0.470047 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[683]: 6 -1.00027 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[688]: 6 -0.999662 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[689]: 6 -1.00173 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[693]: 6 -0.996928 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[694]: 6 -0.998741 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[698]: 6 -1.591 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[865]: 6 -0.500057 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[883]: 6 -0.993829 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[885]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[892]: 6 -0.999987 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[919]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[938]: 6 -1.00326 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[994]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1007]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1011]: 6 -0.989071 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1031]: 6 -167.883 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1033]: 6 -334.752 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1034]: 6 -1336.1 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1038]: 6 -1.00506 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1040]: 6 -1.02003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1043]: 6 -1.22277 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1048]: 6 -0.870741 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1059]: 6 -0.955043 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1061]: 6 -0.972973 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1071]: 6 -0.997285 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1076]: 6 -1.28674 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1077]: 6 -0.034491 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1079]: 6 -1.0486 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1094]: 6 -1.00307 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1096]: 6 -0.991256 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1100]: 6 -1.00466 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1111]: 6 -0.848601 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1113]: 6 0 0.00371658 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1116]: 6 -1.27936 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1117]: 6 -1.17837 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1119]: 6 -0.917689 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1120]: 6 -2.36503 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1133]: 6 -1.00236 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1139]: 6 -0.982058 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1150]: 6 0 0.345666 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1156]: 6 -0.934219 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1158]: 6 -0.986708 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1162]: 6 -0.983511 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1173]: 6 -1.30817 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1175]: 6 -1.35656 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1183]: 6 -1.05999 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1189]: 6 -0.990297 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1192]: 6 -0.998142 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1193]: 6 -0.936999 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1195]: 6 -0.722178 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1201]: 6 -1.00039 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1202]: 6 -1.01179 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1203]: 6 -0.988435 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1204]: 6 -0.999411 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1208]: 6 -0.499543 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1210]: 6 0 0.0028406 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1235]: 6 -0.999584 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1240]: 6 -1.19303 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1249]: 6 -0.996802 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1251]: 6 -0.992524 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1254]: 6 -1.00317 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1257]: 6 -1.11765 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1259]: 6 -0.99801 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1260]: 6 -1.00178 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1265]: 6 -1.01178 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1266]: 6 -1.00087 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1268]: 6 -1.00107 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1271]: 6 -1.08864 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1272]: 6 -0.687133 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1273]: 6 -0.374501 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1274]: 6 -1.07718 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1279]: 6 -0.417455 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1283]: 6 0 0.480454 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1284]: 6 -1.00275 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1308]: 6 -0.925881 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1321]: 6 -1.00293 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1322]: 6 -0.9259 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1327]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1328]: 6 -1.00045 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1330]: 6 -1.33692 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1331]: 6 -1.30666 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1348]: 6 0 0.0806058 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1358]: 6 -0.996008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1367]: 6 0 0.470128 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1368]: 6 0 0.308202 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1386]: 6 -1.01317 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1395]: 6 -1.30723 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1400]: 6 -1.12079 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1401]: 6 0 0.733879 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1402]: 6 -1.03354 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1404]: 6 -3.6116 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1405]: 6 -2.00186 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1409]: 6 -1.00178 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1416]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1417]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1426]: 6 -1.06497 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1430]: 6 -1.30182 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1441]: 6 -2.71441 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1452]: 6 -0.999686 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1453]: 6 -0.999851 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1457]: 6 -1.07194 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1459]: 6 -0.999851 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1467]: 6 -0.77081 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1471]: 6 -1.31252 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1475]: 6 0 1.20184 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1478]: 6 -1.02474 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1479]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1491]: 6 -1.31297 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1493]: 6 -1.31262 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1495]: 6 -1.32943 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1505]: 6 -1.46652 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1508]: 6 -1.3097 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1509]: 6 -1.00206 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1510]: 6 -0.987815 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1513]: 6 -0.997558 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1514]: 6 -0.994974 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1519]: 6 -1.01313 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1527]: 6 -1.49622 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1537]: 6 -1.46475 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1538]: 6 -0.970469 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1539]: 6 -1.26736 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1540]: 6 -1.9103 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1542]: 6 -0.999526 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1543]: 6 -1.14374 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1547]: 6 -0.995293 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1555]: 6 -0.999819 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1557]: 6 -1.12493 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1558]: 6 -1.25851 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1561]: 6 -0.743838 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1566]: 6 -2.5081 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1568]: 6 -0.990442 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1572]: 6 -0.941225 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1579]: 6 -3.0331 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1585]: 6 -0.998407 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1590]: 6 0 0.0123194 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1591]: 6 -0.93359 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1625]: 6 0 0.627403 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1626]: 6 -4.88955 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1645]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1654]: 6 -0.826709 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1656]: 6 -1.25088 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1657]: 6 -0.046061 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1662]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1688]: 6 -0.659009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1698]: 6 -0.515481 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1709]: 6 -0.997849 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1716]: 6 -0.987 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1889]: 6 -1.01092 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1891]: 6 -0.997954 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1894]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1897]: 6 -0.99953 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1904]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1907]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1909]: 6 -5341.39 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1914]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1930]: 6 -0.850433 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1934]: 6 -2.27279 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1939]: 6 0 1.64828 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1944]: 6 -19.5167 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1945]: 6 -39.0007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1947]: 6 0 35.9741 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1951]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1988]: 6 -0.985298 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1990]: 6 0 0.564782 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1992]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1996]: 6 -1.00826 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[1997]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2001]: 6 -0.999357 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2006]: 6 -0.998903 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2007]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2012]: 6 -0.997936 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2016]: 6 -1.03497 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2018]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2020]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2021]: 6 -0.999683 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2026]: 6 -1.06235 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2032]: 6 -0.990011 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2036]: 6 -0.979098 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2040]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2042]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2046]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2047]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2050]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2054]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2066]: 6 -1.00128 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2078]: 6 -0.938493 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2081]: 6 0 1.51293 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2090]: 6 0 15.9386 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2096]: 6 -0.976582 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2098]: 6 -1.0002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2102]: 6 -0.991174 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2106]: 6 -0.997693 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2107]: 6 -0.999596 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2109]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2114]: 6 -1.00316 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2116]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2120]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2121]: 6 -1.00055 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2128]: 6 -0.0235869 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2132]: 6 -5.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2133]: 6 -0.999389 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2136]: 6 -0.20388 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2139]: 6 -1.37154 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2143]: 6 -0.500028 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2151]: 6 -1.00027 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2153]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2156]: 6 -0.996975 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2159]: 6 -0.999736 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2161]: 6 -0.975899 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2164]: 6 -0.996818 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2173]: 6 -0.000135601 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2174]: 6 0 0.00289352 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2175]: 6 -3.0006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2180]: 6 -1.25611 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2186]: 6 -0.999421 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2192]: 6 -0.996437 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2194]: 6 -1.00312 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2196]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2197]: 6 -0.999924 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2200]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2201]: 6 -0.999535 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2204]: 6 -1.00915 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2206]: 6 -1.00561 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2210]: 6 -0.992263 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2212]: 6 -0.996835 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2220]: 6 -1.0366 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2224]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2226]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2228]: 6 -0.375424 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2232]: 6 -2.5987 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2234]: 6 -7.00568 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2237]: 6 0 3.01134 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2239]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2242]: 6 -0.999149 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2247]: 6 -334.772 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2248]: 6 -0.983629 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2250]: 6 -1.0093 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2253]: 6 -1.00911 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2254]: 6 -1.00358 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2257]: 6 -0.989925 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2260]: 6 -1.01204 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2267]: 6 -1.20111 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2271]: 6 -1.25021 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2273]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2277]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2281]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2283]: 6 -1.0014 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2285]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2290]: 6 -0.974566 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2291]: 6 -0.974554 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2293]: 6 -0.994956 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2298]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2299]: 6 -0.999099 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2302]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2306]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2308]: 6 -1.01063 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2309]: 6 -1.00809 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2312]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2313]: 6 -0.989961 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2315]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2317]: 6 -0.960733 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2321]: 6 -1.08916 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2325]: 6 -0.356613 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2330]: 6 0 1.42967 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2335]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2338]: 6 -1.00049 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2343]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2347]: 6 -0.98472 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2370]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2372]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2373]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2376]: 6 -0.999537 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2378]: 6 -1.00102 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2379]: 6 -1.00098 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2382]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2386]: 6 -0.984731 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2389]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2391]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2392]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2396]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2397]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2400]: 6 -0.989 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2404]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2407]: 6 -0.998779 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2409]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2411]: 6 -1.25502 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2415]: 6 -0.343784 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2417]: 6 -1.31254 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2421]: 6 -3.25004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2426]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2427]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2430]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2433]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2434]: 6 -0.997083 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2435]: 6 -1.00027 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2443]: 6 -0.99976 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2452]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2461]: 6 -0.651427 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2466]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2470]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2471]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2473]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2475]: 6 -1.00022 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2478]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2480]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2481]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2486]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2488]: 6 -0.984531 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2490]: 6 -0.982628 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2492]: 6 -1.25851 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2494]: 6 -1.29085 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2496]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2497]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2500]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2501]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2503]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2505]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2508]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2509]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2512]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2514]: 6 -1.62523 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2516]: 6 -1.25042 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2518]: 6 0 1.84772 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2526]: 6 -4.98772 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2527]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2529]: 6 -1.00203 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2537]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2553]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2554]: 6 -1.25076 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2555]: 6 -1.25234 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2559]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2561]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2563]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2565]: 6 -0.999925 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2568]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2569]: 6 -0.999639 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2573]: 6 -0.998538 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2576]: 6 -1.00059 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2577]: 6 -1.00183 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2580]: 6 -0.997819 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2583]: 6 -0.999076 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2585]: 6 -1.00828 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2587]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2589]: 6 -1.03304 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2595]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2597]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2599]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2610]: 6 0 0.155699 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2611]: 6 -0.750028 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2618]: 6 -0.977094 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2620]: 6 -5.45405 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2622]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2625]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2626]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2631]: 6 -1.00112 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2632]: 6 -1.00105 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2634]: 6 -1.0303 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2645]: 6 -1.14039 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2646]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2650]: 6 -1.3113 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2653]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2658]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2659]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2662]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2664]: 6 -1.00046 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2666]: 6 -1.00094 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2667]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2672]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2674]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2676]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2678]: 6 -1.05009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2680]: 6 -1.11683 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2682]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2684]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2685]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2688]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2689]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2692]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2693]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2696]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2697]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2700]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2701]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2704]: 6 -1.31125 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2710]: 6 0 1.50004 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2714]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2715]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2718]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2719]: 6 -0.500035 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2723]: 6 -0.992598 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2754]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2755]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2758]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2759]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2762]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2765]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2768]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2769]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2771]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2773]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2775]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2778]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2779]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2781]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2796]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2799]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2801]: 6 -1.33213 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2805]: 6 -1.3282 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2817]: 6 -1.00167 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2818]: 6 -0.989871 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2819]: 6 -0.993671 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2838]: 6 -1.32671 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2846]: 6 -1.3142 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2855]: 6 -0.963935 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2858]: 6 -1.0217 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2860]: 6 -0.921675 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2862]: 6 -0.756441 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2864]: 6 -1.29086 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2866]: 6 -1.58171 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2867]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2870]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2872]: 6 -1.00292 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2874]: 6 -1.00578 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2875]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2878]: 6 -0.977098 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2879]: 6 -0.97716 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2881]: 6 -1.04593 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2883]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2885]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2887]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2889]: 6 -1.32673 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2893]: 6 -0.634861 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2897]: 6 -0.539129 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2901]: 6 -0.906286 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2916]: 6 -1.13747 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2923]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2925]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2933]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2935]: 6 -1.43812 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2936]: 6 -0.748896 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2944]: 6 -1.25893 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2948]: 6 -0.973886 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2949]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2952]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2955]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2957]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2959]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2967]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2970]: 6 -1.00027 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2971]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2974]: 6 -0.998963 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2977]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2979]: 6 -1.00175 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2983]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[2989]: 6 -0.748937 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3002]: 6 -4.15895 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3005]: 6 -2.93302 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3010]: 6 -1.00152 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3018]: 6 -0.999728 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3022]: 6 -0.998911 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3023]: 6 -1.00703 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3026]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3041]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3044]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3045]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3048]: 6 -0.997598 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3050]: 6 -1.02551 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3051]: 6 -1.02553 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3054]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3058]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3060]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3061]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3064]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3068]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3070]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3071]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3074]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3075]: 6 -1.00011 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3077]: 6 -1.00175 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3081]: 6 -1.00676 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3083]: 6 -1.00082 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3086]: 6 -1.05482 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3089]: 6 -1.30953 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3098]: 6 -3.32998 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3102]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3104]: 6 -8.65822 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3111]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3117]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3118]: 6 -0.999102 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3136]: 6 -1.25004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3137]: 6 -3.95018 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3140]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3144]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3145]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3148]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3149]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3152]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3155]: 6 -0.999877 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3157]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3159]: 6 -0.999434 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3162]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3164]: 6 -1.00638 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3166]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3168]: 6 -1.04157 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3172]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3175]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3197]: 6 -1.25003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3205]: 6 0 1.22827 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3224]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3229]: 6 -1.31253 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3234]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3235]: 6 -1.0023 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3238]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3240]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3242]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3243]: 6 -1.03622 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3248]: 6 -1.28935 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3251]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3253]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3256]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3258]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3260]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3262]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3264]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3266]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3268]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3271]: 6 -0.999681 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3275]: 6 -0.999947 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3277]: 6 -0.998757 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3280]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3284]: 6 -1.32583 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3302]: 6 -1.04201 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3311]: 6 -1.00248 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3317]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3318]: 6 -1.0035 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3320]: 6 -1.32713 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3327]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3331]: 6 -3.64887 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3343]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3345]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3349]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3352]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3355]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3358]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3359]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3363]: 6 -0.999966 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3365]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3390]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3395]: 6 0 1.42655 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3399]: 6 -0.948965 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3408]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3410]: 6 -1.00032 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3414]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3415]: 6 -0.998472 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3425]: 6 -1.08181 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3427]: 6 -0.801782 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3440]: 6 -0.947904 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3442]: 6 -0.944665 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3444]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3445]: 6 -1.25185 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3447]: 6 -0.999936 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3449]: 6 -1.00249 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3452]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3454]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3458]: 6 -1.07838 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3461]: 6 -0.999701 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3464]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3472]: 6 -1.48931 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3477]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3481]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3486]: 6 -5.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3492]: 6 -1.03256 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3494]: 6 -1.14348 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3495]: 6 -15.8058 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3514]: 6 -1.27719 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3515]: 6 -1.29515 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3516]: 6 -1.25007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3519]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3524]: 6 0 0.988617 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3528]: 6 -0.983904 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3530]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3532]: 6 -1.00012 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3534]: 6 -1.04748 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3536]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3542]: 6 -1.00147 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3543]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3546]: 6 -1.0264 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3550]: 6 -0.995992 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3554]: 6 -0.978087 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3556]: 6 -1.00224 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3558]: 6 -1.00397 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3562]: 6 -1.04282 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3565]: 6 -1.08052 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3568]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3572]: 6 -0.625096 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3577]: 6 -0.500081 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3579]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3582]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3583]: 6 -3.32258 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3586]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3587]: 6 -1.26329 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3597]: 6 -0.99998 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3598]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3601]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3605]: 6 -0.999409 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3616]: 6 -1.25005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3618]: 6 -5.45586 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3622]: 6 -0.942127 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3624]: 6 -1.33753 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3626]: 6 -1.75654 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3627]: 6 -1.0816 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3630]: 6 -0.688343 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3632]: 6 -0.99981 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3634]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3637]: 6 -0.996285 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3640]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3644]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3645]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3648]: 6 -1.0021 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3652]: 6 -0.995498 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3655]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3658]: 6 -1.02671 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3664]: 6 0 0.363161 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3668]: 6 -4.99544 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3669]: 6 -3.04633 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3672]: 6 -0.625047 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3675]: 6 -2.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3679]: 6 -0.500048 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3682]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3684]: 6 -1.02476 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3690]: 6 -1.00004 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3692]: 6 -0.994495 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3693]: 6 -0.99839 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3694]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3710]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3712]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3713]: 6 -3.14905 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3715]: 6 -0.988074 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3717]: 6 -0.0377349 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3723]: 6 -32.5857 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3728]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3731]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3736]: 6 -1.00335 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3737]: 6 -1.00334 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3740]: 6 -0.986121 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3741]: 6 -0.986211 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3750]: 6 -1.00361 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3751]: 6 -1.00357 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3753]: 6 -0.899418 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3761]: 6 -0.996258 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3765]: 6 -0.500049 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3771]: 6 -1.00005 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3774]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3775]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3778]: 6 -1.05019 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3782]: 6 -1.0001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3784]: 6 -0.995279 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3789]: 6 -0.998536 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3790]: 6 -1.00168 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3791]: 6 -0.999235 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3795]: 6 -1.00023 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3808]: 6 -1.50009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3810]: 6 -0.977287 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3812]: 6 -1.00055 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3814]: 6 -1.02725 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3822]: 6 -1.00078 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3824]: 6 -1.00003 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3826]: 6 -0.99991 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3827]: 6 -1.00115 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3829]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3832]: 6 -1.11822 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3836]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3840]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3841]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3844]: 6 -1.00074 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3845]: 6 -1.00075 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3848]: 6 -0.995353 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3850]: 6 -0.99429 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3852]: 6 -1.39978 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3854]: 6 -1.79896 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3858]: 6 0 2.09711 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3883]: 6 -0.993764 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3886]: 6 -1.00353 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3888]: 6 -1.00001 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3890]: 6 -1.00011 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3891]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3892]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3894]: 6 -0.995489 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3899]: 6 -1.27252 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3902]: 6 -1.00088 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3912]: 6 0 14.6529 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3915]: 6 -1.00008 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3921]: 6 -1.12427 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3924]: 6 -1.00009 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3926]: 6 -0.993931 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3932]: 6 -0.986161 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3936]: 6 -1.0332 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3938]: 6 -1.00007 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3940]: 6 -0.938957 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3942]: 6 -0.997249 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3944]: 6 -0.99747 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3945]: 6 -1.00204 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3948]: 6 -1.01336 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3949]: 6 -1.01351 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3951]: 6 -0.855146 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3953]: 6 -0.163709 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3964]: 6 -0.9951 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3965]: 6 -0.498769 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[3968]: 6 -1.00002 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[4052]: 6 -1.12305 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[4053]: 6 -2.61649 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[4054]: 6 -1.01512 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[4055]: 6 -1.00006 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[4069]: 6 -1.12579 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[4072]: 6 0 2.94838 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[4106]: 6 -0.989898 0 shouldn't be
2550.24/2567.70	WSVECS04 Frhs2[4122]: 6 -1.00008 0 shouldn't be
2637.16/2655.22	c #Conflicts:    3545000 | #Constraints:      48664
2637.16/2655.22	c #Conflicts:    3546000 | #Constraints:      49664
2637.16/2655.22	c #Conflicts:    3547000 | #Constraints:      50664
2637.16/2655.22	c #Conflicts:    3548000 | #Constraints:      51664
2637.16/2655.22	c #Conflicts:    3549000 | #Constraints:      52664
2637.16/2655.22	c #Conflicts:    3550000 | #Constraints:      53664
2637.16/2655.22	c #Conflicts:    3551000 | #Constraints:      54664
2637.16/2655.22	c #Conflicts:    3552000 | #Constraints:      55664
2637.16/2655.22	c #Conflicts:    3553000 | #Constraints:      56664
2637.16/2655.22	c #Conflicts:    3554000 | #Constraints:      57664
2637.16/2655.22	c #Conflicts:    3555000 | #Constraints:      58664
2637.16/2655.22	c #Conflicts:    3556000 | #Constraints:      59664
2637.16/2655.22	c #Conflicts:    3557000 | #Constraints:      60664
2637.16/2655.22	c #Conflicts:    3558000 | #Constraints:      61664
2637.16/2655.22	c #Conflicts:    3559000 | #Constraints:      62664
2637.16/2655.22	c #Conflicts:    3560000 | #Constraints:      63664
2637.16/2655.22	c #Conflicts:    3561000 | #Constraints:      64664
2637.16/2655.22	c #Conflicts:    3562000 | #Constraints:      65664
2637.16/2655.22	c #Conflicts:    3563000 | #Constraints:      66664
2637.16/2655.22	c #Conflicts:    3564000 | #Constraints:      67664
2637.16/2655.22	c #Conflicts:    3565000 | #Constraints:      68664
2637.16/2655.22	c #Conflicts:    3566000 | #Constraints:      69664
2637.16/2655.22	c #Conflicts:    3567000 | #Constraints:      70664
2637.16/2655.22	c #Conflicts:    3568000 | #Constraints:      71664
2637.16/2655.22	c #Conflicts:    3569000 | #Constraints:      72664
2637.16/2655.22	c #Conflicts:    3570000 | #Constraints:      73664
2637.16/2655.22	c #Conflicts:    3571000 | #Constraints:      74664
2637.16/2655.22	c #Conflicts:    3572000 | #Constraints:      75664
2637.16/2655.22	c #Conflicts:    3573000 | #Constraints:      76664
2637.16/2655.22	c #Conflicts:    3574000 | #Constraints:      77664
2637.16/2655.22	c #Conflicts:    3575000 | #Constraints:      78664
2637.16/2655.22	c #Conflicts:    3576000 | #Constraints:      79664
2637.16/2655.22	c #Conflicts:    3577000 | #Constraints:      80664
2637.16/2655.22	c #Conflicts:    3578000 | #Constraints:      81664
2637.16/2655.22	c #Conflicts:    3579000 | #Constraints:      82664
2637.16/2655.22	c #Conflicts:    3580000 | #Constraints:      83664
2637.16/2655.22	c #Conflicts:    3581000 | #Constraints:      84664
2637.16/2655.22	c #Conflicts:    3582000 | #Constraints:      85664
2637.16/2655.22	c INPROCESSING
2637.16/2655.22	c GARBAGE COLLECT
2637.16/2655.22	c #Conflicts:    3583000 | #Constraints:      48094
2637.16/2655.22	c #Conflicts:    3584000 | #Constraints:      49094
2637.16/2655.22	c #Conflicts:    3585000 | #Constraints:      50094
2637.16/2655.22	c #Conflicts:    3586000 | #Constraints:      51094
2637.16/2655.22	c #Conflicts:    3587000 | #Constraints:      52094
2637.16/2655.22	c #Conflicts:    3588000 | #Constraints:      53094
2637.16/2655.22	c #Conflicts:    3589000 | #Constraints:      54094
2637.16/2655.22	c #Conflicts:    3590000 | #Constraints:      55094
2637.16/2655.22	c #Conflicts:    3591000 | #Constraints:      56094
2637.16/2655.22	c #Conflicts:    3592000 | #Constraints:      57094
2637.16/2655.22	c #Conflicts:    3593000 | #Constraints:      58094
2637.16/2655.22	c #Conflicts:    3594000 | #Constraints:      59094
2637.16/2655.22	c #Conflicts:    3595000 | #Constraints:      60094
2637.16/2655.22	c #Conflicts:    3596000 | #Constraints:      61094
2637.16/2655.22	c #Conflicts:    3597000 | #Constraints:      62094
2637.16/2655.22	c #Conflicts:    3598000 | #Constraints:      63094
2637.16/2655.22	c #Conflicts:    3599000 | #Constraints:      64094
2637.16/2655.22	c #Conflicts:    3600000 | #Constraints:      65094
2637.16/2655.22	c #Conflicts:    3601000 | #Constraints:      66094
2637.16/2655.22	c #Conflicts:    3602000 | #Constraints:      67094
2637.16/2655.22	c #Conflicts:    3603000 | #Constraints:      68094
2637.16/2655.22	c #Conflicts:    3604000 | #Constraints:      69094
2637.16/2655.22	c #Conflicts:    3605000 | #Constraints:      70094
2637.16/2655.22	c #Conflicts:    3606000 | #Constraints:      71094
2637.16/2655.22	c #Conflicts:    3607000 | #Constraints:      72094
2637.16/2655.22	c #Conflicts:    3608000 | #Constraints:      73094
2637.16/2655.22	c #Conflicts:    3609000 | #Constraints:      74094
2637.16/2655.22	c #Conflicts:    3610000 | #Constraints:      75094
2637.16/2655.22	c #Conflicts:    3611000 | #Constraints:      76094
2637.16/2655.22	c #Conflicts:    3612000 | #Constraints:      77095
2637.16/2655.22	c #Conflicts:    3613000 | #Constraints:      78095
2637.16/2655.22	c #Conflicts:    3614000 | #Constraints:      79095
2637.16/2655.22	c #Conflicts:    3615000 | #Constraints:      80095
2637.16/2655.22	c #Conflicts:    3616000 | #Constraints:      81095
2637.16/2655.22	c #Conflicts:    3617000 | #Constraints:      82095
2637.16/2655.22	c #Conflicts:    3618000 | #Constraints:      83095
2637.16/2655.22	c #Conflicts:    3619000 | #Constraints:      84095
2637.16/2655.22	c #Conflicts:    3620000 | #Constraints:      85095
2637.16/2655.22	c INPROCESSING
2637.16/2655.22	c GARBAGE COLLECT
2637.16/2655.22	c #Conflicts:    3621000 | #Constraints:      47761
2637.16/2655.22	c #Conflicts:    3622000 | #Constraints:      48761
2699.20/2717.75	c #Conflicts:    3623000 | #Constraints:      49761
2699.20/2717.75	c #Conflicts:    3624000 | #Constraints:      50761
2699.20/2717.75	c #Conflicts:    3625000 | #Constraints:      51761
2699.20/2717.75	c #Conflicts:    3626000 | #Constraints:      52761
2699.20/2717.75	c #Conflicts:    3627000 | #Constraints:      53761
2699.20/2717.75	c #Conflicts:    3628000 | #Constraints:      54761
2699.20/2717.75	c #Conflicts:    3629000 | #Constraints:      55761
2699.20/2717.75	c #Conflicts:    3630000 | #Constraints:      56761
2699.20/2717.75	c #Conflicts:    3631000 | #Constraints:      57761
2699.20/2717.75	c #Conflicts:    3632000 | #Constraints:      58761
2699.20/2717.75	c #Conflicts:    3633000 | #Constraints:      59761
2699.20/2717.75	c #Conflicts:    3634000 | #Constraints:      60761
2699.20/2717.75	c #Conflicts:    3635000 | #Constraints:      61761
2699.20/2717.75	c #Conflicts:    3636000 | #Constraints:      62761
2699.20/2717.75	c #Conflicts:    3637000 | #Constraints:      63761
2699.20/2717.75	c #Conflicts:    3638000 | #Constraints:      64761
2699.20/2717.75	c #Conflicts:    3639000 | #Constraints:      65761
2699.20/2717.75	c #Conflicts:    3640000 | #Constraints:      66762
2699.20/2717.75	c #Conflicts:    3641000 | #Constraints:      67762
2699.20/2717.75	c #Conflicts:    3642000 | #Constraints:      68762
2699.20/2717.75	c #Conflicts:    3643000 | #Constraints:      69762
2699.20/2717.75	c #Conflicts:    3644000 | #Constraints:      70762
2699.20/2717.75	c #Conflicts:    3645000 | #Constraints:      71762
2699.20/2717.75	c #Conflicts:    3646000 | #Constraints:      72762
2699.20/2717.75	c #Conflicts:    3647000 | #Constraints:      73762
2699.20/2717.75	c #Conflicts:    3648000 | #Constraints:      74762
2699.20/2717.75	c #Conflicts:    3649000 | #Constraints:      75762
2699.20/2717.75	c #Conflicts:    3650000 | #Constraints:      76762
2699.20/2717.75	c #Conflicts:    3651000 | #Constraints:      77762
2699.20/2717.75	c #Conflicts:    3652000 | #Constraints:      78762
2699.20/2717.75	c #Conflicts:    3653000 | #Constraints:      79762
2699.20/2717.75	c #Conflicts:    3654000 | #Constraints:      80762
2699.20/2717.75	c #Conflicts:    3655000 | #Constraints:      81762
2699.20/2717.75	c #Conflicts:    3656000 | #Constraints:      82762
2699.20/2717.75	c #Conflicts:    3657000 | #Constraints:      83762
2699.20/2717.75	c #Conflicts:    3658000 | #Constraints:      84763
2699.20/2717.75	c INPROCESSING
2699.20/2717.75	c GARBAGE COLLECT
2699.20/2717.75	c #Conflicts:    3659000 | #Constraints:      47516
2699.20/2717.75	c #Conflicts:    3660000 | #Constraints:      48516
2699.20/2717.75	c #Conflicts:    3661000 | #Constraints:      49516
2699.20/2717.75	c #Conflicts:    3662000 | #Constraints:      50516
2699.20/2717.75	c #Conflicts:    3663000 | #Constraints:      51516
2699.20/2717.75	c #Conflicts:    3664000 | #Constraints:      52516
2699.20/2717.75	c #Conflicts:    3665000 | #Constraints:      53516
2699.20/2717.75	c #Conflicts:    3666000 | #Constraints:      54516
2699.20/2717.75	c #Conflicts:    3667000 | #Constraints:      55516
2699.20/2717.75	c #Conflicts:    3668000 | #Constraints:      56517
2699.20/2717.75	c #Conflicts:    3669000 | #Constraints:      57517
2699.20/2717.75	c #Conflicts:    3670000 | #Constraints:      58517
2699.20/2717.75	c #Conflicts:    3671000 | #Constraints:      59517
2699.20/2717.75	c #Conflicts:    3672000 | #Constraints:      60517
2699.20/2717.75	c #Conflicts:    3673000 | #Constraints:      61517
2699.20/2717.75	c #Conflicts:    3674000 | #Constraints:      62517
2699.20/2717.75	c #Conflicts:    3675000 | #Constraints:      63517
2699.20/2717.75	c #Conflicts:    3676000 | #Constraints:      64517
2699.20/2717.75	c #Conflicts:    3677000 | #Constraints:      65517
2699.20/2717.75	c #Conflicts:    3678000 | #Constraints:      66517
2699.20/2717.75	c #Conflicts:    3679000 | #Constraints:      67517
2699.20/2717.75	c #Conflicts:    3680000 | #Constraints:      68517
2699.20/2717.75	c #Conflicts:    3681000 | #Constraints:      69517
2699.20/2717.75	c #Conflicts:    3682000 | #Constraints:      70518
2699.20/2717.75	c #Conflicts:    3683000 | #Constraints:      71518
2699.20/2717.75	c #Conflicts:    3684000 | #Constraints:      72518
2699.20/2717.75	c #Conflicts:    3685000 | #Constraints:      73518
2699.20/2717.75	c #Conflicts:    3686000 | #Constraints:      74518
2699.20/2717.75	c #Conflicts:    3687000 | #Constraints:      75518
2699.20/2717.75	c #Conflicts:    3688000 | #Constraints:      76518
2699.20/2717.75	c #Conflicts:    3689000 | #Constraints:      77519
2699.20/2717.75	c #Conflicts:    3690000 | #Constraints:      78519
2699.20/2717.75	c #Conflicts:    3691000 | #Constraints:      79523
2699.20/2717.75	c #Conflicts:    3692000 | #Constraints:      80523
2699.20/2717.75	c #Conflicts:    3693000 | #Constraints:      81523
2699.20/2717.75	c #Conflicts:    3694000 | #Constraints:      82523
2699.20/2717.75	c #Conflicts:    3695000 | #Constraints:      83523
2699.20/2717.75	c #Conflicts:    3696000 | #Constraints:      84523
2699.20/2717.75	c INPROCESSING
2699.20/2717.75	c GARBAGE COLLECT
2699.20/2717.75	c #Conflicts:    3697000 | #Constraints:      47183
2699.20/2717.75	c #Conflicts:    3698000 | #Constraints:      48183
2699.20/2717.75	c #Conflicts:    3699000 | #Constraints:      49183
2726.32/2744.95	c #Conflicts:    3700000 | #Constraints:      50183
2726.32/2744.95	c #Conflicts:    3701000 | #Constraints:      51183
2726.32/2744.95	c #Conflicts:    3702000 | #Constraints:      52183
2726.32/2744.95	c #Conflicts:    3703000 | #Constraints:      53183
2726.32/2744.95	c #Conflicts:    3704000 | #Constraints:      54183
2726.32/2744.95	c #Conflicts:    3705000 | #Constraints:      55183
2726.32/2744.95	c #Conflicts:    3706000 | #Constraints:      56183
2726.32/2744.95	c #Conflicts:    3707000 | #Constraints:      57183
2726.32/2744.95	c #Conflicts:    3708000 | #Constraints:      58183
2726.32/2744.95	c #Conflicts:    3709000 | #Constraints:      59183
2726.32/2744.95	c #Conflicts:    3710000 | #Constraints:      60183
2726.32/2744.95	c #Conflicts:    3711000 | #Constraints:      61183
2726.32/2744.95	c #Conflicts:    3712000 | #Constraints:      62183
2726.32/2744.95	c #Conflicts:    3713000 | #Constraints:      63183
2726.32/2744.95	c #Conflicts:    3714000 | #Constraints:      64183
2726.32/2744.95	c #Conflicts:    3715000 | #Constraints:      65183
2726.32/2744.95	c #Conflicts:    3716000 | #Constraints:      66183
2726.32/2744.95	c #Conflicts:    3717000 | #Constraints:      67183
2726.32/2744.95	c #Conflicts:    3718000 | #Constraints:      68184
2726.32/2744.95	c #Conflicts:    3719000 | #Constraints:      69184
2726.32/2744.95	c #Conflicts:    3720000 | #Constraints:      70184
2726.32/2744.95	c #Conflicts:    3721000 | #Constraints:      71184
2726.32/2744.95	c #Conflicts:    3722000 | #Constraints:      72184
2726.32/2744.95	c #Conflicts:    3723000 | #Constraints:      73184
2726.32/2744.95	c #Conflicts:    3724000 | #Constraints:      74344
2726.32/2744.95	c #Conflicts:    3725000 | #Constraints:      75404
2726.32/2744.95	c #Conflicts:    3726000 | #Constraints:      76405
2726.32/2744.95	c #Conflicts:    3727000 | #Constraints:      77406
2726.32/2744.95	c #Conflicts:    3728000 | #Constraints:      78406
2726.32/2744.95	c #Conflicts:    3729000 | #Constraints:      79406
2726.32/2744.95	c #Conflicts:    3730000 | #Constraints:      80406
2726.32/2744.95	c #Conflicts:    3731000 | #Constraints:      81406
2726.32/2744.95	c #Conflicts:    3732000 | #Constraints:      82406
2726.32/2744.95	c #Conflicts:    3733000 | #Constraints:      83406
2726.32/2744.95	c #Conflicts:    3734000 | #Constraints:      84406
2726.32/2744.95	c #Conflicts:    3735000 | #Constraints:      85406
2726.32/2744.95	c INPROCESSING
2726.32/2744.95	c GARBAGE COLLECT
2726.32/2744.95	c #Conflicts:    3736000 | #Constraints:      47872
2726.32/2744.95	c #Conflicts:    3737000 | #Constraints:      48872
2726.32/2744.95	c #Conflicts:    3738000 | #Constraints:      49872
2726.32/2744.95	c #Conflicts:    3739000 | #Constraints:      50872
2726.32/2744.95	c #Conflicts:    3740000 | #Constraints:      51872
2726.32/2744.95	WSVECS04 Frhs2[2]: 6 -0.798495 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[6]: 6 -1.12154 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[7]: 6 -0.991374 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[41]: 6 -0.99984 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[49]: 6 -1.99007 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[50]: 6 -1.64318 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[55]: 6 0 0.595983 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[70]: 6 -0.953103 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[71]: 6 -1.00241 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[85]: 6 -1.36061 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[94]: 6 -2 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[99]: 6 -0.937815 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[108]: 6 0 2.88079 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[129]: 6 -0.000292165 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[133]: 6 -1.01938 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[152]: 6 -1.95313 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[155]: 6 -1.9375 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[216]: 6 -0.0468756 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[224]: 6 -0.994089 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[256]: 6 -1.00002 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[258]: 6 -0.920525 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[306]: 6 -1.40227 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[313]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[326]: 6 -1.04636 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[391]: 6 -0.993357 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[406]: 6 0 11.7266 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[408]: 6 -0.0468752 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[414]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[430]: 6 0 0.937191 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[433]: 6 0 1.25 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[441]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[448]: 6 -0.994152 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[502]: 6 0 10 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[518]: 6 -1.0754 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[544]: 6 -0.994132 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[550]: 6 -0.991405 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[570]: 6 0 0.0312512 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[582]: 6 -1.02832 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[607]: 6 -1.00002 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[620]: 6 -0.193689 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[647]: 6 -0.993356 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[704]: 6 -1.62498 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1026]: 6 -1.01453 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1028]: 6 -0.951687 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1042]: 6 -1.98463 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1054]: 6 -0.999998 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1057]: 6 -1.00012 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1075]: 6 -0.75 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1089]: 6 -1.00032 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1092]: 6 -0.902736 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1093]: 6 -0.500005 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1120]: 6 -0.493922 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1122]: 6 -0.472015 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1125]: 6 -2.26759 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1131]: 6 -1.66705 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1156]: 6 0 0.519446 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1171]: 6 -2.76142 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1179]: 6 -0.248926 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1180]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1194]: 6 -0.5 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1218]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1238]: 6 -12.3438 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1240]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1248]: 6 -0.799695 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1250]: 6 -1.00003 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1351]: 6 -0.250001 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1414]: 6 -1.28125 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1441]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1457]: 6 -2.5 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1491]: 6 0 0.500001 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1544]: 6 -1.25 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1555]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1573]: 6 -1.00083 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1581]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1909]: 6 0 11.45 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1928]: 6 0 1.5 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2091]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2096]: 6 -1.00006 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2146]: 6 -1.49785 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2157]: 6 -3.10327 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2184]: 6 -1.00032 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2188]: 6 -0.0390313 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2189]: 6 -5.00065 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2195]: 6 0 1.01366 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2209]: 6 -0.402269 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2273]: 6 -1.00001 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2280]: 6 -1.05675 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2292]: 6 -0.00193816 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2295]: 6 -1.12407 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2307]: 6 -6.05799 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2313]: 6 -11.8838 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2459]: 6 -0.998926 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2498]: 6 0 0.281251 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2506]: 6 0 2 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2525]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2560]: 6 -1.01089 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2858]: 6 -0.683334 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2860]: 6 0 0.633334 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2959]: 6 0 2.25 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3008]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3074]: 6 -5 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3254]: 6 -7.98438 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3263]: 6 -2 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3366]: 6 -1.5 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3392]: 6 0 3 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3395]: 6 -2 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3436]: 6 -0.750002 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3454]: 6 -5.25 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3460]: 6 0 1 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3507]: 6 -1.5 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3554]: 6 -1.5 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3555]: 6 -0.843751 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3570]: 6 -5 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3630]: 6 -1.00002 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3657]: 6 -1.03345 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3744]: 6 0 2 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3751]: 6 0 0.902778 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3791]: 6 0 0.25 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3795]: 6 -0.718751 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3849]: 6 0 2.36086 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3875]: 6 -1.00017 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3911]: 6 -1.00133 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3923]: 6 -1.42634 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3926]: 6 -0.249057 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3927]: 6 -1.75095 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3930]: 6 0 2.83929 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
2726.32/2744.95	WSVECS04 Frhs2[4069]: 6 -1.00001 0 shouldn't be
2791.53/2810.57	c #Conflicts:    3741000 | #Constraints:      52872
2791.53/2810.57	c #Conflicts:    3742000 | #Constraints:      53872
2791.53/2810.57	c #Conflicts:    3743000 | #Constraints:      54872
2791.53/2810.57	c #Conflicts:    3744000 | #Constraints:      55872
2791.53/2810.57	c #Conflicts:    3745000 | #Constraints:      56872
2791.53/2810.57	c #Conflicts:    3746000 | #Constraints:      57872
2791.53/2810.57	c #Conflicts:    3747000 | #Constraints:      58872
2791.53/2810.57	c #Conflicts:    3748000 | #Constraints:      59872
2791.53/2810.57	c #Conflicts:    3749000 | #Constraints:      60872
2791.53/2810.57	c #Conflicts:    3750000 | #Constraints:      61872
2791.53/2810.57	c #Conflicts:    3751000 | #Constraints:      62872
2791.53/2810.57	c #Conflicts:    3752000 | #Constraints:      63872
2791.53/2810.57	c #Conflicts:    3753000 | #Constraints:      64872
2791.53/2810.57	c #Conflicts:    3754000 | #Constraints:      65872
2791.53/2810.57	c #Conflicts:    3755000 | #Constraints:      66872
2791.53/2810.57	c #Conflicts:    3756000 | #Constraints:      67872
2791.53/2810.57	c #Conflicts:    3757000 | #Constraints:      68872
2791.53/2810.57	c #Conflicts:    3758000 | #Constraints:      69872
2791.53/2810.57	c #Conflicts:    3759000 | #Constraints:      70872
2791.53/2810.57	c #Conflicts:    3760000 | #Constraints:      71872
2791.53/2810.57	c #Conflicts:    3761000 | #Constraints:      72872
2791.53/2810.57	c #Conflicts:    3762000 | #Constraints:      73872
2791.53/2810.57	c #Conflicts:    3763000 | #Constraints:      74872
2791.53/2810.57	c #Conflicts:    3764000 | #Constraints:      75872
2791.53/2810.57	c #Conflicts:    3765000 | #Constraints:      76872
2791.53/2810.57	c #Conflicts:    3766000 | #Constraints:      77872
2791.53/2810.57	c #Conflicts:    3767000 | #Constraints:      78872
2791.53/2810.57	c #Conflicts:    3768000 | #Constraints:      79872
2791.53/2810.57	c #Conflicts:    3769000 | #Constraints:      80872
2791.53/2810.57	c #Conflicts:    3770000 | #Constraints:      81872
2791.53/2810.57	c #Conflicts:    3771000 | #Constraints:      82872
2791.53/2810.57	c #Conflicts:    3772000 | #Constraints:      83872
2791.53/2810.57	c #Conflicts:    3773000 | #Constraints:      84872
2791.53/2810.57	c #Conflicts:    3774000 | #Constraints:      85872
2791.53/2810.57	c INPROCESSING
2791.53/2810.57	c GARBAGE COLLECT
2791.53/2810.57	c #Conflicts:    3775000 | #Constraints:      48170
2791.53/2810.57	c #Conflicts:    3776000 | #Constraints:      49170
2791.53/2810.57	c #Conflicts:    3777000 | #Constraints:      50170
2791.53/2810.57	c #Conflicts:    3778000 | #Constraints:      51170
2791.53/2810.57	c #Conflicts:    3779000 | #Constraints:      52170
2791.53/2810.57	c #Conflicts:    3780000 | #Constraints:      53170
2791.53/2810.57	c #Conflicts:    3781000 | #Constraints:      54170
2791.53/2810.57	c #Conflicts:    3782000 | #Constraints:      55170
2791.53/2810.57	c #Conflicts:    3783000 | #Constraints:      56170
2791.53/2810.57	c #Conflicts:    3784000 | #Constraints:      57170
2791.53/2810.57	c #Conflicts:    3785000 | #Constraints:      58170
2791.53/2810.57	c #Conflicts:    3786000 | #Constraints:      59171
2791.53/2810.57	c #Conflicts:    3787000 | #Constraints:      60171
2791.53/2810.57	c #Conflicts:    3788000 | #Constraints:      61171
2791.53/2810.57	c #Conflicts:    3789000 | #Constraints:      62171
2791.53/2810.57	c #Conflicts:    3790000 | #Constraints:      63171
2791.53/2810.57	c #Conflicts:    3791000 | #Constraints:      64171
2791.53/2810.57	c #Conflicts:    3792000 | #Constraints:      65171
2791.53/2810.57	c #Conflicts:    3793000 | #Constraints:      66171
2791.53/2810.57	c #Conflicts:    3794000 | #Constraints:      67171
2791.53/2810.57	c #Conflicts:    3795000 | #Constraints:      68171
2791.53/2810.57	c #Conflicts:    3796000 | #Constraints:      69171
2791.53/2810.57	c #Conflicts:    3797000 | #Constraints:      70171
2791.53/2810.57	c #Conflicts:    3798000 | #Constraints:      71171
2791.53/2810.57	c #Conflicts:    3799000 | #Constraints:      72172
2791.53/2810.57	c #Conflicts:    3800000 | #Constraints:      73467
2791.53/2810.57	c #Conflicts:    3801000 | #Constraints:      74555
2791.53/2810.57	c #Conflicts:    3802000 | #Constraints:      76021
2791.53/2810.57	c #Conflicts:    3803000 | #Constraints:      77530
2791.53/2810.57	c #Conflicts:    3804000 | #Constraints:      79026
2791.53/2810.57	c #Conflicts:    3805000 | #Constraints:      80299
2791.53/2810.57	c #Conflicts:    3806000 | #Constraints:      81538
2791.53/2810.57	c #Conflicts:    3807000 | #Constraints:      82846
2791.53/2810.57	c #Conflicts:    3808000 | #Constraints:      84072
2791.53/2810.57	c #Conflicts:    3809000 | #Constraints:      85105
2791.53/2810.57	c #Conflicts:    3810000 | #Constraints:      86105
2791.53/2810.57	c #Conflicts:    3811000 | #Constraints:      87105
2791.53/2810.57	c #Conflicts:    3812000 | #Constraints:      88105
2791.53/2810.57	c #Conflicts:    3813000 | #Constraints:      89105
2791.53/2810.57	c INPROCESSING
2791.53/2810.57	c GARBAGE COLLECT
2791.53/2810.57	WSVECS04 Frhs2[4]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[7]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[9]: 6 -1.00001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[12]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[16]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[20]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[25]: 6 0 0.240253 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[37]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[41]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[58]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[72]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[73]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[74]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[76]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[79]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[80]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[81]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[84]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[87]: 6 -0.990064 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[89]: 6 0 1.1876 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[97]: 6 -2.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[104]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[106]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[107]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[122]: 6 -2.02682 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[137]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[145]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[166]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[168]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[181]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[184]: 6 -0.992584 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[201]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[202]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[211]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[216]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[233]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[241]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[242]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[268]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[325]: 6 -1.25004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[331]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[333]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[336]: 6 -1.00001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[363]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[364]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[369]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[372]: 6 -1.00001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[390]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[403]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[422]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[425]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[428]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[434]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[457]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[463]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[500]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[504]: 6 -1.82004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[516]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[519]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[529]: 6 -1.00001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[549]: 6 -1.25002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[553]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[555]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[559]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[562]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[584]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[587]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[589]: 6 -1.00001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[591]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[592]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[597]: 6 -0.999548 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[599]: 6 -0.995119 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[611]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[613]: 6 -1.00001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[614]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[626]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[641]: 6 -3.2344 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[649]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[650]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[652]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[655]: 6 -1.00001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[657]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[658]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[660]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[661]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[691]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[696]: 6 -2.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[919]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[938]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[949]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[974]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[994]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1001]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1008]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1010]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1021]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1028]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1032]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1038]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1041]: 6 -0.999948 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1042]: 6 -0.999903 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1043]: 6 -0.99973 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1045]: 6 -0.998839 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1047]: 6 -1.62015 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1051]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1059]: 6 -0.875089 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1062]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1063]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1064]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1070]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1071]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1079]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1093]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1094]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1097]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1100]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1103]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1104]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1107]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1111]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1112]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1119]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1126]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1130]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1132]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1133]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1134]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1139]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1143]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1146]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1150]: 6 -1.26566 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1161]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1172]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1180]: 6 -2.25003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1190]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1195]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1196]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1204]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1205]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1219]: 6 -1.75006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1225]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1227]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1230]: 6 -1.00007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1232]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1241]: 6 0 0.240269 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1266]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1267]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1281]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1288]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1300]: 6 -1.25003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1301]: 6 -1.25004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1303]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1305]: 6 -3.24023 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1318]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1327]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1330]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1334]: 6 -1.10595 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1336]: 6 -2.30506 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1339]: 6 -1.00001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1345]: 6 -1.25008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1346]: 6 -2.25007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1348]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1356]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1357]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1360]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1362]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1366]: 6 -1.25005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1380]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1388]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1389]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1393]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1394]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1395]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1398]: 6 -1.31258 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1402]: 6 -0.689477 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1408]: 6 -1.31251 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1411]: 6 -2.25004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1415]: 6 -1.37507 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1421]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1427]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1428]: 6 -1.25003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1432]: 6 -1.25007 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1433]: 6 -1.25003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1451]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1452]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1457]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1458]: 6 -1.0001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1462]: 6 -1.00006 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1463]: 6 -0.140644 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1464]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1466]: 6 0 0.640701 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1467]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1473]: 6 -1.25004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1476]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1487]: 6 -1.00002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1489]: 6 -1.00009 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1495]: 6 -1.25002 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1499]: 6 -3.16414 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1503]: 6 -1.50004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1508]: 6 -1.00005 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1509]: 6 -2.50004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1514]: 6 -1.00004 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1517]: 6 -1.00008 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1523]: 6 -1.00001 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1524]: 6 -1.00003 0 shouldn't be
2791.53/2810.57	WSVECS04 Frhs2[1536]: 6 -1.25004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1537]: 6 -1.50002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1540]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1549]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1555]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1559]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1561]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1563]: 6 -2.58602 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1572]: 6 -0.687558 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1579]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1580]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1586]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1591]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1596]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1599]: 6 -2.28132 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1608]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1611]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1616]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1626]: 6 -2.93758 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1630]: 6 -2.37503 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1658]: 6 -0.703214 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1688]: 6 -1.06257 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1709]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1891]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1898]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1900]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1902]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1904]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1906]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1907]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1909]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1912]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1920]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1927]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1929]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1932]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1935]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1937]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1940]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1944]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1985]: 6 -1.31255 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1994]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[1998]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2002]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2003]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2006]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2007]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2009]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2014]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2015]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2018]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2020]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2021]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2026]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2028]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2029]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2032]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2033]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2035]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2037]: 6 -1.62507 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2046]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2047]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2050]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2054]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2058]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2070]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2074]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2081]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2084]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2085]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2088]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2089]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2092]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2094]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2096]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2098]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2100]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2106]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2108]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2111]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2114]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2117]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2120]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2122]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2124]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2125]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2128]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2132]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2136]: 6 -1.37505 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2138]: 6 -1.25009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2153]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2156]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2159]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2161]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2165]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2168]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2169]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2175]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2177]: 6 -1.25005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2185]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2187]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2192]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2193]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2197]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2200]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2204]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2208]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2210]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2212]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2215]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2218]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2219]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2224]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2225]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2228]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2234]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2237]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2238]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2241]: 6 -1.23446 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2242]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2246]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2252]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2257]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2258]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2261]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2265]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2282]: 6 -6.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2286]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2287]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2290]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2293]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2296]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2298]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2302]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2306]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2308]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2309]: 6 -0.999112 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2311]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2314]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2317]: 6 -0.985014 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2320]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2321]: 6 -0.940033 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2324]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2328]: 6 -1.25007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2334]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2341]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2370]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2371]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2374]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2375]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2378]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2379]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2381]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2384]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2386]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2387]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2389]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2393]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2396]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2398]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2399]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2401]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2404]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2405]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2407]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2410]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2411]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2413]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2416]: 6 -1.31257 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2417]: 6 -1.31251 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2442]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2443]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2449]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2454]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2466]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2472]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2473]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2476]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2477]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2479]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2483]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2485]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2488]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2492]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2495]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2498]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2500]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2501]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2503]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2505]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2508]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2512]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2513]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2516]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2520]: 6 -1.25004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2530]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2532]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2535]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2545]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2550]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2552]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2556]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2565]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2568]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2569]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2574]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2576]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2578]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2580]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2581]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2586]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2588]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2590]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2591]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2594]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2595]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2597]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2599]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2602]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2603]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2605]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2608]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2612]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2616]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2625]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2628]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2633]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2636]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2642]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2646]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2660]: 6 -5.25007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2661]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2668]: 6 -7.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2670]: 6 -9.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2671]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2674]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2675]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2678]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2680]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2681]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2684]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2685]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2687]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2689]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2691]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2693]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2697]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2700]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2702]: 6 0 1.24025 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2704]: 6 -1.33209 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2724]: 6 -1.25009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2730]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2734]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2735]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2739]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2765]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2767]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2769]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2771]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2773]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2775]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2778]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2779]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2782]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2785]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2788]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2793]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2795]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2797]: 6 -0.00751575 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2799]: 6 -3.23509 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2810]: 6 -5.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2811]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2814]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2825]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2830]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2835]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2836]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2855]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2858]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2859]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2863]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2866]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2870]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2871]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2874]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2875]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2878]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2881]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2883]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2886]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2887]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2890]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2896]: 6 -8.53005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2928]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2929]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2933]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2934]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2936]: 6 -1.32768 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2941]: 6 -1.25007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2943]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2945]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2953]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2956]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2957]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2959]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2960]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2962]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2965]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2968]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2972]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2976]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2980]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2984]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2986]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2987]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[2990]: 6 -1.31251 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3006]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3019]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3020]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3021]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3026]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3028]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3031]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3032]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3033]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3039]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3041]: 6 -7.46878 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3047]: 6 -3.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3050]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3051]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3054]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3055]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3058]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3061]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3064]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3065]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3068]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3070]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3072]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3074]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3076]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3077]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3080]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3081]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3084]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3085]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3088]: 6 -1.31256 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3102]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3106]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3111]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3114]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3116]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3123]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3124]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3128]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3135]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3136]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3137]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3140]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3141]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3143]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3145]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3148]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3152]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3153]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3155]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3160]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3164]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3168]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3172]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3176]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3179]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3184]: 6 -1.32815 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3198]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3199]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3201]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3205]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3211]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3212]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3214]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3220]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3224]: 6 -0.00758316 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3231]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3232]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3236]: 6 -8.15631 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3239]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3241]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3243]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3245]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3247]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3250]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3251]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3256]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3258]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3260]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3262]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3264]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3266]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3268]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3272]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3276]: 6 -0.00760136 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3280]: 6 -3.97008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3284]: 6 -4.14064 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3288]: 6 -4.43756 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3291]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3301]: 6 0 0.250099 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3313]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3332]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3334]: 6 0 0.250079 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3337]: 6 -3.50008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3344]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3345]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3348]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3352]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3356]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3357]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3360]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3364]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3372]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3373]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3376]: 6 -1.31253 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3414]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3418]: 6 -2.28916 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3420]: 6 -1.32815 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3434]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3437]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3440]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3442]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3444]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3445]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3447]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3449]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3451]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3454]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3455]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3458]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3460]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3463]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3465]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3468]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3472]: 6 -2.28914 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3495]: 6 -1.50003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3497]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3503]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3509]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3510]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3516]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3534]: 6 0 1.00002 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3536]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3538]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3539]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3541]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3546]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3547]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3554]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3556]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3557]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3560]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3564]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3568]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3569]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3572]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3573]: 6 -4.25001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3575]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3577]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3579]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3581]: 6 -1.25006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3586]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3587]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3593]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3601]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3607]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3617]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3619]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3622]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3623]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3626]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3632]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3634]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3635]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3637]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3640]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3644]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3645]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3648]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3658]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3663]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3666]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3667]: 6 -4.87504 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3669]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3672]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3682]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3688]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3690]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3691]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3694]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3703]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3704]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3706]: 6 -1.29694 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3713]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3715]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3719]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3722]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3725]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3728]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3729]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3731]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3733]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3735]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3740]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3742]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3743]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3746]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3750]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3754]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3758]: 6 -1.25006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3760]: 6 -1.17194 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3775]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3777]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3778]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3780]: 6 -1.25003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3781]: 6 -1.00001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3782]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3784]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3794]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3796]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3798]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3799]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3810]: 6 -1.25004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3812]: 6 -1.25007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3821]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3824]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3828]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3829]: 6 -1.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3832]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3835]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3837]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3840]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3841]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3844]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3845]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3848]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3852]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3854]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3855]: 6 -1.00006 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3858]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3860]: 6 -1.43752 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3861]: 6 -1.25004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3866]: 6 0 1.75007 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3871]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3877]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3883]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3884]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3887]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3890]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3891]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3892]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3899]: 6 -1.2501 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3900]: 6 -1.31258 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3901]: 6 -1.28127 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3913]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3915]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3924]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3926]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3927]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3934]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3937]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3938]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3940]: 6 -1.00008 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3941]: 6 -1.00009 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3944]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3946]: 6 -1.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3947]: 6 -1.0001 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3950]: 6 -2.00007 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[3951]: 6 -2.00005 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[4031]: 6 -1.00003 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[4032]: 6 -1.00002 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[4055]: 6 0 1.00008 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[4106]: 6 -1.00004 0 shouldn't be
2791.53/2810.58	WSVECS04 Frhs2[4122]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[5]: 6 -1.00003 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[24]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[42]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[71]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[86]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[112]: 6 -1.00001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[118]: 6 -0.993886 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[131]: 6 -0.937541 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[147]: 6 -0.999574 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[152]: 6 -1.82009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[163]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[175]: 6 -1.0001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[182]: 6 -0.999551 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[183]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[193]: 6 -3.23439 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[239]: 6 -1.00007 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[244]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[246]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[247]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[277]: 6 -0.99948 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[339]: 6 -0.999943 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[341]: 6 -0.999546 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[357]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[389]: 6 -1.0001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[399]: 6 -1.00007 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[404]: 6 -1.00003 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[406]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[419]: 6 -1.00001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[431]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[461]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[464]: 6 -1.00007 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[466]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[471]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[479]: 6 -1.00007 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[492]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[494]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[513]: 6 -1.00001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[515]: 6 -1.00008 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[518]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[533]: 6 -0.998996 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[551]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[557]: 6 -1.00003 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[571]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[574]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[578]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[583]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[612]: 6 -1.00001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[615]: 6 -1.00003 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[623]: 6 -1.00008 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[628]: 6 -1.00001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[630]: 6 -0.999539 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[662]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[675]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[681]: 6 -1.00008 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[685]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[692]: 6 -1.00007 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1060]: 6 -0.750066 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1081]: 6 -1.25002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1091]: 6 -1.25001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1099]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1101]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1135]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1144]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1156]: 6 -1.43755 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1166]: 6 -1.00008 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1167]: 6 -1.00001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1175]: 6 -1.24251 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1176]: 6 -1.31258 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1197]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1207]: 6 -0.99255 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1237]: 6 -1.0001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1262]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1265]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1268]: 6 0 1.24026 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1297]: 6 -1.00003 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1306]: 6 -0.667989 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1313]: 6 -0.750063 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1321]: 6 -1.0001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1324]: 6 -1.00007 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1343]: 6 -2.25002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1353]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1363]: 6 -1.32768 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1370]: 6 -0.750071 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1378]: 6 -1.25005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1400]: 6 -0.922441 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1438]: 6 -2.25005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1450]: 6 -1.0001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1477]: 6 -1.00003 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1483]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1491]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1502]: 6 -1.31259 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1529]: 6 -1.31259 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1548]: 6 -1.00007 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[1916]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2036]: 6 -1.62509 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2104]: 6 -1.00008 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2150]: 6 -1.0001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2183]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2232]: 6 -1.00008 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2235]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2243]: 6 -0.93753 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2253]: 6 -1.00003 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2346]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2357]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2377]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2542]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2549]: 6 -1.00001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2635]: 6 -1.00003 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2645]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2729]: 6 -1.00001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2741]: 6 -1.00007 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2822]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2823]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2827]: 6 -1.0001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2833]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2837]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[2930]: 6 -1.00008 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3014]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3121]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3161]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3173]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3230]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3312]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3316]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3318]: 6 -1.00001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3340]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3341]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3375]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3394]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3412]: 6 -1.00002 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3428]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3496]: 6 -1.0001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3506]: 6 -1.00003 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3550]: 6 -1.00001 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3605]: 6 -1.00005 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3652]: 6 -1.00008 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3662]: 6 -1.00004 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3664]: 6 0 0.93759 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3718]: 6 -1.00006 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
2792.73/2811.71	WSVECS04 Frhs2[3931]: 6 -1.00002 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[22]: 6 -1.00006 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[48]: 6 -1.00003 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[54]: 6 -0.994442 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[67]: 6 -1.00001 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[77]: 6 -1.00001 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[85]: 6 -0.998585 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[105]: 6 -1.00001 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[135]: 6 -1.00008 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[138]: 6 -1.00002 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[146]: 6 -1.00002 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[165]: 6 -1.00005 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[209]: 6 -1.00004 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[245]: 6 -1.00006 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[278]: 6 -1.00002 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[319]: 6 -1.00004 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[437]: 6 -0.999498 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[483]: 6 -1.00007 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[487]: 6 -1.00007 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[561]: 6 -1.0001 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[565]: 6 -1.00004 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[622]: 6 -1.00009 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[677]: 6 -1.00007 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[965]: 6 -1.00001 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[968]: 6 -1.00006 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[1076]: 6 -1.00003 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[1224]: 6 -1.00001 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[1239]: 6 -1.00007 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[1251]: 6 0 2.23445 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[1361]: 6 -1.00008 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[1423]: 6 -1.0001 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[1444]: 6 -1.00006 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[1520]: 6 -1.00007 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[1893]: 6 -1.00002 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[2010]: 6 -1.00009 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[2299]: 6 -1.0001 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[2349]: 6 -1.00009 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[2725]: 6 -1.25006 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[2892]: 6 0 0.820049 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[2973]: 6 -1.00004 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[2977]: 6 -1.00009 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3015]: 6 -1.00003 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3023]: 6 -1.00001 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3298]: 6 -1.00006 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3329]: 6 -1.00005 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3490]: 6 -1.28135 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3501]: 6 -1.00006 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3543]: 6 -1.00004 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3697]: 6 -1.00007 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3711]: 6 -1.25008 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3738]: 6 -1.00008 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3747]: 6 -1.00004 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3869]: 6 -1.00005 0 shouldn't be
2794.62/2813.63	WSVECS04 Frhs2[3987]: 6 -1.00001 0 shouldn't be
2847.96/2867.21	c #Conflicts:    3814000 | #Constraints:      49806
2847.96/2867.21	c #Conflicts:    3815000 | #Constraints:      50806
2847.96/2867.21	c #Conflicts:    3816000 | #Constraints:      51806
2847.96/2867.21	c #Conflicts:    3817000 | #Constraints:      52807
2847.96/2867.21	c #Conflicts:    3818000 | #Constraints:      53807
2847.96/2867.21	c #Conflicts:    3819000 | #Constraints:      54807
2847.96/2867.21	c #Conflicts:    3820000 | #Constraints:      55807
2847.96/2867.21	c #Conflicts:    3821000 | #Constraints:      56807
2847.96/2867.21	c #Conflicts:    3822000 | #Constraints:      57807
2847.96/2867.21	c #Conflicts:    3823000 | #Constraints:      58807
2847.96/2867.21	c #Conflicts:    3824000 | #Constraints:      59807
2847.96/2867.21	c #Conflicts:    3825000 | #Constraints:      60807
2847.96/2867.21	c #Conflicts:    3826000 | #Constraints:      61807
2847.96/2867.21	c #Conflicts:    3827000 | #Constraints:      62808
2847.96/2867.21	c #Conflicts:    3828000 | #Constraints:      63808
2847.96/2867.21	c #Conflicts:    3829000 | #Constraints:      64808
2847.96/2867.21	c #Conflicts:    3830000 | #Constraints:      65808
2847.96/2867.21	c #Conflicts:    3831000 | #Constraints:      66808
2847.96/2867.21	c #Conflicts:    3832000 | #Constraints:      67808
2847.96/2867.21	c #Conflicts:    3833000 | #Constraints:      68808
2847.96/2867.21	c #Conflicts:    3834000 | #Constraints:      69808
2847.96/2867.21	c #Conflicts:    3835000 | #Constraints:      70808
2847.96/2867.21	c #Conflicts:    3836000 | #Constraints:      71808
2847.96/2867.21	c #Conflicts:    3837000 | #Constraints:      72808
2847.96/2867.21	c #Conflicts:    3838000 | #Constraints:      73808
2847.96/2867.21	c #Conflicts:    3839000 | #Constraints:      74808
2847.96/2867.21	c #Conflicts:    3840000 | #Constraints:      75808
2847.96/2867.21	c #Conflicts:    3841000 | #Constraints:      76808
2847.96/2867.21	c #Conflicts:    3842000 | #Constraints:      77808
2847.96/2867.21	c #Conflicts:    3843000 | #Constraints:      78808
2847.96/2867.21	c #Conflicts:    3844000 | #Constraints:      79808
2847.96/2867.21	c #Conflicts:    3845000 | #Constraints:      80808
2847.96/2867.21	c #Conflicts:    3846000 | #Constraints:      81808
2847.96/2867.21	c #Conflicts:    3847000 | #Constraints:      82808
2847.96/2867.21	c #Conflicts:    3848000 | #Constraints:      83808
2847.96/2867.21	c #Conflicts:    3849000 | #Constraints:      84808
2847.96/2867.21	c #Conflicts:    3850000 | #Constraints:      85809
2847.96/2867.21	c #Conflicts:    3851000 | #Constraints:      86809
2847.96/2867.21	c #Conflicts:    3852000 | #Constraints:      87809
2847.96/2867.21	c INPROCESSING
2847.96/2867.21	c GARBAGE COLLECT
2847.96/2867.21	c #Conflicts:    3853000 | #Constraints:      49047
2847.96/2867.21	c #Conflicts:    3854000 | #Constraints:      50047
2847.96/2867.21	c #Conflicts:    3855000 | #Constraints:      51047
2847.96/2867.21	c #Conflicts:    3856000 | #Constraints:      52047
2847.96/2867.21	c #Conflicts:    3857000 | #Constraints:      53047
2847.96/2867.21	c #Conflicts:    3858000 | #Constraints:      54047
2847.96/2867.21	c #Conflicts:    3859000 | #Constraints:      55047
2847.96/2867.21	c #Conflicts:    3860000 | #Constraints:      56047
2847.96/2867.21	c #Conflicts:    3861000 | #Constraints:      57047
2847.96/2867.21	c #Conflicts:    3862000 | #Constraints:      58047
2847.96/2867.21	c #Conflicts:    3863000 | #Constraints:      59047
2847.96/2867.21	c #Conflicts:    3864000 | #Constraints:      60047
2847.96/2867.21	c #Conflicts:    3865000 | #Constraints:      61047
2847.96/2867.21	c #Conflicts:    3866000 | #Constraints:      62047
2847.96/2867.21	c #Conflicts:    3867000 | #Constraints:      63047
2847.96/2867.21	c #Conflicts:    3868000 | #Constraints:      64047
2847.96/2867.21	c #Conflicts:    3869000 | #Constraints:      65047
2847.96/2867.21	c #Conflicts:    3870000 | #Constraints:      66047
2847.96/2867.21	c #Conflicts:    3871000 | #Constraints:      67047
2847.96/2867.21	c #Conflicts:    3872000 | #Constraints:      68047
2847.96/2867.21	c #Conflicts:    3873000 | #Constraints:      69047
2847.96/2867.21	c #Conflicts:    3874000 | #Constraints:      70047
2847.96/2867.21	c #Conflicts:    3875000 | #Constraints:      71047
2847.96/2867.21	c #Conflicts:    3876000 | #Constraints:      72047
2847.96/2867.21	c #Conflicts:    3877000 | #Constraints:      73047
2847.96/2867.21	c #Conflicts:    3878000 | #Constraints:      74047
2847.96/2867.21	c #Conflicts:    3879000 | #Constraints:      75047
2847.96/2867.21	c #Conflicts:    3880000 | #Constraints:      76047
2847.96/2867.21	c #Conflicts:    3881000 | #Constraints:      77047
2847.96/2867.21	c #Conflicts:    3882000 | #Constraints:      78047
2847.96/2867.21	c #Conflicts:    3883000 | #Constraints:      79047
2847.96/2867.21	c #Conflicts:    3884000 | #Constraints:      80047
2847.96/2867.21	c #Conflicts:    3885000 | #Constraints:      81047
2847.96/2867.21	c #Conflicts:    3886000 | #Constraints:      82047
2847.96/2867.21	c #Conflicts:    3887000 | #Constraints:      83047
2847.96/2867.21	c #Conflicts:    3888000 | #Constraints:      84047
2847.96/2867.21	c #Conflicts:    3889000 | #Constraints:      85047
2847.96/2867.21	c #Conflicts:    3890000 | #Constraints:      86047
2847.96/2867.21	c #Conflicts:    3891000 | #Constraints:      87047
2847.96/2867.21	c INPROCESSING
2903.03/2922.69	c GARBAGE COLLECT
2903.03/2922.69	c #Conflicts:    3892000 | #Constraints:      48432
2903.03/2922.69	c #Conflicts:    3893000 | #Constraints:      49432
2903.03/2922.69	c #Conflicts:    3894000 | #Constraints:      50432
2903.03/2922.69	c #Conflicts:    3895000 | #Constraints:      51432
2903.03/2922.69	c #Conflicts:    3896000 | #Constraints:      52432
2903.03/2922.69	c #Conflicts:    3897000 | #Constraints:      53432
2903.03/2922.69	c #Conflicts:    3898000 | #Constraints:      54432
2903.03/2922.69	c #Conflicts:    3899000 | #Constraints:      55432
2903.03/2922.69	c #Conflicts:    3900000 | #Constraints:      56432
2903.03/2922.69	c #Conflicts:    3901000 | #Constraints:      57432
2903.03/2922.69	c #Conflicts:    3902000 | #Constraints:      58432
2903.03/2922.69	c #Conflicts:    3903000 | #Constraints:      59432
2903.03/2922.69	c #Conflicts:    3904000 | #Constraints:      60432
2903.03/2922.69	c #Conflicts:    3905000 | #Constraints:      61432
2903.03/2922.69	c #Conflicts:    3906000 | #Constraints:      62433
2903.03/2922.69	c #Conflicts:    3907000 | #Constraints:      63433
2903.03/2922.69	c #Conflicts:    3908000 | #Constraints:      64433
2903.03/2922.69	c #Conflicts:    3909000 | #Constraints:      65433
2903.03/2922.69	c #Conflicts:    3910000 | #Constraints:      66433
2903.03/2922.69	c #Conflicts:    3911000 | #Constraints:      67433
2903.03/2922.69	c #Conflicts:    3912000 | #Constraints:      68433
2903.03/2922.69	c #Conflicts:    3913000 | #Constraints:      69433
2903.03/2922.69	c #Conflicts:    3914000 | #Constraints:      70433
2903.03/2922.69	c #Conflicts:    3915000 | #Constraints:      71433
2903.03/2922.69	c #Conflicts:    3916000 | #Constraints:      72433
2903.03/2922.69	c #Conflicts:    3917000 | #Constraints:      73433
2903.03/2922.69	c #Conflicts:    3918000 | #Constraints:      74433
2903.03/2922.69	c #Conflicts:    3919000 | #Constraints:      75433
2903.03/2922.69	c #Conflicts:    3920000 | #Constraints:      76433
2903.03/2922.69	c #Conflicts:    3921000 | #Constraints:      77433
2903.03/2922.69	c #Conflicts:    3922000 | #Constraints:      78433
2903.03/2922.69	c #Conflicts:    3923000 | #Constraints:      79433
2903.03/2922.69	c #Conflicts:    3924000 | #Constraints:      80433
2903.03/2922.69	c #Conflicts:    3925000 | #Constraints:      81433
2903.03/2922.69	c #Conflicts:    3926000 | #Constraints:      82433
2903.03/2922.69	c #Conflicts:    3927000 | #Constraints:      83433
2903.03/2922.69	c #Conflicts:    3928000 | #Constraints:      84433
2903.03/2922.69	c #Conflicts:    3929000 | #Constraints:      85433
2903.03/2922.69	c #Conflicts:    3930000 | #Constraints:      86433
2903.03/2922.69	c #Conflicts:    3931000 | #Constraints:      87433
2903.03/2922.69	c INPROCESSING
2903.03/2922.69	c GARBAGE COLLECT
2903.03/2922.69	c #Conflicts:    3932000 | #Constraints:      48826
2903.03/2922.69	c #Conflicts:    3933000 | #Constraints:      49826
2903.03/2922.69	c #Conflicts:    3934000 | #Constraints:      50826
2903.03/2922.69	c #Conflicts:    3935000 | #Constraints:      51826
2903.03/2922.69	c #Conflicts:    3936000 | #Constraints:      52826
2903.03/2922.69	c #Conflicts:    3937000 | #Constraints:      53826
2903.03/2922.69	c #Conflicts:    3938000 | #Constraints:      54826
2903.03/2922.69	c #Conflicts:    3939000 | #Constraints:      55826
2903.03/2922.69	c #Conflicts:    3940000 | #Constraints:      56826
2903.03/2922.69	c #Conflicts:    3941000 | #Constraints:      57826
2903.03/2922.69	c #Conflicts:    3942000 | #Constraints:      58826
2903.03/2922.69	c #Conflicts:    3943000 | #Constraints:      59826
2903.03/2922.69	c #Conflicts:    3944000 | #Constraints:      60826
2903.03/2922.69	c #Conflicts:    3945000 | #Constraints:      61826
2903.03/2922.69	c #Conflicts:    3946000 | #Constraints:      62826
2903.03/2922.69	c #Conflicts:    3947000 | #Constraints:      63826
2903.03/2922.69	c #Conflicts:    3948000 | #Constraints:      64826
2903.03/2922.69	c #Conflicts:    3949000 | #Constraints:      65827
2903.03/2922.69	c #Conflicts:    3950000 | #Constraints:      66827
2903.03/2922.69	c #Conflicts:    3951000 | #Constraints:      67827
2903.03/2922.69	c #Conflicts:    3952000 | #Constraints:      68827
2903.03/2922.69	c #Conflicts:    3953000 | #Constraints:      69827
2903.03/2922.69	c #Conflicts:    3954000 | #Constraints:      70827
2903.03/2922.69	c #Conflicts:    3955000 | #Constraints:      71827
2903.03/2922.69	c #Conflicts:    3956000 | #Constraints:      72827
2903.03/2922.69	c #Conflicts:    3957000 | #Constraints:      73827
2903.03/2922.69	c #Conflicts:    3958000 | #Constraints:      74827
2903.03/2922.69	c #Conflicts:    3959000 | #Constraints:      75827
2903.03/2922.69	c #Conflicts:    3960000 | #Constraints:      76827
2903.03/2922.69	c #Conflicts:    3961000 | #Constraints:      77827
2903.03/2922.69	c #Conflicts:    3962000 | #Constraints:      78827
2903.03/2922.69	c #Conflicts:    3963000 | #Constraints:      79827
2903.03/2922.69	c #Conflicts:    3964000 | #Constraints:      80827
2903.03/2922.69	c #Conflicts:    3965000 | #Constraints:      81827
2903.03/2922.69	c #Conflicts:    3966000 | #Constraints:      82827
2903.03/2922.69	c #Conflicts:    3967000 | #Constraints:      83827
2903.03/2922.69	c #Conflicts:    3968000 | #Constraints:      84827
2903.03/2922.69	c #Conflicts:    3969000 | #Constraints:      85827
2905.73/2925.32	c #Conflicts:    3970000 | #Constraints:      86827
2905.73/2925.32	c #Conflicts:    3971000 | #Constraints:      87827
2905.73/2925.32	c INPROCESSING
2905.73/2925.32	c GARBAGE COLLECT
2905.73/2925.32	WSVECS04 Frhs2[19]: 6 -0.99933 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[37]: 6 -14.3043 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[43]: 6 -1.17901 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[61]: 6 -1.02359 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[69]: 6 0 0.489895 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[76]: 6 -1.49968 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[79]: 6 -1.03543 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[81]: 6 -0.998783 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[101]: 6 -13.7718 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[130]: 6 -1.00412 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[133]: 6 -0.200525 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[136]: 6 -0.182924 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[148]: 6 -0.520853 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[150]: 6 -1.12412 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[166]: 6 -0.993227 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[170]: 6 0 0.0915008 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[181]: 6 -0.958228 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[261]: 6 -2.46209 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[292]: 6 -9.49163 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[294]: 6 -8.87818 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[297]: 6 -1.00023 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[436]: 6 0 0.375929 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[446]: 6 -0.684733 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[454]: 6 -8.87879 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[496]: 6 -0.999212 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[500]: 6 -0.479252 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[515]: 6 -0.995272 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[516]: 6 -1.1986 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[517]: 6 -2.44944 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[520]: 6 -1.074 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[548]: 6 -9.47033 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[549]: 6 -13.6711 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[552]: 6 -21.5855 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[580]: 6 -2.51193 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[581]: 6 -1.1172 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[609]: 6 -0.999895 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[612]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[618]: 6 -0.427758 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[648]: 6 -0.999315 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[652]: 6 -1.00124 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[677]: 6 -2.45819 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[678]: 6 -0.992222 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1029]: 6 -0.686317 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1031]: 6 -1.1202 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1036]: 6 -1.27212 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1038]: 6 -1.07617 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1063]: 6 -90.7258 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1064]: 6 -39.4564 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1066]: 6 -1.28563 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1068]: 6 -1.08132 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1069]: 6 -0.96993 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1071]: 6 -0.771151 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1077]: 6 -0.74105 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1083]: 6 -0.671522 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1094]: 6 -1.14057 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1095]: 6 -0.762264 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1096]: 6 -1.53523 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1101]: 6 -0.958754 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1104]: 6 -1.05739 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1105]: 6 -1.00115 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1120]: 6 -1.74804 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1124]: 6 -10.5927 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1134]: 6 -1.96198 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1149]: 6 -0.823104 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1157]: 6 0 0.268529 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1158]: 6 -0.500058 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1159]: 6 -1.04486 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1164]: 6 -1.31257 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1167]: 6 -1.28087 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1169]: 6 -0.999399 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1172]: 6 -1.59028 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1173]: 6 -1.10816 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1174]: 6 -0.674474 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1181]: 6 0 0.676511 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1182]: 6 -0.343849 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1188]: 6 -2.37507 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1189]: 6 -1.58209 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1194]: 6 -1.25004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1198]: 6 0 0.000135211 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1202]: 6 -0.687192 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1204]: 6 -0.750093 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1215]: 6 -2.58208 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1221]: 6 -0.336019 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1223]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1225]: 6 -0.687776 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1226]: 6 -0.749914 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1234]: 6 -0.964198 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1235]: 6 -1.1339 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1251]: 6 -2.75009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1253]: 6 -1.11671 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1254]: 6 -0.98343 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1260]: 6 -2.18164 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1268]: 6 -2.49999 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1290]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1295]: 6 -0.579656 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1307]: 6 -0.7501 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1321]: 6 -0.999917 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1322]: 6 -1.00248 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1325]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1326]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1327]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1329]: 6 -0.750016 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1330]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1331]: 6 -1.25003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1338]: 6 -2.74912 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1342]: 6 -1.33211 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1346]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1348]: 6 -0.984434 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1352]: 6 -0.742837 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1353]: 6 -0.744799 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1354]: 6 -1.25006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1360]: 6 -0.999839 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1362]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1364]: 6 0 1.65141 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1367]: 6 -0.999864 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1373]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1388]: 6 -1.25003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1393]: 6 -0.750217 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1396]: 6 -0.999002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1400]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1409]: 6 -0.874956 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1410]: 6 -0.875036 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1413]: 6 -0.985527 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1414]: 6 -0.974305 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1415]: 6 -0.999847 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1418]: 6 -1.75009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1419]: 6 -0.99988 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1420]: 6 -1.00057 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1421]: 6 -1.24807 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1424]: 6 -0.99949 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1425]: 6 -0.748961 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1426]: 6 -0.997979 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1429]: 6 -1.3124 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1430]: 6 -1.56245 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1445]: 6 -1.24169 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1454]: 6 -0.999977 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1456]: 6 -0.999843 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1457]: 6 -0.997615 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1458]: 6 -0.74925 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1460]: 6 -0.999959 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1461]: 6 -0.749884 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1467]: 6 -0.937332 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1469]: 6 -0.0361998 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1479]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1480]: 6 -0.977851 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1482]: 6 -0.970277 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1484]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1486]: 6 -2.00635 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1489]: 6 -1.3122 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1491]: 6 -1.24997 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1502]: 6 -1.31255 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1508]: 6 -0.73958 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1511]: 6 -0.952732 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1535]: 6 -1.12534 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1536]: 6 -1.25009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1537]: 6 -2.35679 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1541]: 6 -1.00043 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1545]: 6 -0.991783 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1548]: 6 -1.31244 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1551]: 6 -0.249843 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1552]: 6 0 1.00015 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1565]: 6 -1.25065 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1568]: 6 -1.25 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1580]: 6 -0.68748 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1607]: 6 -0.748152 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1610]: 6 -0.688445 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1626]: 6 0 1.31244 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1725]: 6 -0.937554 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1903]: 6 -1.25003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1911]: 6 -0.998894 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1916]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1919]: 6 -1.01812 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1925]: 6 -1.37506 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[1943]: 6 0 0.172847 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2004]: 6 -0.996587 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2020]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2028]: 6 -1.28239 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2032]: 6 -6.51223 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2038]: 6 -1.02367 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2054]: 6 -1.06254 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2106]: 6 -1.03308 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2114]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2116]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2117]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2120]: 6 -1.25009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2121]: 6 -1.25004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2122]: 6 0 1.00049 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2128]: 6 -1.00033 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2156]: 6 -1.0136 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2157]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2161]: 6 -1.00046 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2167]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2173]: 6 -1.31258 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2176]: 6 -0.500056 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2182]: 6 0 24.6659 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2186]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2192]: 6 -1.00344 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2196]: 6 -462.722 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2198]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2200]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2202]: 6 -1.00003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2204]: 6 -0.999836 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2206]: 6 -0.999938 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2210]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2218]: 6 -1.0003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2245]: 6 -2.32814 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2246]: 6 -1.66507 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2250]: 6 -0.977368 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2251]: 6 -1.00125 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2253]: 6 -1.00489 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2265]: 6 -0.453254 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2273]: 6 -1.01712 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2288]: 6 -3.13887 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2290]: 6 -1.00125 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2291]: 6 -1.00113 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2294]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2295]: 6 -0.999566 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2298]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2303]: 6 -0.992235 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2307]: 6 -0.968769 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2322]: 6 0 0.965836 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2338]: 6 -0.985819 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2339]: 6 -0.968904 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2341]: 6 -53.463 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2342]: 6 -24.6286 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2345]: 6 -0.0774125 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2347]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2349]: 6 -0.999491 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2376]: 6 -5.2501 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2380]: 6 -1.03869 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2386]: 6 -4.69065 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2387]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2392]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2394]: 6 -1.3282 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2396]: 6 -1.32819 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2437]: 6 -1.66408 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2442]: 6 -1.25005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2443]: 6 -1.25006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2488]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2490]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2492]: 6 -1.3041 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2494]: 6 -0.990452 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2530]: 6 -1.25004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2532]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2540]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2545]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2568]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2570]: 6 -0.96672 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2572]: 6 0 0.0666943 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2580]: 6 -1.00015 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2581]: 6 -1.00015 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2584]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2586]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2588]: 6 -1.00003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2590]: 6 -0.995479 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2626]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2629]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2631]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2649]: 6 -2.50004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2655]: 6 0 0.0132068 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2664]: 6 -5.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2666]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2667]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2670]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2672]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2674]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2678]: 6 -1.24808 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2726]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2728]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2754]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2759]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2762]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2764]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2766]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2767]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2770]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2775]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2777]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2779]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2782]: 6 -1.25007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2817]: 6 -1.33309 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2819]: 6 -1.33206 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2846]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2871]: 6 -3.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2874]: 6 -0.999852 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2875]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2878]: 6 -1.00081 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2879]: 6 -1.00081 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2881]: 6 -0.998506 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2884]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2888]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2915]: 6 -0.997699 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2925]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2949]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2951]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2954]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2955]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2958]: 6 -1.31258 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2960]: 6 -1.25008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2970]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2974]: 6 -1.24999 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2977]: 6 -0.50012 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2984]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2994]: 6 -11.9214 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[2999]: 6 -1.26315 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3000]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3021]: 6 -0.999907 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3023]: 6 -0.999849 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3040]: 6 -0.315863 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3063]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3066]: 6 -1.12508 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3070]: 6 -0.750079 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3088]: 6 0 0.683737 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3108]: 6 -2.5623 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3117]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3119]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3125]: 6 -1.25002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3140]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3141]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3152]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3155]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3160]: 6 -1.00003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3164]: 6 -0.999721 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3205]: 6 0 1.24325 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3208]: 6 -1.0001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3240]: 6 -3.48712 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3241]: 6 -5.48655 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3244]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3248]: 6 -0.990324 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3253]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3260]: 6 -5.02571 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3262]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3263]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3266]: 6 -1.00003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3268]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3269]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3300]: 6 -1.23206 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3301]: 6 -1.24931 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3305]: 6 -1.25005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3306]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3325]: 6 -2.28578 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3348]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3349]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3352]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3354]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3356]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3357]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3360]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3362]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3364]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3365]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3368]: 6 -1.31255 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3370]: 6 -1.25005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3386]: 6 0 0.142896 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3395]: 6 -1.50004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3402]: 6 -0.999518 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3404]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3405]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3407]: 6 -1.00003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3432]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3440]: 6 -10.7789 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3442]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3446]: 6 -0.983099 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3448]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3450]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3454]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3460]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3491]: 6 -0.988048 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3495]: 6 -1.00738 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3498]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3499]: 6 -0.998106 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3500]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3506]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3524]: 6 0 0.00159579 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3528]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3530]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3536]: 6 -1.0001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3538]: 6 -0.998066 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3540]: 6 -1.00003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3542]: 6 -1.00003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3544]: 6 -0.999552 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3546]: 6 -0.998966 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3548]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3549]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3552]: 6 -1.00013 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3554]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3586]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3590]: 6 -1.12499 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3597]: 6 -0.999986 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3601]: 6 -1.0001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3602]: 6 -0.999948 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3624]: 6 -2.96623 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3626]: 6 -0.977307 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3627]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3632]: 6 -1.00006 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3633]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3635]: 6 -1.0001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3638]: 6 -0.99988 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3642]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3643]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3646]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3647]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3650]: 6 -0.999936 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3666]: 6 -0.843998 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3682]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3683]: 6 -1.00003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3687]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3708]: 6 -1.31257 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3710]: 6 -1.25003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3711]: 6 -1.24737 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3715]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3718]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3720]: 6 0 0.887044 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3722]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3723]: 6 -1.01568 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3726]: 6 -0.921881 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3730]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3736]: 6 -1.00003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3737]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3740]: 6 -1.00004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3742]: 6 -0.999994 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3746]: 6 -0.999928 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3756]: 6 -1.31236 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3778]: 6 -0.989477 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3780]: 6 -1.2501 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3781]: 6 -1.20975 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3782]: 6 -1.00003 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3784]: 6 -1.25004 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3785]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3808]: 6 -1.00009 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3812]: 6 -1.25007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3826]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3827]: 6 -1.00005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3832]: 6 -0.996057 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3835]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3846]: 6 0 1.31254 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3853]: 6 -0.500035 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3864]: 6 -7.25001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3872]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3874]: 6 -1.00007 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3878]: 6 -0.987432 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3883]: 6 -1.00001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3886]: 6 0 0.999953 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3891]: 6 -2.7489 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3909]: 6 -1.0022 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3915]: 6 -1.00008 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3917]: 6 -1.03132 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3920]: 6 -0.995797 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3924]: 6 -0.500145 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3927]: 6 0 3.40384 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3932]: 6 -8.99963 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3934]: 6 -1.0001 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3935]: 6 -0.99817 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3938]: 6 -1.25005 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3946]: 6 -0.20027 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3950]: 6 -1.00002 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[3951]: 6 -0.753654 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[4052]: 6 -0.000178729 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[4069]: 6 -0.995105 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[4072]: 6 -0.998052 0 shouldn't be
2905.73/2925.32	WSVECS04 Frhs2[4106]: 6 -1.00004 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[14]: 6 -0.997871 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[68]: 6 0 0.260866 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[82]: 6 -1.04704 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[94]: 6 0 0.31542 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[107]: 6 -1.00331 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[131]: 6 0 0.2374 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[207]: 6 -1.0049 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[263]: 6 -4.93793 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[264]: 6 -1.15303 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[290]: 6 -1.30661 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[293]: 6 -13.7099 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[303]: 6 -1.00442 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[332]: 6 0 0.000395676 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[358]: 6 -0.985428 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[397]: 6 -0.871246 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[414]: 6 -0.938943 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[430]: 6 -0.997874 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[431]: 6 -1.00048 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[463]: 6 -1.00442 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[466]: 6 -0.816605 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[522]: 6 -1.00113 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[550]: 6 -4.93764 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[558]: 6 -1.0113 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[559]: 6 -1.00184 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[561]: 6 -0.990933 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[584]: 6 -1.22104 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[587]: 6 -42.165 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[588]: 6 -0.999165 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[591]: 6 -0.999961 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[611]: 6 -5.98892 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[621]: 6 -0.999547 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[679]: 6 -5.01489 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1039]: 6 -0.999746 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1067]: 6 -0.886807 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1103]: 6 -0.985081 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1108]: 6 -0.25039 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1121]: 6 0 0.445648 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1152]: 6 -0.731537 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1166]: 6 -1.24891 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1168]: 6 -1.01631 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1190]: 6 -1.58106 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1193]: 6 -2.23613 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1248]: 6 -1.00813 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1282]: 6 -1.00005 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1291]: 6 0 0.000965871 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1309]: 6 -1.06256 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1323]: 6 -0.999635 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1358]: 6 -1.00016 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1380]: 6 -1.49694 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1387]: 6 -0.990608 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1444]: 6 -0.988832 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1477]: 6 -3.24289 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1492]: 6 -1.00009 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1657]: 6 -1.24989 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[2149]: 6 -1.00028 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[2154]: 6 -1.00342 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[2346]: 6 -0.996879 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[2390]: 6 -1.00009 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[2445]: 6 -1.16074 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[2447]: 6 -1.00009 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[2723]: 6 -1.00006 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[2758]: 6 -1.00003 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[2916]: 6 -0.995338 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[2992]: 6 -1.00002 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3055]: 6 -0.500013 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3111]: 6 -1.00004 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3121]: 6 -1.00009 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3166]: 6 -1.00002 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3358]: 6 -1.00009 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3433]: 6 -1.00005 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3443]: 6 -1.00003 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3496]: 6 -1.00009 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3502]: 6 -0.999562 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3534]: 6 -1.00005 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3592]: 6 -0.990778 0 shouldn't be
2906.93/2926.52	WSVECS04 Frhs2[3880]: 6 -0.999976 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[8]: 6 -1.28075 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[139]: 6 -21.3458 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[262]: 6 -3.5608 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[349]: 6 0 0.145845 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[357]: 6 -2.43982 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[458]: 6 -63.7141 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[493]: 6 -0.93458 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[557]: 6 -1.00077 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[593]: 6 -1.04077 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[613]: 6 -2.45423 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[675]: 6 -0.994576 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[686]: 6 -1.00008 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1081]: 6 0 0.252315 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1100]: 6 -0.573224 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1102]: 6 -1.00001 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1180]: 6 -0.835982 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1191]: 6 -0.81245 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1385]: 6 0 0.0412961 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1399]: 6 -1.25008 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1401]: 6 -3.65146 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1427]: 6 -1.32778 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1490]: 6 -1.25002 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1495]: 6 -0.999438 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1550]: 6 -2.25013 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[1553]: 6 -0.999418 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[2013]: 6 -0.319771 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[2021]: 6 -1.00003 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[2377]: 6 -1.00009 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[2706]: 6 0 5.00005 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[2722]: 6 -0.977588 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[2729]: 6 -0.995227 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[2760]: 6 -1.00009 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[2870]: 6 -1.00007 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3060]: 6 0 1.00003 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3101]: 6 0 0.184285 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3503]: 6 -0.999616 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3505]: 6 -1.00009 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3518]: 6 -0.00672753 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3685]: 6 -0.996913 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3721]: 6 -0.975865 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3779]: 6 -0.982927 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3821]: 6 -0.125018 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3829]: 6 -1.00009 0 shouldn't be
2909.02/2928.66	WSVECS04 Frhs2[3925]: 6 -1.00005 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[8]: 6 -1.28072 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[79]: 6 -1.03539 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[81]: 6 -0.998695 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[101]: 6 -13.7717 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[107]: 6 -1.00321 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[139]: 6 -21.3457 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[144]: 6 -0.989891 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[148]: 6 -0.520834 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[236]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[261]: 6 -2.46201 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[267]: 6 -1.00031 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[290]: 6 -1.30655 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[339]: 6 -1.11066 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[414]: 6 -0.938874 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[497]: 6 -1.07888 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[500]: 6 -0.47924 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[520]: 6 -1.07396 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[522]: 6 -1.00109 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[549]: 6 -13.671 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[552]: 6 -21.5855 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[581]: 6 -1.11713 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[584]: 6 -1.22095 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[587]: 6 -42.1649 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[588]: 6 -0.99912 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[591]: 6 -0.99991 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[652]: 6 -1.00121 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[677]: 6 -2.4581 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[686]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1008]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1028]: 6 -1.01295 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1036]: 6 -1.27205 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1038]: 6 -1.07609 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1039]: 6 -0.999676 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1061]: 6 -1.41602 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1063]: 6 -90.7257 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1066]: 6 -1.28561 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1068]: 6 -1.08128 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1069]: 6 -0.969853 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1070]: 6 -1.09686 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1071]: 6 -0.771066 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1077]: 6 -0.741005 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1081]: 6 0 0.252291 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1083]: 6 -0.671464 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1100]: 6 -0.57318 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1101]: 6 -0.958689 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1103]: 6 -0.985059 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1104]: 6 -1.05732 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1108]: 6 -0.250368 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1120]: 6 -1.74797 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1121]: 6 0 0.44555 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1124]: 6 -10.5926 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1134]: 6 -1.96191 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1137]: 6 -1.41998 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1147]: 6 -2.88576 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1152]: 6 -0.731517 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1158]: 6 -0.499998 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1159]: 6 -1.04478 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1164]: 6 -1.31254 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1166]: 6 -1.24883 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1168]: 6 -1.01629 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1169]: 6 -0.999314 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1182]: 6 -0.343751 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1188]: 6 -2.37504 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1195]: 6 -1.56729 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1202]: 6 -0.687108 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1215]: 6 -2.58203 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1217]: 6 -0.895997 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1221]: 6 -0.335928 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1223]: 6 -1.00004 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1224]: 6 -0.689459 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1225]: 6 -0.687762 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1228]: 6 -1.24947 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1229]: 6 -1.49932 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1235]: 6 -1.13387 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1248]: 6 -1.0081 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1268]: 6 -2.49997 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1279]: 6 -1.58444e-06 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1307]: 6 -0.750001 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1308]: 6 -2.46863 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1310]: 6 -2.5 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1311]: 6 -1.25 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1312]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1317]: 6 -0.689192 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1319]: 6 0 2.24321 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1321]: 6 -0.999904 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1323]: 6 -0.999613 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1331]: 6 -1.25 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1338]: 6 -2.74904 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1354]: 6 -1.24999 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1358]: 6 -1.0001 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1359]: 6 -0.999511 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1360]: 6 -0.99982 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1361]: 6 -0.999227 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1363]: 6 -0.999991 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1372]: 6 -2.30416 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1373]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1385]: 6 0 0.0412141 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1388]: 6 -1.25001 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1390]: 6 -0.999971 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1393]: 6 -0.750187 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1409]: 6 -0.874946 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1413]: 6 -0.985431 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1418]: 6 -1.75 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1420]: 6 -1.0005 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1422]: 6 -0.875001 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1424]: 6 -0.99947 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1428]: 6 -0.999901 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1429]: 6 -1.31231 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1430]: 6 -1.5624 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1452]: 6 -0.999996 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1456]: 6 -0.999785 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1459]: 6 -1.24995 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1467]: 6 -0.937287 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1469]: 6 -0.0361232 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1471]: 6 -1.94073 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1484]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1486]: 6 -2.0063 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1487]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1489]: 6 -1.31216 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1490]: 6 -1.24998 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1492]: 6 -0.999998 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1495]: 6 -0.999384 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1502]: 6 -1.3125 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1511]: 6 -0.952655 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1535]: 6 -1.12532 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1537]: 6 -2.35674 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1551]: 6 -0.249829 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1553]: 6 -0.999321 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1568]: 6 -1.24998 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1586]: 6 -1.24905 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1626]: 6 0 1.3124 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1657]: 6 -1.24982 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1725]: 6 -0.9375 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[1919]: 6 -1.01811 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2028]: 6 -1.28234 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2032]: 6 -6.51216 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2106]: 6 -1.03304 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2121]: 6 -1.24998 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2128]: 6 -1.00027 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2155]: 6 -1.00677 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2156]: 6 -1.01355 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2172]: 6 -1.41581 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2192]: 6 -1.00339 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2198]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2206]: 6 -0.999866 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2210]: 6 -0.999974 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2218]: 6 -1.0002 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2242]: 6 -1.01662 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2251]: 6 -1.00122 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2256]: 6 -1.0019 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2265]: 6 -0.453187 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2301]: 6 -0.999657 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2305]: 6 -0.998628 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2307]: 6 -0.96875 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2322]: 6 0 0.965758 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2350]: 6 -1.69363 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2352]: 6 -1.32726 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2376]: 6 -5.25 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2380]: 6 -1.03867 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2384]: 6 -0.845306 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2394]: 6 -1.32812 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2396]: 6 -1.32811 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2437]: 6 -1.66406 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2445]: 6 -1.16073 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2572]: 6 0 0.0666456 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2580]: 6 -1.00007 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2649]: 6 -2.5 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2655]: 6 0 0.0131176 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2666]: 6 -1.00001 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2678]: 6 -1.24803 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2724]: 6 -0.999943 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2782]: 6 -1.25 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2819]: 6 -1.33197 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2821]: 6 -1.32783 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2822]: 6 -1.31216 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2823]: 6 -1.3113 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2831]: 6 -0.999938 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2832]: 6 -0.999613 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2874]: 6 -0.999807 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2881]: 6 -0.998452 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2958]: 6 -1.3125 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2970]: 6 -0.999994 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2977]: 6 -0.500065 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2994]: 6 -11.9214 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[2999]: 6 -1.26312 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3025]: 6 -1.25001 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3040]: 6 -0.31578 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3055]: 6 -0.5 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3066]: 6 -1.125 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3070]: 6 -0.750001 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3088]: 6 0 0.683647 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3110]: 6 -0.999342 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3120]: 6 -0.99964 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3125]: 6 -1.25 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3164]: 6 -0.99964 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3167]: 6 -1.00072 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3202]: 6 -1.09456 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3203]: 6 -0.689192 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3212]: 6 -0.999775 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3305]: 6 -1.25 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3306]: 6 -0.999995 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3311]: 6 -0.999846 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3315]: 6 -0.999955 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3325]: 6 -2.28572 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3337]: 6 -0.5 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3355]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3370]: 6 -1.25 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3386]: 6 0 0.142858 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3409]: 6 -1.00033 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3439]: 6 -5.88942 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3496]: 6 -0.999998 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3500]: 6 -0.999962 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3518]: 6 -0.00669371 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3524]: 6 0 0.00151987 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3534]: 6 -0.999998 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3538]: 6 -0.998047 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3546]: 6 -0.998945 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3554]: 6 -1.00006 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3590]: 6 -1.12494 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3601]: 6 -1.00005 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3602]: 6 -0.999898 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3624]: 6 -2.96622 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3629]: 6 -0.500001 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3638]: 6 -0.999861 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3642]: 6 -0.999997 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3643]: 6 -0.999996 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3650]: 6 -0.999861 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3652]: 6 -1.00011 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3742]: 6 -0.999943 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3746]: 6 -0.999847 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3756]: 6 -1.31233 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3781]: 6 -1.20966 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3785]: 6 -0.999976 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3812]: 6 -1.25 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3821]: 6 -0.125004 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3829]: 6 -0.999998 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3832]: 6 -0.995961 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3864]: 6 -7.24993 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3883]: 6 -0.999968 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3920]: 6 -0.995752 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3932]: 6 -8.99953 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3935]: 6 -0.998104 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3951]: 6 -0.753643 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[3962]: 6 -0.500001 0 shouldn't be
2911.42/2931.10	WSVECS04 Frhs2[4072]: 6 -0.997991 0 shouldn't be
2992.41/3012.51	c #Conflicts:    3972000 | #Constraints:      49138
2992.41/3012.51	c #Conflicts:    3973000 | #Constraints:      50138
2992.41/3012.51	c #Conflicts:    3974000 | #Constraints:      51138
2992.41/3012.51	c #Conflicts:    3975000 | #Constraints:      52138
2992.41/3012.51	c #Conflicts:    3976000 | #Constraints:      53138
2992.41/3012.51	c #Conflicts:    3977000 | #Constraints:      54139
2992.41/3012.51	c #Conflicts:    3978000 | #Constraints:      55139
2992.41/3012.51	c #Conflicts:    3979000 | #Constraints:      56139
2992.41/3012.51	c #Conflicts:    3980000 | #Constraints:      57139
2992.41/3012.51	c #Conflicts:    3981000 | #Constraints:      58139
2992.41/3012.51	c #Conflicts:    3982000 | #Constraints:      59139
2992.41/3012.51	c #Conflicts:    3983000 | #Constraints:      60139
2992.41/3012.51	c #Conflicts:    3984000 | #Constraints:      61139
2992.41/3012.51	c #Conflicts:    3985000 | #Constraints:      62139
2992.41/3012.51	c #Conflicts:    3986000 | #Constraints:      63139
2992.41/3012.51	c #Conflicts:    3987000 | #Constraints:      64139
2992.41/3012.51	c #Conflicts:    3988000 | #Constraints:      65139
2992.41/3012.51	c #Conflicts:    3989000 | #Constraints:      66139
2992.41/3012.51	c #Conflicts:    3990000 | #Constraints:      67140
2992.41/3012.51	c #Conflicts:    3991000 | #Constraints:      68140
2992.41/3012.51	c #Conflicts:    3992000 | #Constraints:      69140
2992.41/3012.51	c #Conflicts:    3993000 | #Constraints:      70140
2992.41/3012.51	c #Conflicts:    3994000 | #Constraints:      71140
2992.41/3012.51	c #Conflicts:    3995000 | #Constraints:      72140
2992.41/3012.51	c #Conflicts:    3996000 | #Constraints:      73140
2992.41/3012.51	c #Conflicts:    3997000 | #Constraints:      74140
2992.41/3012.51	c #Conflicts:    3998000 | #Constraints:      75140
2992.41/3012.51	c #Conflicts:    3999000 | #Constraints:      76140
2992.41/3012.51	c #Conflicts:    4000000 | #Constraints:      77140
2992.41/3012.51	c #Conflicts:    4001000 | #Constraints:      78140
2992.41/3012.51	c #Conflicts:    4002000 | #Constraints:      79140
2992.41/3012.51	c #Conflicts:    4003000 | #Constraints:      80140
2992.41/3012.51	c #Conflicts:    4004000 | #Constraints:      81140
2992.41/3012.51	c #Conflicts:    4005000 | #Constraints:      82140
2992.41/3012.51	c #Conflicts:    4006000 | #Constraints:      83140
2992.41/3012.51	c #Conflicts:    4007000 | #Constraints:      84140
2992.41/3012.51	c #Conflicts:    4008000 | #Constraints:      85140
2992.41/3012.51	c #Conflicts:    4009000 | #Constraints:      86140
2992.41/3012.51	c #Conflicts:    4010000 | #Constraints:      87140
2992.41/3012.51	c #Conflicts:    4011000 | #Constraints:      88140
2992.41/3012.51	c INPROCESSING
2992.41/3012.51	c GARBAGE COLLECT
2992.41/3012.51	c #Conflicts:    4012000 | #Constraints:      49296
2992.41/3012.51	c #Conflicts:    4013000 | #Constraints:      50296
2992.41/3012.51	c #Conflicts:    4014000 | #Constraints:      51296
2992.41/3012.51	c #Conflicts:    4015000 | #Constraints:      52296
2992.41/3012.51	c #Conflicts:    4016000 | #Constraints:      53296
2992.41/3012.51	c #Conflicts:    4017000 | #Constraints:      54296
2992.41/3012.51	c #Conflicts:    4018000 | #Constraints:      55297
2992.41/3012.51	c #Conflicts:    4019000 | #Constraints:      56297
2992.41/3012.51	c #Conflicts:    4020000 | #Constraints:      57297
2992.41/3012.51	c #Conflicts:    4021000 | #Constraints:      58297
2992.41/3012.51	c #Conflicts:    4022000 | #Constraints:      59297
2992.41/3012.51	c #Conflicts:    4023000 | #Constraints:      60297
2992.41/3012.51	c #Conflicts:    4024000 | #Constraints:      61297
2992.41/3012.51	c #Conflicts:    4025000 | #Constraints:      62331
2992.41/3012.51	c #Conflicts:    4026000 | #Constraints:      63831
2992.41/3012.51	c #Conflicts:    4027000 | #Constraints:      65333
2992.41/3012.51	c #Conflicts:    4028000 | #Constraints:      66838
2992.41/3012.51	c #Conflicts:    4029000 | #Constraints:      68363
2992.41/3012.51	c #Conflicts:    4030000 | #Constraints:      69871
2992.41/3012.51	c #Conflicts:    4031000 | #Constraints:      71361
2992.41/3012.51	c #Conflicts:    4032000 | #Constraints:      72878
2992.41/3012.51	c #Conflicts:    4033000 | #Constraints:      74423
2992.41/3012.51	c #Conflicts:    4034000 | #Constraints:      75966
2992.41/3012.51	c #Conflicts:    4035000 | #Constraints:      77488
2992.41/3012.51	c #Conflicts:    4036000 | #Constraints:      79025
2992.41/3012.51	c #Conflicts:    4037000 | #Constraints:      80550
2992.41/3012.51	c #Conflicts:    4038000 | #Constraints:      82070
2992.41/3012.51	c #Conflicts:    4039000 | #Constraints:      83612
2992.41/3012.51	c #Conflicts:    4040000 | #Constraints:      85137
2992.41/3012.51	c #Conflicts:    4041000 | #Constraints:      86671
2992.41/3012.51	c #Conflicts:    4042000 | #Constraints:      88181
2992.41/3012.51	c #Conflicts:    4043000 | #Constraints:      89686
2992.41/3012.51	c #Conflicts:    4044000 | #Constraints:      91201
2992.41/3012.51	c #Conflicts:    4045000 | #Constraints:      92709
2992.41/3012.51	c #Conflicts:    4046000 | #Constraints:      94227
2992.41/3012.51	c #Conflicts:    4047000 | #Constraints:      95732
2992.41/3012.51	c #Conflicts:    4048000 | #Constraints:      97260
2992.41/3012.51	c #Conflicts:    4049000 | #Constraints:      98805
2992.41/3012.51	c #Conflicts:    4050000 | #Constraints:      99945
3070.93/3091.60	c #Conflicts:    4051000 | #Constraints:     100945
3070.93/3091.60	c INPROCESSING
3070.93/3091.60	c GARBAGE COLLECT
3070.93/3091.60	c #Conflicts:    4052000 | #Constraints:      55612
3070.93/3091.60	c #Conflicts:    4053000 | #Constraints:      56612
3070.93/3091.60	c #Conflicts:    4054000 | #Constraints:      57612
3070.93/3091.60	c #Conflicts:    4055000 | #Constraints:      58612
3070.93/3091.60	c #Conflicts:    4056000 | #Constraints:      59612
3070.93/3091.60	c #Conflicts:    4057000 | #Constraints:      60612
3070.93/3091.60	c #Conflicts:    4058000 | #Constraints:      61612
3070.93/3091.60	c #Conflicts:    4059000 | #Constraints:      62612
3070.93/3091.60	c #Conflicts:    4060000 | #Constraints:      63612
3070.93/3091.60	c #Conflicts:    4061000 | #Constraints:      64612
3070.93/3091.60	c #Conflicts:    4062000 | #Constraints:      65612
3070.93/3091.60	c #Conflicts:    4063000 | #Constraints:      66612
3070.93/3091.60	c #Conflicts:    4064000 | #Constraints:      67612
3070.93/3091.60	c #Conflicts:    4065000 | #Constraints:      68612
3070.93/3091.60	c #Conflicts:    4066000 | #Constraints:      69612
3070.93/3091.60	c #Conflicts:    4067000 | #Constraints:      70612
3070.93/3091.60	c #Conflicts:    4068000 | #Constraints:      71612
3070.93/3091.60	c #Conflicts:    4069000 | #Constraints:      72612
3070.93/3091.60	c #Conflicts:    4070000 | #Constraints:      73612
3070.93/3091.60	c #Conflicts:    4071000 | #Constraints:      74612
3070.93/3091.60	c #Conflicts:    4072000 | #Constraints:      75612
3070.93/3091.60	c #Conflicts:    4073000 | #Constraints:      76612
3070.93/3091.60	c #Conflicts:    4074000 | #Constraints:      77612
3070.93/3091.60	c #Conflicts:    4075000 | #Constraints:      78612
3070.93/3091.60	c #Conflicts:    4076000 | #Constraints:      79612
3070.93/3091.60	c #Conflicts:    4077000 | #Constraints:      80612
3070.93/3091.60	c #Conflicts:    4078000 | #Constraints:      81612
3070.93/3091.60	c #Conflicts:    4079000 | #Constraints:      82612
3070.93/3091.60	c #Conflicts:    4080000 | #Constraints:      83612
3070.93/3091.60	c #Conflicts:    4081000 | #Constraints:      84612
3070.93/3091.60	c #Conflicts:    4082000 | #Constraints:      85612
3070.93/3091.60	c #Conflicts:    4083000 | #Constraints:      86612
3070.93/3091.60	c #Conflicts:    4084000 | #Constraints:      87612
3070.93/3091.60	c #Conflicts:    4085000 | #Constraints:      88612
3070.93/3091.60	c #Conflicts:    4086000 | #Constraints:      89612
3070.93/3091.60	c #Conflicts:    4087000 | #Constraints:      90612
3070.93/3091.60	c #Conflicts:    4088000 | #Constraints:      91613
3070.93/3091.60	c #Conflicts:    4089000 | #Constraints:      92613
3070.93/3091.60	c #Conflicts:    4090000 | #Constraints:      93613
3070.93/3091.60	c #Conflicts:    4091000 | #Constraints:      94613
3070.93/3091.60	c INPROCESSING
3070.93/3091.60	c GARBAGE COLLECT
3070.93/3091.60	c #Conflicts:    4092000 | #Constraints:      52254
3070.93/3091.60	c #Conflicts:    4093000 | #Constraints:      53254
3070.93/3091.60	c #Conflicts:    4094000 | #Constraints:      54254
3070.93/3091.60	c #Conflicts:    4095000 | #Constraints:      55254
3070.93/3091.60	c #Conflicts:    4096000 | #Constraints:      56254
3070.93/3091.60	c #Conflicts:    4097000 | #Constraints:      57254
3070.93/3091.60	c #Conflicts:    4098000 | #Constraints:      58254
3070.93/3091.60	c #Conflicts:    4099000 | #Constraints:      59254
3070.93/3091.60	c #Conflicts:    4100000 | #Constraints:      60254
3070.93/3091.60	c #Conflicts:    4101000 | #Constraints:      61394
3070.93/3091.60	c #Conflicts:    4102000 | #Constraints:      62394
3070.93/3091.60	c #Conflicts:    4103000 | #Constraints:      63394
3070.93/3091.60	c #Conflicts:    4104000 | #Constraints:      64394
3070.93/3091.60	c #Conflicts:    4105000 | #Constraints:      65394
3070.93/3091.60	c #Conflicts:    4106000 | #Constraints:      66394
3070.93/3091.60	c #Conflicts:    4107000 | #Constraints:      67394
3070.93/3091.60	c #Conflicts:    4108000 | #Constraints:      68394
3070.93/3091.60	c #Conflicts:    4109000 | #Constraints:      69394
3070.93/3091.60	c #Conflicts:    4110000 | #Constraints:      70394
3070.93/3091.60	c #Conflicts:    4111000 | #Constraints:      71394
3070.93/3091.60	c #Conflicts:    4112000 | #Constraints:      72394
3070.93/3091.60	c #Conflicts:    4113000 | #Constraints:      73394
3070.93/3091.60	c #Conflicts:    4114000 | #Constraints:      74394
3070.93/3091.60	c #Conflicts:    4115000 | #Constraints:      75394
3070.93/3091.60	c #Conflicts:    4116000 | #Constraints:      76394
3070.93/3091.60	c #Conflicts:    4117000 | #Constraints:      77394
3070.93/3091.60	c #Conflicts:    4118000 | #Constraints:      78394
3070.93/3091.60	c #Conflicts:    4119000 | #Constraints:      79394
3070.93/3091.60	c #Conflicts:    4120000 | #Constraints:      80394
3070.93/3091.60	c #Conflicts:    4121000 | #Constraints:      81394
3070.93/3091.60	c #Conflicts:    4122000 | #Constraints:      82394
3070.93/3091.60	c #Conflicts:    4123000 | #Constraints:      83394
3070.93/3091.60	c #Conflicts:    4124000 | #Constraints:      84394
3070.93/3091.60	c #Conflicts:    4125000 | #Constraints:      85394
3070.93/3091.60	c #Conflicts:    4126000 | #Constraints:      86394
3070.93/3091.60	c #Conflicts:    4127000 | #Constraints:      87394
3136.58/3157.78	c #Conflicts:    4128000 | #Constraints:      88394
3136.58/3157.78	c #Conflicts:    4129000 | #Constraints:      89394
3136.58/3157.78	c #Conflicts:    4130000 | #Constraints:      90394
3136.58/3157.78	c #Conflicts:    4131000 | #Constraints:      91394
3136.58/3157.78	c #Conflicts:    4132000 | #Constraints:      92394
3136.58/3157.78	c INPROCESSING
3136.58/3157.78	c GARBAGE COLLECT
3136.58/3157.78	c #Conflicts:    4133000 | #Constraints:      51320
3136.58/3157.78	c #Conflicts:    4134000 | #Constraints:      52320
3136.58/3157.78	c #Conflicts:    4135000 | #Constraints:      53320
3136.58/3157.78	c #Conflicts:    4136000 | #Constraints:      54320
3136.58/3157.78	c #Conflicts:    4137000 | #Constraints:      55320
3136.58/3157.78	c #Conflicts:    4138000 | #Constraints:      56321
3136.58/3157.78	c #Conflicts:    4139000 | #Constraints:      57321
3136.58/3157.78	c #Conflicts:    4140000 | #Constraints:      58321
3136.58/3157.78	c #Conflicts:    4141000 | #Constraints:      59321
3136.58/3157.78	c #Conflicts:    4142000 | #Constraints:      60321
3136.58/3157.78	c #Conflicts:    4143000 | #Constraints:      61321
3136.58/3157.78	c #Conflicts:    4144000 | #Constraints:      62321
3136.58/3157.78	c #Conflicts:    4145000 | #Constraints:      63706
3136.58/3157.78	c #Conflicts:    4146000 | #Constraints:      64891
3136.58/3157.78	c #Conflicts:    4147000 | #Constraints:      65891
3136.58/3157.78	c #Conflicts:    4148000 | #Constraints:      66893
3136.58/3157.78	c #Conflicts:    4149000 | #Constraints:      67893
3136.58/3157.78	c #Conflicts:    4150000 | #Constraints:      68893
3136.58/3157.78	c #Conflicts:    4151000 | #Constraints:      69893
3136.58/3157.78	c #Conflicts:    4152000 | #Constraints:      70893
3136.58/3157.78	c #Conflicts:    4153000 | #Constraints:      71893
3136.58/3157.78	c #Conflicts:    4154000 | #Constraints:      72893
3136.58/3157.78	c #Conflicts:    4155000 | #Constraints:      73893
3136.58/3157.78	c #Conflicts:    4156000 | #Constraints:      74893
3136.58/3157.78	c #Conflicts:    4157000 | #Constraints:      75893
3136.58/3157.78	c #Conflicts:    4158000 | #Constraints:      76893
3136.58/3157.78	c #Conflicts:    4159000 | #Constraints:      77893
3136.58/3157.78	c #Conflicts:    4160000 | #Constraints:      78893
3136.58/3157.78	c #Conflicts:    4161000 | #Constraints:      79893
3136.58/3157.78	c #Conflicts:    4162000 | #Constraints:      80893
3136.58/3157.78	c #Conflicts:    4163000 | #Constraints:      81893
3136.58/3157.78	c #Conflicts:    4164000 | #Constraints:      82893
3136.58/3157.78	c #Conflicts:    4165000 | #Constraints:      83893
3136.58/3157.78	c #Conflicts:    4166000 | #Constraints:      84893
3136.58/3157.78	c #Conflicts:    4167000 | #Constraints:      85893
3136.58/3157.78	c #Conflicts:    4168000 | #Constraints:      86893
3136.58/3157.78	c #Conflicts:    4169000 | #Constraints:      87893
3136.58/3157.78	c #Conflicts:    4170000 | #Constraints:      88893
3136.58/3157.78	c #Conflicts:    4171000 | #Constraints:      89893
3136.58/3157.78	c #Conflicts:    4172000 | #Constraints:      90893
3136.58/3157.78	c #Conflicts:    4173000 | #Constraints:      91893
3136.58/3157.78	c INPROCESSING
3136.58/3157.78	c GARBAGE COLLECT
3136.58/3157.78	c #Conflicts:    4174000 | #Constraints:      51146
3136.58/3157.78	c #Conflicts:    4175000 | #Constraints:      52146
3136.58/3157.78	c #Conflicts:    4176000 | #Constraints:      53146
3136.58/3157.78	c #Conflicts:    4177000 | #Constraints:      54146
3136.58/3157.78	c #Conflicts:    4178000 | #Constraints:      55146
3136.58/3157.78	c #Conflicts:    4179000 | #Constraints:      56146
3136.58/3157.78	c #Conflicts:    4180000 | #Constraints:      57146
3136.58/3157.78	c #Conflicts:    4181000 | #Constraints:      58146
3136.58/3157.78	c #Conflicts:    4182000 | #Constraints:      59146
3136.58/3157.78	c #Conflicts:    4183000 | #Constraints:      60147
3136.58/3157.78	c #Conflicts:    4184000 | #Constraints:      61147
3136.58/3157.78	c #Conflicts:    4185000 | #Constraints:      62147
3136.58/3157.78	c #Conflicts:    4186000 | #Constraints:      63147
3136.58/3157.78	c #Conflicts:    4187000 | #Constraints:      64147
3136.58/3157.78	c #Conflicts:    4188000 | #Constraints:      65147
3136.58/3157.78	c #Conflicts:    4189000 | #Constraints:      66147
3136.58/3157.78	c #Conflicts:    4190000 | #Constraints:      67147
3136.58/3157.78	c #Conflicts:    4191000 | #Constraints:      68147
3136.58/3157.78	c #Conflicts:    4192000 | #Constraints:      69147
3136.58/3157.78	c #Conflicts:    4193000 | #Constraints:      70147
3136.58/3157.78	c #Conflicts:    4194000 | #Constraints:      71147
3136.58/3157.78	c #Conflicts:    4195000 | #Constraints:      72147
3136.58/3157.78	c #Conflicts:    4196000 | #Constraints:      73312
3136.58/3157.78	c #Conflicts:    4197000 | #Constraints:      74771
3136.58/3157.78	c #Conflicts:    4198000 | #Constraints:      76288
3136.58/3157.78	c #Conflicts:    4199000 | #Constraints:      77806
3136.58/3157.78	c #Conflicts:    4200000 | #Constraints:      79362
3136.58/3157.78	c #Conflicts:    4201000 | #Constraints:      80883
3136.58/3157.78	c #Conflicts:    4202000 | #Constraints:      82408
3136.58/3157.78	c #Conflicts:    4203000 | #Constraints:      83918
3136.58/3157.78	c #Conflicts:    4204000 | #Constraints:      84953
3136.58/3157.78	c #Conflicts:    4205000 | #Constraints:      85953
3192.89/3214.41	c #Conflicts:    4206000 | #Constraints:      86953
3192.89/3214.41	c #Conflicts:    4207000 | #Constraints:      87953
3192.89/3214.41	c #Conflicts:    4208000 | #Constraints:      88953
3192.89/3214.41	c #Conflicts:    4209000 | #Constraints:      89953
3192.89/3214.41	c #Conflicts:    4210000 | #Constraints:      90953
3192.89/3214.41	c #Conflicts:    4211000 | #Constraints:      91953
3192.89/3214.41	c #Conflicts:    4212000 | #Constraints:      92953
3192.89/3214.41	c #Conflicts:    4213000 | #Constraints:      93953
3192.89/3214.41	c #Conflicts:    4214000 | #Constraints:      94953
3192.89/3214.41	c INPROCESSING
3192.89/3214.41	c GARBAGE COLLECT
3192.89/3214.41	c #Conflicts:    4215000 | #Constraints:      52719
3192.89/3214.41	c #Conflicts:    4216000 | #Constraints:      53719
3192.89/3214.41	c #Conflicts:    4217000 | #Constraints:      54719
3192.89/3214.41	c #Conflicts:    4218000 | #Constraints:      55719
3192.89/3214.41	c #Conflicts:    4219000 | #Constraints:      56719
3192.89/3214.41	c #Conflicts:    4220000 | #Constraints:      57719
3192.89/3214.41	c #Conflicts:    4221000 | #Constraints:      58719
3192.89/3214.41	c #Conflicts:    4222000 | #Constraints:      59720
3192.89/3214.41	c #Conflicts:    4223000 | #Constraints:      60720
3192.89/3214.41	c #Conflicts:    4224000 | #Constraints:      61720
3192.89/3214.41	c #Conflicts:    4225000 | #Constraints:      62720
3192.89/3214.41	c #Conflicts:    4226000 | #Constraints:      63720
3192.89/3214.41	c #Conflicts:    4227000 | #Constraints:      64720
3192.89/3214.41	c #Conflicts:    4228000 | #Constraints:      65720
3192.89/3214.41	c #Conflicts:    4229000 | #Constraints:      66786
3192.89/3214.41	c #Conflicts:    4230000 | #Constraints:      68310
3192.89/3214.41	c #Conflicts:    4231000 | #Constraints:      69470
3192.89/3214.41	c #Conflicts:    4232000 | #Constraints:      70470
3192.89/3214.41	c #Conflicts:    4233000 | #Constraints:      71470
3192.89/3214.41	c #Conflicts:    4234000 | #Constraints:      72470
3192.89/3214.41	c #Conflicts:    4235000 | #Constraints:      73470
3192.89/3214.41	c #Conflicts:    4236000 | #Constraints:      74470
3192.89/3214.41	c #Conflicts:    4237000 | #Constraints:      75470
3192.89/3214.41	c #Conflicts:    4238000 | #Constraints:      76470
3192.89/3214.41	c #Conflicts:    4239000 | #Constraints:      77470
3192.89/3214.41	c #Conflicts:    4240000 | #Constraints:      78470
3192.89/3214.41	c #Conflicts:    4241000 | #Constraints:      79470
3192.89/3214.41	c #Conflicts:    4242000 | #Constraints:      80470
3192.89/3214.41	c #Conflicts:    4243000 | #Constraints:      81470
3192.89/3214.41	c #Conflicts:    4244000 | #Constraints:      82470
3192.89/3214.41	c #Conflicts:    4245000 | #Constraints:      83470
3192.89/3214.41	c #Conflicts:    4246000 | #Constraints:      84470
3192.89/3214.41	c #Conflicts:    4247000 | #Constraints:      85470
3192.89/3214.41	c #Conflicts:    4248000 | #Constraints:      86470
3192.89/3214.41	c #Conflicts:    4249000 | #Constraints:      87470
3192.89/3214.41	c #Conflicts:    4250000 | #Constraints:      88470
3192.89/3214.41	c #Conflicts:    4251000 | #Constraints:      89470
3192.89/3214.41	c #Conflicts:    4252000 | #Constraints:      90470
3192.89/3214.41	c #Conflicts:    4253000 | #Constraints:      91470
3192.89/3214.41	c #Conflicts:    4254000 | #Constraints:      92470
3192.89/3214.41	c #Conflicts:    4255000 | #Constraints:      93470
3192.89/3214.41	c INPROCESSING
3192.89/3214.41	c GARBAGE COLLECT
3192.89/3214.41	c #Conflicts:    4256000 | #Constraints:      51898
3192.89/3214.41	c #Conflicts:    4257000 | #Constraints:      52898
3192.89/3214.41	c #Conflicts:    4258000 | #Constraints:      53898
3192.89/3214.41	c #Conflicts:    4259000 | #Constraints:      54898
3192.89/3214.41	c #Conflicts:    4260000 | #Constraints:      55898
3192.89/3214.41	c #Conflicts:    4261000 | #Constraints:      56898
3192.89/3214.41	c #Conflicts:    4262000 | #Constraints:      57898
3192.89/3214.41	c #Conflicts:    4263000 | #Constraints:      58898
3192.89/3214.41	c #Conflicts:    4264000 | #Constraints:      59898
3192.89/3214.41	c #Conflicts:    4265000 | #Constraints:      60898
3192.89/3214.41	c #Conflicts:    4266000 | #Constraints:      61898
3192.89/3214.41	c #Conflicts:    4267000 | #Constraints:      62898
3192.89/3214.41	c #Conflicts:    4268000 | #Constraints:      63899
3192.89/3214.41	c #Conflicts:    4269000 | #Constraints:      64899
3192.89/3214.41	c #Conflicts:    4270000 | #Constraints:      65899
3192.89/3214.41	c #Conflicts:    4271000 | #Constraints:      66899
3192.89/3214.41	c #Conflicts:    4272000 | #Constraints:      67899
3192.89/3214.41	c #Conflicts:    4273000 | #Constraints:      68899
3192.89/3214.41	c #Conflicts:    4274000 | #Constraints:      69899
3192.89/3214.41	c #Conflicts:    4275000 | #Constraints:      70899
3192.89/3214.41	c #Conflicts:    4276000 | #Constraints:      71900
3192.89/3214.41	c #Conflicts:    4277000 | #Constraints:      72900
3192.89/3214.41	c #Conflicts:    4278000 | #Constraints:      73900
3192.89/3214.41	c #Conflicts:    4279000 | #Constraints:      74900
3192.89/3214.41	c #Conflicts:    4280000 | #Constraints:      75900
3192.89/3214.41	c #Conflicts:    4281000 | #Constraints:      76900
3192.89/3214.41	c #Conflicts:    4282000 | #Constraints:      77901
3263.58/3285.52	c #Conflicts:    4283000 | #Constraints:      78901
3263.58/3285.52	c #Conflicts:    4284000 | #Constraints:      79901
3263.58/3285.52	c #Conflicts:    4285000 | #Constraints:      80901
3263.58/3285.52	c #Conflicts:    4286000 | #Constraints:      81901
3263.58/3285.52	c #Conflicts:    4287000 | #Constraints:      82901
3263.58/3285.52	c #Conflicts:    4288000 | #Constraints:      83901
3263.58/3285.52	c #Conflicts:    4289000 | #Constraints:      84901
3263.58/3285.52	c #Conflicts:    4290000 | #Constraints:      85902
3263.58/3285.52	c #Conflicts:    4291000 | #Constraints:      86903
3263.58/3285.52	c #Conflicts:    4292000 | #Constraints:      87903
3263.58/3285.52	c #Conflicts:    4293000 | #Constraints:      88903
3263.58/3285.52	c #Conflicts:    4294000 | #Constraints:      89903
3263.58/3285.52	c #Conflicts:    4295000 | #Constraints:      90903
3263.58/3285.52	c #Conflicts:    4296000 | #Constraints:      91903
3263.58/3285.52	c INPROCESSING
3263.58/3285.52	c GARBAGE COLLECT
3263.58/3285.52	c #Conflicts:    4297000 | #Constraints:      50892
3263.58/3285.52	c #Conflicts:    4298000 | #Constraints:      51892
3263.58/3285.52	c #Conflicts:    4299000 | #Constraints:      52892
3263.58/3285.52	c #Conflicts:    4300000 | #Constraints:      53892
3263.58/3285.52	c #Conflicts:    4301000 | #Constraints:      54892
3263.58/3285.52	c #Conflicts:    4302000 | #Constraints:      55900
3263.58/3285.52	c #Conflicts:    4303000 | #Constraints:      56901
3263.58/3285.52	c #Conflicts:    4304000 | #Constraints:      57901
3263.58/3285.52	c #Conflicts:    4305000 | #Constraints:      58901
3263.58/3285.52	c #Conflicts:    4306000 | #Constraints:      59901
3263.58/3285.52	c #Conflicts:    4307000 | #Constraints:      60901
3263.58/3285.52	c #Conflicts:    4308000 | #Constraints:      61901
3263.58/3285.52	c #Conflicts:    4309000 | #Constraints:      62901
3263.58/3285.52	c #Conflicts:    4310000 | #Constraints:      63901
3263.58/3285.52	c #Conflicts:    4311000 | #Constraints:      64901
3263.58/3285.52	c #Conflicts:    4312000 | #Constraints:      65902
3263.58/3285.52	c #Conflicts:    4313000 | #Constraints:      66902
3263.58/3285.52	c #Conflicts:    4314000 | #Constraints:      67902
3263.58/3285.52	c #Conflicts:    4315000 | #Constraints:      68902
3263.58/3285.52	c #Conflicts:    4316000 | #Constraints:      69903
3263.58/3285.52	c #Conflicts:    4317000 | #Constraints:      70904
3263.58/3285.52	c #Conflicts:    4318000 | #Constraints:      71906
3263.58/3285.52	c #Conflicts:    4319000 | #Constraints:      72907
3263.58/3285.52	c #Conflicts:    4320000 | #Constraints:      73907
3263.58/3285.52	c #Conflicts:    4321000 | #Constraints:      74907
3263.58/3285.52	c #Conflicts:    4322000 | #Constraints:      75907
3263.58/3285.52	c #Conflicts:    4323000 | #Constraints:      76907
3263.58/3285.52	c #Conflicts:    4324000 | #Constraints:      77907
3263.58/3285.52	c #Conflicts:    4325000 | #Constraints:      78907
3263.58/3285.52	c #Conflicts:    4326000 | #Constraints:      79907
3263.58/3285.52	c #Conflicts:    4327000 | #Constraints:      80907
3263.58/3285.52	c #Conflicts:    4328000 | #Constraints:      81907
3263.58/3285.52	c #Conflicts:    4329000 | #Constraints:      82907
3263.58/3285.52	c #Conflicts:    4330000 | #Constraints:      83907
3263.58/3285.52	c #Conflicts:    4331000 | #Constraints:      84908
3263.58/3285.52	c #Conflicts:    4332000 | #Constraints:      85908
3263.58/3285.52	c #Conflicts:    4333000 | #Constraints:      86908
3263.58/3285.52	c #Conflicts:    4334000 | #Constraints:      87908
3263.58/3285.52	c #Conflicts:    4335000 | #Constraints:      88908
3263.58/3285.52	c #Conflicts:    4336000 | #Constraints:      89908
3263.58/3285.52	c #Conflicts:    4337000 | #Constraints:      90908
3263.58/3285.52	c #Conflicts:    4338000 | #Constraints:      91908
3263.58/3285.52	c INPROCESSING
3263.58/3285.52	c GARBAGE COLLECT
3263.58/3285.52	c #Conflicts:    4339000 | #Constraints:      51075
3263.58/3285.52	c #Conflicts:    4340000 | #Constraints:      52075
3263.58/3285.52	c #Conflicts:    4341000 | #Constraints:      53076
3263.58/3285.52	c #Conflicts:    4342000 | #Constraints:      54076
3263.58/3285.52	c #Conflicts:    4343000 | #Constraints:      55076
3263.58/3285.52	c #Conflicts:    4344000 | #Constraints:      56076
3263.58/3285.52	c #Conflicts:    4345000 | #Constraints:      57076
3263.58/3285.52	c #Conflicts:    4346000 | #Constraints:      58076
3263.58/3285.52	c #Conflicts:    4347000 | #Constraints:      59076
3263.58/3285.52	c #Conflicts:    4348000 | #Constraints:      60076
3263.58/3285.52	c #Conflicts:    4349000 | #Constraints:      61076
3263.58/3285.52	c #Conflicts:    4350000 | #Constraints:      62076
3263.58/3285.52	c #Conflicts:    4351000 | #Constraints:      63076
3263.58/3285.52	c #Conflicts:    4352000 | #Constraints:      64076
3263.58/3285.52	c #Conflicts:    4353000 | #Constraints:      65076
3263.58/3285.52	c #Conflicts:    4354000 | #Constraints:      66077
3263.58/3285.52	c #Conflicts:    4355000 | #Constraints:      67077
3263.58/3285.52	c #Conflicts:    4356000 | #Constraints:      68077
3263.58/3285.52	c #Conflicts:    4357000 | #Constraints:      69077
3263.58/3285.52	c #Conflicts:    4358000 | #Constraints:      70077
3263.58/3285.52	c #Conflicts:    4359000 | #Constraints:      71077
3263.58/3285.52	c #Conflicts:    4360000 | #Constraints:      72077
3322.73/3345.08	c #Conflicts:    4361000 | #Constraints:      73077
3322.73/3345.08	c #Conflicts:    4362000 | #Constraints:      74077
3322.73/3345.08	c #Conflicts:    4363000 | #Constraints:      75077
3322.73/3345.08	c #Conflicts:    4364000 | #Constraints:      76077
3322.73/3345.08	c #Conflicts:    4365000 | #Constraints:      77077
3322.73/3345.08	c #Conflicts:    4366000 | #Constraints:      78078
3322.73/3345.08	c #Conflicts:    4367000 | #Constraints:      79078
3322.73/3345.08	c #Conflicts:    4368000 | #Constraints:      80078
3322.73/3345.08	c #Conflicts:    4369000 | #Constraints:      81078
3322.73/3345.08	c #Conflicts:    4370000 | #Constraints:      82078
3322.73/3345.08	c #Conflicts:    4371000 | #Constraints:      83078
3322.73/3345.08	c #Conflicts:    4372000 | #Constraints:      84078
3322.73/3345.08	c #Conflicts:    4373000 | #Constraints:      85078
3322.73/3345.08	c #Conflicts:    4374000 | #Constraints:      86078
3322.73/3345.08	c #Conflicts:    4375000 | #Constraints:      87078
3322.73/3345.08	c #Conflicts:    4376000 | #Constraints:      88088
3322.73/3345.08	c #Conflicts:    4377000 | #Constraints:      89135
3322.73/3345.08	c #Conflicts:    4378000 | #Constraints:      90135
3322.73/3345.08	c #Conflicts:    4379000 | #Constraints:      91135
3322.73/3345.08	c #Conflicts:    4380000 | #Constraints:      92135
3322.73/3345.08	c INPROCESSING
3322.73/3345.08	c GARBAGE COLLECT
3322.73/3345.08	c #Conflicts:    4381000 | #Constraints:      51303
3322.73/3345.08	c #Conflicts:    4382000 | #Constraints:      52303
3322.73/3345.08	c #Conflicts:    4383000 | #Constraints:      53303
3322.73/3345.08	c #Conflicts:    4384000 | #Constraints:      54303
3322.73/3345.08	c #Conflicts:    4385000 | #Constraints:      55303
3322.73/3345.08	c #Conflicts:    4386000 | #Constraints:      56303
3322.73/3345.08	c #Conflicts:    4387000 | #Constraints:      57303
3322.73/3345.08	c #Conflicts:    4388000 | #Constraints:      58303
3322.73/3345.08	c #Conflicts:    4389000 | #Constraints:      59303
3322.73/3345.08	c #Conflicts:    4390000 | #Constraints:      60303
3322.73/3345.08	c #Conflicts:    4391000 | #Constraints:      61303
3322.73/3345.08	c #Conflicts:    4392000 | #Constraints:      62303
3322.73/3345.08	c #Conflicts:    4393000 | #Constraints:      63303
3322.73/3345.08	c #Conflicts:    4394000 | #Constraints:      64304
3322.73/3345.08	c #Conflicts:    4395000 | #Constraints:      65304
3322.73/3345.08	c #Conflicts:    4396000 | #Constraints:      66304
3322.73/3345.08	c #Conflicts:    4397000 | #Constraints:      67304
3322.73/3345.08	c #Conflicts:    4398000 | #Constraints:      68306
3322.73/3345.08	c #Conflicts:    4399000 | #Constraints:      69306
3322.73/3345.08	c #Conflicts:    4400000 | #Constraints:      70306
3322.73/3345.08	c #Conflicts:    4401000 | #Constraints:      71306
3322.73/3345.08	c #Conflicts:    4402000 | #Constraints:      72306
3322.73/3345.08	c #Conflicts:    4403000 | #Constraints:      73306
3322.73/3345.08	c #Conflicts:    4404000 | #Constraints:      74306
3322.73/3345.08	c #Conflicts:    4405000 | #Constraints:      75306
3322.73/3345.08	c #Conflicts:    4406000 | #Constraints:      76306
3322.73/3345.08	c #Conflicts:    4407000 | #Constraints:      77306
3322.73/3345.08	c #Conflicts:    4408000 | #Constraints:      78306
3322.73/3345.08	c #Conflicts:    4409000 | #Constraints:      79306
3322.73/3345.08	c #Conflicts:    4410000 | #Constraints:      80306
3322.73/3345.08	c #Conflicts:    4411000 | #Constraints:      81306
3322.73/3345.08	c #Conflicts:    4412000 | #Constraints:      82306
3322.73/3345.08	c #Conflicts:    4413000 | #Constraints:      83306
3322.73/3345.08	c #Conflicts:    4414000 | #Constraints:      84306
3322.73/3345.08	c #Conflicts:    4415000 | #Constraints:      85306
3322.73/3345.08	c #Conflicts:    4416000 | #Constraints:      86306
3322.73/3345.08	c #Conflicts:    4417000 | #Constraints:      87306
3322.73/3345.08	c #Conflicts:    4418000 | #Constraints:      88306
3322.73/3345.08	c #Conflicts:    4419000 | #Constraints:      89306
3322.73/3345.08	c #Conflicts:    4420000 | #Constraints:      90306
3322.73/3345.08	c #Conflicts:    4421000 | #Constraints:      91306
3322.73/3345.08	c #Conflicts:    4422000 | #Constraints:      92306
3322.73/3345.08	c INPROCESSING
3322.73/3345.08	c GARBAGE COLLECT
3322.73/3345.08	c #Conflicts:    4423000 | #Constraints:      51392
3322.73/3345.08	c #Conflicts:    4424000 | #Constraints:      52392
3322.73/3345.08	c #Conflicts:    4425000 | #Constraints:      53392
3322.73/3345.08	c #Conflicts:    4426000 | #Constraints:      54392
3322.73/3345.08	c #Conflicts:    4427000 | #Constraints:      55392
3322.73/3345.08	c #Conflicts:    4428000 | #Constraints:      56392
3322.73/3345.08	c #Conflicts:    4429000 | #Constraints:      57392
3322.73/3345.08	c #Conflicts:    4430000 | #Constraints:      58392
3322.73/3345.08	c #Conflicts:    4431000 | #Constraints:      59392
3322.73/3345.08	c #Conflicts:    4432000 | #Constraints:      60392
3322.73/3345.08	c #Conflicts:    4433000 | #Constraints:      61392
3322.73/3345.08	c #Conflicts:    4434000 | #Constraints:      62392
3322.73/3345.08	c #Conflicts:    4435000 | #Constraints:      63392
3322.73/3345.08	c #Conflicts:    4436000 | #Constraints:      64393
3322.73/3345.08	c #Conflicts:    4437000 | #Constraints:      65393
3378.06/3400.79	c #Conflicts:    4438000 | #Constraints:      66393
3378.06/3400.79	c #Conflicts:    4439000 | #Constraints:      67393
3378.06/3400.79	c #Conflicts:    4440000 | #Constraints:      68393
3378.06/3400.79	c #Conflicts:    4441000 | #Constraints:      69393
3378.06/3400.79	c #Conflicts:    4442000 | #Constraints:      70393
3378.06/3400.79	c #Conflicts:    4443000 | #Constraints:      71393
3378.06/3400.79	c #Conflicts:    4444000 | #Constraints:      72393
3378.06/3400.79	c #Conflicts:    4445000 | #Constraints:      73412
3378.06/3400.79	c #Conflicts:    4446000 | #Constraints:      74412
3378.06/3400.79	c #Conflicts:    4447000 | #Constraints:      75412
3378.06/3400.79	c #Conflicts:    4448000 | #Constraints:      76412
3378.06/3400.79	c #Conflicts:    4449000 | #Constraints:      77412
3378.06/3400.79	c #Conflicts:    4450000 | #Constraints:      78413
3378.06/3400.79	c #Conflicts:    4451000 | #Constraints:      79413
3378.06/3400.79	c #Conflicts:    4452000 | #Constraints:      80413
3378.06/3400.79	c #Conflicts:    4453000 | #Constraints:      81413
3378.06/3400.79	c #Conflicts:    4454000 | #Constraints:      82413
3378.06/3400.79	c #Conflicts:    4455000 | #Constraints:      83413
3378.06/3400.79	c #Conflicts:    4456000 | #Constraints:      84413
3378.06/3400.79	c #Conflicts:    4457000 | #Constraints:      85413
3378.06/3400.79	c #Conflicts:    4458000 | #Constraints:      86413
3378.06/3400.79	c #Conflicts:    4459000 | #Constraints:      87413
3378.06/3400.79	c #Conflicts:    4460000 | #Constraints:      88413
3378.06/3400.79	c #Conflicts:    4461000 | #Constraints:      89413
3378.06/3400.79	c #Conflicts:    4462000 | #Constraints:      90413
3378.06/3400.79	c #Conflicts:    4463000 | #Constraints:      91413
3378.06/3400.79	c #Conflicts:    4464000 | #Constraints:      92413
3378.06/3400.79	c INPROCESSING
3378.06/3400.79	c GARBAGE COLLECT
3378.06/3400.79	c #Conflicts:    4465000 | #Constraints:      51360
3378.06/3400.79	c #Conflicts:    4466000 | #Constraints:      52360
3378.06/3400.79	c #Conflicts:    4467000 | #Constraints:      53360
3378.06/3400.79	c #Conflicts:    4468000 | #Constraints:      54360
3378.06/3400.79	c #Conflicts:    4469000 | #Constraints:      55360
3378.06/3400.79	c #Conflicts:    4470000 | #Constraints:      56360
3378.06/3400.79	c #Conflicts:    4471000 | #Constraints:      57360
3378.06/3400.79	c #Conflicts:    4472000 | #Constraints:      58360
3378.06/3400.79	c #Conflicts:    4473000 | #Constraints:      59360
3378.06/3400.79	c #Conflicts:    4474000 | #Constraints:      60360
3378.06/3400.79	c #Conflicts:    4475000 | #Constraints:      61360
3378.06/3400.79	c #Conflicts:    4476000 | #Constraints:      62360
3378.06/3400.79	c #Conflicts:    4477000 | #Constraints:      63360
3378.06/3400.79	c #Conflicts:    4478000 | #Constraints:      64360
3378.06/3400.79	c #Conflicts:    4479000 | #Constraints:      65360
3378.06/3400.79	c #Conflicts:    4480000 | #Constraints:      66360
3378.06/3400.79	c #Conflicts:    4481000 | #Constraints:      67360
3378.06/3400.79	c #Conflicts:    4482000 | #Constraints:      68360
3378.06/3400.79	c #Conflicts:    4483000 | #Constraints:      69360
3378.06/3400.79	c #Conflicts:    4484000 | #Constraints:      70360
3378.06/3400.79	c #Conflicts:    4485000 | #Constraints:      71360
3378.06/3400.79	c #Conflicts:    4486000 | #Constraints:      72360
3378.06/3400.79	c #Conflicts:    4487000 | #Constraints:      73360
3378.06/3400.79	c #Conflicts:    4488000 | #Constraints:      74360
3378.06/3400.79	c #Conflicts:    4489000 | #Constraints:      75360
3378.06/3400.79	c #Conflicts:    4490000 | #Constraints:      76360
3378.06/3400.79	c #Conflicts:    4491000 | #Constraints:      77360
3378.06/3400.79	c #Conflicts:    4492000 | #Constraints:      78361
3378.06/3400.79	c #Conflicts:    4493000 | #Constraints:      79361
3378.06/3400.79	c #Conflicts:    4494000 | #Constraints:      80361
3378.06/3400.79	c #Conflicts:    4495000 | #Constraints:      81361
3378.06/3400.79	c #Conflicts:    4496000 | #Constraints:      82361
3378.06/3400.79	c #Conflicts:    4497000 | #Constraints:      83361
3378.06/3400.79	c #Conflicts:    4498000 | #Constraints:      84361
3378.06/3400.79	c #Conflicts:    4499000 | #Constraints:      85361
3378.06/3400.79	c #Conflicts:    4500000 | #Constraints:      86361
3378.06/3400.79	c #Conflicts:    4501000 | #Constraints:      87361
3378.06/3400.79	c #Conflicts:    4502000 | #Constraints:      88361
3378.06/3400.79	c #Conflicts:    4503000 | #Constraints:      89361
3378.06/3400.79	c #Conflicts:    4504000 | #Constraints:      90361
3378.06/3400.79	c #Conflicts:    4505000 | #Constraints:      91361
3378.06/3400.79	c #Conflicts:    4506000 | #Constraints:      92361
3378.06/3400.79	c INPROCESSING
3378.06/3400.79	c GARBAGE COLLECT
3378.06/3400.79	WSVECS04 Frhs2[13]: 6 -1.00332 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[16]: 6 -0.995356 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[23]: 6 -0.253117 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[36]: 6 0 12.4162 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[39]: 6 -1.00639 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[43]: 6 -0.992528 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[44]: 6 -1.00442 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[52]: 6 0 0.179763 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[69]: 6 0 7.01684 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[74]: 6 -1.01261 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[77]: 6 -1.00996 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[79]: 6 -1.9311 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[81]: 6 -0.159492 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[95]: 6 -0.996643 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[107]: 6 -0.995337 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[110]: 6 -1.02576 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[130]: 6 -0.989322 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[135]: 6 -1.01004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[142]: 6 -0.98745 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[143]: 6 -1.99196 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[146]: 6 -1.01085 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[153]: 6 -1.27029 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[156]: 6 -0.998493 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[158]: 6 0 0.294733 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[165]: 6 -33.0573 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[166]: 6 0 14.9982 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[191]: 6 -0.995571 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[199]: 6 -1.05173 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[205]: 6 -0.993834 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[217]: 6 -0.975819 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[252]: 6 0 0.159157 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[253]: 6 0 0.28296 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[269]: 6 -1.00337 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[280]: 6 -1.01319 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[281]: 6 -1.30619 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[284]: 6 0 0.363843 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[295]: 6 -1.00424 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[297]: 6 -1.00047 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[324]: 6 -0.906194 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[325]: 6 -1.05676 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[330]: 6 -1.01323 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[363]: 6 -1.00743 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[372]: 6 0 0.36285 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[390]: 6 -0.989912 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[410]: 6 -2.52812 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[417]: 6 -2.00203 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[440]: 6 -1.00553 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[446]: 6 -0.137101 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[490]: 6 -1.01322 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[495]: 6 -1.99998 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[513]: 6 -5.99845 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[553]: 6 -1.00042 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[556]: 6 -0.999952 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[558]: 6 -1.15079 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[559]: 6 -1.33314 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[572]: 6 -1.67466 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[577]: 6 -0.990653 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[589]: 6 -1.00373 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[594]: 6 -0.48347 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[600]: 6 0 1.78446 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[601]: 6 0 0.738535 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[606]: 6 0 0.299658 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[609]: 6 -1.03535 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[611]: 6 -9.04327 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[647]: 6 -1.05172 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[653]: 6 -0.993172 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[665]: 6 0 4.02244 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[676]: 6 -1.00076 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[683]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[684]: 6 -1.00099 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[686]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[689]: 6 -1.2667 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[690]: 6 0 0.0253136 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[700]: 6 -1.07435 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[701]: 6 -2.28296 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[702]: 6 -1.02065 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[919]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[938]: 6 -1.0005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[941]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[988]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[994]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[995]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1001]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1028]: 6 -0.999444 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1029]: 6 -1.00146 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1030]: 6 -0.999697 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1034]: 6 -0.995694 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1036]: 6 -0.970455 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1061]: 6 -1.04859 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1062]: 6 -0.983752 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1064]: 6 -0.999986 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1066]: 6 -0.931226 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1073]: 6 -0.862784 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1084]: 6 -0.996361 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1087]: 6 -0.753484 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1090]: 6 -1.0003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1091]: 6 -0.980773 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1092]: 6 -1.01862 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1104]: 6 -1.10953 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1109]: 6 -1.60344 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1110]: 6 -1.03097 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1121]: 6 -0.988094 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1123]: 6 -0.998841 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1125]: 6 -0.966838 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1130]: 6 -0.973502 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1135]: 6 -1.20415 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1143]: 6 0 0.257576 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1144]: 6 -0.183946 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1145]: 6 0 0.0301389 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1147]: 6 -0.99076 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1154]: 6 -1.0035 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1161]: 6 -1.02223 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1171]: 6 0 0.0221342 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1172]: 6 0 0.118257 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1174]: 6 0 0.0576003 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1178]: 6 -0.997428 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1180]: 6 -0.999965 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1181]: 6 -0.594901 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1184]: 6 -0.500053 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1185]: 6 -0.969559 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1186]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1187]: 6 -1.0011 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1188]: 6 -1.00035 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1189]: 6 -1.01372 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1191]: 6 -0.995074 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1192]: 6 -1.00348 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1199]: 6 -1.00153 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1200]: 6 -0.432604 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1204]: 6 -1.09384 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1206]: 6 -1.37464 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1209]: 6 -2.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1216]: 6 -1.05003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1218]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1240]: 6 -2.75005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1242]: 6 -1.00014 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1245]: 6 -1.00021 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1246]: 6 -1.00043 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1247]: 6 -0.000764752 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1253]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1254]: 6 -0.99445 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1255]: 6 -1.00195 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1257]: 6 -1.03965 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1264]: 6 -0.265599 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1265]: 6 -2.10795 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1268]: 6 -2.16831 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1273]: 6 -1.00034 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1275]: 6 -1.49587 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1277]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1279]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1287]: 6 -1.00029 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1288]: 6 -0.999966 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1292]: 6 -1.31153 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1295]: 6 -1.99993 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1297]: 6 -1.31266 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1301]: 6 -3.07765 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1315]: 6 -1.01368 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1316]: 6 -1.00039 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1317]: 6 -1.00041 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1327]: 6 -1.37502 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1330]: 6 -0.585958 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1336]: 6 -1.5164 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1337]: 6 -2.0892 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1339]: 6 -1.34839 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1348]: 6 -1.04028 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1350]: 6 -1.04889 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1351]: 6 -1.13417 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1352]: 6 -0.970978 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1354]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1355]: 6 -1.31397 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1369]: 6 -1.30203 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1371]: 6 -1.25002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1386]: 6 -1.63305 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1391]: 6 -1.00053 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1394]: 6 -0.748429 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1396]: 6 -1.24584 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1398]: 6 0 0.441492 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1399]: 6 -2.96903 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1401]: 6 -1.35601 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1402]: 6 -1.08679 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1416]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1417]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1418]: 6 -1.00066 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1419]: 6 -3.22307 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1430]: 6 -0.298249 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1435]: 6 -1.12606 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1436]: 6 -1.24743 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1438]: 6 -0.999849 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1439]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1441]: 6 -1.00093 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1442]: 6 -1.00024 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1456]: 6 0 1.22943 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1461]: 6 -0.184521 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1469]: 6 -2.90406 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1471]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1476]: 6 -0.999886 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1478]: 6 -1.0026 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1479]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1485]: 6 -1.33904 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1486]: 6 -1.33923 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1493]: 6 -1.6584 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1499]: 6 -5.17798 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1502]: 6 -0.986898 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1508]: 6 -1.00786 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1515]: 6 -0.999748 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1520]: 6 -1.08809 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1521]: 6 -0.667046 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1531]: 6 0 0.961682 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1534]: 6 -2.39716 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1537]: 6 -0.981252 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1541]: 6 -11.0454 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1543]: 6 -0.993595 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1552]: 6 -1.33204 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1553]: 6 -1.33469 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1554]: 6 -0.634324 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1558]: 6 -0.750833 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1561]: 6 0 3.14035 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1566]: 6 -0.760452 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1568]: 6 -1.0184 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1572]: 6 -0.0280996 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1579]: 6 -9.00671 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1585]: 6 0 0.280206 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1590]: 6 -0.688794 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1591]: 6 0 0.188752 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1597]: 6 -1.00207 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1599]: 6 -1.02384 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1625]: 6 0 4.80768 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1630]: 6 -0.996466 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1645]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1647]: 6 -2.26262 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1658]: 6 -1.24018 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1686]: 6 -1.0071 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1688]: 6 -2.01206 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1698]: 6 0 1.00034 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1724]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1889]: 6 -0.997896 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1891]: 6 -1.00373 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1894]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1898]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1902]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1906]: 6 -1.04636 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1909]: 6 -0.998785 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1914]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1916]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1920]: 6 -1.01207 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1921]: 6 0 1.89749 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1928]: 6 -1.36878 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1946]: 6 0 2.06386 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1948]: 6 0 0.0639594 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1950]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1985]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1988]: 6 -1.02661 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1990]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1993]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1998]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[1999]: 6 -0.972267 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2002]: 6 -0.998672 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2003]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2005]: 6 -1.00889 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2008]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2010]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2012]: 6 -1.00381 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2014]: 6 -0.779682 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2015]: 6 -0.772367 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2018]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2022]: 6 0 1.36632 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2039]: 6 -1.49757 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2040]: 6 -0.986502 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2044]: 6 0 1.53409 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2050]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2062]: 6 -1.0017 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2078]: 6 0 0.531082 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2081]: 6 -1.00746 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2088]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2096]: 6 -1.04206 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2098]: 6 -0.999725 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2102]: 6 -1.01598 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2106]: 6 -0.936804 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2108]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2109]: 6 -0.996551 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2111]: 6 -0.716257 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2114]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2121]: 6 0 2.35649 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2124]: 6 -2.0804 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2138]: 6 -2.06248 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2139]: 6 -4.06172 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2141]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2151]: 6 -0.999154 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2156]: 6 -0.98776 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2157]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2159]: 6 -1.00071 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2167]: 6 -0.999348 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2172]: 6 -1.51803 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2183]: 6 -1.58007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2185]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2188]: 6 -1.00188 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2190]: 6 -1.00363 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2192]: 6 -1.00206 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2194]: 6 -0.985942 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2196]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2197]: 6 -1.00023 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2200]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2201]: 6 -1.00096 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2204]: 6 -1.49203 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2206]: 6 -1.25101 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2225]: 6 -2.99582 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2228]: 6 -1.20459 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2232]: 6 -0.177845 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2234]: 6 -0.855612 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2236]: 6 0 1.40793 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2238]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2249]: 6 -0.987455 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2251]: 6 -0.992754 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2253]: 6 -0.990127 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2255]: 6 -0.956928 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2264]: 6 -0.22288 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2266]: 6 -1.33416 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2267]: 6 -1.11256 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2268]: 6 -0.996676 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2270]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2273]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2277]: 6 -0.999923 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2280]: 6 -0.987759 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2282]: 6 -0.984287 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2284]: 6 -0.96843 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2286]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2288]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2289]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2292]: 6 -1.10399 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2293]: 6 -1.00921 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2296]: 6 -0.999171 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2297]: 6 -0.997184 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2302]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2306]: 6 -1.31334 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2330]: 6 0 0.499293 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2334]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2339]: 6 -0.999829 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2340]: 6 -1.00752 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2343]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2358]: 6 -2.03805 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2360]: 6 -0.261762 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2368]: 6 -0.892745 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2369]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2372]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2373]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2376]: 6 -1.00095 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2382]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2386]: 6 -1.02756 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2387]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2393]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2396]: 6 -1.33385 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2397]: 6 -1.33385 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2420]: 6 -11.7038 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2424]: 6 -6.18523 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2427]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2430]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2431]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2433]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2435]: 6 -0.995098 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2443]: 6 -0.998211 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2449]: 6 -1.29764 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2452]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2453]: 6 -0.761134 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2454]: 6 -0.522302 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2456]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2460]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2462]: 6 -0.999584 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2463]: 6 -1.00479 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2466]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2467]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2470]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2472]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2474]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2476]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2478]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2479]: 6 -1.0004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2482]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2483]: 6 -1.00129 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2486]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2488]: 6 -1.02788 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2490]: 6 -1.03138 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2492]: 6 -1.29169 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2494]: 6 -1.2742 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2495]: 6 -0.672657 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2503]: 6 -0.761192 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2510]: 6 -8.82216 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2511]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2514]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2515]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2518]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2519]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2522]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2526]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2529]: 6 -0.969561 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2541]: 6 -1.03528 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2553]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2562]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2564]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2566]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2570]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2573]: 6 -1.00333 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2577]: 6 -0.999924 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2579]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2581]: 6 -1.00034 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2583]: 6 -1.00178 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2585]: 6 -0.999718 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2588]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2595]: 6 -1.21274 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2600]: 6 0 0.201312 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2615]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2619]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2622]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2623]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2626]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2637]: 6 -1.00061 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2638]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2641]: 6 0 0.0212869 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2643]: 6 0 1.25479 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2647]: 6 0 1.03089 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2649]: 6 -0.999528 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2651]: 6 -1.00231 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2653]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2655]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2656]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2658]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2661]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2664]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2665]: 6 -1.00016 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2668]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2671]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2674]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2675]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2678]: 6 -1.01306 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2682]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2684]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2685]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2692]: 6 -5.11587 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2694]: 6 -0.742373 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2700]: 6 -3.19091 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2701]: 6 -5.06167 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2706]: 6 -1.00458 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2708]: 6 -16.6031 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2713]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2716]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2717]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2720]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2730]: 6 -1.00024 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2746]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2747]: 6 -1.31255 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2755]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2758]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2759]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2761]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2763]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2766]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2767]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2770]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2771]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2773]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2776]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2777]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2780]: 6 -1.31258 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2804]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2808]: 6 -0.500054 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2812]: 6 -3.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2813]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2816]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2819]: 6 -1.01151 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2830]: 6 -1.00043 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2833]: 6 -1.24908 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2842]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2843]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2848]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2852]: 6 -0.959742 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2853]: 6 -0.959711 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2856]: 6 -1.1608 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2857]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2859]: 6 -0.898896 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2862]: 6 -1.43698 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2863]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2866]: 6 -0.953159 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2867]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2870]: 6 -0.99999 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2871]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2874]: 6 -0.999846 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2875]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2878]: 6 -1.2501 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2893]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2895]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2900]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2901]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2906]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2907]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2910]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2912]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2917]: 6 -1.00037 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2919]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2923]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2926]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2927]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2929]: 6 -1.31502 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2938]: 6 -1.25003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2939]: 6 -1.00023 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2951]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2955]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2958]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2959]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2962]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2966]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2968]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2970]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2972]: 6 -1.31401 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2974]: 6 -1.31502 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[2979]: 6 -0.750083 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3000]: 6 -0.9987 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3002]: 6 -5.01888 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3004]: 6 -1.02434 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3008]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3009]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3020]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3021]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3023]: 6 -1.65571 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3024]: 6 -1.31234 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3034]: 6 -1.00035 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3035]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3036]: 6 -0.998058 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3041]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3043]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3045]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3048]: 6 -1.0045 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3050]: 6 -0.997967 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3052]: 6 -0.995932 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3053]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3056]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3057]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3059]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3062]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3064]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3066]: 6 -1.65627 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3068]: 6 -1.3126 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3074]: 6 -2.99999 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3084]: 6 0 1.00046 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3086]: 6 -0.995668 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3087]: 6 -0.996457 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3090]: 6 -1.01094 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3092]: 6 -1.00896 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3096]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3098]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3099]: 6 -0.988378 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3102]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3103]: 6 -0.95346 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3105]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3107]: 6 -1.00014 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3116]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3120]: 6 -3.22908 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3122]: 6 -3.866 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3124]: 6 -0.639667 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3138]: 6 -1.00011 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3139]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3142]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3143]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3146]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3148]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3152]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3153]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3156]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3160]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3162]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3164]: 6 -3.22907 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3166]: 6 -1.82865 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3180]: 6 -10.7659 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3184]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3192]: 6 -6.80956 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3193]: 6 -4.80957 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3195]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3197]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3199]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3202]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3205]: 6 -1.04737 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3209]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3214]: 6 -1.00152 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3223]: 6 -1.41523 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3233]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3236]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3237]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3240]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3242]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3244]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3245]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3248]: 6 -0.989827 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3251]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3253]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3256]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3258]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3259]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3261]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3263]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3279]: 6 -1.66137 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3299]: 6 -1.02344 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3302]: 6 -0.998601 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3304]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3305]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3314]: 6 -1.33275 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3325]: 6 -0.460346 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3327]: 6 -1.25005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3330]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3334]: 6 -0.907086 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3335]: 6 -1.00142 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3338]: 6 -0.997048 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3340]: 6 -1.02192 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3341]: 6 -1.02192 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3344]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3346]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3348]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3350]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3352]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3354]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3356]: 6 -1.33341 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3358]: 6 -1.33302 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3386]: 6 -3.40872 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3410]: 6 -1.25004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3421]: 6 -1.25002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3423]: 6 -0.999658 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3424]: 6 -0.999388 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3425]: 6 -1.02768 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3427]: 6 -1.00714 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3430]: 6 -0.952731 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3432]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3434]: 6 -1.09174 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3440]: 6 -1.09361 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3445]: 6 -0.991189 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3447]: 6 -1.00021 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3449]: 6 -0.999953 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3451]: 6 -1.00079 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3454]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3455]: 6 -1.00309 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3458]: 6 -1.35225 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3466]: 6 0 0.318537 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3486]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3492]: 6 -1.01194 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3494]: 6 -1.02337 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3516]: 6 -0.995427 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3518]: 6 -1.0187 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3519]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3522]: 6 -0.997862 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3530]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3534]: 6 -0.915161 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3542]: 6 -0.997436 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3543]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3546]: 6 -1.00776 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3548]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3550]: 6 -0.374795 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3554]: 6 -1.36917 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3574]: 6 -3.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3576]: 6 -1.01876 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3578]: 6 -1.03741 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3582]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3585]: 6 -0.988364 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3586]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3588]: 6 -1.03411 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3593]: 6 -1.00029 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3599]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3601]: 6 -1.00014 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3602]: 6 -1.24067 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3603]: 6 -0.481453 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3614]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3615]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3617]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3620]: 6 -1.05036 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3624]: 6 -0.988154 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3626]: 6 -0.829885 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3627]: 6 -0.853754 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3629]: 6 -1.2923 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3632]: 6 -1.00053 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3633]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3636]: 6 -1.0105 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3640]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3641]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3644]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3646]: 6 -1.00013 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3648]: 6 -1.24066 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3649]: 6 -1.24061 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3655]: 6 -3.8265 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3663]: 6 -4.78889 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3666]: 6 0 0.917073 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3674]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3675]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3678]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3679]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3681]: 6 -0.990428 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3682]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3683]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3687]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3692]: 6 -1.01013 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3694]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3695]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3708]: 6 -0.975266 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3709]: 6 0 0.884561 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3710]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3714]: 6 -1.1733 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3717]: 6 0 2.99762 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3722]: 6 -1.00003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3727]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3730]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3731]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3734]: 6 -1.00304 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3736]: 6 -0.994085 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3737]: 6 -0.994092 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3740]: 6 -1.44207 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3742]: 6 -1.88666 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3765]: 6 -3.45336 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3767]: 6 0 0.884601 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3768]: 6 -1.0001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3769]: 6 -4.76911 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3772]: 6 -1.00007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3774]: 6 -1.00001 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3777]: 6 -0.991393 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3779]: 6 0 1.95763 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3782]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3784]: 6 -1.00899 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3785]: 6 -1.00964 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3789]: 6 -1.00283 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3790]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3792]: 6 -1.30224 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3803]: 6 -1.30099 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3808]: 6 -1.25003 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3810]: 6 -1.0409 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3815]: 6 -1.0779 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3824]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3826]: 6 -1.00037 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3827]: 6 -1.00032 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3829]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3838]: 6 -1.25007 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3840]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3851]: 6 -1.00002 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3860]: 6 -20.8193 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3875]: 6 -3.98223 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3883]: 6 -1.01306 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3886]: 6 -0.99992 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3890]: 6 -1.26674 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3898]: 6 -1.00374 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3900]: 6 -1.00009 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3901]: 6 -0.999614 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3915]: 6 -1.00004 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3921]: 6 -1.00201 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3924]: 6 -1.00005 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3926]: 6 -1.01097 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3932]: 6 -1.00073 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3934]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3936]: 6 -1.20731 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3937]: 6 -1.26734 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3938]: 6 -1.29508 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3956]: 6 -0.99788 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3958]: 6 -0.996342 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3960]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3962]: 6 -1.00189 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3964]: 6 -1.00899 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3966]: 6 -1.00617 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3968]: 6 -1.00008 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3969]: 6 0 1.00007 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[3996]: 6 -1.00006 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[4053]: 6 -1.10582 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[4069]: 6 -1.03077 0 shouldn't be
3378.06/3400.79	WSVECS04 Frhs2[4106]: 6 -1.01819 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[2]: 6 0 8.49216 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[5]: 6 0 6.93964 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[10]: 6 -1.02605 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[34]: 6 0 3.58785 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[35]: 6 -1.2373 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[41]: 6 -1.00082 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[67]: 6 0 6.83004 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[98]: 6 0 4.21999 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[99]: 6 0 6.90386 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[100]: 6 0 5.84258 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[111]: 6 -1.00615 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[120]: 6 0 1.40764 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[132]: 6 -1.1278 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[138]: 6 -0.987927 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[151]: 6 -1.41986 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[163]: 6 0 14.9264 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[171]: 6 -1.03275 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[180]: 6 0 1.3658 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[193]: 6 -1.00826 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[196]: 6 -1.17367 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[200]: 6 -1.01402 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[239]: 6 -1.27533 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[259]: 6 0 2.89583 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[267]: 6 -1.01787 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[274]: 6 0 1.08741 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[291]: 6 -1.22394 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[300]: 6 -0.997383 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[318]: 6 0 0.104012 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[385]: 6 -0.989032 0 shouldn't be
3379.37/3402.04	WSVECS04 Frhs2[392]: 6 -1.01439 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[414]: 6 -1.00148 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[419]: 6 0 3.06103 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[454]: 6 -1.00181 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[522]: 6 -1.03129 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[541]: 6 -0.871897 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[542]: 6 -0.406982 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[550]: 6 -1.0503 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[576]: 6 -0.688077 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[582]: 6 -0.885279 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[590]: 6 -1.01965 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[599]: 6 0 0.89669 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[623]: 6 -1.46296 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[640]: 6 -0.516832 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[642]: 6 0 3.87994 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[704]: 6 -2.54351 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1033]: 6 -1.06422 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1051]: 6 0 0.000884005 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1069]: 6 -1.19965 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1082]: 6 -0.750493 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1098]: 6 -0.989438 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1108]: 6 0 0.212624 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1132]: 6 -0.978295 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1152]: 6 -0.965048 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1155]: 6 -0.918783 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1160]: 6 -0.972852 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1179]: 6 -1.31573 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1190]: 6 -0.991077 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1196]: 6 -1.29774 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1256]: 6 -1.02176 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1266]: 6 -0.595441 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1267]: 6 -0.41237 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1283]: 6 -1.01153 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1347]: 6 -1.02808 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1378]: 6 -1.03942 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1379]: 6 -1.00003 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1473]: 6 -0.998576 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1481]: 6 -1.09332 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1487]: 6 -1.33546 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1507]: 6 -0.959361 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1522]: 6 0 0.227706 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1530]: 6 -0.940374 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1536]: 6 -0.812511 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1538]: 6 -1.05776 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1546]: 6 -1.16539 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1547]: 6 -1.32236 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[1549]: 6 -1.26325 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2143]: 6 -1.00008 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2152]: 6 -0.997772 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2248]: 6 -1.02954 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2328]: 6 -1.00007 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2331]: 6 -1.00009 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2379]: 6 -0.998326 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2394]: 6 -1.00001 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2418]: 6 -4.66509 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2423]: 6 -1.25277 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2436]: 6 -1.0995 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2480]: 6 -1.00003 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2499]: 6 -0.690333 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2534]: 6 -1.01789 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2560]: 6 -1.05888 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2594]: 6 -1.21274 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2596]: 6 -1.42536 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2630]: 6 -1.00668 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2654]: 6 -1.00051 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2681]: 6 -1.00005 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2697]: 6 -0.967749 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2723]: 6 -1.01347 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2748]: 6 -1.00008 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2754]: 6 -1.00003 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2892]: 6 0 1.00005 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2904]: 6 -1.00009 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[2975]: 6 -0.687063 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3005]: 6 -1.00008 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3091]: 6 -1.00872 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3094]: 6 -1.00004 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3106]: 6 -1.03263 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3132]: 6 0 0.43122 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3174]: 6 0 1.00009 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3206]: 6 -1.04647 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3420]: 6 -1.34027 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3493]: 6 -1.02342 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3509]: 6 0 0.814365 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3613]: 6 -1.00008 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3691]: 6 -0.99983 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3701]: 6 -1.35399 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3718]: 6 -1.00001 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3729]: 6 -1.00002 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3775]: 6 -1.00008 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3798]: 6 -1.00006 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3821]: 6 -1.00004 0 shouldn't be
3379.37/3402.05	WSVECS04 Frhs2[3832]: 6 -0.998447 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[79]: 6 -1.93102 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[98]: 6 0 4.2199 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[153]: 6 -1.27022 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[191]: 6 -0.995515 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[239]: 6 -1.27524 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[281]: 6 -1.30617 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[410]: 6 -2.52808 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[476]: 6 -0.245841 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[492]: 6 -1.00641 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[559]: 6 -1.33306 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[572]: 6 -1.67463 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[690]: 6 0 0.0252737 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[700]: 6 -1.07432 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1088]: 6 -0.999987 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1090]: 6 -1.00021 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1099]: 6 -1.49854 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1125]: 6 -0.966802 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1137]: 6 -0.658293 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1143]: 6 0 0.257526 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1144]: 6 -0.18387 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1151]: 6 -1.05339 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1168]: 6 -1.97588 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1176]: 6 0 1.38222 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1182]: 6 -1.00085 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1184]: 6 -0.500008 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1200]: 6 -0.43258 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1244]: 6 -1.26604 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1295]: 6 -1.99989 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1332]: 6 0 1.28014 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1336]: 6 -1.51631 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1337]: 6 -2.08912 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1396]: 6 -1.24578 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1398]: 6 0 0.441464 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1399]: 6 -2.96895 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1411]: 6 -0.998519 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1416]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1430]: 6 -0.298189 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1461]: 6 -0.184444 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1469]: 6 -2.904 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1499]: 6 -5.17791 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1543]: 6 -0.993539 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1554]: 6 -0.634237 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1585]: 6 0 0.280146 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1686]: 6 -1.00708 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1889]: 6 -0.997799 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1902]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1921]: 6 0 1.89747 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1928]: 6 -1.36869 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[1995]: 6 -0.978537 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2002]: 6 -0.998655 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2098]: 6 -0.999663 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2124]: 6 -2.08036 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2141]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2151]: 6 -0.999115 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2196]: 6 -1.00001 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2217]: 6 -0.499896 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2221]: 6 -1.25041 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2223]: 6 0 0.539178 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2232]: 6 -0.177787 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2234]: 6 -0.855573 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2282]: 6 -0.984204 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2292]: 6 -1.10397 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2297]: 6 -0.997174 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2317]: 6 0 0.431438 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2360]: 6 -0.26173 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2379]: 6 -0.998283 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2418]: 6 -4.66503 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2423]: 6 -1.25273 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2454]: 6 -0.522235 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2488]: 6 -1.02785 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2490]: 6 -1.03133 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2494]: 6 -1.27413 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2547]: 6 -1.21319 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2573]: 6 -1.00325 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2600]: 6 0 0.201296 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2607]: 6 -0.374964 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2646]: 6 0 0.686504 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2693]: 6 -1.11307 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2694]: 6 -0.742303 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2700]: 6 -3.19089 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2780]: 6 -1.31251 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2856]: 6 -1.16074 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[2892]: 6 0 1 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3000]: 6 -0.998653 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3074]: 6 -2.99997 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3090]: 6 -1.01089 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3170]: 6 0 1.99745 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3180]: 6 -10.7658 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3187]: 6 -0.828897 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3192]: 6 -6.80955 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3269]: 6 -0.500143 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3302]: 6 -0.998511 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3331]: 6 -1.0058 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3338]: 6 -0.997035 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3440]: 6 -1.09351 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3445]: 6 -0.991104 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3534]: 6 -0.915102 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3551]: 6 -0.374735 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3574]: 6 -3 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3626]: 6 -0.829799 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3627]: 6 -0.853678 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3629]: 6 -1.29225 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3654]: 6 -1.82643 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3655]: 6 -3.82643 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3657]: 6 -0.772183 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3665]: 6 0 4.78921 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3681]: 6 -0.990417 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3709]: 6 0 0.884536 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3736]: 6 -0.99404 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3777]: 6 -0.991354 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3810]: 6 -1.04086 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3832]: 6 -0.998375 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3851]: 6 -0.999972 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3932]: 6 -1.00065 0 shouldn't be
3381.26/3403.90	WSVECS04 Frhs2[3956]: 6 -0.997856 0 shouldn't be
3466.73/3490.10	c #Conflicts:    4507000 | #Constraints:      51120
3466.73/3490.10	c #Conflicts:    4508000 | #Constraints:      52120
3466.73/3490.10	c #Conflicts:    4509000 | #Constraints:      53120
3466.73/3490.10	c #Conflicts:    4510000 | #Constraints:      54120
3466.73/3490.10	c #Conflicts:    4511000 | #Constraints:      55120
3466.73/3490.10	c #Conflicts:    4512000 | #Constraints:      56120
3466.73/3490.10	c #Conflicts:    4513000 | #Constraints:      57120
3466.73/3490.10	c #Conflicts:    4514000 | #Constraints:      58120
3466.73/3490.10	c #Conflicts:    4515000 | #Constraints:      59120
3466.73/3490.10	c #Conflicts:    4516000 | #Constraints:      60120
3466.73/3490.10	c #Conflicts:    4517000 | #Constraints:      61120
3466.73/3490.10	c #Conflicts:    4518000 | #Constraints:      62120
3466.73/3490.10	c #Conflicts:    4519000 | #Constraints:      63120
3466.73/3490.10	c #Conflicts:    4520000 | #Constraints:      64121
3466.73/3490.10	c #Conflicts:    4521000 | #Constraints:      65121
3466.73/3490.10	c #Conflicts:    4522000 | #Constraints:      66121
3466.73/3490.10	c #Conflicts:    4523000 | #Constraints:      67121
3466.73/3490.10	c #Conflicts:    4524000 | #Constraints:      68121
3466.73/3490.10	c #Conflicts:    4525000 | #Constraints:      69121
3466.73/3490.10	c #Conflicts:    4526000 | #Constraints:      70121
3466.73/3490.10	c #Conflicts:    4527000 | #Constraints:      71121
3466.73/3490.10	c #Conflicts:    4528000 | #Constraints:      72121
3466.73/3490.10	c #Conflicts:    4529000 | #Constraints:      73121
3466.73/3490.10	c #Conflicts:    4530000 | #Constraints:      74121
3466.73/3490.10	c #Conflicts:    4531000 | #Constraints:      75121
3466.73/3490.10	c #Conflicts:    4532000 | #Constraints:      76454
3466.73/3490.10	c #Conflicts:    4533000 | #Constraints:      77947
3466.73/3490.10	c #Conflicts:    4534000 | #Constraints:      79441
3466.73/3490.10	c #Conflicts:    4535000 | #Constraints:      80942
3466.73/3490.10	c #Conflicts:    4536000 | #Constraints:      82445
3466.73/3490.10	c #Conflicts:    4537000 | #Constraints:      83619
3466.73/3490.10	c #Conflicts:    4538000 | #Constraints:      84619
3466.73/3490.10	c #Conflicts:    4539000 | #Constraints:      85619
3466.73/3490.10	c #Conflicts:    4540000 | #Constraints:      86619
3466.73/3490.10	c #Conflicts:    4541000 | #Constraints:      87619
3466.73/3490.10	c #Conflicts:    4542000 | #Constraints:      88619
3466.73/3490.10	c #Conflicts:    4543000 | #Constraints:      89619
3466.73/3490.10	c #Conflicts:    4544000 | #Constraints:      90619
3466.73/3490.10	c #Conflicts:    4545000 | #Constraints:      91619
3466.73/3490.10	c #Conflicts:    4546000 | #Constraints:      92619
3466.73/3490.10	c #Conflicts:    4547000 | #Constraints:      93619
3466.73/3490.10	c #Conflicts:    4548000 | #Constraints:      94619
3466.73/3490.10	c #Conflicts:    4549000 | #Constraints:      95619
3466.73/3490.10	c INPROCESSING
3466.73/3490.10	c GARBAGE COLLECT
3466.73/3490.10	c #Conflicts:    4550000 | #Constraints:      53000
3466.73/3490.10	c #Conflicts:    4551000 | #Constraints:      54000
3466.73/3490.10	c #Conflicts:    4552000 | #Constraints:      55000
3466.73/3490.10	c #Conflicts:    4553000 | #Constraints:      56000
3466.73/3490.10	c #Conflicts:    4554000 | #Constraints:      57000
3466.73/3490.10	c #Conflicts:    4555000 | #Constraints:      58000
3466.73/3490.10	c #Conflicts:    4556000 | #Constraints:      59000
3466.73/3490.10	c #Conflicts:    4557000 | #Constraints:      60000
3466.73/3490.10	c #Conflicts:    4558000 | #Constraints:      61000
3466.73/3490.10	c #Conflicts:    4559000 | #Constraints:      62000
3466.73/3490.10	c #Conflicts:    4560000 | #Constraints:      63000
3466.73/3490.10	c #Conflicts:    4561000 | #Constraints:      64000
3466.73/3490.10	c #Conflicts:    4562000 | #Constraints:      65000
3466.73/3490.10	c #Conflicts:    4563000 | #Constraints:      66000
3466.73/3490.10	c #Conflicts:    4564000 | #Constraints:      67000
3466.73/3490.10	c #Conflicts:    4565000 | #Constraints:      68000
3466.73/3490.10	c #Conflicts:    4566000 | #Constraints:      69000
3466.73/3490.10	c #Conflicts:    4567000 | #Constraints:      70001
3466.73/3490.10	c #Conflicts:    4568000 | #Constraints:      71001
3466.73/3490.10	c #Conflicts:    4569000 | #Constraints:      72001
3466.73/3490.10	c #Conflicts:    4570000 | #Constraints:      73001
3466.73/3490.10	c #Conflicts:    4571000 | #Constraints:      74001
3466.73/3490.10	c #Conflicts:    4572000 | #Constraints:      75001
3466.73/3490.10	c #Conflicts:    4573000 | #Constraints:      76001
3466.73/3490.10	c #Conflicts:    4574000 | #Constraints:      77001
3466.73/3490.10	c #Conflicts:    4575000 | #Constraints:      78001
3466.73/3490.10	c #Conflicts:    4576000 | #Constraints:      79001
3466.73/3490.10	c #Conflicts:    4577000 | #Constraints:      80001
3466.73/3490.10	c #Conflicts:    4578000 | #Constraints:      81001
3466.73/3490.10	c #Conflicts:    4579000 | #Constraints:      82004
3466.73/3490.10	c #Conflicts:    4580000 | #Constraints:      83004
3466.73/3490.10	c #Conflicts:    4581000 | #Constraints:      84004
3466.73/3490.10	c #Conflicts:    4582000 | #Constraints:      85004
3466.73/3490.10	c #Conflicts:    4583000 | #Constraints:      86004
3466.73/3490.10	c #Conflicts:    4584000 | #Constraints:      87004
3466.73/3490.10	c #Conflicts:    4585000 | #Constraints:      88004
3588.71/3612.66	c #Conflicts:    4586000 | #Constraints:      89004
3588.71/3612.66	c #Conflicts:    4587000 | #Constraints:      90004
3588.71/3612.66	c #Conflicts:    4588000 | #Constraints:      91004
3588.71/3612.66	c #Conflicts:    4589000 | #Constraints:      92004
3588.71/3612.66	c #Conflicts:    4590000 | #Constraints:      93004
3588.71/3612.66	c #Conflicts:    4591000 | #Constraints:      94004
3588.71/3612.66	c #Conflicts:    4592000 | #Constraints:      95004
3588.71/3612.66	c INPROCESSING
3588.71/3612.66	c GARBAGE COLLECT
3588.71/3612.66	c #Conflicts:    4593000 | #Constraints:      52797
3588.71/3612.66	c #Conflicts:    4594000 | #Constraints:      53797
3588.71/3612.66	c #Conflicts:    4595000 | #Constraints:      54797
3588.71/3612.66	c #Conflicts:    4596000 | #Constraints:      55797
3588.71/3612.66	c #Conflicts:    4597000 | #Constraints:      56797
3588.71/3612.66	c #Conflicts:    4598000 | #Constraints:      57797
3588.71/3612.66	c #Conflicts:    4599000 | #Constraints:      58798
3588.71/3612.66	c #Conflicts:    4600000 | #Constraints:      59798
3588.71/3612.66	c #Conflicts:    4601000 | #Constraints:      60798
3588.71/3612.66	c #Conflicts:    4602000 | #Constraints:      61798
3588.71/3612.66	c #Conflicts:    4603000 | #Constraints:      62798
3588.71/3612.66	c #Conflicts:    4604000 | #Constraints:      63798
3588.71/3612.66	c #Conflicts:    4605000 | #Constraints:      64798
3588.71/3612.66	c #Conflicts:    4606000 | #Constraints:      65798
3588.71/3612.66	c #Conflicts:    4607000 | #Constraints:      66798
3588.71/3612.66	c #Conflicts:    4608000 | #Constraints:      67798
3588.71/3612.66	c #Conflicts:    4609000 | #Constraints:      68798
3588.71/3612.66	c #Conflicts:    4610000 | #Constraints:      69799
3588.71/3612.66	c #Conflicts:    4611000 | #Constraints:      70805
3588.71/3612.66	c #Conflicts:    4612000 | #Constraints:      71810
3588.71/3612.66	c #Conflicts:    4613000 | #Constraints:      73254
3588.71/3612.66	c #Conflicts:    4614000 | #Constraints:      74327
3588.71/3612.66	c #Conflicts:    4615000 | #Constraints:      75327
3588.71/3612.66	c #Conflicts:    4616000 | #Constraints:      76327
3588.71/3612.66	c #Conflicts:    4617000 | #Constraints:      77327
3588.71/3612.66	c #Conflicts:    4618000 | #Constraints:      78327
3588.71/3612.66	c #Conflicts:    4619000 | #Constraints:      79327
3588.71/3612.66	c #Conflicts:    4620000 | #Constraints:      80327
3588.71/3612.66	c #Conflicts:    4621000 | #Constraints:      81327
3588.71/3612.66	c #Conflicts:    4622000 | #Constraints:      82327
3588.71/3612.66	c #Conflicts:    4623000 | #Constraints:      83327
3588.71/3612.66	c #Conflicts:    4624000 | #Constraints:      84327
3588.71/3612.66	c #Conflicts:    4625000 | #Constraints:      85327
3588.71/3612.66	c #Conflicts:    4626000 | #Constraints:      86327
3588.71/3612.66	c #Conflicts:    4627000 | #Constraints:      87327
3588.71/3612.66	c #Conflicts:    4628000 | #Constraints:      88327
3588.71/3612.66	c #Conflicts:    4629000 | #Constraints:      89328
3588.71/3612.66	c #Conflicts:    4630000 | #Constraints:      90329
3588.71/3612.66	c #Conflicts:    4631000 | #Constraints:      91330
3588.71/3612.66	c #Conflicts:    4632000 | #Constraints:      92330
3588.71/3612.66	c #Conflicts:    4633000 | #Constraints:      93330
3588.71/3612.66	c #Conflicts:    4634000 | #Constraints:      94330
3588.71/3612.66	c #Conflicts:    4635000 | #Constraints:      95330
3588.71/3612.66	c INPROCESSING
3588.71/3612.66	c GARBAGE COLLECT
3588.71/3612.66	c #Conflicts:    4636000 | #Constraints:      52903
3588.71/3612.66	c #Conflicts:    4637000 | #Constraints:      53903
3588.71/3612.66	c #Conflicts:    4638000 | #Constraints:      54903
3588.71/3612.66	c #Conflicts:    4639000 | #Constraints:      55903
3588.71/3612.66	c #Conflicts:    4640000 | #Constraints:      56903
3588.71/3612.66	c #Conflicts:    4641000 | #Constraints:      57904
3588.71/3612.66	c #Conflicts:    4642000 | #Constraints:      58904
3588.71/3612.66	c #Conflicts:    4643000 | #Constraints:      59904
3588.71/3612.66	c #Conflicts:    4644000 | #Constraints:      60904
3588.71/3612.66	c #Conflicts:    4645000 | #Constraints:      61904
3588.71/3612.66	c #Conflicts:    4646000 | #Constraints:      62904
3588.71/3612.66	c #Conflicts:    4647000 | #Constraints:      63904
3588.71/3612.66	c #Conflicts:    4648000 | #Constraints:      64904
3588.71/3612.66	c #Conflicts:    4649000 | #Constraints:      65904
3588.71/3612.66	c #Conflicts:    4650000 | #Constraints:      66904
3588.71/3612.66	c #Conflicts:    4651000 | #Constraints:      67904
3588.71/3612.66	c #Conflicts:    4652000 | #Constraints:      68904
3588.71/3612.66	c #Conflicts:    4653000 | #Constraints:      69904
3588.71/3612.66	c #Conflicts:    4654000 | #Constraints:      70904
3588.71/3612.66	c #Conflicts:    4655000 | #Constraints:      71904
3588.71/3612.66	c #Conflicts:    4656000 | #Constraints:      72904
3588.71/3612.66	c #Conflicts:    4657000 | #Constraints:      73904
3588.71/3612.66	c #Conflicts:    4658000 | #Constraints:      74904
3588.71/3612.66	c #Conflicts:    4659000 | #Constraints:      75904
3588.71/3612.66	c #Conflicts:    4660000 | #Constraints:      76904
3588.71/3612.66	c #Conflicts:    4661000 | #Constraints:      77904
3588.71/3612.66	c #Conflicts:    4662000 | #Constraints:      78904
3600.07/3624.00	c #Conflicts:    4663000 | #Constraints:      79905
3600.07/3624.00	c #Conflicts:    4664000 | #Constraints:      80905
3600.07/3624.00	c #Conflicts:    4665000 | #Constraints:      81905
3600.07/3624.00	c cpu time 3563.62 s
3600.07/3624.00	c deterministic time 192410014139 1.92e+11
3600.07/3624.00	c optimization time 50.5186 s
3600.07/3624.00	c total solve time 3513.04 s
3600.07/3624.00	c core-guided solve time 0 s
3600.07/3624.00	c propagation time 2296.1 s
3600.07/3624.00	c conflict analysis time 1053.6 s
3600.07/3624.00	c propagations 661836545
3600.07/3624.00	c resolve steps 149876005
3600.07/3624.00	c decisions 13295704
3600.07/3624.00	c conflicts 4665779
3600.07/3624.00	c restarts 8188
3600.07/3624.00	c inprocessing phases 206
3600.07/3624.00	c garbage collections 206 ,( 100.00 )
3600.07/3624.00	c input clauses 7358 ,( 81.04 )
3600.07/3624.00	c input cardinalities 0 ,( 0.00 )
3600.07/3624.00	c input general constraints 1722 ,( 18.96 )
3600.07/3624.00	c input average constraint length 4.49
3600.07/3624.00	c input average constraint degree 1.87
3600.07/3624.00	c learned clauses 2016736 ,( 42.60 )
3600.07/3624.00	c learned cardinalities 945 ,( 0.02 )
3600.07/3624.00	c learned general constraints 2715961 ,( 57.38 )
3600.07/3624.00	c learned average constraint length 185.97
3600.07/3624.00	c learned average constraint degree 20522046.13
3600.07/3624.00	c watched  CF 32, 64, 128, Arb: 795654 , 0 , 0 , 0
3600.07/3624.00	c counting CF 32, 64, 128, Arb: 1922029 , 0 , 0 , 0
3600.07/3624.00	c watched   constraints 795654 ,( 29.28 ) 
3600.07/3624.00	c counting  constraints 1922029 ,( 70.72 ) 
3600.07/3624.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 938508297 , 4564561 , 22985110804 ,( 1132987837 , 21852122967 )
3600.07/3624.00	c gcd simplifications 411385
3600.07/3624.00	c detected cardinalities 41
3600.07/3624.00	c weakened non-implied lits 121003733
3600.07/3624.00	c weakened non-implying lits 1283435
3600.07/3624.00	c original variables 4128
3600.07/3624.00	c clausal propagations 157856942
3600.07/3624.00	c cardinality propagations 92350
3600.07/3624.00	c watched propagations 2803372
3600.07/3624.00	c counting propagations 496186983
3600.07/3624.00	c watch lookups 104903407831
3600.07/3624.00	c watch backjump lookups 0
3600.07/3624.00	c watch checks 42330156857
3600.07/3624.00	c propagation checks 41283568961
3600.07/3624.00	c constraint additions 2537014308
3600.07/3624.00	c trail pops 679794292
3600.07/3624.00	c formula constraints 9080
3600.07/3624.00	c learned constraints 4665779
3600.07/3624.00	c bound constraints 0
3600.07/3624.00	c core-guided constraints 0
3600.07/3624.00	c encountered formula constraints 112342915
3600.07/3624.00	c encountered learned constraints 42139559
3600.07/3624.00	c encountered bound constraints 0
3600.07/3624.00	c encountered core-guided constraints 0
3600.07/3624.00	c LP total time 273.768 s
3600.07/3624.00	c LP solve time 246 s
3600.07/3624.00	c LP constraints added 9487
3600.07/3624.00	c LP constraints removed 84
3600.07/3624.00	c LP pivots internal 467350
3600.07/3624.00	c LP pivots root 472290
3600.07/3624.00	c LP calls 74945
3600.07/3624.00	c LP optimalities 20
3600.07/3624.00	c LP no pivot count 0
3600.07/3624.00	c LP infeasibilities 74733
3600.07/3624.00	c LP valid Farkas constraints 67822
3600.07/3624.00	c LP learned Farkas constraints 0
3600.07/3624.00	c LP basis resets 188
3600.07/3624.00	c LP cycling count 0
3600.07/3624.00	c LP singular count 186
3600.07/3624.00	c LP no primal count 0
3600.07/3624.00	c LP no farkas count 1
3600.07/3624.00	c LP other issue count 1
3600.07/3624.00	c LP Gomory cuts 41
3600.07/3624.00	c LP learned cuts 366
3600.07/3624.00	c LP deleted cuts 84
3600.07/3624.00	c LP encountered Gomory constraints 1052
3600.07/3624.00	c LP encountered Farkas constraints 58258
3600.07/3624.00	c LP encountered learned Farkas constraints 0
3600.07/3624.00	c CG auxiliary variables introduced 0
3600.07/3624.00	c CG solutions found 0
3600.07/3624.00	c CG cores constructed 0
3600.07/3624.00	c CG core cardinality constraints returned 0
3600.07/3624.00	c CG unit cores 0
3600.07/3624.00	c CG single cores 0
3600.07/3624.00	c CG blocks removed during cardinality reduction 0
3600.07/3624.00	c CG first core best 0
3600.07/3624.00	c CG decision core best 0
3600.07/3624.00	c CG core reduction tie 0
3600.07/3624.00	c CG core degree average 0.00
3600.07/3624.00	c CG core slack average 0.00
3600.07/3624.00	c CG core upper bound improvements 0
3600.07/3624.00	c STR number of successful calls 0
3600.07/3624.00	c STR number of unsuccessful calls 0
3600.07/3624.00	c STR number of inconclusive calls 0
3600.07/3624.00	c STR number of successful attempts 0
3600.07/3624.00	c STR number of unsuccessful attempts 0
3600.07/3624.00	c STR number of inconclusive attempts 0
3600.07/3624.00	c STR average degree increase per successful call inf
3600.07/3624.00	c STR average degree increase per successful attempt inf
3600.07/3624.00	c STR total number of conflicts for successful attempts 0
3600.07/3624.00	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3624.00	c STR total number of conflicts for inconclusive attempts 0
3600.07/3624.00	c STR average number of conflicts per successful attempt inf
3600.07/3624.00	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3624.00	c STR average number of conflicts per inconclusive attempt inf
3600.07/3624.00	c AVG.sumWPerc 56.34 
3600.07/3624.00	c bigint constraints 0 
3600.07/3624.00	s UNKNOWN
3600.07/3624.00	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4513191-1751214528/watcher-4513191-1751214528 -o /tmp/evaluation-result-4513191-1751214528/solver-4513191-1751214528 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751214528-35320 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4513191-1751214528.opb PROOFDIR/proof-4513191-1751214528 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
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
solver pid=35374, runsolver pid=35361
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.52 0.94 1.39 5/270 35386
/proc/meminfo: memFree=129947872/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=58488 memory=14032 CPUtime=0.02 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 1183 0 0 0 2 0 0 0 20 0 1 0 37130346 59891712 3508 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 14622 3508 2080 1147 0 2049 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 62680 KiB
Current children cumulated memory: 16976 KiB

[startup+0.205656 s]*
/proc/loadavg: 0.52 0.94 1.39 5/270 35386
/proc/meminfo: memFree=129928920/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=75956 memory=30064 CPUtime=0.13 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 5091 0 0 0 12 1 0 0 20 0 1 0 37130346 77778944 7516 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 18989 7516 2336 1147 0 6416 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 80148 KiB
Current children cumulated memory: 33008 KiB

[startup+0.305563 s]*
/proc/loadavg: 0.52 0.94 1.39 5/270 35386
/proc/meminfo: memFree=129921108/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=76848 memory=31216 CPUtime=0.23 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 5337 0 0 0 22 1 0 0 20 0 1 0 37130346 78692352 7804 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 19212 7804 2368 1147 0 6639 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 81040 KiB
Current children cumulated memory: 34160 KiB

[startup+0.700173 s]
/proc/loadavg: 0.52 0.94 1.39 5/270 35386
/proc/meminfo: memFree=129909536/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=77592 memory=32240 CPUtime=0.62 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 5553 0 0 0 59 3 0 0 20 0 1 0 37130346 79454208 8060 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 19398 8060 2400 1147 0 6825 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 81784 KiB
Current children cumulated memory: 35184 KiB

[startup+1.50019 s]
/proc/loadavg: 0.80 0.99 1.40 5/270 35386
/proc/meminfo: memFree=129887360/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=79596 memory=34032 CPUtime=1.42 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 6019 0 0 0 135 7 0 0 20 0 1 0 37130346 81506304 8508 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 19899 8508 2400 1147 0 7326 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 83788 KiB
Current children cumulated memory: 36976 KiB

[startup+3.10541 s]
/proc/loadavg: 0.80 0.99 1.40 5/270 35386
/proc/meminfo: memFree=129823156/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=82940 memory=37360 CPUtime=3.02 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 6848 0 0 0 287 15 0 0 20 0 1 0 37130346 84930560 9340 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 20735 9340 2400 1147 0 8162 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 87132 KiB
Current children cumulated memory: 40304 KiB

[startup+6.30019 s]
/proc/loadavg: 1.06 1.04 1.42 5/272 35388
/proc/meminfo: memFree=129771316/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=85260 memory=41656 CPUtime=6.14 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 7423 0 0 0 587 27 0 0 20 0 1 0 37130346 87306240 10414 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 21315 10414 2400 1147 0 8742 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 89452 KiB
Current children cumulated memory: 44600 KiB

[startup+12.7002 s]
/proc/loadavg: 1.29 1.09 1.43 5/272 35388
/proc/meminfo: memFree=129581612/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=95740 memory=50104 CPUtime=12.52 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 9558 0 0 0 1208 44 0 0 20 0 1 0 37130346 98037760 12526 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 23935 12526 2400 1147 0 11362 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 99932 KiB
Current children cumulated memory: 53048 KiB

[startup+25.5002 s]
/proc/loadavg: 1.71 1.19 1.46 5/272 35388
/proc/meminfo: memFree=129229056/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=110752 memory=64552 CPUtime=25.29 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 12662 0 0 0 2455 74 0 0 20 0 1 0 37130346 113410048 16138 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 27688 16138 2400 1147 0 15115 0
Current children cumulated CPU time: 25.3 s
Current children cumulated vsize: 114944 KiB
Current children cumulated memory: 67496 KiB

[startup+51.1055 s]
/proc/loadavg: 2.75 1.49 1.55 5/271 35436
/proc/meminfo: memFree=128893956/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=127536 memory=80552 CPUtime=50.82 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 16678 0 0 0 4944 138 0 0 20 0 1 0 37130346 130596864 20138 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 31884 20138 2400 1147 0 19311 0
Current children cumulated CPU time: 50.83 s
Current children cumulated vsize: 131728 KiB
Current children cumulated memory: 83496 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 1.89 1.69 5/270 35439
/proc/meminfo: memFree=127946676/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=170144 memory=119896 CPUtime=101.86 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 25375 0 0 0 9950 236 0 0 20 0 1 0 37130346 174227456 29974 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 42536 29974 2528 1147 0 29963 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 174336 KiB
Current children cumulated memory: 122840 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.29 1.84 5/272 35445
/proc/meminfo: memFree=126980812/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=204512 memory=148876 CPUtime=161.69 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 31091 0 0 0 15829 340 0 0 20 0 1 0 37130346 209420288 37219 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 51128 37219 2528 1147 0 38555 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 208704 KiB
Current children cumulated memory: 151820 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.62 1.98 5/272 35447
/proc/meminfo: memFree=126135300/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=234888 memory=178060 CPUtime=221.5 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 37833 0 0 0 21732 418 0 0 20 0 1 0 37130346 240525312 44515 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0

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

/proc/35385/statm: 158594 142992 2528 1147 0 146021 0
Current children cumulated CPU time: 3022 s
Current children cumulated vsize: 638568 KiB
Current children cumulated memory: 574912 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.12 4.02 5/272 35799
/proc/meminfo: memFree=102208432/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=638180 memory=575808 CPUtime=3081.6 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 111961 0 0 0 304933 3227 0 0 20 0 1 0 37130346 653496320 143952 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 159545 143952 2528 1147 0 146972 0
Current children cumulated CPU time: 3081.61 s
Current children cumulated vsize: 642372 KiB
Current children cumulated memory: 578752 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.11 4.02 5/272 35802
/proc/meminfo: memFree=101728872/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=638180 memory=575808 CPUtime=3141.16 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 111961 0 0 0 310831 3285 0 0 20 0 1 0 37130346 653496320 143952 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 159545 143952 2528 1147 0 146972 0
Current children cumulated CPU time: 3141.17 s
Current children cumulated vsize: 642372 KiB
Current children cumulated memory: 578752 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.10 4.02 5/271 35807
/proc/meminfo: memFree=101286256/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=638344 memory=586816 CPUtime=3200.75 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 112006 0 0 0 316726 3349 0 0 20 0 1 0 37130346 653664256 146704 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 159586 146704 2528 1147 0 147013 0
Current children cumulated CPU time: 3200.76 s
Current children cumulated vsize: 642536 KiB
Current children cumulated memory: 589760 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.02 5/273 35813
/proc/meminfo: memFree=100838748/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=638344 memory=592832 CPUtime=3260.38 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 112013 0 0 0 322641 3397 0 0 20 0 1 0 37130346 653664256 148208 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 159586 148208 2528 1147 0 147013 0
Current children cumulated CPU time: 3260.39 s
Current children cumulated vsize: 642536 KiB
Current children cumulated memory: 595776 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/272 35815
/proc/meminfo: memFree=100424896/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=638344 memory=592832 CPUtime=3320.02 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 112013 0 0 0 328540 3462 0 0 20 0 1 0 37130346 653664256 148208 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 159586 148208 2528 1147 0 147013 0
Current children cumulated CPU time: 3320.03 s
Current children cumulated vsize: 642536 KiB
Current children cumulated memory: 595776 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.02 5/273 35818
/proc/meminfo: memFree=100076016/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=638344 memory=592832 CPUtime=3379.65 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 112035 0 0 0 334443 3522 0 0 20 0 1 0 37130346 653664256 148208 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 159586 148208 2528 1147 0 147013 0
Current children cumulated CPU time: 3379.66 s
Current children cumulated vsize: 642536 KiB
Current children cumulated memory: 595776 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.03 5/272 35820
/proc/meminfo: memFree=99666808/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=638344 memory=592832 CPUtime=3439.21 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 112044 0 0 0 340353 3568 0 0 20 0 1 0 37130346 653664256 148208 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 159586 148208 2528 1147 0 147013 0
Current children cumulated CPU time: 3439.22 s
Current children cumulated vsize: 642536 KiB
Current children cumulated memory: 595776 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.08 4.02 5/271 35824
/proc/meminfo: memFree=99342120/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=694560 memory=603668 CPUtime=3498.88 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 113745 0 0 0 346294 3594 0 0 20 0 1 0 37130346 711229440 150917 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 173640 150917 2528 1147 0 161067 0
Current children cumulated CPU time: 3498.89 s
Current children cumulated vsize: 698752 KiB
Current children cumulated memory: 606612 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/271 35827
/proc/meminfo: memFree=99058648/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=698284 memory=609656 CPUtime=3558.56 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 114737 0 0 0 352227 3629 0 0 20 0 1 0 37130346 715042816 152414 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 174571 152414 2528 1147 0 161998 0
Current children cumulated CPU time: 3558.57 s
Current children cumulated vsize: 702476 KiB
Current children cumulated memory: 612600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3624 s]*
/proc/loadavg: 4.14 4.10 4.03 5/271 35876
/proc/meminfo: memFree=108761956/131250000 swapFree=33010684/33010684
[pid=35374] ppid=35361 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/35374/stat : 35374 (run-dec-break-l) S 35361 35374 35308 0 -1 4194304 241 3070 0 0 0 0 1 0 20 0 1 0 37130340 4292608 736 18446744073709551615 94174451838976 94174452733509 140723799175248 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94174452972560 94174453020304 94174473064448 140723799177493 140723799177694 140723799177694 140723799183296 0
/proc/35374/statm: 1048 736 672 219 0 110 0
[pid=35385] ppid=35374 vsize=700868 memory=611832 CPUtime=3600.06 cores=1,3
/proc/35385/stat : 35385 (roundingsat) R 35374 35374 35308 0 -1 4194304 115297 0 0 0 356361 3645 0 0 20 0 1 0 37130346 717688832 152958 18446744073709551615 4227072 8923433 140729806168160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 28422144 140729806170356 140729806170664 140729806170664 140729806176234 0
/proc/35385/statm: 175217 152958 2528 1147 0 162644 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 705060 KiB
Current children cumulated memory: 614776 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.01053 s, system=0.011716 s

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

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

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

Child status: 2

Real time (s): 3624.04
CPU time (s): 3600.11
CPU user time (s): 3563.64
CPU system time (s): 36.4696
CPU usage (%): 99.3395
Max. virtual memory (cumulated for all children) (KiB): 705060
Max. memory (cumulated for all children) (KiB): 614776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.64
system time used= 36.4696
maximum resident set size= 611960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118626
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18494080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1052
involuntary context switches= 23574


# summary of solver processes directly reported to runsolver:
#   pid: 35374,35385
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3563.64
#   total CPU system time (s): 36.4696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.20968 second user time and 17.7359 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 18:28:48
IDJOB=4513191
IDBENCH=162289
IDSOLVER=3358
FILE ID=nodeC016/4513191-1751214528
RUNJOBID= nodeC016-1751214528-35320
SLURM_JOB_ID= 9587646
Free space on /tmp= 433064 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round22-0.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4513191-1751214528/watcher-4513191-1751214528 -o /tmp/evaluation-result-4513191-1751214528/solver-4513191-1751214528 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751214528-35320 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4513191-1751214528.opb PROOFDIR/proof-4513191-1751214528

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

MD5SUM BENCH= 3e8b284557ab3bc728bad30e424c83e1
RANDOM SEED=1944426862

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129973896 kB
MemAvailable:   129753940 kB
Buffers:            3280 kB
Cached:           589564 kB
SwapCached:            0 kB
Active:           296232 kB
Inactive:         367812 kB
Active(anon):      89276 kB
Inactive(anon):        0 kB
Active(file):     206956 kB
Inactive(file):   367812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30268 kB
Writeback:             0 kB
AnonPages:         74268 kB
Mapped:           102948 kB
Shmem:             18072 kB
KReclaimable:      89032 kB
Slab:             172812 kB
SReclaimable:      89032 kB
SUnreclaim:        83780 kB
KernelStack:        4148 kB
PageTables:         2500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     333624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC016 at 2025-06-29 19:29:12