Trace number 4513154

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 63f22ad? (TO) 3600.08 3611.11

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-3.opb
MD5SUM9ddf61ddf9175117d21c5f59d371263b
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 benchmark2684.38
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4513154-1751215967.opb'
0.00/0.02	c 	read 0.42MB  (5.72ms)
0.00/0.02	c	 [cnf: #variables 4288 #clauses 9504 #duplicates 0 #arr 41014]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 4] (6.33ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 found row 30x2, generating row predicate
0.00/0.03	c 	 found row 34x2, generating row predicate
0.00/0.03	c 	 (0.85ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 26390 #edges 107224]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 1.00*10^0 #generators 0] (2.01ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 62 #add_vars 0]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4513154-1751215967.opb.pre'
0.00/0.03	c 	wrote 0.42MB (1.00ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   6.33ms 38.71% approx_orbits
0.00/0.03	c                   5.72ms 34.98% parse
0.00/0.03	c                   2.01ms 12.30% detect_generic
0.00/0.03	c                   1.00ms  6.11% output
0.00/0.03	c                   0.85ms  5.20% detect_special
0.00/0.03	c                   0.31ms  1.89% other
0.00/0.03	c                   0.13ms  0.82% finalize_order
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                  16.35ms   100% total
0.00/0.03	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.09	c #variables 4288 #constraints 9912
9.73/9.84	c #Conflicts:       1000 | #Constraints:      10911
9.73/9.84	c #Conflicts:       2000 | #Constraints:      11911
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:       3000 | #Constraints:      10743
9.73/9.84	c #Conflicts:       4000 | #Constraints:      11743
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:       5000 | #Constraints:      11162
9.73/9.84	c #Conflicts:       6000 | #Constraints:      12162
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:       7000 | #Constraints:      11222
9.73/9.84	c #Conflicts:       8000 | #Constraints:      12222
9.73/9.84	c #Conflicts:       9000 | #Constraints:      13222
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      10000 | #Constraints:      11935
9.73/9.84	c #Conflicts:      11000 | #Constraints:      12935
9.73/9.84	c #Conflicts:      12000 | #Constraints:      13935
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      13000 | #Constraints:      12393
9.73/9.84	c #Conflicts:      14000 | #Constraints:      13393
9.73/9.84	c #Conflicts:      15000 | #Constraints:      14393
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      16000 | #Constraints:      12661
9.73/9.84	c #Conflicts:      17000 | #Constraints:      13661
9.73/9.84	c #Conflicts:      18000 | #Constraints:      14661
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      19000 | #Constraints:      12708
9.73/9.84	c #Conflicts:      20000 | #Constraints:      13708
9.73/9.84	c #Conflicts:      21000 | #Constraints:      14708
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      22000 | #Constraints:      12502
9.73/9.84	c #Conflicts:      23000 | #Constraints:      13502
9.73/9.84	c #Conflicts:      24000 | #Constraints:      14502
9.73/9.84	c #Conflicts:      25000 | #Constraints:      15502
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      26000 | #Constraints:      13103
9.73/9.84	c #Conflicts:      27000 | #Constraints:      14103
9.73/9.84	c #Conflicts:      28000 | #Constraints:      15103
9.73/9.84	c #Conflicts:      29000 | #Constraints:      16103
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      30000 | #Constraints:      13498
9.73/9.84	c #Conflicts:      31000 | #Constraints:      14498
9.73/9.84	c #Conflicts:      32000 | #Constraints:      15498
9.73/9.84	c #Conflicts:      33000 | #Constraints:      16498
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      34000 | #Constraints:      13719
9.73/9.84	c #Conflicts:      35000 | #Constraints:      14719
9.73/9.84	c #Conflicts:      36000 | #Constraints:      15719
9.73/9.84	c #Conflicts:      37000 | #Constraints:      16719
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      38000 | #Constraints:      13779
9.73/9.84	c #Conflicts:      39000 | #Constraints:      14779
9.73/9.84	c #Conflicts:      40000 | #Constraints:      15779
9.73/9.84	c #Conflicts:      41000 | #Constraints:      16779
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      42000 | #Constraints:      13605
9.73/9.84	c #Conflicts:      43000 | #Constraints:      14605
9.73/9.84	c #Conflicts:      44000 | #Constraints:      15605
9.73/9.84	c #Conflicts:      45000 | #Constraints:      16605
9.73/9.84	c #Conflicts:      46000 | #Constraints:      17605
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c #Conflicts:      47000 | #Constraints:      14177
9.73/9.84	c #Conflicts:      48000 | #Constraints:      15177
9.73/9.84	c #Conflicts:      49000 | #Constraints:      16177
9.73/9.84	c #Conflicts:      50000 | #Constraints:      17177
9.73/9.84	c #Conflicts:      51000 | #Constraints:      18177
9.73/9.84	c INPROCESSING
9.73/9.84	c GARBAGE COLLECT
9.73/9.84	c rational objective 663.097
27.47/27.61	c #Conflicts:      52000 | #Constraints:      14584
27.47/27.61	c #Conflicts:      53000 | #Constraints:      15584
27.47/27.61	c #Conflicts:      54000 | #Constraints:      16584
27.47/27.61	c #Conflicts:      55000 | #Constraints:      17584
27.47/27.61	c #Conflicts:      56000 | #Constraints:      18584
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:      57000 | #Constraints:      14755
27.47/27.61	c #Conflicts:      58000 | #Constraints:      15755
27.47/27.61	c #Conflicts:      59000 | #Constraints:      16755
27.47/27.61	c #Conflicts:      60000 | #Constraints:      17755
27.47/27.61	c #Conflicts:      61000 | #Constraints:      18755
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:      62000 | #Constraints:      14794
27.47/27.61	c #Conflicts:      63000 | #Constraints:      15794
27.47/27.61	c #Conflicts:      64000 | #Constraints:      16794
27.47/27.61	c #Conflicts:      65000 | #Constraints:      17794
27.47/27.61	c #Conflicts:      66000 | #Constraints:      18794
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:      67000 | #Constraints:      14577
27.47/27.61	c #Conflicts:      68000 | #Constraints:      15577
27.47/27.61	c #Conflicts:      69000 | #Constraints:      16577
27.47/27.61	c #Conflicts:      70000 | #Constraints:      17577
27.47/27.61	c #Conflicts:      71000 | #Constraints:      18577
27.47/27.61	c #Conflicts:      72000 | #Constraints:      19577
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:      73000 | #Constraints:      15181
27.47/27.61	c #Conflicts:      74000 | #Constraints:      16181
27.47/27.61	c #Conflicts:      75000 | #Constraints:      17181
27.47/27.61	c #Conflicts:      76000 | #Constraints:      18181
27.47/27.61	c #Conflicts:      77000 | #Constraints:      19181
27.47/27.61	c #Conflicts:      78000 | #Constraints:      20181
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:      79000 | #Constraints:      15566
27.47/27.61	c #Conflicts:      80000 | #Constraints:      16566
27.47/27.61	c #Conflicts:      81000 | #Constraints:      17566
27.47/27.61	c #Conflicts:      82000 | #Constraints:      18566
27.47/27.61	c #Conflicts:      83000 | #Constraints:      19566
27.47/27.61	c #Conflicts:      84000 | #Constraints:      20566
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:      85000 | #Constraints:      15812
27.47/27.61	c #Conflicts:      86000 | #Constraints:      16812
27.47/27.61	c #Conflicts:      87000 | #Constraints:      17812
27.47/27.61	c #Conflicts:      88000 | #Constraints:      18812
27.47/27.61	c #Conflicts:      89000 | #Constraints:      19812
27.47/27.61	c #Conflicts:      90000 | #Constraints:      20812
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:      91000 | #Constraints:      15814
27.47/27.61	c #Conflicts:      92000 | #Constraints:      16814
27.47/27.61	c #Conflicts:      93000 | #Constraints:      17814
27.47/27.61	c #Conflicts:      94000 | #Constraints:      18814
27.47/27.61	c #Conflicts:      95000 | #Constraints:      19814
27.47/27.61	c #Conflicts:      96000 | #Constraints:      20814
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:      97000 | #Constraints:      15605
27.47/27.61	c #Conflicts:      98000 | #Constraints:      16605
27.47/27.61	c #Conflicts:      99000 | #Constraints:      17605
27.47/27.61	c #Conflicts:     100000 | #Constraints:      18605
27.47/27.61	c #Conflicts:     101000 | #Constraints:      19605
27.47/27.61	c #Conflicts:     102000 | #Constraints:      20605
27.47/27.61	c #Conflicts:     103000 | #Constraints:      21605
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:     104000 | #Constraints:      16198
27.47/27.61	c #Conflicts:     105000 | #Constraints:      17198
27.47/27.61	c #Conflicts:     106000 | #Constraints:      18198
27.47/27.61	c #Conflicts:     107000 | #Constraints:      19198
27.47/27.61	c #Conflicts:     108000 | #Constraints:      20198
27.47/27.61	c #Conflicts:     109000 | #Constraints:      21198
27.47/27.61	c #Conflicts:     110000 | #Constraints:      22198
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:     111000 | #Constraints:      16611
27.47/27.61	c #Conflicts:     112000 | #Constraints:      17611
27.47/27.61	c #Conflicts:     113000 | #Constraints:      18611
27.47/27.61	c #Conflicts:     114000 | #Constraints:      19611
27.47/27.61	c #Conflicts:     115000 | #Constraints:      20611
27.47/27.61	c #Conflicts:     116000 | #Constraints:      21611
27.47/27.61	c #Conflicts:     117000 | #Constraints:      22611
27.47/27.61	c INPROCESSING
27.47/27.61	c GARBAGE COLLECT
27.47/27.61	c #Conflicts:     118000 | #Constraints:      16822
27.47/27.61	c #Conflicts:     119000 | #Constraints:      17822
27.47/27.61	c #Conflicts:     120000 | #Constraints:      18822
27.47/27.61	c #Conflicts:     121000 | #Constraints:      19822
27.47/27.61	c #Conflicts:     122000 | #Constraints:      20822
27.47/27.61	c #Conflicts:     123000 | #Constraints:      21822
36.74/36.99	c #Conflicts:     124000 | #Constraints:      22822
36.74/36.99	c INPROCESSING
36.74/36.99	c GARBAGE COLLECT
36.74/36.99	c #Conflicts:     125000 | #Constraints:      16805
36.74/36.99	c #Conflicts:     126000 | #Constraints:      17805
36.74/36.99	c #Conflicts:     127000 | #Constraints:      18805
36.74/36.99	c #Conflicts:     128000 | #Constraints:      19805
36.74/36.99	c #Conflicts:     129000 | #Constraints:      20805
36.74/36.99	c #Conflicts:     130000 | #Constraints:      21805
36.74/36.99	c #Conflicts:     131000 | #Constraints:      22805
36.74/36.99	c INPROCESSING
36.74/36.99	c GARBAGE COLLECT
36.74/36.99	c #Conflicts:     132000 | #Constraints:      16599
36.74/36.99	c #Conflicts:     133000 | #Constraints:      17599
36.74/36.99	c #Conflicts:     134000 | #Constraints:      18599
36.74/36.99	c #Conflicts:     135000 | #Constraints:      19599
36.74/36.99	c #Conflicts:     136000 | #Constraints:      20599
36.74/36.99	c #Conflicts:     137000 | #Constraints:      21599
36.74/36.99	c #Conflicts:     138000 | #Constraints:      22599
36.74/36.99	c #Conflicts:     139000 | #Constraints:      23599
36.74/36.99	c INPROCESSING
36.74/36.99	c GARBAGE COLLECT
36.74/36.99	c #Conflicts:     140000 | #Constraints:      17194
36.74/36.99	c #Conflicts:     141000 | #Constraints:      18194
36.74/36.99	c #Conflicts:     142000 | #Constraints:      19194
36.74/36.99	c #Conflicts:     143000 | #Constraints:      20194
36.74/36.99	c #Conflicts:     144000 | #Constraints:      21194
36.74/36.99	c #Conflicts:     145000 | #Constraints:      22194
36.74/36.99	c #Conflicts:     146000 | #Constraints:      23194
36.74/36.99	c #Conflicts:     147000 | #Constraints:      24194
36.74/36.99	c INPROCESSING
36.74/36.99	c GARBAGE COLLECT
36.74/36.99	c #Conflicts:     148000 | #Constraints:      17655
36.74/36.99	c #Conflicts:     149000 | #Constraints:      18655
36.74/36.99	c #Conflicts:     150000 | #Constraints:      19655
36.74/36.99	c #Conflicts:     151000 | #Constraints:      20655
36.74/36.99	c #Conflicts:     152000 | #Constraints:      21655
36.74/36.99	c #Conflicts:     153000 | #Constraints:      22655
36.74/36.99	c #Conflicts:     154000 | #Constraints:      23655
36.74/36.99	c #Conflicts:     155000 | #Constraints:      24655
36.74/36.99	c INPROCESSING
36.74/36.99	c GARBAGE COLLECT
36.74/36.99	c rational objective 729.066
60.26/60.56	c #Conflicts:     156000 | #Constraints:      17900
60.26/60.56	c #Conflicts:     157000 | #Constraints:      18900
60.26/60.56	c #Conflicts:     158000 | #Constraints:      19900
60.26/60.56	c #Conflicts:     159000 | #Constraints:      20900
60.26/60.56	c #Conflicts:     160000 | #Constraints:      21900
60.26/60.56	c #Conflicts:     161000 | #Constraints:      22900
60.26/60.56	c #Conflicts:     162000 | #Constraints:      23900
60.26/60.56	c #Conflicts:     163000 | #Constraints:      24900
60.26/60.56	c INPROCESSING
60.26/60.56	c GARBAGE COLLECT
60.26/60.56	c #Conflicts:     164000 | #Constraints:      17887
60.26/60.56	c #Conflicts:     165000 | #Constraints:      18887
60.26/60.56	c #Conflicts:     166000 | #Constraints:      19887
60.26/60.56	c #Conflicts:     167000 | #Constraints:      20887
60.26/60.56	c #Conflicts:     168000 | #Constraints:      21887
60.26/60.56	c #Conflicts:     169000 | #Constraints:      22887
60.26/60.56	c #Conflicts:     170000 | #Constraints:      23887
60.26/60.56	c #Conflicts:     171000 | #Constraints:      24887
60.26/60.56	c INPROCESSING
60.26/60.56	c GARBAGE COLLECT
60.26/60.56	c #Conflicts:     172000 | #Constraints:      17618
60.26/60.56	c #Conflicts:     173000 | #Constraints:      18618
60.26/60.56	c #Conflicts:     174000 | #Constraints:      19618
60.26/60.56	c #Conflicts:     175000 | #Constraints:      20618
60.26/60.56	c #Conflicts:     176000 | #Constraints:      21618
60.26/60.56	c #Conflicts:     177000 | #Constraints:      22618
60.26/60.56	c #Conflicts:     178000 | #Constraints:      23618
60.26/60.56	c #Conflicts:     179000 | #Constraints:      24618
60.26/60.56	c #Conflicts:     180000 | #Constraints:      25618
60.26/60.56	c INPROCESSING
60.26/60.56	c GARBAGE COLLECT
60.26/60.56	c #Conflicts:     181000 | #Constraints:      18227
60.26/60.56	c #Conflicts:     182000 | #Constraints:      19227
60.26/60.56	c #Conflicts:     183000 | #Constraints:      20227
60.26/60.56	c #Conflicts:     184000 | #Constraints:      21227
60.26/60.56	c #Conflicts:     185000 | #Constraints:      22228
60.26/60.56	c #Conflicts:     186000 | #Constraints:      23228
60.26/60.56	c #Conflicts:     187000 | #Constraints:      24228
60.26/60.56	c #Conflicts:     188000 | #Constraints:      25228
60.26/60.56	c #Conflicts:     189000 | #Constraints:      26228
60.26/60.56	c INPROCESSING
60.26/60.56	c GARBAGE COLLECT
60.26/60.56	c #Conflicts:     190000 | #Constraints:      18663
60.26/60.56	c #Conflicts:     191000 | #Constraints:      19663
60.26/60.56	c #Conflicts:     192000 | #Constraints:      20663
60.26/60.56	c #Conflicts:     193000 | #Constraints:      21663
60.26/60.56	c #Conflicts:     194000 | #Constraints:      22663
60.26/60.56	c #Conflicts:     195000 | #Constraints:      23663
60.26/60.56	c #Conflicts:     196000 | #Constraints:      24663
60.26/60.56	c #Conflicts:     197000 | #Constraints:      25663
60.26/60.56	c #Conflicts:     198000 | #Constraints:      26663
60.26/60.56	c INPROCESSING
60.26/60.56	c GARBAGE COLLECT
60.26/60.56	c #Conflicts:     199000 | #Constraints:      18854
60.26/60.56	c #Conflicts:     200000 | #Constraints:      19854
60.26/60.56	c #Conflicts:     201000 | #Constraints:      20854
60.26/60.56	c #Conflicts:     202000 | #Constraints:      21854
60.26/60.56	c #Conflicts:     203000 | #Constraints:      22854
60.26/60.56	c #Conflicts:     204000 | #Constraints:      23854
60.26/60.56	c #Conflicts:     205000 | #Constraints:      24854
60.26/60.56	c #Conflicts:     206000 | #Constraints:      25854
60.26/60.56	c #Conflicts:     207000 | #Constraints:      26854
60.26/60.56	c INPROCESSING
60.26/60.56	c GARBAGE COLLECT
60.26/60.56	c #Conflicts:     208000 | #Constraints:      18852
60.26/60.56	c #Conflicts:     209000 | #Constraints:      19852
60.26/60.56	c #Conflicts:     210000 | #Constraints:      20852
60.26/60.56	c #Conflicts:     211000 | #Constraints:      21852
60.26/60.56	c #Conflicts:     212000 | #Constraints:      22852
60.26/60.56	c #Conflicts:     213000 | #Constraints:      23852
60.26/60.56	c #Conflicts:     214000 | #Constraints:      24852
60.26/60.56	c #Conflicts:     215000 | #Constraints:      25852
60.26/60.56	c #Conflicts:     216000 | #Constraints:      26852
60.26/60.56	c INPROCESSING
60.26/60.56	c GARBAGE COLLECT
60.26/60.56	c #Conflicts:     217000 | #Constraints:      18686
60.26/60.56	c #Conflicts:     218000 | #Constraints:      19686
60.26/60.56	c #Conflicts:     219000 | #Constraints:      20686
60.26/60.56	c #Conflicts:     220000 | #Constraints:      21686
60.26/60.56	c #Conflicts:     221000 | #Constraints:      22686
60.26/60.56	c #Conflicts:     222000 | #Constraints:      23686
60.26/60.56	c #Conflicts:     223000 | #Constraints:      24686
60.26/60.56	c #Conflicts:     224000 | #Constraints:      25686
60.26/60.56	c #Conflicts:     225000 | #Constraints:      26686
60.26/60.56	c #Conflicts:     226000 | #Constraints:      27686
60.26/60.56	c INPROCESSING
60.26/60.56	c GARBAGE COLLECT
60.26/60.56	c #Conflicts:     227000 | #Constraints:      19291
60.26/60.56	c #Conflicts:     228000 | #Constraints:      20291
60.26/60.56	c #Conflicts:     229000 | #Constraints:      21291
81.09/81.49	c #Conflicts:     230000 | #Constraints:      22291
81.09/81.49	c #Conflicts:     231000 | #Constraints:      23291
81.09/81.49	c #Conflicts:     232000 | #Constraints:      24291
81.09/81.49	c #Conflicts:     233000 | #Constraints:      25291
81.09/81.49	c #Conflicts:     234000 | #Constraints:      26291
81.09/81.49	c #Conflicts:     235000 | #Constraints:      27291
81.09/81.49	c #Conflicts:     236000 | #Constraints:      28291
81.09/81.49	c INPROCESSING
81.09/81.49	c GARBAGE COLLECT
81.09/81.49	c #Conflicts:     237000 | #Constraints:      19663
81.09/81.49	c #Conflicts:     238000 | #Constraints:      20663
81.09/81.49	c #Conflicts:     239000 | #Constraints:      21663
81.09/81.49	c #Conflicts:     240000 | #Constraints:      22663
81.09/81.49	c #Conflicts:     241000 | #Constraints:      23663
81.09/81.49	c #Conflicts:     242000 | #Constraints:      24663
81.09/81.49	c #Conflicts:     243000 | #Constraints:      25663
81.09/81.49	c #Conflicts:     244000 | #Constraints:      26663
81.09/81.49	c #Conflicts:     245000 | #Constraints:      27663
81.09/81.49	c #Conflicts:     246000 | #Constraints:      28663
81.09/81.49	c INPROCESSING
81.09/81.49	c GARBAGE COLLECT
81.09/81.49	c #Conflicts:     247000 | #Constraints:      19870
81.09/81.49	c #Conflicts:     248000 | #Constraints:      20870
81.09/81.49	c #Conflicts:     249000 | #Constraints:      21870
81.09/81.49	c #Conflicts:     250000 | #Constraints:      22870
81.09/81.49	c #Conflicts:     251000 | #Constraints:      23870
81.09/81.49	c #Conflicts:     252000 | #Constraints:      24870
81.09/81.49	c #Conflicts:     253000 | #Constraints:      25870
81.09/81.49	c #Conflicts:     254000 | #Constraints:      26870
81.09/81.49	c #Conflicts:     255000 | #Constraints:      27870
81.09/81.49	c #Conflicts:     256000 | #Constraints:      28870
81.09/81.49	c INPROCESSING
81.09/81.49	c GARBAGE COLLECT
81.09/81.49	c #Conflicts:     257000 | #Constraints:      19879
81.09/81.49	c #Conflicts:     258000 | #Constraints:      20879
81.09/81.49	c #Conflicts:     259000 | #Constraints:      21879
81.09/81.49	c #Conflicts:     260000 | #Constraints:      22879
81.09/81.49	c #Conflicts:     261000 | #Constraints:      23879
81.09/81.49	c #Conflicts:     262000 | #Constraints:      24879
81.09/81.49	c #Conflicts:     263000 | #Constraints:      25879
81.09/81.49	c #Conflicts:     264000 | #Constraints:      26879
81.09/81.49	c #Conflicts:     265000 | #Constraints:      27879
81.09/81.49	c #Conflicts:     266000 | #Constraints:      28879
81.09/81.49	c INPROCESSING
81.09/81.49	c GARBAGE COLLECT
81.09/81.49	c #Conflicts:     267000 | #Constraints:      19659
81.09/81.49	c #Conflicts:     268000 | #Constraints:      20659
81.09/81.49	c #Conflicts:     269000 | #Constraints:      21659
81.09/81.49	c #Conflicts:     270000 | #Constraints:      22659
81.09/81.49	c #Conflicts:     271000 | #Constraints:      23659
81.09/81.49	c #Conflicts:     272000 | #Constraints:      24659
81.09/81.49	c #Conflicts:     273000 | #Constraints:      25659
81.09/81.49	c #Conflicts:     274000 | #Constraints:      26659
81.09/81.49	c #Conflicts:     275000 | #Constraints:      27659
81.09/81.49	c #Conflicts:     276000 | #Constraints:      28659
81.09/81.49	c #Conflicts:     277000 | #Constraints:      29659
81.09/81.49	c INPROCESSING
81.09/81.49	c GARBAGE COLLECT
81.09/81.49	c #Conflicts:     278000 | #Constraints:      20241
81.09/81.49	c #Conflicts:     279000 | #Constraints:      21241
81.09/81.49	c #Conflicts:     280000 | #Constraints:      22241
81.09/81.49	c #Conflicts:     281000 | #Constraints:      23241
81.09/81.49	c #Conflicts:     282000 | #Constraints:      24241
81.09/81.49	c #Conflicts:     283000 | #Constraints:      25241
81.09/81.49	c #Conflicts:     284000 | #Constraints:      26241
81.09/81.49	c #Conflicts:     285000 | #Constraints:      27241
81.09/81.49	c #Conflicts:     286000 | #Constraints:      28241
81.09/81.49	c #Conflicts:     287000 | #Constraints:      29241
81.09/81.49	c #Conflicts:     288000 | #Constraints:      30241
81.09/81.49	c INPROCESSING
81.09/81.49	c GARBAGE COLLECT
81.09/81.49	c #Conflicts:     289000 | #Constraints:      20633
81.09/81.49	c #Conflicts:     290000 | #Constraints:      21633
81.09/81.49	c #Conflicts:     291000 | #Constraints:      22633
81.09/81.49	c #Conflicts:     292000 | #Constraints:      23633
81.09/81.49	c #Conflicts:     293000 | #Constraints:      24633
81.09/81.49	c #Conflicts:     294000 | #Constraints:      25633
81.09/81.49	c #Conflicts:     295000 | #Constraints:      26633
81.09/81.49	c #Conflicts:     296000 | #Constraints:      27633
81.09/81.49	c #Conflicts:     297000 | #Constraints:      28633
81.09/81.49	c #Conflicts:     298000 | #Constraints:      29633
81.09/81.49	c #Conflicts:     299000 | #Constraints:      30633
81.09/81.49	c INPROCESSING
81.09/81.49	c GARBAGE COLLECT
81.09/81.49	c rational objective 757.259
105.02/105.43	c #Conflicts:     300000 | #Constraints:      20850
105.02/105.43	c #Conflicts:     301000 | #Constraints:      21850
105.02/105.43	c #Conflicts:     302000 | #Constraints:      22850
105.02/105.43	c #Conflicts:     303000 | #Constraints:      23850
105.02/105.43	c #Conflicts:     304000 | #Constraints:      24850
105.02/105.43	c #Conflicts:     305000 | #Constraints:      25850
105.02/105.43	c #Conflicts:     306000 | #Constraints:      26850
105.02/105.43	c #Conflicts:     307000 | #Constraints:      27850
105.02/105.43	c #Conflicts:     308000 | #Constraints:      28850
105.02/105.43	c #Conflicts:     309000 | #Constraints:      29850
105.02/105.43	c #Conflicts:     310000 | #Constraints:      30850
105.02/105.43	c INPROCESSING
105.02/105.43	c GARBAGE COLLECT
105.02/105.43	c #Conflicts:     311000 | #Constraints:      20911
105.02/105.43	c #Conflicts:     312000 | #Constraints:      21911
105.02/105.43	c #Conflicts:     313000 | #Constraints:      22911
105.02/105.43	c #Conflicts:     314000 | #Constraints:      23911
105.02/105.43	c #Conflicts:     315000 | #Constraints:      24911
105.02/105.43	c #Conflicts:     316000 | #Constraints:      25911
105.02/105.43	c #Conflicts:     317000 | #Constraints:      26911
105.02/105.43	c #Conflicts:     318000 | #Constraints:      27911
105.02/105.43	c #Conflicts:     319000 | #Constraints:      28911
105.02/105.43	c #Conflicts:     320000 | #Constraints:      29911
105.02/105.43	c #Conflicts:     321000 | #Constraints:      30911
105.02/105.43	c INPROCESSING
105.02/105.43	c GARBAGE COLLECT
105.02/105.43	c #Conflicts:     322000 | #Constraints:      20730
105.02/105.43	c #Conflicts:     323000 | #Constraints:      21730
105.02/105.43	c #Conflicts:     324000 | #Constraints:      22730
105.02/105.43	c #Conflicts:     325000 | #Constraints:      23730
105.02/105.43	c #Conflicts:     326000 | #Constraints:      24730
105.02/105.43	c #Conflicts:     327000 | #Constraints:      25730
105.02/105.43	c #Conflicts:     328000 | #Constraints:      26730
105.02/105.43	c #Conflicts:     329000 | #Constraints:      27730
105.02/105.43	c #Conflicts:     330000 | #Constraints:      28730
105.02/105.43	c #Conflicts:     331000 | #Constraints:      29730
105.02/105.43	c #Conflicts:     332000 | #Constraints:      30730
105.02/105.43	c #Conflicts:     333000 | #Constraints:      31730
105.02/105.43	c INPROCESSING
105.02/105.43	c GARBAGE COLLECT
105.02/105.43	c #Conflicts:     334000 | #Constraints:      21294
105.02/105.43	c #Conflicts:     335000 | #Constraints:      22294
105.02/105.43	c #Conflicts:     336000 | #Constraints:      23294
105.02/105.43	c #Conflicts:     337000 | #Constraints:      24294
105.02/105.43	c #Conflicts:     338000 | #Constraints:      25295
105.02/105.43	c #Conflicts:     339000 | #Constraints:      26295
105.02/105.43	c #Conflicts:     340000 | #Constraints:      27295
105.02/105.43	c #Conflicts:     341000 | #Constraints:      28295
105.02/105.43	c #Conflicts:     342000 | #Constraints:      29295
105.02/105.43	c #Conflicts:     343000 | #Constraints:      30295
105.02/105.43	c #Conflicts:     344000 | #Constraints:      31295
105.02/105.43	c #Conflicts:     345000 | #Constraints:      32295
105.02/105.43	c INPROCESSING
105.02/105.43	c GARBAGE COLLECT
105.02/105.43	c #Conflicts:     346000 | #Constraints:      21692
105.02/105.43	c #Conflicts:     347000 | #Constraints:      22692
105.02/105.43	c #Conflicts:     348000 | #Constraints:      23692
105.02/105.43	c #Conflicts:     349000 | #Constraints:      24692
105.02/105.43	c #Conflicts:     350000 | #Constraints:      25692
105.02/105.43	c #Conflicts:     351000 | #Constraints:      26692
105.02/105.43	c #Conflicts:     352000 | #Constraints:      27692
105.02/105.43	c #Conflicts:     353000 | #Constraints:      28692
105.02/105.43	c #Conflicts:     354000 | #Constraints:      29692
105.02/105.43	c #Conflicts:     355000 | #Constraints:      30692
105.02/105.43	c #Conflicts:     356000 | #Constraints:      31692
105.02/105.43	c #Conflicts:     357000 | #Constraints:      32692
105.02/105.43	c INPROCESSING
105.02/105.43	c GARBAGE COLLECT
105.02/105.43	c #Conflicts:     358000 | #Constraints:      21861
105.02/105.43	c #Conflicts:     359000 | #Constraints:      22861
105.02/105.43	c #Conflicts:     360000 | #Constraints:      23861
105.02/105.43	c #Conflicts:     361000 | #Constraints:      24861
105.02/105.43	c #Conflicts:     362000 | #Constraints:      25861
105.02/105.43	c #Conflicts:     363000 | #Constraints:      26861
105.02/105.43	c #Conflicts:     364000 | #Constraints:      27861
105.02/105.43	c #Conflicts:     365000 | #Constraints:      28861
105.02/105.43	c #Conflicts:     366000 | #Constraints:      29861
105.02/105.43	c #Conflicts:     367000 | #Constraints:      30862
105.02/105.43	c #Conflicts:     368000 | #Constraints:      31862
105.02/105.43	c #Conflicts:     369000 | #Constraints:      32862
105.02/105.43	c INPROCESSING
105.02/105.43	c GARBAGE COLLECT
105.02/105.43	c #Conflicts:     370000 | #Constraints:      21886
105.02/105.43	c #Conflicts:     371000 | #Constraints:      22886
105.02/105.43	c #Conflicts:     372000 | #Constraints:      23886
105.02/105.43	c #Conflicts:     373000 | #Constraints:      24886
105.02/105.43	c #Conflicts:     374000 | #Constraints:      25886
131.92/132.41	c #Conflicts:     375000 | #Constraints:      26886
131.92/132.41	c #Conflicts:     376000 | #Constraints:      27886
131.92/132.41	c #Conflicts:     377000 | #Constraints:      28886
131.92/132.41	c #Conflicts:     378000 | #Constraints:      29886
131.92/132.41	c #Conflicts:     379000 | #Constraints:      30887
131.92/132.41	c #Conflicts:     380000 | #Constraints:      31887
131.92/132.41	c #Conflicts:     381000 | #Constraints:      32887
131.92/132.41	c INPROCESSING
131.92/132.41	c GARBAGE COLLECT
131.92/132.41	c #Conflicts:     382000 | #Constraints:      21695
131.92/132.41	c #Conflicts:     383000 | #Constraints:      22695
131.92/132.41	c #Conflicts:     384000 | #Constraints:      23695
131.92/132.41	c #Conflicts:     385000 | #Constraints:      24695
131.92/132.41	c #Conflicts:     386000 | #Constraints:      25695
131.92/132.41	c #Conflicts:     387000 | #Constraints:      26695
131.92/132.41	c #Conflicts:     388000 | #Constraints:      27695
131.92/132.41	c #Conflicts:     389000 | #Constraints:      28695
131.92/132.41	c #Conflicts:     390000 | #Constraints:      29695
131.92/132.41	c #Conflicts:     391000 | #Constraints:      30695
131.92/132.41	c #Conflicts:     392000 | #Constraints:      31695
131.92/132.41	c #Conflicts:     393000 | #Constraints:      32695
131.92/132.41	c #Conflicts:     394000 | #Constraints:      33695
131.92/132.41	c INPROCESSING
131.92/132.41	c GARBAGE COLLECT
131.92/132.41	c #Conflicts:     395000 | #Constraints:      22278
131.92/132.41	c #Conflicts:     396000 | #Constraints:      23278
131.92/132.41	c #Conflicts:     397000 | #Constraints:      24278
131.92/132.41	c #Conflicts:     398000 | #Constraints:      25278
131.92/132.41	c #Conflicts:     399000 | #Constraints:      26278
131.92/132.41	c #Conflicts:     400000 | #Constraints:      27278
131.92/132.41	c #Conflicts:     401000 | #Constraints:      28278
131.92/132.41	c #Conflicts:     402000 | #Constraints:      29278
131.92/132.41	c #Conflicts:     403000 | #Constraints:      30278
131.92/132.41	c #Conflicts:     404000 | #Constraints:      31278
131.92/132.41	c #Conflicts:     405000 | #Constraints:      32278
131.92/132.41	c #Conflicts:     406000 | #Constraints:      33278
131.92/132.41	c #Conflicts:     407000 | #Constraints:      34278
131.92/132.41	c INPROCESSING
131.92/132.41	c GARBAGE COLLECT
131.92/132.41	c #Conflicts:     408000 | #Constraints:      22659
131.92/132.41	c #Conflicts:     409000 | #Constraints:      23659
131.92/132.41	c #Conflicts:     410000 | #Constraints:      24659
131.92/132.41	c #Conflicts:     411000 | #Constraints:      25659
131.92/132.41	c #Conflicts:     412000 | #Constraints:      26659
131.92/132.41	c #Conflicts:     413000 | #Constraints:      27659
131.92/132.41	c #Conflicts:     414000 | #Constraints:      28659
131.92/132.41	c #Conflicts:     415000 | #Constraints:      29659
131.92/132.41	c #Conflicts:     416000 | #Constraints:      30659
131.92/132.41	c #Conflicts:     417000 | #Constraints:      31659
131.92/132.41	c #Conflicts:     418000 | #Constraints:      32659
131.92/132.41	c #Conflicts:     419000 | #Constraints:      33659
131.92/132.41	c #Conflicts:     420000 | #Constraints:      34659
131.92/132.41	c INPROCESSING
131.92/132.41	c GARBAGE COLLECT
131.92/132.41	c #Conflicts:     421000 | #Constraints:      22884
131.92/132.41	c #Conflicts:     422000 | #Constraints:      23884
131.92/132.41	c #Conflicts:     423000 | #Constraints:      24884
131.92/132.41	c #Conflicts:     424000 | #Constraints:      25884
131.92/132.41	c #Conflicts:     425000 | #Constraints:      26884
131.92/132.41	c #Conflicts:     426000 | #Constraints:      27884
131.92/132.41	c #Conflicts:     427000 | #Constraints:      28884
131.92/132.41	c #Conflicts:     428000 | #Constraints:      29884
131.92/132.41	c #Conflicts:     429000 | #Constraints:      30884
131.92/132.41	c #Conflicts:     430000 | #Constraints:      31884
131.92/132.41	c #Conflicts:     431000 | #Constraints:      32884
131.92/132.41	c #Conflicts:     432000 | #Constraints:      33884
131.92/132.41	c #Conflicts:     433000 | #Constraints:      34884
131.92/132.41	c INPROCESSING
131.92/132.41	c GARBAGE COLLECT
131.92/132.41	c #Conflicts:     434000 | #Constraints:      22932
131.92/132.41	c #Conflicts:     435000 | #Constraints:      23932
131.92/132.41	c #Conflicts:     436000 | #Constraints:      24932
131.92/132.41	c #Conflicts:     437000 | #Constraints:      25932
131.92/132.41	c #Conflicts:     438000 | #Constraints:      26932
131.92/132.41	c #Conflicts:     439000 | #Constraints:      27932
131.92/132.41	c #Conflicts:     440000 | #Constraints:      28932
131.92/132.41	c #Conflicts:     441000 | #Constraints:      29932
131.92/132.41	c #Conflicts:     442000 | #Constraints:      30932
131.92/132.41	c #Conflicts:     443000 | #Constraints:      31932
131.92/132.41	c #Conflicts:     444000 | #Constraints:      32932
131.92/132.41	c #Conflicts:     445000 | #Constraints:      33932
131.92/132.41	c #Conflicts:     446000 | #Constraints:      34933
131.92/132.41	c INPROCESSING
131.92/132.41	c GARBAGE COLLECT
131.92/132.41	WSVECS04 Frhs2[8]: 6 -3.42503 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[20]: 6 -1.00114 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[21]: 6 -1.799 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[27]: 6 -1.14453 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[28]: 6 -1.03518 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[29]: 6 -3.07706 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[30]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[38]: 6 -1.16067 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[44]: 6 -1.21467 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[48]: 6 -1.00342 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[55]: 6 -0.999306 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[66]: 6 -1.62972 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[71]: 6 -3.16949 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[72]: 6 -3.20815 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[81]: 6 -1.00631 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[85]: 6 -1.41035 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[90]: 6 -2.18222 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[92]: 6 -1.03514 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[95]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[102]: 6 0 0.175443 shouldn't be
131.92/132.41	WSVECS04 Frhs2[103]: 6 -9.76326 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[106]: 6 -1.8932 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[116]: 6 -1.00569 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[119]: 6 -1.9282 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[124]: 6 -4.75053 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[135]: 6 0 2.56628 shouldn't be
131.92/132.41	WSVECS04 Frhs2[136]: 6 -0.885941 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[140]: 6 0 3.21299 shouldn't be
131.92/132.41	WSVECS04 Frhs2[141]: 6 0 0.35522 shouldn't be
131.92/132.41	WSVECS04 Frhs2[142]: 6 0 0.345402 shouldn't be
131.92/132.41	WSVECS04 Frhs2[149]: 6 -1.40615 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[154]: 6 -1.63619 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[161]: 6 -0.984828 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[162]: 6 -1.61609 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[163]: 6 -0.982461 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[165]: 6 0 0.695325 shouldn't be
131.92/132.41	WSVECS04 Frhs2[166]: 6 -4.88414 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[170]: 6 0 0.475183 shouldn't be
131.92/132.41	WSVECS04 Frhs2[180]: 6 -1.16811 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[187]: 6 -1.5951 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[188]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[189]: 6 -0.998723 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[195]: 6 -1.05072 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[213]: 6 -1.38973 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[214]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[220]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[224]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[235]: 6 -1.42377 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[244]: 6 -0.981073 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[249]: 6 -1.29404 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[251]: 6 -1.5951 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[253]: 6 -5.59983 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[259]: 6 -1.50916 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[285]: 6 -3.07709 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[288]: 6 -1.08566 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[289]: 6 -0.993272 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[304]: 6 -1.00342 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[305]: 6 -1.24078 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[336]: 6 -1.00221 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[337]: 6 -0.9991 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[340]: 6 -1.03222 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[344]: 6 -1.23691 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[348]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[351]: 6 -1.07728 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[367]: 6 -0.963965 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[382]: 6 -2.4917 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[405]: 6 -1.38994 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[407]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[410]: 6 -2.04402 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[414]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[417]: 6 -0.997804 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[427]: 6 -2.45333 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[428]: 6 -1.79363 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[445]: 6 -7.67684 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[462]: 6 -1.46236 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[464]: 6 -0.989528 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[465]: 6 -1.22348 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[466]: 6 -1.00169 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[467]: 6 -1.00752 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[468]: 6 -1.16586 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[496]: 6 -1.37508 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[500]: 6 -1.03225 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[502]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[510]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[513]: 6 -0.864082 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[516]: 6 -2.1598 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[517]: 6 -2.85387 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[520]: 6 0 0.665906 shouldn't be
131.92/132.41	WSVECS04 Frhs2[522]: 6 -1.61712 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[524]: 6 -1.21439 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[525]: 6 -0.572651 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[529]: 6 -1.03062 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[530]: 6 -1.09727 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[539]: 6 -5.28398 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[541]: 6 -1.58495 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[558]: 6 -1.04912 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[569]: 6 -1.88794 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[577]: 6 -1.56087 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[578]: 6 -1.52508 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[587]: 6 0 0.0173492 shouldn't be
131.92/132.41	WSVECS04 Frhs2[591]: 6 -2.57523 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[595]: 6 -1.04897 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[602]: 6 -3.26731 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[604]: 6 -5.59981 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[605]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[607]: 6 -1.0773 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[610]: 6 -1.27404 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[612]: 6 0 0.676491 shouldn't be
131.92/132.41	WSVECS04 Frhs2[618]: 6 -1.03509 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[621]: 6 -1.00839 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[626]: 6 -1.06886 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[627]: 6 -1.13469 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[628]: 6 -1.24253 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[629]: 6 -1.43832 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[630]: 6 -1.24843 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[635]: 6 -1.28446 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[638]: 6 -2.4917 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[653]: 6 -1.25162 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[656]: 6 -1.00123 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[672]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[684]: 6 -1.03453 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[691]: 6 -1.22691 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[692]: 6 -0.980803 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[697]: 6 -3.31587 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[699]: 6 0 1.58172 shouldn't be
131.92/132.41	WSVECS04 Frhs2[704]: 6 -1.07726 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[715]: 6 -1.08661 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[719]: 6 -1.00286 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[721]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[725]: 6 -0.944891 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[731]: 6 -0.999912 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[735]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[982]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[985]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[995]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1012]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1033]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1048]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1049]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1050]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1057]: 6 -0.987749 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1062]: 6 0 0.266948 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1065]: 6 -3.5783 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1067]: 6 -1.11137 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1068]: 6 -1.20914 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1070]: 6 0 0.714696 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1074]: 6 -1.00072 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1075]: 6 -0.761021 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1080]: 6 -1.68365 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1082]: 6 -1.05285 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1083]: 6 -1.01324 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1088]: 6 -1.00306 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1089]: 6 -1.00682 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1093]: 6 -0.891952 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1094]: 6 -0.99967 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1098]: 6 0 0.877752 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1106]: 6 -1.92288 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1107]: 6 -1.82092 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1109]: 6 -1.03983 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1113]: 6 -1.21654 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1118]: 6 -1.01418 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1119]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1125]: 6 -0.98604 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1129]: 6 -2.63962 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1134]: 6 -0.625017 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1136]: 6 -0.60313 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1139]: 6 -0.999055 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1144]: 6 -0.989366 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1146]: 6 -1.01406 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1149]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1150]: 6 -0.997579 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1151]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1168]: 6 -1.02718 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1180]: 6 -0.994634 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1181]: 6 -0.982957 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1197]: 6 -1.37508 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1199]: 6 -1.50008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1201]: 6 -1.00044 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1202]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1205]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1208]: 6 -1.03549 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1212]: 6 -0.999975 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1220]: 6 -1.93302 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1233]: 6 -1.50116 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1242]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1253]: 6 -0.811512 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1254]: 6 -0.331757 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1274]: 6 -0.999992 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1281]: 6 -1.31262 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1284]: 6 -0.434129 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1293]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1311]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1318]: 6 -1.06259 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1321]: 6 -1.50007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1330]: 6 -1.28893 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1334]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1335]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1336]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1338]: 6 -1.0009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1349]: 6 -1.16673 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1350]: 6 -0.332603 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1356]: 6 -1.00414 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1357]: 6 -0.819864 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1361]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1364]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1373]: 6 -1.1436 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1379]: 6 -1.40038 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1381]: 6 -0.000255696 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1392]: 6 -1.33481 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1400]: 6 -1.00105 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1401]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1408]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1410]: 6 -1.25006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1422]: 6 -1.04948 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1423]: 6 -1.32349 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1428]: 6 -1.00628 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1437]: 6 -1.14629 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1441]: 6 -1.15014 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1444]: 6 -1.72888 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1445]: 6 -1.14518 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1451]: 6 -1.25009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1454]: 6 -0.999654 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1460]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1461]: 6 -1.0408 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1465]: 6 -0.802335 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1469]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1473]: 6 -1.41606 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1478]: 6 -1.31285 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1479]: 6 -1.21797 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1481]: 6 -1.64604 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1482]: 6 -0.837233 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1485]: 6 -1.25341 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1488]: 6 -1.02623 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1492]: 6 -1.03597 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1494]: 6 -1.13033 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1500]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1502]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1503]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1504]: 6 -1.33304 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1506]: 6 -1.34127 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1507]: 6 -1.33869 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1509]: 6 -1.01248 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1510]: 6 -1.04314 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1515]: 6 -4.5861 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1517]: 6 -1.25954 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1521]: 6 -0.894522 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1526]: 6 -1.17267 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1528]: 6 -1.11218 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1530]: 6 0 0.0788922 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1533]: 6 -2.01686 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1535]: 6 -0.999718 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1539]: 6 -1.32384 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1543]: 6 -1.00783 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1544]: 6 -1.39225 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1545]: 6 -0.946721 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1551]: 6 -1.08108 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1558]: 6 -1.10544 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1563]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1566]: 6 -1.10948 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1571]: 6 -2.00766 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1577]: 6 -2.90884 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1578]: 6 -1.66201 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1579]: 6 -2.0121 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1580]: 6 -3.0921 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1581]: 6 -0.713278 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1582]: 6 -1.17767 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1583]: 6 -2.96411 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1584]: 6 -5.79979 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1586]: 6 -0.962943 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1588]: 6 -0.999985 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1590]: 6 -1.14834 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1593]: 6 -0.673232 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1595]: 6 -2.33314 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1596]: 6 -2.55963 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1602]: 6 -2.17433 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1605]: 6 -2.04657 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1610]: 6 -1.24927 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1611]: 6 -1.75863 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1614]: 6 -1.04759 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1615]: 6 -0.94393 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1618]: 6 -1.18982 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1621]: 6 -0.874422 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1623]: 6 -1.31361 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1626]: 6 -1.7593 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1629]: 6 -0.446905 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1632]: 6 -0.915212 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1633]: 6 -1.08489 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1643]: 6 -0.56358 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1646]: 6 -1.15997 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1647]: 6 -1.17982 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1658]: 6 -2.05373 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1659]: 6 -1.66406 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1660]: 6 -2.32585 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1669]: 6 -0.409526 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1678]: 6 -1.18613 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1686]: 6 -2.04629 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1716]: 6 -0.596001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1720]: 6 -5.59984 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1721]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1727]: 6 -1.47938 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1744]: 6 -1.01579 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1780]: 6 -1.07668 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1786]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1955]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1958]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1962]: 6 -0.156776 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1966]: 6 -0.525625 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1968]: 6 -0.519438 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1973]: 6 -1.0202 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1983]: 6 -1.05368 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1985]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[1991]: 6 -1.08548 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2001]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2004]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2008]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2009]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2012]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2052]: 6 -0.945715 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2053]: 6 -0.997181 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2056]: 6 -0.987414 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2058]: 6 -0.844115 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2070]: 6 0 0.996106 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2080]: 6 -1.00658 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2082]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2090]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2094]: 6 -0.961051 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2098]: 6 -1.00288 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2102]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2104]: 6 -0.989536 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2106]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2107]: 6 -1.01985 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2111]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2114]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2118]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2122]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2126]: 6 -1.38367 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2142]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2147]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2150]: 6 -0.940727 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2154]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2155]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2158]: 6 -0.946003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2160]: 6 -0.89199 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2161]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2164]: 6 -0.997893 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2165]: 6 -0.997892 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2168]: 6 -1.25002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2178]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2181]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2183]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2186]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2187]: 6 -1.01085 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2190]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2192]: 6 -1.01025 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2193]: 6 -1.044 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2199]: 6 -1.4224 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2203]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2210]: 6 -0.999981 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2214]: 6 -0.997576 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2223]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2225]: 6 -1.40401 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2226]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2229]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2232]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2233]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2237]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2238]: 6 -0.993023 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2244]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2248]: 6 -0.997578 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2252]: 6 -0.456304 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2256]: 6 -0.961348 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2258]: 6 -4.93987 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2261]: 6 -0.970945 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2264]: 6 -1.26016 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2267]: 6 -0.689418 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2268]: 6 -0.378779 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2274]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2276]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2277]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2280]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2282]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2283]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2286]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2288]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2296]: 6 -0.993076 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2298]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2300]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2302]: 6 -0.944099 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2303]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2308]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2309]: 6 -1.01897 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2311]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2314]: 6 -1.00774 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2320]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2321]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2323]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2324]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2325]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2326]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2329]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2331]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2335]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2337]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2339]: 6 -1.01044 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2341]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2344]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2348]: 6 -0.105631 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2349]: 6 -0.609052 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2351]: 6 -3.92761 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2352]: 6 -5.16782 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2360]: 6 -4.65744 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2363]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2367]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2369]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2373]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2375]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2378]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2379]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2382]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2386]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2387]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2390]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2394]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2395]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2398]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2399]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2406]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2410]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2417]: 6 -1.00117 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2421]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2422]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2429]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2431]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2433]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2437]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2440]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2444]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2449]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2453]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2455]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2457]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2459]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2461]: 6 -1.00057 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2463]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2465]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2468]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2472]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2473]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2475]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2478]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2480]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2481]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2484]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2485]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2488]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2490]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2491]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2494]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2495]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2503]: 6 -1.24954 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2508]: 6 -1.34377 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2510]: 6 -1.37502 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2518]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2523]: 6 -0.999963 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2527]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2528]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2530]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2531]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2534]: 6 -1.31246 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2535]: 6 -1.3124 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2561]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2563]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2565]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2569]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2572]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2573]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2576]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2579]: 6 -0.999903 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2581]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2585]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2587]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2590]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2592]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2608]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2615]: 6 -1.07232 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2618]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2623]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2629]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2631]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2633]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2635]: 6 -2.37977 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2646]: 6 -1.3372 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2647]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2650]: 6 -1.0003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2651]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2654]: 6 -0.998935 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2655]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2658]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2662]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2663]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2666]: 6 -1.07224 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2668]: 6 -1.14448 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2669]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2671]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2673]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2676]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2678]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2680]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2682]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2683]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2686]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2687]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2692]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2699]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2700]: 6 -1.32817 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2701]: 6 -1.26348 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2703]: 6 -1.05363 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2714]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2715]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2719]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2726]: 6 -1.19348 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2728]: 6 -1.31256 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2737]: 6 -2.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2739]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2741]: 6 -1.32817 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2754]: 6 0 1.00005 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2757]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2771]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2774]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2778]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2782]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2783]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2785]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2786]: 6 -0.999943 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2787]: 6 -0.997091 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2796]: 6 -1.25007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2797]: 6 -1.50007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2799]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2800]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2807]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2816]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2817]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2819]: 6 -1.00025 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2822]: 6 -1.33415 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2823]: 6 -1.33414 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2844]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2846]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2848]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2849]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2852]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2854]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2855]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2858]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2859]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2862]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2864]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2865]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2867]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2870]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2872]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2873]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2875]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2878]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2879]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2881]: 6 -1.15049 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2882]: 6 -1.3003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2883]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2884]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2891]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2903]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2913]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2916]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2917]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2920]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2924]: 6 -1.00018 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2928]: 6 -1.50005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2932]: 6 0 0.312424 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2946]: 6 -0.975983 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2950]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2951]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2954]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2958]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2961]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2963]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2965]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2968]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2969]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2971]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2974]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2975]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2978]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2980]: 6 -1.00041 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2982]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2991]: 6 -0.9633 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2993]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2994]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2996]: 6 -1.00684 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[2999]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3004]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3007]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3009]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3013]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3016]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3017]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3020]: 6 -1.25006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3021]: 6 -1.25005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3028]: 6 -5.00014 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3029]: 6 -7.00011 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3034]: 6 -5.74901 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3038]: 6 -1.14662 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3039]: 6 -3.14721 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3042]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3043]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3045]: 6 -1.00468 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3049]: 6 -1.01873 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3064]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3065]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3068]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3070]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3071]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3075]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3079]: 6 -1.25005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3083]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3084]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3085]: 6 -1.04078 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3097]: 6 -1.00401 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3100]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3105]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3107]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3109]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3112]: 6 -1.44477 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3125]: 6 -1.00027 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3128]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3129]: 6 -1.00078 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3132]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3133]: 6 -1.00295 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3136]: 6 -0.999996 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3137]: 6 -0.999985 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3140]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3144]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3145]: 6 -1.08107 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3150]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3151]: 6 -1.00398 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3154]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3155]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3157]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3160]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3161]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3164]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3165]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3170]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3172]: 6 -1.00012 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3174]: 6 -0.999734 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3178]: 6 -1.45768 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3181]: 6 -1.66129 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3188]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3190]: 6 -0.979816 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3195]: 6 -1.45746 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3201]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3203]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3205]: 6 -1.00011 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3208]: 6 -0.999754 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3209]: 6 -2.25004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3212]: 6 -1.36447 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3235]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3237]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3239]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3245]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3248]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3249]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3252]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3253]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3256]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3257]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3259]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3261]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3263]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3265]: 6 -1.15012 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3267]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3273]: 6 -1.33669 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3278]: 6 -1.50736 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3291]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3298]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3302]: 6 -1.33302 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3304]: 6 -1.41603 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3312]: 6 0 1.40627 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3315]: 6 -0.812599 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3326]: 6 -1.06551 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3328]: 6 -1.07606 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3329]: 6 -1.02783 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3332]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3333]: 6 -1.11106 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3336]: 6 -1.1084 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3337]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3340]: 6 -0.982074 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3341]: 6 -1.0002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3344]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3345]: 6 -0.928267 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3348]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3350]: 6 -0.425888 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3355]: 6 -5.08302 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3358]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3362]: 6 -1.30043 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3364]: 6 -1.01102 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3372]: 6 -1.37734 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3378]: 6 -1.50007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3386]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3387]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3390]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3391]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3392]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3393]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3396]: 6 -0.999762 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3397]: 6 -0.999747 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3400]: 6 -1.33469 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3401]: 6 -1.3347 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3430]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3431]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3434]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3435]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3438]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3441]: 6 -0.928218 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3444]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3445]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3447]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3450]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3454]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3455]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3459]: 6 -1.10947 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3468]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3483]: 6 -1.14625 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3487]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3488]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3490]: 6 -2.07414 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3494]: 6 -1.00113 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3496]: 6 -1.96442 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3498]: 6 -1.24819 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3500]: 6 -0.995966 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3501]: 6 -1.12516 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3504]: 6 -1.02551 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3512]: 6 -0.573594 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3521]: 6 -1.00236 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3524]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3528]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3533]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3535]: 6 -1.03661 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3537]: 6 -0.926991 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3540]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3544]: 6 -2.16972 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3546]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3548]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3550]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3554]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3555]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3557]: 6 -1.00499 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3561]: 6 -1.25008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3564]: 6 -1.57528 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3565]: 6 -1.0039 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3566]: 6 -1.0018 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3579]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3581]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3586]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3587]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3590]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3592]: 6 -1.42856 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3594]: 6 -1.31251 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3605]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3608]: 6 -1.00183 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3610]: 6 -1.14494 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3612]: 6 -0.993093 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3614]: 6 -0.406487 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3616]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3618]: 6 -3.37421 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3620]: 6 -1.1111 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3622]: 6 -0.999175 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3624]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3628]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3632]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3636]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3638]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3644]: 6 -5.59849 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3652]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3661]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3674]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3676]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3681]: 6 -1.01066 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3684]: 6 -0.957592 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3685]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3687]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3690]: 6 -1.3394 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3703]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3706]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3707]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3710]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3711]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3714]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3716]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3719]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3723]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3727]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3729]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3732]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3736]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3738]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3739]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3742]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3743]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3745]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3754]: 6 -1.02084 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3755]: 6 -0.991546 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3757]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3759]: 6 -0.877203 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3766]: 6 -1.09422 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3767]: 6 -1.18848 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3769]: 6 -1.00042 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3772]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3778]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3782]: 6 -1.21154 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3783]: 6 -1.21148 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3785]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3794]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3796]: 6 -0.999518 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3798]: 6 -1.03406 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3800]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3802]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3804]: 6 -1.24569 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3806]: 6 -1.49135 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3807]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3810]: 6 -1.10753 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3812]: 6 -1.215 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3813]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3815]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3821]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3824]: 6 -5.31173 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3828]: 6 -1.29076 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3829]: 6 -0.990673 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3832]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3834]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3838]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3839]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3848]: 6 -1.4762 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3849]: 6 -1.50429 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3853]: 6 -1.38765 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3856]: 6 -0.928914 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3857]: 6 -1.10262 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3859]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3860]: 6 -1.10752 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3864]: 6 -1.29449 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3865]: 6 -0.999923 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3870]: 6 -0.344793 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3871]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3874]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3878]: 6 -0.981514 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3897]: 6 -0.493567 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3903]: 6 -0.99519 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3906]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3910]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3918]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3922]: 6 -5.51683 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3924]: 6 -5.59981 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3926]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3928]: 6 -0.344742 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3930]: 6 -2.31064 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3932]: 6 -3.62132 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3934]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3935]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3939]: 6 -1.19525 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3940]: 6 -1.45565 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3944]: 6 -1.51221 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3947]: 6 -0.982795 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3952]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3953]: 6 -1.03148 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3954]: 6 -1.06286 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3955]: 6 -1.12563 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3957]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3963]: 6 -2.19007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3967]: 6 -1.16968 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3969]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3982]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3983]: 6 -1.00233 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3988]: 6 0 7.14865 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3989]: 6 -1.04574 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3990]: 6 -1.06906 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3992]: 6 -0.996123 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3994]: 6 -0.992239 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3996]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[3998]: 6 -1.03148 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4000]: 6 -1.06284 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4002]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4004]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4006]: 6 -0.927514 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4008]: 6 -0.855031 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4010]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4011]: 6 -1.00008 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4014]: 6 -2.16049 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4015]: 6 -2.16048 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4018]: 6 -1.0001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4024]: 6 -13.867 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4028]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4029]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4031]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4035]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4044]: 6 -1.12844 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4056]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4059]: 6 -0.999964 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4070]: 6 -0.957765 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4075]: 6 -0.999629 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4078]: 6 0 0.329387 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4084]: 6 -2.98784 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4085]: 6 -0.987845 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4088]: 6 -1.26604 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4090]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4092]: 6 -1.00833 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4094]: 6 -1.01654 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4096]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4099]: 6 -1.01792 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4101]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4103]: 6 -1.13757 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4106]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4110]: 6 -1.00004 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4112]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4113]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4116]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4118]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4120]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4122]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4124]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4125]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4128]: 6 -1.00001 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4148]: 6 -1.00007 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4176]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4178]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4210]: 6 -3.08607 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4211]: 6 -5.17211 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4215]: 6 -3.49676 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4216]: 6 -1.00002 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4221]: 6 -0.976648 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4236]: 6 -1.00005 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4237]: 6 -1.00006 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4268]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4269]: 6 -1.00009 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4271]: 6 -1.00003 0 shouldn't be
131.92/132.41	WSVECS04 Frhs2[4287]: 6 -1.85644 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[25]: 6 -5.29677 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[126]: 6 -4.79017 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[155]: 6 -3.38008 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[254]: 6 -2.49167 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[1515]: 6 -4.58606 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[1535]: 6 -0.999682 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[3355]: 6 -5.08297 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[3519]: 6 -10.4119 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[3544]: 6 -2.16971 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[3644]: 6 -5.59848 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[3824]: 6 -5.31167 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[3922]: 6 -5.5168 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[3924]: 6 -5.59978 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[3932]: 6 -3.62122 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[4024]: 6 -13.867 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[4026]: 6 0 8.19958 shouldn't be
133.22/133.71	WSVECS04 Frhs2[4210]: 6 -3.08605 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[4211]: 6 -5.1721 0 shouldn't be
133.22/133.71	WSVECS04 Frhs2[4215]: 6 -3.49674 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[11]: 6 -1.03904 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[18]: 6 -1.01789 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[22]: 6 -1.20517 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[33]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[37]: 6 -0.921666 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[44]: 6 -1.21466 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[48]: 6 -1.00339 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[55]: 6 -0.99921 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[67]: 6 -1.0035 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[81]: 6 -1.00624 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[85]: 6 -1.41034 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[90]: 6 -2.1822 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[92]: 6 -1.03512 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[95]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[102]: 6 0 0.175381 shouldn't be
134.52/135.01	WSVECS04 Frhs2[103]: 6 -9.76317 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[106]: 6 -1.89318 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[110]: 6 -1.20226 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[116]: 6 -1.00559 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[119]: 6 -1.92813 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[127]: 6 -2.08417 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[129]: 6 -1.07833 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[131]: 6 -1.39048 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[135]: 6 0 2.56624 shouldn't be
134.52/135.01	WSVECS04 Frhs2[140]: 6 0 3.21292 shouldn't be
134.52/135.01	WSVECS04 Frhs2[141]: 6 0 0.355165 shouldn't be
134.52/135.01	WSVECS04 Frhs2[142]: 6 0 0.345388 shouldn't be
134.52/135.01	WSVECS04 Frhs2[154]: 6 -1.63615 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[162]: 6 -1.61603 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[163]: 6 -0.982374 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[166]: 6 -4.8841 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[170]: 6 0 0.475102 shouldn't be
134.52/135.01	WSVECS04 Frhs2[187]: 6 -1.59502 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[207]: 6 -1.29127 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[216]: 6 -1.77759 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[220]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[224]: 6 -1.00001 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[235]: 6 -1.42369 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[248]: 6 -1.56567 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[249]: 6 -1.294 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[251]: 6 -1.59502 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[259]: 6 -1.50914 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[285]: 6 -3.07702 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[289]: 6 -0.993245 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[303]: 6 -1.01561 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[304]: 6 -1.00339 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[308]: 6 -1.19292 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[340]: 6 -1.03219 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[348]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[351]: 6 -1.07721 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[367]: 6 -0.963893 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[371]: 6 -1.09492 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[375]: 6 -1.9253 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[410]: 6 -2.04393 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[412]: 6 -1.32765 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[414]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[419]: 6 -1.54667 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[464]: 6 -0.989445 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[468]: 6 -1.16584 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[496]: 6 -1.375 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[498]: 6 -1.71731 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[500]: 6 -1.03219 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[501]: 6 -1.41263 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[513]: 6 -0.864071 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[530]: 6 -1.09725 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[539]: 6 -5.28396 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[541]: 6 -1.58485 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[544]: 6 -0.897135 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[559]: 6 -0.159622 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[587]: 6 0 0.0173172 shouldn't be
134.52/135.01	WSVECS04 Frhs2[591]: 6 -2.57517 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[594]: 6 -0.990444 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[595]: 6 -1.04889 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[599]: 6 -0.996731 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[618]: 6 -1.03502 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[627]: 6 -1.13468 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[628]: 6 -1.24247 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[635]: 6 -1.28438 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[653]: 6 -1.25156 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[656]: 6 -1.00116 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[666]: 6 -2.03605 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[686]: 6 -1.09196 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[687]: 6 -0.155474 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[688]: 6 -1.07468 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[697]: 6 -3.31581 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[719]: 6 -1.00278 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[725]: 6 -0.944865 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[726]: 6 -1.1884 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[731]: 6 -0.999891 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[735]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[736]: 6 -3.21828 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[898]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[985]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[995]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1057]: 6 -0.987673 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1062]: 6 0 0.266892 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1064]: 6 -1.84427 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1065]: 6 -3.57825 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1068]: 6 -1.20912 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1069]: 6 -0.596601 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1070]: 6 0 0.714642 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1072]: 6 -1.00003 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1074]: 6 -1.00067 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1075]: 6 -0.760927 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1078]: 6 -2.08164 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1082]: 6 -1.05279 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1088]: 6 -1.003 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1089]: 6 -1.00676 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1090]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1093]: 6 -0.891915 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1100]: 6 -0.694635 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1106]: 6 -1.92283 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1111]: 6 -0.986998 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1112]: 6 -1.25327 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1113]: 6 -1.21652 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1118]: 6 -1.01409 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1121]: 6 -0.997546 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1129]: 6 -2.63958 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1134]: 6 -0.624969 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1135]: 6 -0.749937 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1136]: 6 -0.603093 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1139]: 6 -0.998981 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1144]: 6 -0.989346 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1146]: 6 -1.014 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1150]: 6 -0.997527 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1152]: 6 -0.998774 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1153]: 6 -0.84894 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1158]: 6 -0.14797 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1168]: 6 -1.02713 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1170]: 6 -1.24999 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1171]: 6 -1.5 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1177]: 6 -0.999782 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1181]: 6 -0.982914 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1186]: 6 -2.35179 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1197]: 6 -1.375 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1199]: 6 -1.5 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1201]: 6 -1.00034 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1212]: 6 -0.999891 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1217]: 6 -1.25005 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1221]: 6 -1.3336 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1224]: 6 -1.3125 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1226]: 6 -3.81974 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1233]: 6 -1.50109 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1253]: 6 -0.811499 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1254]: 6 -0.331737 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1267]: 6 -1.14445 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1284]: 6 -0.434058 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1293]: 6 -0.999983 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1311]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1321]: 6 -1.5 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1330]: 6 -1.2889 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1334]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1336]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1338]: 6 -1.00089 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1350]: 6 -0.332565 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1356]: 6 -1.00408 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1357]: 6 -0.819832 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1360]: 6 -1.49525 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1371]: 6 -1.03589 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1373]: 6 -1.14354 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1379]: 6 -1.40037 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1381]: 6 -0.00017124 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1392]: 6 -1.33473 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1402]: 6 -1.00002 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1408]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1411]: 6 -1.77871 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1422]: 6 -1.04943 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1425]: 6 0 0.852973 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1428]: 6 -1.00627 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1430]: 6 -1.02025 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1437]: 6 -1.14621 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1444]: 6 -1.72883 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1445]: 6 -1.14515 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1451]: 6 -1.25 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1454]: 6 -0.999569 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1460]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1465]: 6 -0.802308 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1476]: 6 -1.33873 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1477]: 6 -2.17643 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1478]: 6 -1.31278 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1479]: 6 -1.21792 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1480]: 6 -1.38056 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1481]: 6 -1.64597 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1485]: 6 -1.25337 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1486]: 6 -0.672488 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1490]: 6 -1.68608 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1492]: 6 -1.03589 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1500]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1502]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1504]: 6 -1.33301 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1506]: 6 -1.34119 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1509]: 6 -1.01246 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1516]: 6 -1.27074 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1518]: 6 -0.553604 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1526]: 6 -1.1726 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1533]: 6 -2.0168 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1534]: 6 -3.32602 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1539]: 6 -1.32377 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1543]: 6 -1.00775 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1545]: 6 -0.94666 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1551]: 6 -1.081 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1556]: 6 -1.0687 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1558]: 6 -1.10538 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1560]: 6 -1.52226 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1566]: 6 -1.10942 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1567]: 6 -0.999999 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1571]: 6 -2.00762 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1577]: 6 -2.90882 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1578]: 6 -1.66198 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1579]: 6 -2.01204 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1580]: 6 -3.092 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1581]: 6 -0.713189 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1582]: 6 -1.17758 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1586]: 6 -0.962904 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1587]: 6 -1.10255 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1588]: 6 -0.999971 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1590]: 6 -1.1483 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1593]: 6 -0.673207 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1594]: 6 -1.68492 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1595]: 6 -2.33312 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1602]: 6 -2.17426 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1605]: 6 -2.0465 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1610]: 6 -1.24924 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1611]: 6 -1.75854 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1614]: 6 -1.04749 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1615]: 6 -0.943902 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1618]: 6 -1.1898 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1623]: 6 -1.31355 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1626]: 6 -1.75923 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1629]: 6 -0.446871 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1632]: 6 -0.915161 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1633]: 6 -1.08482 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1643]: 6 -0.563544 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1646]: 6 -1.15994 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1647]: 6 -1.17978 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1658]: 6 -2.05372 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1659]: 6 -1.66399 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1660]: 6 -2.32584 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1678]: 6 -1.18604 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1686]: 6 -2.04623 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1705]: 6 -0.745569 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1716]: 6 -0.595917 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1717]: 6 -0.999984 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1721]: 6 -0.99999 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1744]: 6 -1.0157 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1746]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1780]: 6 -1.07659 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1786]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1959]: 6 -0.957132 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1963]: 6 0 0.0147646 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1966]: 6 -0.525611 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1968]: 6 -0.51936 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1973]: 6 -1.02013 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1975]: 6 -1.40396 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1980]: 6 -1.0045 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1983]: 6 -1.05361 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1994]: 6 -0.658198 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[1995]: 6 -0.658198 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2049]: 6 -1.01351 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2052]: 6 -0.945669 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2056]: 6 -0.987389 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2058]: 6 -0.84404 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2070]: 6 0 0.996031 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2080]: 6 -1.00651 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2087]: 6 -1.00336 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2091]: 6 -1.01834 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2094]: 6 -0.960994 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2095]: 6 -1.10851 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2098]: 6 -1.00286 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2102]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2104]: 6 -0.989526 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2105]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2107]: 6 -1.0198 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2126]: 6 -1.38361 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2150]: 6 -0.940632 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2151]: 6 -0.972005 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2158]: 6 -0.945958 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2164]: 6 -0.997848 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2165]: 6 -0.997849 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2168]: 6 -1.25 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2187]: 6 -1.01082 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2193]: 6 -1.04391 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2196]: 6 -0.788849 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2199]: 6 -1.4223 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2215]: 6 -1.00609 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2225]: 6 -1.40396 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2248]: 6 -0.997546 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2252]: 6 -0.456206 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2256]: 6 -0.961276 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2258]: 6 -4.93982 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2260]: 6 -1.00546 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2264]: 6 -1.26007 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2265]: 6 -1.00579 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2267]: 6 -0.689363 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2268]: 6 -0.378727 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2296]: 6 -0.993002 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2302]: 6 -0.944009 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2314]: 6 -1.00771 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2315]: 6 -1.003 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2326]: 6 -0.999997 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2348]: 6 -0.105573 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2349]: 6 -0.608975 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2352]: 6 -5.16773 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2360]: 6 -4.65738 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2378]: 6 -0.999994 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2403]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2404]: 6 -0.911295 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2417]: 6 -1.00108 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2461]: 6 -1.00054 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2503]: 6 -1.24951 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2508]: 6 -1.34375 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2510]: 6 -1.375 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2523]: 6 -0.999891 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2534]: 6 -1.31238 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2535]: 6 -1.31238 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2579]: 6 -0.999891 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2585]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2635]: 6 -2.37975 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2646]: 6 -1.33712 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2650]: 6 -1.00028 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2654]: 6 -0.998872 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2666]: 6 -1.07222 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2668]: 6 -1.14445 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2700]: 6 -1.32813 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2701]: 6 -1.26339 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2703]: 6 -1.05357 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2726]: 6 -1.1934 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2728]: 6 -1.3125 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2737]: 6 -2 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2741]: 6 -1.32813 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2754]: 6 0 1 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2787]: 6 -0.997072 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2794]: 6 -1.3125 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2796]: 6 -1.25 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2797]: 6 -1.5 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2819]: 6 -1.00018 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2822]: 6 -1.33407 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2823]: 6 -1.33408 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2873]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2875]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2881]: 6 -1.15041 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2882]: 6 -1.30027 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2883]: 6 -1.00001 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2916]: 6 -0.999991 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2917]: 6 -0.99999 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2924]: 6 -1.00017 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2928]: 6 -1.5 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2932]: 6 0 0.312334 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2946]: 6 -0.975929 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2969]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2980]: 6 -1.00039 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2991]: 6 -0.963211 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3020]: 6 -1.25 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3021]: 6 -1.25 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3029]: 6 -7.00004 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3034]: 6 -5.74899 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3038]: 6 -1.14657 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3039]: 6 -3.14716 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3045]: 6 -1.00467 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3049]: 6 -1.01867 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3075]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3079]: 6 -1.24999 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3085]: 6 -1.04071 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3087]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3097]: 6 -1.00394 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3112]: 6 -1.44468 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3125]: 6 -1.00018 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3129]: 6 -1.00072 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3132]: 6 -1.00001 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3133]: 6 -1.0029 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3136]: 6 -0.99997 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3137]: 6 -0.999969 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3141]: 6 -1.02026 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3145]: 6 -1.08103 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3151]: 6 -1.00394 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3170]: 6 -1.00001 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3172]: 6 -1.00007 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3174]: 6 -0.999718 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3190]: 6 -0.979749 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3195]: 6 -1.45736 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3205]: 6 -1.00007 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3208]: 6 -0.999718 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3209]: 6 -2.25 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3212]: 6 -1.36441 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3241]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3243]: 6 -1.12405 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3267]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3278]: 6 -1.50732 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3302]: 6 -1.33301 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3304]: 6 -1.41602 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3312]: 6 0 1.40625 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3315]: 6 -0.812501 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3326]: 6 -1.06549 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3328]: 6 -1.07598 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3329]: 6 -1.02775 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3333]: 6 -1.111 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3336]: 6 -1.10832 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3341]: 6 -1.00018 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3345]: 6 -0.92823 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3350]: 6 -0.425833 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3353]: 6 -1.89315 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3369]: 6 -1.36477 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3372]: 6 -1.3773 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3378]: 6 -1.5 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3396]: 6 -0.999682 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3400]: 6 -1.33465 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3401]: 6 -1.33466 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3441]: 6 -0.928122 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3447]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3459]: 6 -1.10942 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3463]: 6 -0.937464 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3470]: 6 -0.621649 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3479]: 6 -1.20037 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3490]: 6 -2.07408 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3491]: 6 -1.11642 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3494]: 6 -1.00106 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3496]: 6 -1.96441 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3498]: 6 -1.2481 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3500]: 6 -0.995868 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3504]: 6 -1.02543 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3512]: 6 -0.573514 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3535]: 6 -1.03655 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3537]: 6 -0.926894 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3557]: 6 -1.00496 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3563]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3565]: 6 -1.00384 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3587]: 6 -0.999999 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3592]: 6 -1.42852 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3594]: 6 -1.3125 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3604]: 6 0 1 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3608]: 6 -1.00174 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3612]: 6 -0.99306 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3614]: 6 -0.406462 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3618]: 6 -3.37415 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3620]: 6 -1.11106 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3635]: 6 -1.29478 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3645]: 6 -1.08485 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3668]: 6 -1.04219 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3681]: 6 -1.01061 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3684]: 6 -0.957581 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3690]: 6 -1.33936 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3697]: 6 -0.750064 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3745]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3754]: 6 -1.02075 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3755]: 6 -0.9915 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3758]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3759]: 6 -0.877182 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3762]: 6 -2.06095 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3767]: 6 -1.1884 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3769]: 6 -1.00037 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3770]: 6 -1.16766 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3778]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3782]: 6 -1.21145 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3783]: 6 -1.21145 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3796]: 6 -0.99947 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3798]: 6 -1.034 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3804]: 6 -1.24564 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3806]: 6 -1.49128 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3810]: 6 -1.10745 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3812]: 6 -1.2149 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3828]: 6 -1.29073 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3829]: 6 -0.990659 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3843]: 6 -1.77596 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3848]: 6 -1.47612 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3849]: 6 -1.50424 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3852]: 6 -1.93797 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3853]: 6 -1.38761 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3857]: 6 -1.10255 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3860]: 6 -1.10747 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3872]: 6 -1.29509 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3874]: 6 -1.00002 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3878]: 6 -0.981448 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3881]: 6 -1.60168 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3897]: 6 -0.493469 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3902]: 6 0 1.00488 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3903]: 6 -0.995123 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3907]: 6 -1.02042 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3911]: 6 -1.08168 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3913]: 6 -1.15608 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3915]: 6 -1.32673 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3928]: 6 -0.344696 0 shouldn't be
134.52/135.01	WSVECS04 Frhs2[3930]: 6 -2.31061 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3939]: 6 -1.19522 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3940]: 6 -1.4556 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3944]: 6 -1.51214 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3947]: 6 -0.98275 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3955]: 6 -1.1256 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3960]: 6 -1.47349 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3963]: 6 -2.19004 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3965]: 6 -5.59979 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3979]: 6 -1.16828 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3983]: 6 -1.0023 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3990]: 6 -1.069 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3992]: 6 -0.996075 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3994]: 6 -0.992151 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[3998]: 6 -1.0314 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4000]: 6 -1.0628 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4004]: 6 -0.999987 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4006]: 6 -0.927444 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4008]: 6 -0.854944 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4014]: 6 -2.16045 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4015]: 6 -2.16045 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4018]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4028]: 6 -0.999994 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4029]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4035]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4047]: 6 -0.999772 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4056]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4059]: 6 -0.999945 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4061]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4070]: 6 -0.957724 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4075]: 6 -0.99961 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4078]: 6 0 0.329338 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4084]: 6 -2.98777 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4092]: 6 -1.00826 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4094]: 6 -1.01652 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4099]: 6 -1.01789 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4103]: 6 -1.13748 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4112]: 6 -0.999973 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4125]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4148]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4154]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4176]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4178]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4216]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4221]: 6 -0.976581 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4268]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4269]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4270]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4271]: 6 -1 0 shouldn't be
134.52/135.02	WSVECS04 Frhs2[4287]: 6 -1.85642 0 shouldn't be
174.68/175.30	c #Conflicts:     447000 | #Constraints:      22752
174.68/175.30	c #Conflicts:     448000 | #Constraints:      23752
174.68/175.30	c #Conflicts:     449000 | #Constraints:      24752
174.68/175.30	c #Conflicts:     450000 | #Constraints:      25752
174.68/175.30	c #Conflicts:     451000 | #Constraints:      26752
174.68/175.30	c #Conflicts:     452000 | #Constraints:      27752
174.68/175.30	c #Conflicts:     453000 | #Constraints:      28752
174.68/175.30	c #Conflicts:     454000 | #Constraints:      29752
174.68/175.30	c #Conflicts:     455000 | #Constraints:      30752
174.68/175.30	c #Conflicts:     456000 | #Constraints:      31752
174.68/175.30	c #Conflicts:     457000 | #Constraints:      32752
174.68/175.30	c #Conflicts:     458000 | #Constraints:      33752
174.68/175.30	c #Conflicts:     459000 | #Constraints:      34752
174.68/175.30	c #Conflicts:     460000 | #Constraints:      35752
174.68/175.30	c INPROCESSING
174.68/175.30	c GARBAGE COLLECT
174.68/175.30	c #Conflicts:     461000 | #Constraints:      23363
174.68/175.30	c #Conflicts:     462000 | #Constraints:      24363
174.68/175.30	c #Conflicts:     463000 | #Constraints:      25363
174.68/175.30	c #Conflicts:     464000 | #Constraints:      26363
174.68/175.30	c #Conflicts:     465000 | #Constraints:      27363
174.68/175.30	c #Conflicts:     466000 | #Constraints:      28363
174.68/175.30	c #Conflicts:     467000 | #Constraints:      29363
174.68/175.30	c #Conflicts:     468000 | #Constraints:      30363
174.68/175.30	c #Conflicts:     469000 | #Constraints:      31363
174.68/175.30	c #Conflicts:     470000 | #Constraints:      32363
174.68/175.30	c #Conflicts:     471000 | #Constraints:      33363
174.68/175.30	c #Conflicts:     472000 | #Constraints:      34363
174.68/175.30	c #Conflicts:     473000 | #Constraints:      35363
174.68/175.30	c #Conflicts:     474000 | #Constraints:      36363
174.68/175.30	c INPROCESSING
174.68/175.30	c GARBAGE COLLECT
174.68/175.30	c #Conflicts:     475000 | #Constraints:      23758
174.68/175.30	c #Conflicts:     476000 | #Constraints:      24758
174.68/175.30	c #Conflicts:     477000 | #Constraints:      25758
174.68/175.30	c #Conflicts:     478000 | #Constraints:      26758
174.68/175.30	c #Conflicts:     479000 | #Constraints:      27758
174.68/175.30	c #Conflicts:     480000 | #Constraints:      28758
174.68/175.30	c #Conflicts:     481000 | #Constraints:      29758
174.68/175.30	c #Conflicts:     482000 | #Constraints:      30758
174.68/175.30	c #Conflicts:     483000 | #Constraints:      31758
174.68/175.30	c #Conflicts:     484000 | #Constraints:      32758
174.68/175.30	c #Conflicts:     485000 | #Constraints:      33758
174.68/175.30	c #Conflicts:     486000 | #Constraints:      34758
174.68/175.30	c #Conflicts:     487000 | #Constraints:      35758
174.68/175.30	c #Conflicts:     488000 | #Constraints:      36758
174.68/175.30	c INPROCESSING
174.68/175.30	c GARBAGE COLLECT
174.68/175.30	c #Conflicts:     489000 | #Constraints:      23926
174.68/175.30	c #Conflicts:     490000 | #Constraints:      24926
174.68/175.30	c #Conflicts:     491000 | #Constraints:      25926
174.68/175.30	c #Conflicts:     492000 | #Constraints:      26926
174.68/175.30	c #Conflicts:     493000 | #Constraints:      27926
174.68/175.30	c #Conflicts:     494000 | #Constraints:      28926
174.68/175.30	c #Conflicts:     495000 | #Constraints:      29926
174.68/175.30	c #Conflicts:     496000 | #Constraints:      30926
174.68/175.30	c #Conflicts:     497000 | #Constraints:      31926
174.68/175.30	c #Conflicts:     498000 | #Constraints:      32926
174.68/175.30	c #Conflicts:     499000 | #Constraints:      33926
174.68/175.30	c #Conflicts:     500000 | #Constraints:      34926
174.68/175.30	c #Conflicts:     501000 | #Constraints:      35926
174.68/175.30	c #Conflicts:     502000 | #Constraints:      36926
174.68/175.30	c INPROCESSING
174.68/175.30	c GARBAGE COLLECT
174.68/175.30	c #Conflicts:     503000 | #Constraints:      23959
174.68/175.30	c #Conflicts:     504000 | #Constraints:      24959
174.68/175.30	c #Conflicts:     505000 | #Constraints:      25959
174.68/175.30	c #Conflicts:     506000 | #Constraints:      26959
174.68/175.30	c #Conflicts:     507000 | #Constraints:      27959
174.68/175.30	c #Conflicts:     508000 | #Constraints:      28959
174.68/175.30	c #Conflicts:     509000 | #Constraints:      29959
174.68/175.30	c #Conflicts:     510000 | #Constraints:      30959
174.68/175.30	c #Conflicts:     511000 | #Constraints:      31959
174.68/175.30	c #Conflicts:     512000 | #Constraints:      32959
174.68/175.30	c #Conflicts:     513000 | #Constraints:      33959
174.68/175.30	c #Conflicts:     514000 | #Constraints:      34959
174.68/175.30	c #Conflicts:     515000 | #Constraints:      35959
174.68/175.30	c #Conflicts:     516000 | #Constraints:      36959
174.68/175.30	c INPROCESSING
174.68/175.30	c GARBAGE COLLECT
174.68/175.30	c #Conflicts:     517000 | #Constraints:      23751
174.68/175.30	c #Conflicts:     518000 | #Constraints:      24751
174.68/175.30	c #Conflicts:     519000 | #Constraints:      25751
174.68/175.30	c #Conflicts:     520000 | #Constraints:      26752
174.68/175.30	c #Conflicts:     521000 | #Constraints:      27752
174.68/175.30	c #Conflicts:     522000 | #Constraints:      28752
198.80/199.58	c #Conflicts:     523000 | #Constraints:      29752
198.80/199.58	c #Conflicts:     524000 | #Constraints:      30752
198.80/199.58	c #Conflicts:     525000 | #Constraints:      31752
198.80/199.58	c #Conflicts:     526000 | #Constraints:      32752
198.80/199.58	c #Conflicts:     527000 | #Constraints:      33752
198.80/199.58	c #Conflicts:     528000 | #Constraints:      34752
198.80/199.58	c #Conflicts:     529000 | #Constraints:      35752
198.80/199.58	c #Conflicts:     530000 | #Constraints:      36752
198.80/199.58	c #Conflicts:     531000 | #Constraints:      37752
198.80/199.58	c INPROCESSING
198.80/199.58	c GARBAGE COLLECT
198.80/199.58	c #Conflicts:     532000 | #Constraints:      24333
198.80/199.58	c #Conflicts:     533000 | #Constraints:      25333
198.80/199.58	c #Conflicts:     534000 | #Constraints:      26333
198.80/199.58	c #Conflicts:     535000 | #Constraints:      27333
198.80/199.58	c #Conflicts:     536000 | #Constraints:      28333
198.80/199.58	c #Conflicts:     537000 | #Constraints:      29333
198.80/199.58	c #Conflicts:     538000 | #Constraints:      30333
198.80/199.58	c #Conflicts:     539000 | #Constraints:      31333
198.80/199.58	c #Conflicts:     540000 | #Constraints:      32333
198.80/199.58	c #Conflicts:     541000 | #Constraints:      33366
198.80/199.58	c #Conflicts:     542000 | #Constraints:      34366
198.80/199.58	c #Conflicts:     543000 | #Constraints:      35366
198.80/199.58	c #Conflicts:     544000 | #Constraints:      36366
198.80/199.58	c #Conflicts:     545000 | #Constraints:      37366
198.80/199.58	c #Conflicts:     546000 | #Constraints:      38366
198.80/199.58	c INPROCESSING
198.80/199.58	c GARBAGE COLLECT
198.80/199.58	c #Conflicts:     547000 | #Constraints:      24769
198.80/199.58	c #Conflicts:     548000 | #Constraints:      25769
198.80/199.58	c #Conflicts:     549000 | #Constraints:      26769
198.80/199.58	c #Conflicts:     550000 | #Constraints:      27769
198.80/199.58	c #Conflicts:     551000 | #Constraints:      28769
198.80/199.58	c #Conflicts:     552000 | #Constraints:      29769
198.80/199.58	c #Conflicts:     553000 | #Constraints:      30769
198.80/199.58	c #Conflicts:     554000 | #Constraints:      31769
198.80/199.58	c #Conflicts:     555000 | #Constraints:      32769
198.80/199.58	c #Conflicts:     556000 | #Constraints:      33769
198.80/199.58	c #Conflicts:     557000 | #Constraints:      34769
198.80/199.58	c #Conflicts:     558000 | #Constraints:      35769
198.80/199.58	c #Conflicts:     559000 | #Constraints:      36769
198.80/199.58	c #Conflicts:     560000 | #Constraints:      37769
198.80/199.58	c #Conflicts:     561000 | #Constraints:      38769
198.80/199.58	c INPROCESSING
198.80/199.58	c GARBAGE COLLECT
198.80/199.58	c #Conflicts:     562000 | #Constraints:      24995
198.80/199.58	c #Conflicts:     563000 | #Constraints:      25995
198.80/199.58	c #Conflicts:     564000 | #Constraints:      26995
198.80/199.58	c #Conflicts:     565000 | #Constraints:      27995
198.80/199.58	c #Conflicts:     566000 | #Constraints:      28995
198.80/199.58	c #Conflicts:     567000 | #Constraints:      29995
198.80/199.58	c #Conflicts:     568000 | #Constraints:      30995
198.80/199.58	c #Conflicts:     569000 | #Constraints:      31996
198.80/199.58	c #Conflicts:     570000 | #Constraints:      32996
198.80/199.58	c #Conflicts:     571000 | #Constraints:      33996
198.80/199.58	c #Conflicts:     572000 | #Constraints:      34996
198.80/199.58	c #Conflicts:     573000 | #Constraints:      35996
198.80/199.58	c #Conflicts:     574000 | #Constraints:      36996
198.80/199.58	c #Conflicts:     575000 | #Constraints:      37996
198.80/199.58	c #Conflicts:     576000 | #Constraints:      38996
198.80/199.58	c INPROCESSING
198.80/199.58	c GARBAGE COLLECT
198.80/199.58	c #Conflicts:     577000 | #Constraints:      24990
198.80/199.58	c #Conflicts:     578000 | #Constraints:      25991
198.80/199.58	c #Conflicts:     579000 | #Constraints:      26991
198.80/199.58	c #Conflicts:     580000 | #Constraints:      27991
198.80/199.58	c #Conflicts:     581000 | #Constraints:      28991
198.80/199.58	c #Conflicts:     582000 | #Constraints:      29991
198.80/199.58	c #Conflicts:     583000 | #Constraints:      30991
198.80/199.58	c #Conflicts:     584000 | #Constraints:      31991
198.80/199.58	c #Conflicts:     585000 | #Constraints:      32991
198.80/199.58	c #Conflicts:     586000 | #Constraints:      33991
198.80/199.58	c #Conflicts:     587000 | #Constraints:      34991
198.80/199.58	c #Conflicts:     588000 | #Constraints:      35991
198.80/199.58	c #Conflicts:     589000 | #Constraints:      36991
198.80/199.58	c #Conflicts:     590000 | #Constraints:      37991
198.80/199.58	c #Conflicts:     591000 | #Constraints:      38991
198.80/199.58	c INPROCESSING
198.80/199.58	c GARBAGE COLLECT
198.80/199.58	c #Conflicts:     592000 | #Constraints:      24776
198.80/199.58	c #Conflicts:     593000 | #Constraints:      25776
198.80/199.58	c #Conflicts:     594000 | #Constraints:      26776
198.80/199.58	c #Conflicts:     595000 | #Constraints:      27776
198.80/199.58	c #Conflicts:     596000 | #Constraints:      28776
198.80/199.58	c #Conflicts:     597000 | #Constraints:      29776
198.80/199.58	c #Conflicts:     598000 | #Constraints:      30776
204.68/205.44	c #Conflicts:     599000 | #Constraints:      31777
204.68/205.44	c #Conflicts:     600000 | #Constraints:      32777
204.68/205.44	c #Conflicts:     601000 | #Constraints:      33777
204.68/205.44	c #Conflicts:     602000 | #Constraints:      34777
204.68/205.44	c #Conflicts:     603000 | #Constraints:      35777
204.68/205.44	c #Conflicts:     604000 | #Constraints:      36777
204.68/205.44	c #Conflicts:     605000 | #Constraints:      37777
204.68/205.44	c #Conflicts:     606000 | #Constraints:      38777
204.68/205.44	c #Conflicts:     607000 | #Constraints:      39777
204.68/205.44	c INPROCESSING
204.68/205.44	c GARBAGE COLLECT
204.68/205.44	WSVECS04 Frhs2[7]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[13]: 6 0 0.016867 shouldn't be
204.68/205.44	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[30]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[33]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[44]: 6 -2.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[46]: 6 -1.24944 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[68]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[76]: 6 -7.7592 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[77]: 6 0 0.519855 shouldn't be
204.68/205.44	WSVECS04 Frhs2[83]: 6 -1.16171 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[87]: 6 -1.00793 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[88]: 6 -1.07767 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[96]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[97]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[104]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[117]: 6 0 1.25009 shouldn't be
204.68/205.44	WSVECS04 Frhs2[128]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[132]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[144]: 6 0 0.328209 shouldn't be
204.68/205.44	WSVECS04 Frhs2[145]: 6 0 0.406297 shouldn't be
204.68/205.44	WSVECS04 Frhs2[146]: 6 0 0.343801 shouldn't be
204.68/205.44	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[159]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[161]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[162]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[171]: 6 -1.3913 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[179]: 6 -2.39533 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[181]: 6 -2.14386 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[183]: 6 -1.45316 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[187]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[188]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[198]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[206]: 6 -2.33204 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[214]: 6 -1.50004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[217]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[220]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[223]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[233]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[256]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[259]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[265]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[267]: 6 -1.00015 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[276]: 6 -1.25004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[277]: 6 -2.14192 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[278]: 6 -2.25004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[279]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[326]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[348]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[350]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[394]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[396]: 6 -1.54319 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[409]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[412]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[416]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[422]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[424]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[447]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[448]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[461]: 6 -1.31527 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[477]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[479]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[482]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[484]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[488]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[501]: 6 -1.70321 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[502]: 6 0 0.0285382 shouldn't be
204.68/205.44	WSVECS04 Frhs2[508]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[510]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[512]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[513]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[541]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[555]: 6 -1.54317 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[558]: 6 0 0.580343 shouldn't be
204.68/205.44	WSVECS04 Frhs2[573]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[584]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[588]: 6 -5.8498 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[589]: 6 -2.59691 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[596]: 6 -2.07291 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[615]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[616]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[629]: 6 0 0.572973 shouldn't be
204.68/205.44	WSVECS04 Frhs2[631]: 6 -1.45319 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[637]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[638]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[651]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[657]: 6 -2.32814 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[658]: 6 -2.3438 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[659]: 6 -2.23454 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[661]: 6 -2.25004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[670]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[678]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[685]: 6 0 0.992223 shouldn't be
204.68/205.44	WSVECS04 Frhs2[690]: 6 -2.32822 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[691]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[697]: 6 -2.07761 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[701]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[720]: 6 -1.1985 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[721]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[722]: 6 -1.01567 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[728]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[735]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[899]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[961]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[982]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[993]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[995]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1012]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1033]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1049]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1050]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1057]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1058]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1069]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1073]: 6 -0.981828 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1074]: 6 -1.25004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1077]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1084]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1089]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1100]: 6 -2.80591 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1109]: 6 -3.56254 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1111]: 6 -1.2501 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1112]: 6 -1.25006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1117]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1118]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1119]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1124]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1133]: 6 -3.13635 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1145]: 6 -0.730628 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1147]: 6 0 1.07766 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1152]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1161]: 6 -0.50001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1162]: 6 -1.01825 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1163]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1171]: 6 0 0.457835 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1175]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1177]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1178]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1179]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1182]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1184]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1201]: 6 -1.33327 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1202]: 6 -1.33205 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1203]: 6 -2.64071 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1205]: 6 -2.88838 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1211]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1212]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1214]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1215]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1216]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1218]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1222]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1224]: 6 0 0.432901 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1229]: 6 -0.812198 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1231]: 6 0 0.190625 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1233]: 6 -0.916061 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1236]: 6 -1.32816 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1239]: 6 -1.28912 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1240]: 6 -1.40627 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1244]: 6 -1.25009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1246]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1251]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1260]: 6 -3.02032 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1268]: 6 0 1.07766 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1276]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1278]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1284]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1290]: 6 -1.32817 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1292]: 6 -3.31257 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1297]: 6 -1.99809 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1301]: 6 -2.57822 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1302]: 6 -2.85361 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1306]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1307]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1312]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1315]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1317]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1318]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1321]: 6 -0.24869 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1325]: 6 -0.996145 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1329]: 6 -1.25009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1330]: 6 -2.01566 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1331]: 6 -2.33212 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1340]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1341]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1343]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1346]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1347]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1350]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1351]: 6 -0.748566 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1354]: 6 -0.666057 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1355]: 6 -1.33211 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1369]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1380]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1382]: 6 0 0.391259 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1385]: 6 -1.33212 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1387]: 6 -1.32816 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1389]: 6 -2.81562 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1395]: 6 -0.802809 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1400]: 6 -0.687551 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1410]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1420]: 6 -4.32936 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1428]: 6 -1.0623 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1429]: 6 -1.24954 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1430]: 6 -1.24907 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1432]: 6 -0.996202 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1438]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1443]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1444]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1445]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1457]: 6 -0.918064 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1461]: 6 -2.24958 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1462]: 6 -1.37505 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1468]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1475]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1482]: 6 -1.33206 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1486]: 6 -1.06258 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1488]: 6 -1.91409 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1491]: 6 -2.57821 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1499]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1501]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1502]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1505]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1520]: 6 -1.62505 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1521]: 6 -2.57819 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1527]: 6 -1.24911 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1530]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1535]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1540]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1542]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1545]: 6 -0.664085 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1550]: 6 -0.952715 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1566]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1580]: 6 -1.3282 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1581]: 6 -1.01178 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1584]: 6 -2.56258 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1586]: 6 0 1.5312 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1587]: 6 -1.37558 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1596]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1600]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1602]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1603]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1604]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1605]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1606]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1609]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1610]: 6 -1.65633 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1614]: 6 0 0.703211 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1615]: 6 0 3.32388 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1622]: 6 -0.875088 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1624]: 6 -1.50004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1625]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1632]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1633]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1643]: 6 -1.32037 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1648]: 6 0 0.938563 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1649]: 6 -1.34183 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1659]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1679]: 6 -2.32095 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1686]: 6 -1.50202 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1699]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1716]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1720]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1723]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1724]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1725]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1726]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1746]: 6 -3.25008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1960]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1962]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1964]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1968]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1975]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1978]: 6 0 0.167989 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1979]: 6 0 0.168007 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1980]: 6 -1.25005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1989]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1993]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1997]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[1999]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2001]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2004]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2008]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2009]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2012]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2015]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2049]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2054]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2056]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2058]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2060]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2062]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2064]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2068]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2072]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2074]: 6 -1.3332 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2076]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2082]: 6 -2.62502 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2085]: 6 -3.06606 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2088]: 6 -11.7359 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2089]: 6 -5.50009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2091]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2096]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2100]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2101]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2104]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2118]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2122]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2134]: 6 0 0.583175 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2138]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2142]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2147]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2152]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2154]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2156]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2158]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2160]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2161]: 6 -1.00022 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2164]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2165]: 6 -1.00058 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2168]: 6 -1.25003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2175]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2178]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2180]: 6 0 1.00002 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2182]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2186]: 6 -1.6178 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2190]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2192]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2193]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2196]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2199]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2202]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2203]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2206]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2207]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2209]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2215]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2216]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2223]: 6 -1.42319 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2233]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2236]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2239]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2241]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2244]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2245]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2248]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2249]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2252]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2253]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2255]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2257]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2260]: 6 0 1.99735 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2261]: 6 0 1.99728 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2264]: 6 -13.114 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2268]: 6 -0.625065 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2278]: 6 0 6.08106 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2279]: 6 0 4.08108 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2298]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2299]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2302]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2303]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2307]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2314]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2319]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2320]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2322]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2323]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2324]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2325]: 6 0 0.284335 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2335]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2336]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2339]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2342]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2346]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2349]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2355]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2357]: 6 -6.44642 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2366]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2367]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2371]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2373]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2377]: 6 -4.43031 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2381]: 6 -1.8861 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2384]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2385]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2388]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2392]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2394]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2395]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2398]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2401]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2405]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2406]: 6 -1.00117 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2409]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2411]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2419]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2427]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2428]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2429]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2430]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2431]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2434]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2437]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2440]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2441]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2443]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2445]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2450]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2452]: 6 0 0.9973 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2454]: 6 -1.51609 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2455]: 6 -5.51052 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2462]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2467]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2470]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2471]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2474]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2475]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2478]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2479]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2482]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2483]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2486]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2487]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2490]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2491]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2494]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2495]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2497]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2500]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2501]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2505]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2514]: 6 -1.32822 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2515]: 6 -1.31255 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2517]: 6 -1.25005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2519]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2520]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2525]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2526]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2527]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2530]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2531]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2534]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2536]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2538]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2540]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2544]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2546]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2552]: 6 -9.08104 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2553]: 6 -3.86568 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2556]: 6 -1.3321 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2574]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2576]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2578]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2579]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2582]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2584]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2586]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2590]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2592]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2599]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2600]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2601]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2605]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2609]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2610]: 6 -1.29042 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2611]: 6 -1.58089 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2612]: 6 -1.16164 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2618]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2622]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2628]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2629]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2632]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2633]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2636]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2637]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2640]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2642]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2643]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2646]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2650]: 6 -1.25008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2657]: 6 -1.29046 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2662]: 6 0 1.32333 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2672]: 6 -7.15522 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2673]: 6 -5.15518 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2676]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2677]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2680]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2682]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2684]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2686]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2692]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2696]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2697]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2703]: 6 -1.32816 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2704]: 6 -1.32814 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2706]: 6 -1.31251 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2708]: 6 -1.25003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2709]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2711]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2713]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2716]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2718]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2726]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2728]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2730]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2732]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2733]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2736]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2738]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2739]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2741]: 6 -1.3331 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2762]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2764]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2766]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2768]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2770]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2772]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2774]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2776]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2777]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2780]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2781]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2784]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2787]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2793]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2794]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2795]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2799]: 6 -1.33319 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2801]: 6 -1.32822 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2807]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2812]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2814]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2817]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2820]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2824]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2825]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2828]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2829]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2831]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2834]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2836]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2837]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2840]: 6 -0.248653 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2842]: 6 -1.33324 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2844]: 6 -4.33751 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2862]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2864]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2866]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2868]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2869]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2872]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2874]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2878]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2882]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2883]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2890]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2897]: 6 -1.33065 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2900]: 6 -1.31256 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2908]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2909]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2911]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2913]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2915]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2918]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2919]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2922]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2923]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2925]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2928]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2930]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2932]: 6 -0.748502 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2933]: 6 -0.748514 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2936]: 6 -2.33919 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2937]: 6 -4.33918 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2942]: 6 -2.66653 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2968]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2970]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2972]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2974]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2976]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2977]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2979]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2981]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2982]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2988]: 6 0 0.997296 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2992]: 6 -1.32818 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2993]: 6 -1.31258 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[2994]: 6 -1.31251 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3000]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3006]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3010]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3011]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3014]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3015]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3018]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3019]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3022]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3025]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3029]: 6 -1.78519 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3032]: 6 -9.3211 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3053]: 6 -2.0938 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3056]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3064]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3072]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3075]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3076]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3077]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3078]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3081]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3082]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3094]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3096]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3098]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3102]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3103]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3104]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3106]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3108]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3110]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3112]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3114]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3115]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3118]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3120]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3122]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3124]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3125]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3128]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3129]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3132]: 6 -1.32818 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3134]: 6 -0.00398482 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3152]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3154]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3156]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3157]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3160]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3162]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3164]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3166]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3168]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3169]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3170]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3171]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3173]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3176]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3177]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3191]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3192]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3193]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3196]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3202]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3203]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3206]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3210]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3211]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3213]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3216]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3218]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3219]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3222]: 6 -1.3282 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3246]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3248]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3249]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3252]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3253]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3256]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3257]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3259]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3262]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3264]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3266]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3267]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3271]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3274]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3276]: 6 -0.25842 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3291]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3294]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3297]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3300]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3302]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3304]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3305]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3308]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3309]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3312]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3314]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3315]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3318]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3320]: 6 -4.21643 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3322]: 6 -1.33212 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3344]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3348]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3349]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3354]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3356]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3358]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3360]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3362]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3363]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3364]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3367]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3368]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3370]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3371]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3372]: 6 0 0.917079 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3375]: 6 -0.593802 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3376]: 6 -1.18757 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3379]: 6 -0.500044 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3383]: 6 -0.00793659 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3387]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3388]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3390]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3392]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3393]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3396]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3398]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3400]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3401]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3405]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3408]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3409]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3416]: 6 -8.96494 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3418]: 6 -6.60601 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3422]: 6 -2.75002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3432]: 6 -9.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3433]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3436]: 6 -0.0776238 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3437]: 6 -2.06197 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3440]: 6 -3.68972 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3444]: 6 -5.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3445]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3448]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3452]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3454]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3456]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3457]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3459]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3473]: 6 -1.31239 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3487]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3490]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3494]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3496]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3500]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3501]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3504]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3508]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3512]: 6 -0.664099 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3516]: 6 -2.34389 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3534]: 6 -5.03119 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3536]: 6 -13.0623 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3537]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3540]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3541]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3544]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3545]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3548]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3550]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3557]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3562]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3566]: 6 -1.07817 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3572]: 6 -1.37501 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3583]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3586]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3587]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3589]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3592]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3593]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3595]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3597]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3600]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3604]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3608]: 6 -1.07816 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3614]: 6 -1.32814 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3616]: 6 -15.211 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3628]: 6 0 1.00005 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3629]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3636]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3640]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3644]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3645]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3650]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3653]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3654]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3660]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3662]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3669]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3671]: 6 -1.25008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3672]: 6 -0.500026 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3674]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3676]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3679]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3681]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3683]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3685]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3687]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3688]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3689]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3690]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3692]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3696]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3698]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3700]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3703]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3706]: 6 -1.65633 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3708]: 6 -1.31256 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3719]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3723]: 6 -4.65634 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3727]: 6 -2.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3730]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3731]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3734]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3735]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3738]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3742]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3743]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3753]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3754]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3757]: 6 -1.31255 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3770]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3777]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3779]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3782]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3783]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3786]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3789]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3792]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3794]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3796]: 6 0 0.07036 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3800]: 6 -5.28127 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3819]: 6 -2.00391 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3824]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3828]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3829]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3832]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3833]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3835]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3838]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3839]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3842]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3844]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3850]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3852]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3854]: 6 -1.03134 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3859]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3861]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3862]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3870]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3873]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3876]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3877]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3880]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3884]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3888]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3891]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3892]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3896]: 6 -1.03128 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3897]: 6 -1.94514 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3904]: 6 -12.5001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3905]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3908]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3909]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3912]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3916]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3920]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3924]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3925]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3928]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3929]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3932]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3935]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3937]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3938]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3941]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3943]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3945]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3946]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3947]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3953]: 6 -0.375049 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3956]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3958]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3959]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3961]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3962]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3967]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3968]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3969]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3971]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3982]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3983]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3986]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3988]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3990]: 6 -2.00798 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3992]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3994]: 6 0 2.93795 shouldn't be
204.68/205.44	WSVECS04 Frhs2[3996]: 6 -0.687542 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4002]: 6 -3.50001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4004]: 6 -10.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4008]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4009]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4012]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4013]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4015]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4017]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4019]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4020]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4021]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4024]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4028]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4030]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4031]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4041]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4044]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4048]: 6 0 0.00115158 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4058]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4062]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4066]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4074]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4075]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4078]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4080]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4082]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4086]: 6 -0.477223 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4090]: 6 -3.09139 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4092]: 6 0 0.00119838 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4094]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4097]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4099]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4101]: 6 -1.37508 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4110]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4114]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4116]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4117]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4120]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4122]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4124]: 6 -1.00001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4126]: 6 -1.00008 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4128]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4178]: 6 -1.00007 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4210]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4211]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4216]: 6 -1.00009 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4217]: 6 -1.00004 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4218]: 6 -1.00006 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4219]: 6 -1.0001 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4220]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4221]: 6 -1.00005 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4237]: 6 -1.00002 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4269]: 6 0 1.00006 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4271]: 6 -1.00003 0 shouldn't be
204.68/205.44	WSVECS04 Frhs2[4287]: 6 -1.00004 0 shouldn't be
232.48/233.38	c #Conflicts:     608000 | #Constraints:      25373
232.48/233.38	c #Conflicts:     609000 | #Constraints:      26373
232.48/233.38	c #Conflicts:     610000 | #Constraints:      27373
232.48/233.38	c #Conflicts:     611000 | #Constraints:      28373
232.48/233.38	c #Conflicts:     612000 | #Constraints:      29373
232.48/233.38	c #Conflicts:     613000 | #Constraints:      30373
232.48/233.38	c #Conflicts:     614000 | #Constraints:      31373
232.48/233.38	c #Conflicts:     615000 | #Constraints:      32373
232.48/233.38	c #Conflicts:     616000 | #Constraints:      33374
232.48/233.38	c #Conflicts:     617000 | #Constraints:      34374
232.48/233.38	c #Conflicts:     618000 | #Constraints:      35374
232.48/233.38	c #Conflicts:     619000 | #Constraints:      36374
232.48/233.38	c #Conflicts:     620000 | #Constraints:      37374
232.48/233.38	c #Conflicts:     621000 | #Constraints:      38374
232.48/233.38	c #Conflicts:     622000 | #Constraints:      39374
232.48/233.38	c #Conflicts:     623000 | #Constraints:      40374
232.48/233.38	c INPROCESSING
232.48/233.38	c GARBAGE COLLECT
232.48/233.38	c #Conflicts:     624000 | #Constraints:      25750
232.48/233.38	c #Conflicts:     625000 | #Constraints:      26750
232.48/233.38	c #Conflicts:     626000 | #Constraints:      27750
232.48/233.38	c #Conflicts:     627000 | #Constraints:      28750
232.48/233.38	c #Conflicts:     628000 | #Constraints:      29750
232.48/233.38	c #Conflicts:     629000 | #Constraints:      30750
232.48/233.38	c #Conflicts:     630000 | #Constraints:      31750
232.48/233.38	c #Conflicts:     631000 | #Constraints:      32750
232.48/233.38	c #Conflicts:     632000 | #Constraints:      33750
232.48/233.38	c #Conflicts:     633000 | #Constraints:      34750
232.48/233.38	c #Conflicts:     634000 | #Constraints:      35750
232.48/233.38	c #Conflicts:     635000 | #Constraints:      36750
232.48/233.38	c #Conflicts:     636000 | #Constraints:      37750
232.48/233.38	c #Conflicts:     637000 | #Constraints:      38750
232.48/233.38	c #Conflicts:     638000 | #Constraints:      39750
232.48/233.38	c #Conflicts:     639000 | #Constraints:      40750
232.48/233.38	c INPROCESSING
232.48/233.38	c GARBAGE COLLECT
232.48/233.38	c #Conflicts:     640000 | #Constraints:      25938
232.48/233.38	c #Conflicts:     641000 | #Constraints:      26938
232.48/233.38	c #Conflicts:     642000 | #Constraints:      27938
232.48/233.38	c #Conflicts:     643000 | #Constraints:      28938
232.48/233.38	c #Conflicts:     644000 | #Constraints:      29938
232.48/233.38	c #Conflicts:     645000 | #Constraints:      30939
232.48/233.38	c #Conflicts:     646000 | #Constraints:      31939
232.48/233.38	c #Conflicts:     647000 | #Constraints:      32939
232.48/233.38	c #Conflicts:     648000 | #Constraints:      33939
232.48/233.38	c #Conflicts:     649000 | #Constraints:      34939
232.48/233.38	c #Conflicts:     650000 | #Constraints:      35939
232.48/233.38	c #Conflicts:     651000 | #Constraints:      36939
232.48/233.38	c #Conflicts:     652000 | #Constraints:      37939
232.48/233.38	c #Conflicts:     653000 | #Constraints:      39270
232.48/233.38	c #Conflicts:     654000 | #Constraints:      40546
232.48/233.38	c #Conflicts:     655000 | #Constraints:      41546
232.48/233.38	c INPROCESSING
232.48/233.38	c GARBAGE COLLECT
232.48/233.38	c #Conflicts:     656000 | #Constraints:      26262
232.48/233.38	c #Conflicts:     657000 | #Constraints:      27262
232.48/233.38	c #Conflicts:     658000 | #Constraints:      28262
232.48/233.38	c #Conflicts:     659000 | #Constraints:      29262
232.48/233.38	c #Conflicts:     660000 | #Constraints:      30262
232.48/233.38	c #Conflicts:     661000 | #Constraints:      31262
232.48/233.38	c #Conflicts:     662000 | #Constraints:      32262
232.48/233.38	c #Conflicts:     663000 | #Constraints:      33262
232.48/233.38	c #Conflicts:     664000 | #Constraints:      34262
232.48/233.38	c #Conflicts:     665000 | #Constraints:      35262
232.48/233.38	c #Conflicts:     666000 | #Constraints:      36262
232.48/233.38	c #Conflicts:     667000 | #Constraints:      37262
232.48/233.38	c #Conflicts:     668000 | #Constraints:      38262
232.48/233.38	c #Conflicts:     669000 | #Constraints:      39262
232.48/233.38	c #Conflicts:     670000 | #Constraints:      40262
232.48/233.38	c #Conflicts:     671000 | #Constraints:      41262
232.48/233.38	c INPROCESSING
232.48/233.38	c GARBAGE COLLECT
232.48/233.38	c #Conflicts:     672000 | #Constraints:      25890
232.48/233.38	c #Conflicts:     673000 | #Constraints:      26890
232.48/233.38	c #Conflicts:     674000 | #Constraints:      27890
232.48/233.38	c #Conflicts:     675000 | #Constraints:      28890
232.48/233.38	c #Conflicts:     676000 | #Constraints:      29890
232.48/233.38	c #Conflicts:     677000 | #Constraints:      30890
232.48/233.38	c #Conflicts:     678000 | #Constraints:      31891
232.48/233.38	c #Conflicts:     679000 | #Constraints:      32891
232.48/233.38	c #Conflicts:     680000 | #Constraints:      33891
232.48/233.38	c #Conflicts:     681000 | #Constraints:      34891
232.48/233.38	c #Conflicts:     682000 | #Constraints:      35891
232.48/233.38	c #Conflicts:     683000 | #Constraints:      36891
232.48/233.38	c #Conflicts:     684000 | #Constraints:      37891
268.78/269.78	c #Conflicts:     685000 | #Constraints:      38891
268.78/269.78	c #Conflicts:     686000 | #Constraints:      39892
268.78/269.78	c #Conflicts:     687000 | #Constraints:      40892
268.78/269.78	c #Conflicts:     688000 | #Constraints:      41892
268.78/269.78	c INPROCESSING
268.78/269.78	c GARBAGE COLLECT
268.78/269.78	c #Conflicts:     689000 | #Constraints:      26418
268.78/269.78	c #Conflicts:     690000 | #Constraints:      27418
268.78/269.78	c #Conflicts:     691000 | #Constraints:      28418
268.78/269.78	c #Conflicts:     692000 | #Constraints:      29418
268.78/269.78	c #Conflicts:     693000 | #Constraints:      30418
268.78/269.78	c #Conflicts:     694000 | #Constraints:      31418
268.78/269.78	c #Conflicts:     695000 | #Constraints:      32418
268.78/269.78	c #Conflicts:     696000 | #Constraints:      33418
268.78/269.78	c #Conflicts:     697000 | #Constraints:      34418
268.78/269.78	c #Conflicts:     698000 | #Constraints:      35418
268.78/269.78	c #Conflicts:     699000 | #Constraints:      36418
268.78/269.78	c #Conflicts:     700000 | #Constraints:      37418
268.78/269.78	c #Conflicts:     701000 | #Constraints:      38418
268.78/269.78	c #Conflicts:     702000 | #Constraints:      39418
268.78/269.78	c #Conflicts:     703000 | #Constraints:      40418
268.78/269.78	c #Conflicts:     704000 | #Constraints:      41418
268.78/269.78	c #Conflicts:     705000 | #Constraints:      42418
268.78/269.78	c INPROCESSING
268.78/269.78	c GARBAGE COLLECT
268.78/269.78	c #Conflicts:     706000 | #Constraints:      26760
268.78/269.78	c #Conflicts:     707000 | #Constraints:      27760
268.78/269.78	c #Conflicts:     708000 | #Constraints:      28760
268.78/269.78	c #Conflicts:     709000 | #Constraints:      29760
268.78/269.78	c #Conflicts:     710000 | #Constraints:      30760
268.78/269.78	c #Conflicts:     711000 | #Constraints:      31760
268.78/269.78	c #Conflicts:     712000 | #Constraints:      32760
268.78/269.78	c #Conflicts:     713000 | #Constraints:      33760
268.78/269.78	c #Conflicts:     714000 | #Constraints:      34760
268.78/269.78	c #Conflicts:     715000 | #Constraints:      35760
268.78/269.78	c #Conflicts:     716000 | #Constraints:      36760
268.78/269.78	c #Conflicts:     717000 | #Constraints:      37760
268.78/269.78	c #Conflicts:     718000 | #Constraints:      38760
268.78/269.78	c #Conflicts:     719000 | #Constraints:      39760
268.78/269.78	c #Conflicts:     720000 | #Constraints:      40760
268.78/269.78	c #Conflicts:     721000 | #Constraints:      41760
268.78/269.78	c #Conflicts:     722000 | #Constraints:      42760
268.78/269.78	c INPROCESSING
268.78/269.78	c GARBAGE COLLECT
268.78/269.78	c #Conflicts:     723000 | #Constraints:      26944
268.78/269.78	c #Conflicts:     724000 | #Constraints:      27944
268.78/269.78	c #Conflicts:     725000 | #Constraints:      28944
268.78/269.78	c #Conflicts:     726000 | #Constraints:      29944
268.78/269.78	c #Conflicts:     727000 | #Constraints:      30944
268.78/269.78	c #Conflicts:     728000 | #Constraints:      31944
268.78/269.78	c #Conflicts:     729000 | #Constraints:      32944
268.78/269.78	c #Conflicts:     730000 | #Constraints:      33944
268.78/269.78	c #Conflicts:     731000 | #Constraints:      34944
268.78/269.78	c #Conflicts:     732000 | #Constraints:      35944
268.78/269.78	c #Conflicts:     733000 | #Constraints:      36944
268.78/269.78	c #Conflicts:     734000 | #Constraints:      37944
268.78/269.78	c #Conflicts:     735000 | #Constraints:      38944
268.78/269.78	c #Conflicts:     736000 | #Constraints:      39944
268.78/269.78	c #Conflicts:     737000 | #Constraints:      40944
268.78/269.78	c #Conflicts:     738000 | #Constraints:      41944
268.78/269.78	c #Conflicts:     739000 | #Constraints:      42945
268.78/269.78	c INPROCESSING
268.78/269.78	c GARBAGE COLLECT
268.78/269.78	c #Conflicts:     740000 | #Constraints:      26943
268.78/269.78	c #Conflicts:     741000 | #Constraints:      27943
268.78/269.78	c #Conflicts:     742000 | #Constraints:      28943
268.78/269.78	c #Conflicts:     743000 | #Constraints:      29943
268.78/269.78	c #Conflicts:     744000 | #Constraints:      30943
268.78/269.78	c #Conflicts:     745000 | #Constraints:      31943
268.78/269.78	c #Conflicts:     746000 | #Constraints:      32943
268.78/269.78	c #Conflicts:     747000 | #Constraints:      33943
268.78/269.78	c #Conflicts:     748000 | #Constraints:      34943
268.78/269.78	c #Conflicts:     749000 | #Constraints:      35943
268.78/269.78	c #Conflicts:     750000 | #Constraints:      36943
268.78/269.78	c #Conflicts:     751000 | #Constraints:      37943
268.78/269.78	c #Conflicts:     752000 | #Constraints:      38943
268.78/269.78	c #Conflicts:     753000 | #Constraints:      39944
268.78/269.78	c #Conflicts:     754000 | #Constraints:      40944
268.78/269.78	c #Conflicts:     755000 | #Constraints:      41944
268.78/269.78	c #Conflicts:     756000 | #Constraints:      42944
268.78/269.78	c INPROCESSING
268.78/269.78	c GARBAGE COLLECT
268.78/269.78	c #Conflicts:     757000 | #Constraints:      26743
268.78/269.78	c #Conflicts:     758000 | #Constraints:      27743
268.78/269.78	c #Conflicts:     759000 | #Constraints:      28743
287.32/288.35	c #Conflicts:     760000 | #Constraints:      29743
287.32/288.35	c #Conflicts:     761000 | #Constraints:      30743
287.32/288.35	c #Conflicts:     762000 | #Constraints:      31743
287.32/288.35	c #Conflicts:     763000 | #Constraints:      32743
287.32/288.35	c #Conflicts:     764000 | #Constraints:      33743
287.32/288.35	c #Conflicts:     765000 | #Constraints:      34743
287.32/288.35	c #Conflicts:     766000 | #Constraints:      35743
287.32/288.35	c #Conflicts:     767000 | #Constraints:      36743
287.32/288.35	c #Conflicts:     768000 | #Constraints:      37743
287.32/288.35	c #Conflicts:     769000 | #Constraints:      38743
287.32/288.35	c #Conflicts:     770000 | #Constraints:      39743
287.32/288.35	c #Conflicts:     771000 | #Constraints:      40743
287.32/288.35	c #Conflicts:     772000 | #Constraints:      41743
287.32/288.35	c #Conflicts:     773000 | #Constraints:      42743
287.32/288.35	c #Conflicts:     774000 | #Constraints:      43743
287.32/288.35	c INPROCESSING
287.32/288.35	c GARBAGE COLLECT
287.32/288.35	c #Conflicts:     775000 | #Constraints:      27325
287.32/288.35	c #Conflicts:     776000 | #Constraints:      28325
287.32/288.35	c #Conflicts:     777000 | #Constraints:      29325
287.32/288.35	c #Conflicts:     778000 | #Constraints:      30325
287.32/288.35	c #Conflicts:     779000 | #Constraints:      31325
287.32/288.35	c #Conflicts:     780000 | #Constraints:      32325
287.32/288.35	c #Conflicts:     781000 | #Constraints:      33325
287.32/288.35	c #Conflicts:     782000 | #Constraints:      34325
287.32/288.35	c #Conflicts:     783000 | #Constraints:      35325
287.32/288.35	c #Conflicts:     784000 | #Constraints:      36325
287.32/288.35	c #Conflicts:     785000 | #Constraints:      37325
287.32/288.35	c #Conflicts:     786000 | #Constraints:      38325
287.32/288.35	c #Conflicts:     787000 | #Constraints:      39325
287.32/288.35	c #Conflicts:     788000 | #Constraints:      40325
287.32/288.35	c #Conflicts:     789000 | #Constraints:      41325
287.32/288.35	c #Conflicts:     790000 | #Constraints:      42325
287.32/288.35	c #Conflicts:     791000 | #Constraints:      43325
287.32/288.35	c #Conflicts:     792000 | #Constraints:      44325
287.32/288.35	c INPROCESSING
287.32/288.35	c GARBAGE COLLECT
287.32/288.35	c #Conflicts:     793000 | #Constraints:      27707
287.32/288.35	c #Conflicts:     794000 | #Constraints:      28707
287.32/288.35	c #Conflicts:     795000 | #Constraints:      29707
287.32/288.35	c #Conflicts:     796000 | #Constraints:      30707
287.32/288.35	c #Conflicts:     797000 | #Constraints:      31707
287.32/288.35	c #Conflicts:     798000 | #Constraints:      32707
287.32/288.35	c #Conflicts:     799000 | #Constraints:      33707
287.32/288.35	c #Conflicts:     800000 | #Constraints:      34707
287.32/288.35	c #Conflicts:     801000 | #Constraints:      35707
287.32/288.35	c #Conflicts:     802000 | #Constraints:      36707
287.32/288.35	c #Conflicts:     803000 | #Constraints:      37707
287.32/288.35	c #Conflicts:     804000 | #Constraints:      38707
287.32/288.35	c #Conflicts:     805000 | #Constraints:      39707
287.32/288.35	c #Conflicts:     806000 | #Constraints:      40707
287.32/288.35	c #Conflicts:     807000 | #Constraints:      41707
287.32/288.35	c #Conflicts:     808000 | #Constraints:      42707
287.32/288.35	c #Conflicts:     809000 | #Constraints:      43707
287.32/288.35	c #Conflicts:     810000 | #Constraints:      44708
287.32/288.35	c INPROCESSING
287.32/288.35	c GARBAGE COLLECT
287.32/288.35	WSVECS04 Frhs2[1]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[7]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[8]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[20]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[23]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[50]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[72]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[79]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[81]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[83]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[84]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[102]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[107]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[115]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[167]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[177]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[180]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[197]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[212]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[214]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[239]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[257]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[258]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[259]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[273]: 6 -1.00257 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[275]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[279]: 6 -1.32039 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[301]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[337]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[340]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[342]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[381]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[392]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[395]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[407]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[424]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[433]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[434]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[435]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[439]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[445]: 6 -22.7345 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[446]: 6 -98.7397 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[456]: 6 -1.00011 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[462]: 6 -1.0009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[473]: 6 -2.28126 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[482]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[486]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[500]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[502]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[513]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[530]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[531]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[536]: 6 -2.28128 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[562]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[595]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[596]: 6 -1.16017 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[600]: 6 -2.28133 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[616]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[618]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[619]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[627]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[632]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[645]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[648]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[651]: 6 -1.00017 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[656]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[659]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[672]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[693]: 6 -1.16018 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[712]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[713]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[723]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[938]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[967]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[982]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[993]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1012]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1024]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1033]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1039]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1064]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1065]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1070]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1075]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1080]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1088]: 6 -1.25007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1093]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1096]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1099]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1100]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1103]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1105]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1109]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1118]: 6 -1.25003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1130]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1131]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1141]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1144]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1155]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1156]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1161]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1163]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1165]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1177]: 6 -1.25006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1183]: 6 -1.25004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1186]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1187]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1191]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1192]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1194]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1195]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1197]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1198]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1201]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1204]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1207]: 6 -1.2344 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1212]: 6 -0.687515 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1218]: 6 -1.25008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1245]: 6 -1.32817 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1247]: 6 -1.31258 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1255]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1258]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1263]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1264]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1278]: 6 0 4.65634 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1283]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1284]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1285]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1290]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1296]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1303]: 6 -1.26795 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1315]: 6 -1.25006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1317]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1319]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1333]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1335]: 6 -1.25009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1350]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1361]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1369]: 6 -1.31256 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1372]: 6 -0.750046 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1377]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1378]: 6 -1.25009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1379]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1383]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1385]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1386]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1395]: 6 -0.998108 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1397]: 6 0 0.00787127 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1409]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1412]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1421]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1422]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1427]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1431]: 6 -1.31251 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1432]: 6 -1.31451 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1440]: 6 -1.31255 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1441]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1447]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1451]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1452]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1453]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1460]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1461]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1462]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1463]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1464]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1465]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1466]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1473]: 6 -0.750075 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1476]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1482]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1486]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1487]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1489]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1493]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1499]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1506]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1507]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1511]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1519]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1520]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1524]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1527]: 6 -1.25002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1528]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1530]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1535]: 6 -1.73439 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1540]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1542]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1545]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1549]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1554]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1555]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1556]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1566]: 6 -0.958375 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1569]: 6 -1.25007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1570]: 6 -1.25002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1572]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1573]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1574]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1577]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1578]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1579]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1580]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1587]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1588]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1589]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1590]: 6 -1.25003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1591]: 6 -1.31258 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1605]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1610]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1613]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1615]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1619]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1620]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1622]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1634]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1643]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1646]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1647]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1649]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1658]: 6 0 83.0001 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1666]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1667]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1669]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1678]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1686]: 6 -0.979217 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1697]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1705]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1716]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1720]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1747]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1766]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1953]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1955]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1960]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1962]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1964]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1966]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1968]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1973]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1980]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1985]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1991]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1994]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[1998]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2001]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2004]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2008]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2016]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2049]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2052]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2053]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2056]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2058]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2062]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2065]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2078]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2083]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2085]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2090]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2096]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2100]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2106]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2110]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2114]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2118]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2130]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2134]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2145]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2148]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2152]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2156]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2157]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2160]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2161]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2164]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2165]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2168]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2172]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2174]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2176]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2178]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2180]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2182]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2184]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2186]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2188]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2189]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2193]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2204]: 6 -1.25002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2206]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2214]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2215]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2219]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2222]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2225]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2230]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2238]: 6 -80.4643 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2239]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2243]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2256]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2268]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2270]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2271]: 6 -1.02005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2273]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2274]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2276]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2279]: 6 -1.32033 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2281]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2284]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2285]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2292]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2298]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2302]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2305]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2310]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2311]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2315]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2316]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2321]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2325]: 6 -11.25 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2326]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2327]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2334]: 6 -1.25003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2337]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2349]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2352]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2355]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2357]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2360]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2361]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2364]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2367]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2372]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2377]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2379]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2381]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2384]: 6 -1.25005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2385]: 6 -1.25001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2406]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2407]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2409]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2410]: 6 -1.00071 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2414]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2419]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2420]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2421]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2422]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2423]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2434]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2437]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2439]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2442]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2445]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2448]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2450]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2452]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2454]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2456]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2458]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2460]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2462]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2464]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2465]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2467]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2470]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2471]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2474]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2476]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2477]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2480]: 6 -1.32818 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2498]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2503]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2515]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2517]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2518]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2519]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2529]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2532]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2533]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2535]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2538]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2539]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2542]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2546]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2550]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2551]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2554]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2555]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2558]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2561]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2563]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2567]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2570]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2572]: 6 -1.32815 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2574]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2593]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2598]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2599]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2601]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2603]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2623]: 6 -1.25009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2635]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2637]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2639]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2642]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2645]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2648]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2651]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2654]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2659]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2661]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2663]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2665]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2667]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2670]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2692]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2693]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2694]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2696]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2697]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2699]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2700]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2702]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2703]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2704]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2709]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2714]: 6 -1.31698 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2719]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2722]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2724]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2728]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2729]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2732]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2733]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2736]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2738]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2739]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2742]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2743]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2746]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2750]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2752]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2753]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2756]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2757]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2759]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2761]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2763]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2765]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2782]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2789]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2793]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2799]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2800]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2801]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2802]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2805]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2807]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2814]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2816]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2817]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2819]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2821]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2823]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2826]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2831]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2833]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2835]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2838]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2840]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2842]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2844]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2846]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2847]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2849]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2852]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2853]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2855]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2857]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2859]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2861]: 6 -1.25003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2868]: 6 -1.25005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2876]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2880]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2883]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2886]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2888]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2894]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2897]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2903]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2911]: 6 -1.25008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2913]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2919]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2921]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2923]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2927]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2930]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2933]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2935]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2937]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2940]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2941]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2945]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2948]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2951]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2954]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2955]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2958]: 6 -1.33212 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2964]: 6 -1.32816 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2978]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2979]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2982]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2984]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2985]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2988]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[2990]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3008]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3009]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3011]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3013]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3015]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3020]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3024]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3025]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3027]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3029]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3032]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3033]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3036]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3038]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3039]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3042]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3043]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3045]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3047]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3050]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3053]: 6 -0.99809 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3058]: 6 0 1.00008 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3064]: 6 -21.125 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3065]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3067]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3071]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3074]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3077]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3078]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3080]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3093]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3094]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3105]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3107]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3109]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3112]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3116]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3117]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3120]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3122]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3123]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3126]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3127]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3130]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3131]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3134]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3135]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3137]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3140]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3141]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3143]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3169]: 6 -1.25009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3173]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3174]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3175]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3185]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3193]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3194]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3199]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3200]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3205]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3208]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3210]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3212]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3213]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3216]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3217]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3219]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3221]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3224]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3225]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3228]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3229]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3232]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3235]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3238]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3243]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3246]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3247]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3250]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3252]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3253]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3256]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3257]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3260]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3261]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3264]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3269]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3272]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3275]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3276]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3278]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3281]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3304]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3306]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3308]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3312]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3314]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3315]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3318]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3320]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3322]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3324]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3326]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3330]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3331]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3334]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3346]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3347]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3349]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3363]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3365]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3366]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3382]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3389]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3391]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3392]: 6 -1.25004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3393]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3396]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3397]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3400]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3402]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3404]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3406]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3408]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3410]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3412]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3413]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3416]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3420]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3421]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3424]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3427]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3431]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3434]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3435]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3438]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3442]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3443]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3446]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3450]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3454]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3461]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3466]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3468]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3475]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3477]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3478]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3487]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3489]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3492]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3496]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3501]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3506]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3510]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3511]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3514]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3518]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3519]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3524]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3527]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3533]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3535]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3538]: 6 -1.25003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3544]: 6 0 0.687531 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3546]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3550]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3557]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3559]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3560]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3572]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3579]: 6 -1.25009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3581]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3582]: 6 -1.25003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3583]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3594]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3595]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3598]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3600]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3602]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3606]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3608]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3610]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3612]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3614]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3616]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3620]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3632]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3636]: 6 -1.31257 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3642]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3646]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3648]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3650]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3652]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3659]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3661]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3666]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3677]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3680]: 6 -1.25008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3688]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3689]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3696]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3698]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3700]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3704]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3708]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3709]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3711]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3716]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3723]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3727]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3730]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3734]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3738]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3739]: 6 -3.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3746]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3751]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3753]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3755]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3757]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3760]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3761]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3764]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3777]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3779]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3781]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3784]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3785]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3787]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3789]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3791]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3794]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3795]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3798]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3799]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3801]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3802]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3804]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3806]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3808]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3810]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3812]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3813]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3815]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3817]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3820]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3838]: 6 -337 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3839]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3842]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3844]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3852]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3853]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3856]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3857]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3861]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3863]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3870]: 6 -1.25009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3872]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3873]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3876]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3877]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3880]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3887]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3890]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3892]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3894]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3900]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3906]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3907]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3910]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3911]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3914]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3915]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3918]: 6 -1.24487 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3940]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3944]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3945]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3946]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3956]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3960]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3966]: 6 -1.31255 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3968]: 6 -1.25006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3977]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3980]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3986]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3988]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3992]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3996]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[3997]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4002]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4005]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4008]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4010]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4012]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4013]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4016]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4020]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4034]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4035]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4044]: 6 -1.0001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4068]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4070]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4074]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4075]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4080]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4084]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4085]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4088]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4092]: 6 -1.00001 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4094]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4097]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4099]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4101]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4104]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4105]: 6 -1.00004 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4112]: 6 -1.31259 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4176]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4210]: 6 -1.00002 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4211]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4221]: 6 -1.00006 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4222]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4223]: 6 -1.00005 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4236]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4237]: 6 -1.00003 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4268]: 6 -1.00007 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4269]: 6 -1.00008 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4270]: 6 -1.00009 0 shouldn't be
287.32/288.35	WSVECS04 Frhs2[4271]: 6 -1.00001 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[14]: 6 -1.00006 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[75]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[111]: 6 -1.00006 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[133]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[137]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[139]: 6 -1.00012 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[141]: 6 -1.00012 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[165]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[171]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[175]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[178]: 6 -1.02005 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[179]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[195]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[329]: 6 -1.00006 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[332]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[334]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[366]: 6 -1.00006 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[383]: 6 -1.00008 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[399]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[454]: 6 -1.00009 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[455]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[490]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[491]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[492]: 6 -1.00006 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[493]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[518]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[520]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[522]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[524]: 6 -1.00009 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[526]: 6 -1.00006 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[529]: 6 -1.02004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[558]: 6 -1.00088 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[559]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[579]: 6 -1.0001 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[583]: 6 -1.00005 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[586]: 6 -1.00008 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[587]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[599]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[621]: 6 -1.00008 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[622]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[623]: 6 -1.00005 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[643]: 6 -1.00005 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[681]: 6 -1.00009 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[717]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[725]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[995]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1068]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1069]: 6 -1.00005 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1097]: 6 -1.0001 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1101]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1143]: 6 -1.00008 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1153]: 6 -1.0001 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1188]: 6 -1.00006 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1189]: 6 -1.00009 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1282]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1320]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1410]: 6 -1.25008 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1472]: 6 -1.25008 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1488]: 6 -1.00006 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1503]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1512]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1547]: 6 -1.00005 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1567]: 6 -1.25003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1576]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1604]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[1648]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2074]: 6 -1.00009 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2097]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2196]: 6 -1.00008 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2237]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2252]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2277]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2288]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2369]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2446]: 6 -1.00001 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2468]: 6 -1.0001 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2536]: 6 -1.00005 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2565]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2720]: 6 -1.2501 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2834]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[2944]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3076]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3133]: 6 -1.00006 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3146]: 6 -1.00009 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3285]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3296]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3311]: 6 -1.00004 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3339]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3377]: 6 -1.00005 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3522]: 6 -1.00006 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3574]: 6 -1.0001 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3577]: 6 -1.00002 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3692]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3720]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3731]: 6 -1.00009 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3742]: 6 -1.00009 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3816]: 6 -1.00001 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3846]: 6 -1.0001 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3850]: 6 -1.00003 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3888]: 6 -1.00009 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[3949]: 6 -1.00005 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[4046]: 6 -1.00007 0 shouldn't be
288.61/289.61	WSVECS04 Frhs2[4064]: 6 -1.25009 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[20]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[21]: 6 -1.16016 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[56]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[57]: 6 -2.28125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[74]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[111]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[119]: 6 -1.21354 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[136]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[162]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[168]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[172]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[176]: 6 -1.0025 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[178]: 6 -1.02002 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[182]: 6 -1.64063 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[194]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[209]: 6 -1.0025 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[236]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[240]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[246]: 6 -1.64063 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[259]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[263]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[270]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[273]: 6 -1.0025 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[279]: 6 -1.32031 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[299]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[304]: 6 -1.0025 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[310]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[321]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[330]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[337]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[338]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[341]: 6 -1.32031 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[342]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[343]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[383]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[384]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[385]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[402]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[405]: 6 -1.32031 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[406]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[419]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[420]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[434]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[439]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[442]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[446]: 6 -98.7396 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[448]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[460]: 6 -1.00016 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[471]: 6 -1.10677 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[473]: 6 -2.28125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[496]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[529]: 6 -1.02002 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[530]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[536]: 6 -2.28125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[559]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[562]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[564]: 6 -1.13346 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[565]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[568]: 6 -1.85417 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[579]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[583]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[586]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[600]: 6 -2.28125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[609]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[616]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[621]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[632]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[643]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[672]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[680]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[692]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[693]: 6 -1.16016 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[705]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[718]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[725]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[727]: 6 -1.32031 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[736]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1064]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1068]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1069]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1087]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1088]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1099]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1104]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1113]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1118]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1145]: 6 -80.4643 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1177]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1183]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1185]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1186]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1187]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1189]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1190]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1195]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1207]: 6 -1.23438 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1218]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1244]: 6 -0.6875 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1245]: 6 -1.32813 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1247]: 6 -1.3125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1248]: 6 -1.3125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1255]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1263]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1268]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1273]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1281]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1300]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1301]: 6 -1.31697 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1305]: 6 -1.375 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1308]: 6 -1.57031 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1309]: 6 -2.32813 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1315]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1317]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1326]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1335]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1348]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1369]: 6 -1.3125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1371]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1377]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1388]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1395]: 6 -0.998048 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1403]: 6 -0.671875 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1409]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1414]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1427]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1433]: 6 -1.25391 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1440]: 6 -1.3125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1441]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1444]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1458]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1465]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1471]: 6 -0.750001 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1474]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1475]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1476]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1481]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1492]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1493]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1503]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1506]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1521]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1530]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1535]: 6 -1.73438 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1555]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1556]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1565]: 6 -1.3125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1566]: 6 -0.958334 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1567]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1569]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1570]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1587]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1591]: 6 -1.3125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1594]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1620]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1623]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1634]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1646]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1648]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1658]: 6 0 83 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1666]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1667]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1678]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1686]: 6 -0.979168 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1716]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2059]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2063]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2075]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2134]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2182]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2204]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2214]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2222]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2230]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2238]: 6 -80.4643 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2259]: 6 -1.00031 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2311]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2325]: 6 -11.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2327]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2384]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2385]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2410]: 6 -1.00063 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2480]: 6 -1.32813 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2532]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2572]: 6 -1.32813 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2598]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2718]: 6 -1.07143 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2720]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2792]: 6 -1.00031 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2833]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2861]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2868]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2958]: 6 -1.33203 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2964]: 6 -1.32813 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2977]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2997]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3003]: 6 0 1.01563 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3080]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3087]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3169]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3276]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3396]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3458]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3486]: 6 -1.3125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3489]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3538]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3553]: 6 -1.3125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3554]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3579]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3581]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3634]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3636]: 6 -1.3125 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3677]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3739]: 6 -3 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3763]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3838]: 6 -337 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3876]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3918]: 6 -1.24479 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3919]: 6 -1.24479 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3968]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4046]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4064]: 6 -1.25 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4065]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4068]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4210]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4221]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4222]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4223]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
290.11/291.11	WSVECS04 Frhs2[4270]: 6 -1 0 shouldn't be
325.51/326.66	c #Conflicts:     811000 | #Constraints:      27927
325.51/326.66	c #Conflicts:     812000 | #Constraints:      28927
325.51/326.66	c #Conflicts:     813000 | #Constraints:      29927
325.51/326.66	c #Conflicts:     814000 | #Constraints:      30927
325.51/326.66	c #Conflicts:     815000 | #Constraints:      31927
325.51/326.66	c #Conflicts:     816000 | #Constraints:      32927
325.51/326.66	c #Conflicts:     817000 | #Constraints:      33928
325.51/326.66	c #Conflicts:     818000 | #Constraints:      34928
325.51/326.66	c #Conflicts:     819000 | #Constraints:      35928
325.51/326.66	c #Conflicts:     820000 | #Constraints:      36928
325.51/326.66	c #Conflicts:     821000 | #Constraints:      37928
325.51/326.66	c #Conflicts:     822000 | #Constraints:      38928
325.51/326.66	c #Conflicts:     823000 | #Constraints:      39928
325.51/326.66	c #Conflicts:     824000 | #Constraints:      40928
325.51/326.66	c #Conflicts:     825000 | #Constraints:      41928
325.51/326.66	c #Conflicts:     826000 | #Constraints:      42928
325.51/326.66	c #Conflicts:     827000 | #Constraints:      43928
325.51/326.66	c #Conflicts:     828000 | #Constraints:      44928
325.51/326.66	c INPROCESSING
325.51/326.66	c GARBAGE COLLECT
325.51/326.66	c #Conflicts:     829000 | #Constraints:      27956
325.51/326.66	c #Conflicts:     830000 | #Constraints:      28956
325.51/326.66	c #Conflicts:     831000 | #Constraints:      29956
325.51/326.66	c #Conflicts:     832000 | #Constraints:      30956
325.51/326.66	c #Conflicts:     833000 | #Constraints:      31956
325.51/326.66	c #Conflicts:     834000 | #Constraints:      32956
325.51/326.66	c #Conflicts:     835000 | #Constraints:      33956
325.51/326.66	c #Conflicts:     836000 | #Constraints:      34956
325.51/326.66	c #Conflicts:     837000 | #Constraints:      35956
325.51/326.66	c #Conflicts:     838000 | #Constraints:      36956
325.51/326.66	c #Conflicts:     839000 | #Constraints:      37957
325.51/326.66	c #Conflicts:     840000 | #Constraints:      38957
325.51/326.66	c #Conflicts:     841000 | #Constraints:      39957
325.51/326.66	c #Conflicts:     842000 | #Constraints:      40957
325.51/326.66	c #Conflicts:     843000 | #Constraints:      41957
325.51/326.66	c #Conflicts:     844000 | #Constraints:      42957
325.51/326.66	c #Conflicts:     845000 | #Constraints:      43957
325.51/326.66	c #Conflicts:     846000 | #Constraints:      44957
325.51/326.66	c INPROCESSING
325.51/326.66	c GARBAGE COLLECT
325.51/326.66	c #Conflicts:     847000 | #Constraints:      27725
325.51/326.66	c #Conflicts:     848000 | #Constraints:      28725
325.51/326.66	c #Conflicts:     849000 | #Constraints:      29725
325.51/326.66	c #Conflicts:     850000 | #Constraints:      30725
325.51/326.66	c #Conflicts:     851000 | #Constraints:      31725
325.51/326.66	c #Conflicts:     852000 | #Constraints:      32726
325.51/326.66	c #Conflicts:     853000 | #Constraints:      33727
325.51/326.66	c #Conflicts:     854000 | #Constraints:      34727
325.51/326.66	c #Conflicts:     855000 | #Constraints:      35727
325.51/326.66	c #Conflicts:     856000 | #Constraints:      36727
325.51/326.66	c #Conflicts:     857000 | #Constraints:      37727
325.51/326.66	c #Conflicts:     858000 | #Constraints:      38727
325.51/326.66	c #Conflicts:     859000 | #Constraints:      39727
325.51/326.66	c #Conflicts:     860000 | #Constraints:      40727
325.51/326.66	c #Conflicts:     861000 | #Constraints:      41727
325.51/326.66	c #Conflicts:     862000 | #Constraints:      42727
325.51/326.66	c #Conflicts:     863000 | #Constraints:      43727
325.51/326.66	c #Conflicts:     864000 | #Constraints:      44727
325.51/326.66	c #Conflicts:     865000 | #Constraints:      45727
325.51/326.66	c INPROCESSING
325.51/326.66	c GARBAGE COLLECT
325.51/326.66	c #Conflicts:     866000 | #Constraints:      28313
325.51/326.66	c #Conflicts:     867000 | #Constraints:      29313
325.51/326.66	c #Conflicts:     868000 | #Constraints:      30313
325.51/326.66	c #Conflicts:     869000 | #Constraints:      31313
325.51/326.66	c #Conflicts:     870000 | #Constraints:      32313
325.51/326.66	c #Conflicts:     871000 | #Constraints:      33313
325.51/326.66	c #Conflicts:     872000 | #Constraints:      34313
325.51/326.66	c #Conflicts:     873000 | #Constraints:      35313
325.51/326.66	c #Conflicts:     874000 | #Constraints:      36313
325.51/326.66	c #Conflicts:     875000 | #Constraints:      37313
325.51/326.66	c #Conflicts:     876000 | #Constraints:      38313
325.51/326.66	c #Conflicts:     877000 | #Constraints:      39313
325.51/326.66	c #Conflicts:     878000 | #Constraints:      40313
325.51/326.66	c #Conflicts:     879000 | #Constraints:      41313
325.51/326.66	c #Conflicts:     880000 | #Constraints:      42313
325.51/326.66	c #Conflicts:     881000 | #Constraints:      43313
325.51/326.66	c #Conflicts:     882000 | #Constraints:      44313
325.51/326.66	c #Conflicts:     883000 | #Constraints:      45313
325.51/326.66	c #Conflicts:     884000 | #Constraints:      46313
325.51/326.66	c INPROCESSING
325.51/326.66	c GARBAGE COLLECT
325.51/326.66	c #Conflicts:     885000 | #Constraints:      28754
325.51/326.66	c #Conflicts:     886000 | #Constraints:      29754
325.51/326.66	c #Conflicts:     887000 | #Constraints:      30754
356.42/357.67	c #Conflicts:     888000 | #Constraints:      31754
356.42/357.67	c #Conflicts:     889000 | #Constraints:      32754
356.42/357.67	c #Conflicts:     890000 | #Constraints:      33754
356.42/357.67	c #Conflicts:     891000 | #Constraints:      34754
356.42/357.67	c #Conflicts:     892000 | #Constraints:      35754
356.42/357.67	c #Conflicts:     893000 | #Constraints:      36754
356.42/357.67	c #Conflicts:     894000 | #Constraints:      37754
356.42/357.67	c #Conflicts:     895000 | #Constraints:      38754
356.42/357.67	c #Conflicts:     896000 | #Constraints:      39754
356.42/357.67	c #Conflicts:     897000 | #Constraints:      40754
356.42/357.67	c #Conflicts:     898000 | #Constraints:      41754
356.42/357.67	c #Conflicts:     899000 | #Constraints:      42754
356.42/357.67	c #Conflicts:     900000 | #Constraints:      43754
356.42/357.67	c #Conflicts:     901000 | #Constraints:      44754
356.42/357.67	c #Conflicts:     902000 | #Constraints:      45754
356.42/357.67	c #Conflicts:     903000 | #Constraints:      46754
356.42/357.67	c INPROCESSING
356.42/357.67	c GARBAGE COLLECT
356.42/357.67	c #Conflicts:     904000 | #Constraints:      28956
356.42/357.67	c #Conflicts:     905000 | #Constraints:      29956
356.42/357.67	c #Conflicts:     906000 | #Constraints:      30956
356.42/357.67	c #Conflicts:     907000 | #Constraints:      31956
356.42/357.67	c #Conflicts:     908000 | #Constraints:      32956
356.42/357.67	c #Conflicts:     909000 | #Constraints:      33956
356.42/357.67	c #Conflicts:     910000 | #Constraints:      34956
356.42/357.67	c #Conflicts:     911000 | #Constraints:      35956
356.42/357.67	c #Conflicts:     912000 | #Constraints:      36956
356.42/357.67	c #Conflicts:     913000 | #Constraints:      37956
356.42/357.67	c #Conflicts:     914000 | #Constraints:      38956
356.42/357.67	c #Conflicts:     915000 | #Constraints:      39956
356.42/357.67	c #Conflicts:     916000 | #Constraints:      40956
356.42/357.67	c #Conflicts:     917000 | #Constraints:      41956
356.42/357.67	c #Conflicts:     918000 | #Constraints:      42956
356.42/357.67	c #Conflicts:     919000 | #Constraints:      43956
356.42/357.67	c #Conflicts:     920000 | #Constraints:      44956
356.42/357.67	c #Conflicts:     921000 | #Constraints:      45956
356.42/357.67	c #Conflicts:     922000 | #Constraints:      46956
356.42/357.67	c INPROCESSING
356.42/357.67	c GARBAGE COLLECT
356.42/357.67	c #Conflicts:     923000 | #Constraints:      28936
356.42/357.67	c #Conflicts:     924000 | #Constraints:      29936
356.42/357.67	c #Conflicts:     925000 | #Constraints:      30936
356.42/357.67	c #Conflicts:     926000 | #Constraints:      31936
356.42/357.67	c #Conflicts:     927000 | #Constraints:      32936
356.42/357.67	c #Conflicts:     928000 | #Constraints:      33937
356.42/357.67	c #Conflicts:     929000 | #Constraints:      34937
356.42/357.67	c #Conflicts:     930000 | #Constraints:      35937
356.42/357.67	c #Conflicts:     931000 | #Constraints:      36937
356.42/357.67	c #Conflicts:     932000 | #Constraints:      37937
356.42/357.67	c #Conflicts:     933000 | #Constraints:      38937
356.42/357.67	c #Conflicts:     934000 | #Constraints:      39937
356.42/357.67	c #Conflicts:     935000 | #Constraints:      40937
356.42/357.67	c #Conflicts:     936000 | #Constraints:      41937
356.42/357.67	c #Conflicts:     937000 | #Constraints:      42937
356.42/357.67	c #Conflicts:     938000 | #Constraints:      43937
356.42/357.67	c #Conflicts:     939000 | #Constraints:      44937
356.42/357.67	c #Conflicts:     940000 | #Constraints:      45937
356.42/357.67	c #Conflicts:     941000 | #Constraints:      46937
356.42/357.67	c INPROCESSING
356.42/357.67	c GARBAGE COLLECT
356.42/357.67	c #Conflicts:     942000 | #Constraints:      28795
356.42/357.67	c #Conflicts:     943000 | #Constraints:      29795
356.42/357.67	c #Conflicts:     944000 | #Constraints:      30795
356.42/357.67	c #Conflicts:     945000 | #Constraints:      31795
356.42/357.67	c #Conflicts:     946000 | #Constraints:      32795
356.42/357.67	c #Conflicts:     947000 | #Constraints:      33795
356.42/357.67	c #Conflicts:     948000 | #Constraints:      34795
356.42/357.67	c #Conflicts:     949000 | #Constraints:      35795
356.42/357.67	c #Conflicts:     950000 | #Constraints:      36795
356.42/357.67	c #Conflicts:     951000 | #Constraints:      37795
356.42/357.67	c #Conflicts:     952000 | #Constraints:      38795
356.42/357.67	c #Conflicts:     953000 | #Constraints:      39795
356.42/357.67	c #Conflicts:     954000 | #Constraints:      40795
356.42/357.67	c #Conflicts:     955000 | #Constraints:      41795
356.42/357.67	c #Conflicts:     956000 | #Constraints:      42796
356.42/357.67	c #Conflicts:     957000 | #Constraints:      43796
356.42/357.67	c #Conflicts:     958000 | #Constraints:      44796
356.42/357.67	c #Conflicts:     959000 | #Constraints:      45796
356.42/357.67	c #Conflicts:     960000 | #Constraints:      46796
356.42/357.67	c #Conflicts:     961000 | #Constraints:      47796
356.42/357.67	c INPROCESSING
356.42/357.67	c GARBAGE COLLECT
356.42/357.67	WSVECS04 Frhs2[4]: 6 -29.0611 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[11]: 6 -0.999941 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[15]: 6 -1.00017 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[17]: 6 -1.00105 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[41]: 6 -0.998977 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[76]: 6 -0.99964 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[92]: 6 -0.46878 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[93]: 6 0 0.0624373 shouldn't be
356.42/357.67	WSVECS04 Frhs2[105]: 6 -0.999257 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[123]: 6 -0.998299 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[124]: 6 -0.999993 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[132]: 6 -19.119 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[156]: 6 -0.999461 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[207]: 6 -0.999997 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[267]: 6 -0.999987 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[271]: 6 -0.999413 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[275]: 6 -0.999407 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[283]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[299]: 6 -0.999642 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[342]: 6 -0.946007 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[345]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[347]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[374]: 6 -0.999949 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[379]: 6 -0.999728 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[431]: 6 -0.999421 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[443]: 6 -0.999995 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[459]: 6 -1.49964 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[475]: 6 -0.998572 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[527]: 6 -1.0003 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[532]: 6 -0.999915 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[538]: 6 -0.866921 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[541]: 6 0 0.0624443 shouldn't be
356.42/357.67	WSVECS04 Frhs2[555]: 6 -0.999277 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[566]: 6 -0.981698 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[576]: 6 -1.82897 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[591]: 6 -0.999683 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[597]: 6 -0.999992 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[603]: 6 -0.999999 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[611]: 6 -9.89538 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[622]: 6 0 2.29192e-05 shouldn't be
356.42/357.67	WSVECS04 Frhs2[626]: 6 -0.999375 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[630]: 6 -0.99998 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[635]: 6 -0.99946 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[636]: 6 -0.468782 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[694]: 6 -0.999569 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[723]: 6 -0.999407 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1055]: 6 -0.640373 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1059]: 6 -2.33301 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1060]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1064]: 6 -1.49979 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1066]: 6 -1.00003 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1069]: 6 -0.999765 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1071]: 6 -1.00008 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1074]: 6 -1.00009 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1078]: 6 -0.983208 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1088]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1089]: 6 -2.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1099]: 6 -0.625052 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1104]: 6 -0.999905 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1107]: 6 -0.998722 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1110]: 6 -0.999309 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1117]: 6 -1.22509 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1131]: 6 -0.999974 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1146]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1149]: 6 -1.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1181]: 6 -0.665993 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1212]: 6 -1.81237 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1258]: 6 -0.999923 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1274]: 6 -2.06237 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1277]: 6 -0.687501 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1282]: 6 -1.49985 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1283]: 6 -1.24994 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1299]: 6 -0.999997 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1337]: 6 -2.34834e-05 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1367]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1371]: 6 -1.49989 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1373]: 6 -1.34374 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1375]: 6 -2.5625 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1384]: 6 -2.00003 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1385]: 6 -0.750001 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1405]: 6 -2.125 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1433]: 6 -1.62495 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1443]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1446]: 6 0 25.6863 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1488]: 6 -0.999986 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1494]: 6 -0.999984 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1513]: 6 -1.28906 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1518]: 6 -2.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1534]: 6 -2 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1556]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1569]: 6 -0.835939 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1589]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1634]: 6 0 0.491697 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1660]: 6 -4.33579 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1716]: 6 -0.999982 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1725]: 6 -0.999989 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1726]: 6 -1.00098 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1966]: 6 -0.999932 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1968]: 6 -0.999965 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1980]: 6 -0.998478 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1983]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1985]: 6 -0.999455 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1991]: 6 -0.991701 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[1993]: 6 -1.0166 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2012]: 6 0 3.20295 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2051]: 6 -0.999983 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2058]: 6 -1.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2064]: 6 -1.3125 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2066]: 6 -1.37495 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2076]: 6 -1.00007 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2078]: 6 -0.999867 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2079]: 6 -0.999854 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2084]: 6 -1.00084 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2087]: 6 -0.998329 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2091]: 6 -0.998227 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2108]: 6 -2 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2110]: 6 0 4.25018 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2152]: 6 -0.999817 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2172]: 6 -0.999381 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2184]: 6 -0.999808 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2186]: 6 -0.999845 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2192]: 6 -1.00167 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2194]: 6 -1.00167 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2200]: 6 -0.500127 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2201]: 6 -2.12487 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2215]: 6 -0.999981 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2222]: 6 -0.999041 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2242]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2259]: 6 -0.999214 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2262]: 6 -1.00048 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2264]: 6 -0.994662 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2266]: 6 -0.998083 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2413]: 6 -0.999919 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2427]: 6 -0.999989 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2438]: 6 0 1.25 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2486]: 6 -1.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2582]: 6 -1.3125 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2636]: 6 0 3.00194 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2645]: 6 -3 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2682]: 6 -1.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2790]: 6 -0.5 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2832]: 6 -5.99996 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2834]: 6 -5 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2884]: 6 -1.375 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2895]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2966]: 6 -1.6875 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2989]: 6 -0.999999 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3003]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3024]: 6 -1.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3088]: 6 -0.999994 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3112]: 6 -1.00003 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3120]: 6 -4.99957 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3141]: 6 -0.999951 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3145]: 6 -0.999803 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3150]: 6 -0.998412 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3152]: 6 -0.999994 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3193]: 6 -0.999955 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3195]: 6 -0.999989 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3233]: 6 -0.999939 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3245]: 6 -0.999955 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3269]: 6 -1.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3270]: 6 -0.999972 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3289]: 6 -0.999934 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3322]: 6 -5 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3332]: 6 -0.999989 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3339]: 6 -0.998368 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3341]: 6 -1.00003 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3400]: 6 -111.745 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3403]: 6 -0.999888 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3416]: 6 -0.999979 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3518]: 6 -0.999995 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3520]: 6 -0.999985 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3521]: 6 -0.999996 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3529]: 6 -1.00005 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3531]: 6 -0.999911 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3546]: 6 -1.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3547]: 6 -1.24997 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3555]: 6 -0.999961 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3598]: 6 -1.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3625]: 6 -0.999993 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3660]: 6 -0.999984 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3686]: 6 0 0.406225 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3694]: 6 0 1 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3720]: 6 -0.999958 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3739]: 6 -1.25 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3748]: 6 -1.01806 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3784]: 6 -1.5 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3806]: 6 -5 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3810]: 6 -0.999959 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3820]: 6 -0.999992 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3832]: 6 -1.49998 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3834]: 6 -0.999965 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3836]: 6 0 1.49997 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3864]: 6 -0.99792 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3868]: 6 -4.33579 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3880]: 6 0 0.999987 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3885]: 6 -0.375005 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3888]: 6 -0.999984 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3912]: 6 -0.999957 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3928]: 6 -1.00001 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3932]: 6 -0.999957 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3950]: 6 -1.5 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3969]: 6 -0.999006 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[3998]: 6 -0.999987 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4023]: 6 -1.24997 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4025]: 6 0 0.500017 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4052]: 6 -0.999993 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4062]: 6 -1.624 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4078]: 6 0 1 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4081]: 6 -0.999998 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4085]: 6 -0.999991 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4088]: 6 -0.999925 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4097]: 6 -0.999812 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4107]: 6 -0.999991 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4210]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4215]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4217]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4219]: 6 -1 0 shouldn't be
356.42/357.67	WSVECS04 Frhs2[4220]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1]: 6 -2.85799 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[7]: 6 -1.00002 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[24]: 6 -1.01138 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[46]: 6 -0.999983 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[56]: 6 -0.997926 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[74]: 6 -0.998677 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[80]: 6 -0.99893 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[88]: 6 -0.999654 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[89]: 6 -0.999583 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[94]: 6 0 1.24988 shouldn't be
357.32/358.52	WSVECS04 Frhs2[97]: 6 -0.997924 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[103]: 6 -0.999703 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[109]: 6 -0.999923 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[118]: 6 -0.999949 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[120]: 6 -0.999251 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[153]: 6 -0.999576 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[157]: 6 0 0.0624557 shouldn't be
357.32/358.52	WSVECS04 Frhs2[182]: 6 -0.999516 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[184]: 6 -0.999276 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[211]: 6 -0.999376 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[219]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[235]: 6 0 2.63753e-06 shouldn't be
357.32/358.52	WSVECS04 Frhs2[259]: 6 -0.999985 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[264]: 6 -0.999862 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[266]: 6 -0.999063 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[298]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[303]: 6 -0.999972 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[312]: 6 -0.997926 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[334]: 6 -0.99995 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[409]: 6 -0.998826 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[436]: 6 -0.999981 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[462]: 6 0 0.000228034 shouldn't be
357.32/358.52	WSVECS04 Frhs2[463]: 6 -0.999973 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[478]: 6 0 0.249998 shouldn't be
357.32/358.52	WSVECS04 Frhs2[494]: 6 -0.99995 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[520]: 6 -0.999894 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[536]: 6 -0.947128 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[545]: 6 -0.998615 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[564]: 6 -0.999605 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[568]: 6 -0.999576 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[604]: 6 0 0.0624493 shouldn't be
357.32/358.52	WSVECS04 Frhs2[617]: 6 -1.31051 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[618]: 6 -1.24797 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[631]: 6 -0.999953 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[655]: 6 -0.999994 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[665]: 6 -0.998826 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[713]: 6 -0.999662 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[718]: 6 -0.99979 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[728]: 6 -0.999997 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[944]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[967]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1005]: 6 -0.999998 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1084]: 6 0 0.0624454 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1090]: 6 -0.999993 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1094]: 6 0 0.9375 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1108]: 6 -0.998329 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1135]: 6 -0.999691 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1136]: 6 -0.998142 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1148]: 6 -0.998919 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1172]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1200]: 6 -0.999999 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1201]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1208]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1224]: 6 -1.49903 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1255]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1262]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1268]: 6 -0.999985 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1271]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1272]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1273]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1289]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1293]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1298]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1317]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1318]: 6 -0.500001 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1319]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1338]: 6 -1.75 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1364]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1369]: 6 -1.37421 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1387]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1391]: 6 -0.999999 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1393]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1394]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1396]: 6 -0.999998 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1400]: 6 -1.6875 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1403]: 6 -1.5 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1423]: 6 -0.999997 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1431]: 6 -1.90541 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1432]: 6 -1.8125 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1434]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1448]: 6 -1.99985 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1457]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1459]: 6 -0.999976 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1487]: 6 -0.999985 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1493]: 6 -0.999978 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1495]: 6 -0.999963 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1524]: 6 -0.999985 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1529]: 6 -0.999997 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1542]: 6 -1.37266 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1543]: 6 -0.999992 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1545]: 6 -1.3125 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1549]: 6 -0.999985 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1554]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1570]: 6 -0.671743 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1579]: 6 -1.32814 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1582]: 6 -1.375 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1583]: 6 -1.24998 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1590]: 6 -0.999901 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1591]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1593]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1599]: 6 -0.999998 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1608]: 6 -0.731729 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1613]: 6 -1.00002 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1615]: 6 -1.00001 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1618]: 6 -0.999986 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1619]: 6 -1.00004 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1621]: 6 -0.999997 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1624]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1625]: 6 -0.999949 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1647]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1649]: 6 -0.999958 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1680]: 6 -0.999979 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1705]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1723]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1745]: 6 -1.00001 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1746]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1975]: 6 -1.00019 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2090]: 6 -0.998228 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2138]: 6 -0.99973 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2180]: 6 -1.00004 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2189]: 6 -0.999724 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2202]: 6 0 0.999747 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2220]: 6 -1.00014 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2254]: 6 -0.999925 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2307]: 6 -1.33203 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2320]: 6 -0.998142 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2394]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2403]: 6 -1.62496 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2405]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2409]: 6 -1.24886 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2412]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2619]: 6 -0.999978 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2680]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2716]: 6 -2.625 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2789]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2889]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2967]: 6 -1.6875 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2979]: 6 -1.3125 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2986]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3026]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3062]: 6 -1.6875 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3063]: 6 -1.6875 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3117]: 6 -0.000107715 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3157]: 6 -1.90625 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3221]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3237]: 6 -0.999998 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3275]: 6 -1.5 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3417]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3468]: 6 -0.999996 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3499]: 6 -0.500002 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3573]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3581]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3607]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3656]: 6 -0.999977 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3677]: 6 -0.999987 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3680]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3738]: 6 -1.25 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3751]: 6 -1.28906 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3757]: 6 -1.00002 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3765]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3781]: 6 -0.999997 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3788]: 6 0 1.32813 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3847]: 6 -1.3125 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3882]: 6 -1.3125 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3946]: 6 -1.34375 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3949]: 6 -1.24999 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3954]: 6 -0.999973 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3955]: 6 -0.999944 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3959]: 6 -0.999978 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3962]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[3966]: 6 0 1.76086e-05 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4014]: 6 -0.999999 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4024]: 6 0 1.7541e-05 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4041]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4046]: 6 -0.999986 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4056]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4057]: 6 -0.995852 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4099]: 6 -0.999975 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4178]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4216]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4218]: 6 -1 0 shouldn't be
357.32/358.52	WSVECS04 Frhs2[4271]: 6 -1 0 shouldn't be
413.07/414.45	c #Conflicts:     962000 | #Constraints:      29434
413.07/414.45	c #Conflicts:     963000 | #Constraints:      30434
413.07/414.45	c #Conflicts:     964000 | #Constraints:      31434
413.07/414.45	c #Conflicts:     965000 | #Constraints:      32434
413.07/414.45	c #Conflicts:     966000 | #Constraints:      33434
413.07/414.45	c #Conflicts:     967000 | #Constraints:      34434
413.07/414.45	c #Conflicts:     968000 | #Constraints:      35434
413.07/414.45	c #Conflicts:     969000 | #Constraints:      36434
413.07/414.45	c #Conflicts:     970000 | #Constraints:      37434
413.07/414.45	c #Conflicts:     971000 | #Constraints:      38435
413.07/414.45	c #Conflicts:     972000 | #Constraints:      39435
413.07/414.45	c #Conflicts:     973000 | #Constraints:      40435
413.07/414.45	c #Conflicts:     974000 | #Constraints:      41435
413.07/414.45	c #Conflicts:     975000 | #Constraints:      42435
413.07/414.45	c #Conflicts:     976000 | #Constraints:      43435
413.07/414.45	c #Conflicts:     977000 | #Constraints:      44435
413.07/414.45	c #Conflicts:     978000 | #Constraints:      45435
413.07/414.45	c #Conflicts:     979000 | #Constraints:      46435
413.07/414.45	c #Conflicts:     980000 | #Constraints:      47435
413.07/414.45	c #Conflicts:     981000 | #Constraints:      48435
413.07/414.45	c INPROCESSING
413.07/414.45	c GARBAGE COLLECT
413.07/414.45	c #Conflicts:     982000 | #Constraints:      29817
413.07/414.45	c #Conflicts:     983000 | #Constraints:      30817
413.07/414.45	c #Conflicts:     984000 | #Constraints:      31817
413.07/414.45	c #Conflicts:     985000 | #Constraints:      32817
413.07/414.45	c #Conflicts:     986000 | #Constraints:      33817
413.07/414.45	c #Conflicts:     987000 | #Constraints:      34817
413.07/414.45	c #Conflicts:     988000 | #Constraints:      35817
413.07/414.45	c #Conflicts:     989000 | #Constraints:      36817
413.07/414.45	c #Conflicts:     990000 | #Constraints:      37817
413.07/414.45	c #Conflicts:     991000 | #Constraints:      38817
413.07/414.45	c #Conflicts:     992000 | #Constraints:      39817
413.07/414.45	c #Conflicts:     993000 | #Constraints:      40817
413.07/414.45	c #Conflicts:     994000 | #Constraints:      41817
413.07/414.45	c #Conflicts:     995000 | #Constraints:      42817
413.07/414.45	c #Conflicts:     996000 | #Constraints:      43817
413.07/414.45	c #Conflicts:     997000 | #Constraints:      44817
413.07/414.45	c #Conflicts:     998000 | #Constraints:      45817
413.07/414.45	c #Conflicts:     999000 | #Constraints:      46817
413.07/414.45	c #Conflicts:    1000000 | #Constraints:      47817
413.07/414.45	c #Conflicts:    1001000 | #Constraints:      48817
413.07/414.45	c INPROCESSING
413.07/414.45	c GARBAGE COLLECT
413.07/414.45	c #Conflicts:    1002000 | #Constraints:      30024
413.07/414.45	c #Conflicts:    1003000 | #Constraints:      31024
413.07/414.45	c #Conflicts:    1004000 | #Constraints:      32024
413.07/414.45	c #Conflicts:    1005000 | #Constraints:      33024
413.07/414.45	c #Conflicts:    1006000 | #Constraints:      34024
413.07/414.45	c #Conflicts:    1007000 | #Constraints:      35024
413.07/414.45	c #Conflicts:    1008000 | #Constraints:      36024
413.07/414.45	c #Conflicts:    1009000 | #Constraints:      37024
413.07/414.45	c #Conflicts:    1010000 | #Constraints:      38025
413.07/414.45	c #Conflicts:    1011000 | #Constraints:      39025
413.07/414.45	c #Conflicts:    1012000 | #Constraints:      40025
413.07/414.45	c #Conflicts:    1013000 | #Constraints:      41025
413.07/414.45	c #Conflicts:    1014000 | #Constraints:      42025
413.07/414.45	c #Conflicts:    1015000 | #Constraints:      43026
413.07/414.45	c #Conflicts:    1016000 | #Constraints:      44026
413.07/414.45	c #Conflicts:    1017000 | #Constraints:      45026
413.07/414.45	c #Conflicts:    1018000 | #Constraints:      46026
413.07/414.45	c #Conflicts:    1019000 | #Constraints:      47026
413.07/414.45	c #Conflicts:    1020000 | #Constraints:      48026
413.07/414.45	c #Conflicts:    1021000 | #Constraints:      49026
413.07/414.45	c INPROCESSING
413.07/414.45	c GARBAGE COLLECT
413.07/414.45	c #Conflicts:    1022000 | #Constraints:      30031
413.07/414.45	c #Conflicts:    1023000 | #Constraints:      31031
413.07/414.45	c #Conflicts:    1024000 | #Constraints:      32031
413.07/414.45	c #Conflicts:    1025000 | #Constraints:      33031
413.07/414.45	c #Conflicts:    1026000 | #Constraints:      34031
413.07/414.45	c #Conflicts:    1027000 | #Constraints:      35031
413.07/414.45	c #Conflicts:    1028000 | #Constraints:      36031
413.07/414.45	c #Conflicts:    1029000 | #Constraints:      37031
413.07/414.45	c #Conflicts:    1030000 | #Constraints:      38031
413.07/414.45	c #Conflicts:    1031000 | #Constraints:      39031
413.07/414.45	c #Conflicts:    1032000 | #Constraints:      40031
413.07/414.45	c #Conflicts:    1033000 | #Constraints:      41031
413.07/414.45	c #Conflicts:    1034000 | #Constraints:      42031
413.07/414.45	c #Conflicts:    1035000 | #Constraints:      43031
413.07/414.45	c #Conflicts:    1036000 | #Constraints:      44031
413.07/414.45	c #Conflicts:    1037000 | #Constraints:      45031
413.07/414.45	c #Conflicts:    1038000 | #Constraints:      46031
468.92/470.48	c #Conflicts:    1039000 | #Constraints:      47031
468.92/470.48	c #Conflicts:    1040000 | #Constraints:      48031
468.92/470.48	c #Conflicts:    1041000 | #Constraints:      49031
468.92/470.48	c INPROCESSING
468.92/470.48	c GARBAGE COLLECT
468.92/470.48	c #Conflicts:    1042000 | #Constraints:      29818
468.92/470.48	c #Conflicts:    1043000 | #Constraints:      30818
468.92/470.48	c #Conflicts:    1044000 | #Constraints:      31818
468.92/470.48	c #Conflicts:    1045000 | #Constraints:      32818
468.92/470.48	c #Conflicts:    1046000 | #Constraints:      33818
468.92/470.48	c #Conflicts:    1047000 | #Constraints:      34818
468.92/470.48	c #Conflicts:    1048000 | #Constraints:      35818
468.92/470.48	c #Conflicts:    1049000 | #Constraints:      36818
468.92/470.48	c #Conflicts:    1050000 | #Constraints:      37818
468.92/470.48	c #Conflicts:    1051000 | #Constraints:      38818
468.92/470.48	c #Conflicts:    1052000 | #Constraints:      39818
468.92/470.48	c #Conflicts:    1053000 | #Constraints:      40818
468.92/470.48	c #Conflicts:    1054000 | #Constraints:      41818
468.92/470.48	c #Conflicts:    1055000 | #Constraints:      42819
468.92/470.48	c #Conflicts:    1056000 | #Constraints:      43819
468.92/470.48	c #Conflicts:    1057000 | #Constraints:      44819
468.92/470.48	c #Conflicts:    1058000 | #Constraints:      45819
468.92/470.48	c #Conflicts:    1059000 | #Constraints:      46819
468.92/470.48	c #Conflicts:    1060000 | #Constraints:      47819
468.92/470.48	c #Conflicts:    1061000 | #Constraints:      48819
468.92/470.48	c #Conflicts:    1062000 | #Constraints:      49819
468.92/470.48	c INPROCESSING
468.92/470.48	c GARBAGE COLLECT
468.92/470.48	c #Conflicts:    1063000 | #Constraints:      30394
468.92/470.48	c #Conflicts:    1064000 | #Constraints:      31394
468.92/470.48	c #Conflicts:    1065000 | #Constraints:      32394
468.92/470.48	c #Conflicts:    1066000 | #Constraints:      33394
468.92/470.48	c #Conflicts:    1067000 | #Constraints:      34394
468.92/470.48	c #Conflicts:    1068000 | #Constraints:      35395
468.92/470.48	c #Conflicts:    1069000 | #Constraints:      36395
468.92/470.48	c #Conflicts:    1070000 | #Constraints:      37395
468.92/470.48	c #Conflicts:    1071000 | #Constraints:      38395
468.92/470.48	c #Conflicts:    1072000 | #Constraints:      39395
468.92/470.48	c #Conflicts:    1073000 | #Constraints:      40395
468.92/470.48	c #Conflicts:    1074000 | #Constraints:      41395
468.92/470.48	c #Conflicts:    1075000 | #Constraints:      42395
468.92/470.48	c #Conflicts:    1076000 | #Constraints:      43395
468.92/470.48	c #Conflicts:    1077000 | #Constraints:      44395
468.92/470.48	c #Conflicts:    1078000 | #Constraints:      45395
468.92/470.48	c #Conflicts:    1079000 | #Constraints:      46395
468.92/470.48	c #Conflicts:    1080000 | #Constraints:      47395
468.92/470.48	c #Conflicts:    1081000 | #Constraints:      48395
468.92/470.48	c #Conflicts:    1082000 | #Constraints:      49395
468.92/470.48	c #Conflicts:    1083000 | #Constraints:      50396
468.92/470.48	c INPROCESSING
468.92/470.48	c GARBAGE COLLECT
468.92/470.48	c #Conflicts:    1084000 | #Constraints:      30786
468.92/470.48	c #Conflicts:    1085000 | #Constraints:      31786
468.92/470.48	c #Conflicts:    1086000 | #Constraints:      32786
468.92/470.48	c #Conflicts:    1087000 | #Constraints:      33786
468.92/470.48	c #Conflicts:    1088000 | #Constraints:      34786
468.92/470.48	c #Conflicts:    1089000 | #Constraints:      35786
468.92/470.48	c #Conflicts:    1090000 | #Constraints:      36786
468.92/470.48	c #Conflicts:    1091000 | #Constraints:      37786
468.92/470.48	c #Conflicts:    1092000 | #Constraints:      38786
468.92/470.48	c #Conflicts:    1093000 | #Constraints:      39786
468.92/470.48	c #Conflicts:    1094000 | #Constraints:      40786
468.92/470.48	c #Conflicts:    1095000 | #Constraints:      41786
468.92/470.48	c #Conflicts:    1096000 | #Constraints:      42786
468.92/470.48	c #Conflicts:    1097000 | #Constraints:      43786
468.92/470.48	c #Conflicts:    1098000 | #Constraints:      44786
468.92/470.48	c #Conflicts:    1099000 | #Constraints:      45787
468.92/470.48	c #Conflicts:    1100000 | #Constraints:      46787
468.92/470.48	c #Conflicts:    1101000 | #Constraints:      47787
468.92/470.48	c #Conflicts:    1102000 | #Constraints:      48787
468.92/470.48	c #Conflicts:    1103000 | #Constraints:      49787
468.92/470.48	c #Conflicts:    1104000 | #Constraints:      50787
468.92/470.48	c INPROCESSING
468.92/470.48	c GARBAGE COLLECT
468.92/470.48	WSVECS04 Frhs2[29]: 6 -2.02604 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[57]: 6 -0.996959 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[58]: 6 -2 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[59]: 6 -1.4375 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[81]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[85]: 6 -0.99886 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[87]: 6 -3.4655 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[88]: 6 -1.06901 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[93]: 6 -2.52604 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[94]: 6 -1.25 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[102]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[119]: 6 0 0.000507066 shouldn't be
468.92/470.48	WSVECS04 Frhs2[120]: 6 -2.15625 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[123]: 6 -1.6875 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[124]: 6 0 3.82975 shouldn't be
468.92/470.48	WSVECS04 Frhs2[152]: 6 -1.3125 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[158]: 6 -1.25 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[160]: 6 -2 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[231]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[258]: 6 -2 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[285]: 6 -2.02604 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[413]: 6 -2.33561 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[437]: 6 -0.99924 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[533]: 6 -0.99886 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[534]: 6 -2 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[541]: 6 -2.6367 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[566]: 6 -2 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[572]: 6 -5.35872 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[636]: 6 -7.34375 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[736]: 6 -2.25 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[944]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1086]: 6 -1.3125 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1116]: 6 -0.939166 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1139]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1178]: 6 -1.93917 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1190]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1217]: 6 -2 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1250]: 6 -1.25 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1342]: 6 -0.1875 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1368]: 6 -0.75 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1407]: 6 -0.5 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1423]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1460]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1497]: 6 -1.25 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1498]: 6 -3.7155 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1501]: 6 -1.13021 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1504]: 6 -1.25 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1528]: 6 -1.8125 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1530]: 6 0 0.265625 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1560]: 6 -2.6875 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1565]: 6 -3.4375 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1566]: 6 -1.47396 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1593]: 6 0 0.30599 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1621]: 6 -0.86198 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1961]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1963]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1967]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2052]: 6 -5 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2105]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2292]: 6 -5 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2386]: 6 -3.69262 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2669]: 6 -2 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2776]: 6 -5.3125 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2861]: 6 -3 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3160]: 6 -5 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3242]: 6 -1.25 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3342]: 6 -0.00304246 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3345]: 6 -3.32204 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3546]: 6 -1.25 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3548]: 6 -5.5 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3575]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3671]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3672]: 6 -2.403 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3697]: 6 -3 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3724]: 6 -1.4655 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3725]: 6 -1.4655 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3829]: 6 -1.25 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3874]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3920]: 6 -0.921875 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3937]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[4015]: 6 -3.29688 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[4210]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[4221]: 6 -3 0 shouldn't be
468.92/470.48	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
494.25/495.81	c #Conflicts:    1105000 | #Constraints:      31006
494.25/495.81	c #Conflicts:    1106000 | #Constraints:      32006
494.25/495.81	c #Conflicts:    1107000 | #Constraints:      33006
494.25/495.81	c #Conflicts:    1108000 | #Constraints:      34006
494.25/495.81	c #Conflicts:    1109000 | #Constraints:      35006
494.25/495.81	c #Conflicts:    1110000 | #Constraints:      36006
494.25/495.81	c #Conflicts:    1111000 | #Constraints:      37007
494.25/495.81	c #Conflicts:    1112000 | #Constraints:      38007
494.25/495.81	c #Conflicts:    1113000 | #Constraints:      39007
494.25/495.81	c #Conflicts:    1114000 | #Constraints:      40007
494.25/495.81	c #Conflicts:    1115000 | #Constraints:      41007
494.25/495.81	c #Conflicts:    1116000 | #Constraints:      42007
494.25/495.81	c #Conflicts:    1117000 | #Constraints:      43007
494.25/495.81	c #Conflicts:    1118000 | #Constraints:      44007
494.25/495.81	c #Conflicts:    1119000 | #Constraints:      45007
494.25/495.81	c #Conflicts:    1120000 | #Constraints:      46007
494.25/495.81	c #Conflicts:    1121000 | #Constraints:      47007
494.25/495.81	c #Conflicts:    1122000 | #Constraints:      48007
494.25/495.81	c #Conflicts:    1123000 | #Constraints:      49007
494.25/495.81	c #Conflicts:    1124000 | #Constraints:      50007
494.25/495.81	c #Conflicts:    1125000 | #Constraints:      51007
494.25/495.81	c INPROCESSING
494.25/495.81	c GARBAGE COLLECT
494.25/495.81	c #Conflicts:    1126000 | #Constraints:      30990
494.25/495.81	c #Conflicts:    1127000 | #Constraints:      31990
494.25/495.81	c #Conflicts:    1128000 | #Constraints:      32990
494.25/495.81	c #Conflicts:    1129000 | #Constraints:      33990
494.25/495.81	c #Conflicts:    1130000 | #Constraints:      34990
494.25/495.81	c #Conflicts:    1131000 | #Constraints:      35990
494.25/495.81	c #Conflicts:    1132000 | #Constraints:      36990
494.25/495.81	c #Conflicts:    1133000 | #Constraints:      37990
494.25/495.81	c #Conflicts:    1134000 | #Constraints:      38990
494.25/495.81	c #Conflicts:    1135000 | #Constraints:      39990
494.25/495.81	c #Conflicts:    1136000 | #Constraints:      40990
494.25/495.81	c #Conflicts:    1137000 | #Constraints:      41990
494.25/495.81	c #Conflicts:    1138000 | #Constraints:      42990
494.25/495.81	c #Conflicts:    1139000 | #Constraints:      43990
494.25/495.81	c #Conflicts:    1140000 | #Constraints:      44990
494.25/495.81	c #Conflicts:    1141000 | #Constraints:      45990
494.25/495.81	c #Conflicts:    1142000 | #Constraints:      46990
494.25/495.81	c #Conflicts:    1143000 | #Constraints:      47990
494.25/495.81	c #Conflicts:    1144000 | #Constraints:      48990
494.25/495.81	c #Conflicts:    1145000 | #Constraints:      49990
494.25/495.81	c #Conflicts:    1146000 | #Constraints:      50990
494.25/495.81	c INPROCESSING
494.25/495.81	c GARBAGE COLLECT
494.25/495.81	WSVECS04 Frhs2[9]: 6 -0.772066 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[15]: 6 -0.952026 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[16]: 6 -0.979338 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[19]: 6 -0.978332 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[28]: 6 -0.646907 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[33]: 6 -3.6294 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[69]: 6 0 0.645923 shouldn't be
494.25/495.81	WSVECS04 Frhs2[72]: 6 -11.1894 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[85]: 6 -1.18754 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[86]: 6 -2.22964 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[94]: 6 -0.975147 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[107]: 6 -1.14637 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[116]: 6 -0.993055 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[130]: 6 0 0.822817 shouldn't be
494.25/495.81	WSVECS04 Frhs2[131]: 6 -2.27851 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[135]: 6 -3.30423 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[142]: 6 -1.52027 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[143]: 6 -2.24225 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[145]: 6 -0.881828 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[147]: 6 -1.02126 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[163]: 6 -2.73154 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[164]: 6 0 0.453365 shouldn't be
494.25/495.81	WSVECS04 Frhs2[168]: 6 0 0.328211 shouldn't be
494.25/495.81	WSVECS04 Frhs2[175]: 6 -0.357101 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[195]: 6 -0.96247 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[208]: 6 -0.996386 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[209]: 6 -0.881785 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[211]: 6 -0.992331 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[230]: 6 -2.10196 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[232]: 6 0 0.185033 shouldn't be
494.25/495.81	WSVECS04 Frhs2[239]: 6 -0.35691 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[258]: 6 -0.412091 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[259]: 6 -1.40951 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[267]: 6 -0.513754 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[275]: 6 -1.56364 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[278]: 6 -2.26934 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[292]: 6 -1.91575 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[306]: 6 0 0.00469735 shouldn't be
494.25/495.81	WSVECS04 Frhs2[321]: 6 0 0.377126 shouldn't be
494.25/495.81	WSVECS04 Frhs2[325]: 6 0 0.468491 shouldn't be
494.25/495.81	WSVECS04 Frhs2[328]: 6 -11.0053 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[334]: 6 0 0.0210809 shouldn't be
494.25/495.81	WSVECS04 Frhs2[339]: 6 0 0.289125 shouldn't be
494.25/495.81	WSVECS04 Frhs2[377]: 6 0 0.0283864 shouldn't be
494.25/495.81	WSVECS04 Frhs2[420]: 6 -3.19969 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[446]: 6 0 1.13601 shouldn't be
494.25/495.81	WSVECS04 Frhs2[462]: 6 -1.29623 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[481]: 6 -0.820376 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[482]: 6 0 0.834544 shouldn't be
494.25/495.81	WSVECS04 Frhs2[513]: 6 -1.91364 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[546]: 6 -3.09557 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[562]: 6 -0.969575 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[573]: 6 -1.31949 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[577]: 6 -1.33046 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[579]: 6 -6.19155 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[594]: 6 -1.00064 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[616]: 6 -0.59138 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[623]: 6 -2.81484 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[626]: 6 -0.974967 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[627]: 6 -0.946372 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[629]: 6 0 0.316325 shouldn't be
494.25/495.81	WSVECS04 Frhs2[630]: 6 -2.24542 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[635]: 6 0 1.11324 shouldn't be
494.25/495.81	WSVECS04 Frhs2[636]: 6 -1.54539 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[659]: 6 -1.23422 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[670]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[674]: 6 -1.54471 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[676]: 6 -0.945974 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[677]: 6 0 2.25567 shouldn't be
494.25/495.81	WSVECS04 Frhs2[687]: 6 -1.0177 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[700]: 6 0 0.278568 shouldn't be
494.25/495.81	WSVECS04 Frhs2[712]: 6 -1.00243 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[719]: 6 -0.873881 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[720]: 6 -0.784795 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[731]: 6 -1.49996 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[732]: 6 -0.442617 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[733]: 6 0 0.501886 shouldn't be
494.25/495.81	WSVECS04 Frhs2[961]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[989]: 6 -1.0011 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1033]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1039]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1049]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1071]: 6 -0.995978 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1078]: 6 -0.914531 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1082]: 6 0 0.353915 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1085]: 6 -2.9688 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1086]: 6 0 1.0703 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1089]: 6 -0.00523393 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1090]: 6 -1.50009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1094]: 6 -0.417449 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1097]: 6 -0.192761 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1098]: 6 -0.537561 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1099]: 6 -0.116371 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1100]: 6 -0.611106 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1103]: 6 -0.74935 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1105]: 6 -0.850948 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1107]: 6 -0.702125 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1108]: 6 -0.982351 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1111]: 6 -1.22715 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1120]: 6 -1.73091 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1124]: 6 -0.736031 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1136]: 6 -1.25497 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1137]: 6 -0.258782 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1138]: 6 -1.46415 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1142]: 6 -0.813335 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1145]: 6 0 0.744697 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1150]: 6 -2.20501 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1156]: 6 0 0.255641 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1160]: 6 -1.56802 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1161]: 6 -0.745347 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1164]: 6 -0.9365 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1166]: 6 -0.749927 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1168]: 6 -0.999777 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1172]: 6 -3.21693 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1173]: 6 -1.55493 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1178]: 6 0 0.326361 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1179]: 6 0 0.249433 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1182]: 6 0 1.85466 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1185]: 6 -1.24874 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1192]: 6 -9.1412 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1193]: 6 -1.33313 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1194]: 6 -1.16608 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1197]: 6 -2.02806 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1200]: 6 -1.84922 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1201]: 6 -1.44823 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1203]: 6 -0.793439 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1205]: 6 -1.31251 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1207]: 6 -1.17587 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1215]: 6 -1.31258 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1223]: 6 -0.498152 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1229]: 6 -0.999552 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1242]: 6 -2.63883 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1243]: 6 0 2.27901 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1244]: 6 -4.17288 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1245]: 6 -1.46934 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1251]: 6 -1.27413 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1253]: 6 0 5.12254 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1254]: 6 -1.62502 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1255]: 6 -1.25008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1271]: 6 -2.31551 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1277]: 6 -2.13149 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1281]: 6 -0.828137 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1283]: 6 -1.30925 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1285]: 6 -4.64652 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1287]: 6 -1.00001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1290]: 6 -1.60004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1291]: 6 -2.28346 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1293]: 6 -2.12842 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1294]: 6 -1.91315 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1295]: 6 -4.4197 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1301]: 6 -1.8569 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1303]: 6 -0.544307 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1316]: 6 -1.25 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1320]: 6 0 0.000159376 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1341]: 6 0 0.422404 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1361]: 6 -0.990121 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1370]: 6 -3.19152 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1375]: 6 -1.01039 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1383]: 6 -1.33209 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1388]: 6 -1.33228 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1391]: 6 -0.623648 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1396]: 6 -3.60151 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1402]: 6 -0.940401 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1405]: 6 -1.93115 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1407]: 6 -1.93757 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1412]: 6 -0.312962 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1413]: 6 0 0.250014 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1418]: 6 -0.583361 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1422]: 6 -2.3208 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1425]: 6 -1.75969 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1427]: 6 -1.53857 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1430]: 6 -3.63817 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1431]: 6 -4.1802 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1435]: 6 -2.42481 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1437]: 6 -6.38983 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1441]: 6 0 0.0550971 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1450]: 6 -2.58689 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1453]: 6 -1.19331 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1454]: 6 -0.857616 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1455]: 6 -0.785528 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1456]: 6 -0.802144 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1460]: 6 -0.963916 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1473]: 6 -1.00001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1474]: 6 -0.89016 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1477]: 6 -1.14196 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1478]: 6 0 0.407294 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1486]: 6 -1.52983 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1492]: 6 0 0.0676848 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1494]: 6 -3.64782 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1495]: 6 -1.02514 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1497]: 6 -1.07661 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1502]: 6 -1.2501 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1507]: 6 -2.71059 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1510]: 6 -1.24024 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1514]: 6 -2.12314 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1515]: 6 -0.620009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1516]: 6 -1.20105 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1521]: 6 -2.2235 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1522]: 6 -4.20321 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1528]: 6 -0.946922 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1531]: 6 0 2.21147 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1539]: 6 -0.884615 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1541]: 6 -1.34445 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1550]: 6 -2.16739 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1552]: 6 -6.22733 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1566]: 6 -0.637633 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1569]: 6 0 0.424538 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1573]: 6 -1.02076 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1574]: 6 -1.2931 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1582]: 6 -2.03633 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1587]: 6 -2.56906 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1593]: 6 0 0.391481 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1594]: 6 -0.437704 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1598]: 6 -2.03869 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1601]: 6 -0.0635164 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1602]: 6 -1.37808 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1603]: 6 -0.517074 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1606]: 6 0 2.86022 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1607]: 6 -1.10946 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1609]: 6 -0.695182 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1615]: 6 -3.6266 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1616]: 6 -0.990883 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1619]: 6 -1.13615 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1620]: 6 -1.47149 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1624]: 6 -1.45985 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1625]: 6 -1.11436 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1632]: 6 -0.781735 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1634]: 6 -0.86695 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1643]: 6 -8.09258 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1646]: 6 -1.29339 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1650]: 6 -0.674044 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1659]: 6 -1.13238 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1660]: 6 -1.14877 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1678]: 6 0 0.0161366 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1680]: 6 0 0.515324 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1716]: 6 -1.03128 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1723]: 6 -0.969613 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1724]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1725]: 6 -0.878488 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1744]: 6 -0.357181 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1959]: 6 0 4.50605 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1970]: 6 -1.85024 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1976]: 6 -0.706487 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1980]: 6 -0.998207 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1984]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1985]: 6 0 2.56679 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1989]: 6 -1.37469 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[1994]: 6 0 5.04033 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2004]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2008]: 6 -1.31252 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2009]: 6 -1.31257 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2052]: 6 -0.95869 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2054]: 6 0 1.00005 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2056]: 6 -1.572 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2084]: 6 -0.414856 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2086]: 6 0 0.173145 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2092]: 6 -1.17861 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2104]: 6 -1.00377 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2108]: 6 -0.675873 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2122]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2130]: 6 -0.999906 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2150]: 6 0 1.02116 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2151]: 6 -0.978887 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2152]: 6 0 0.0424581 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2154]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2158]: 6 -0.958661 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2160]: 6 -0.917176 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2162]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2166]: 6 -1.00174 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2170]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2171]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2173]: 6 -0.833741 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2175]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2178]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2180]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2184]: 6 -1.00278 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2186]: 6 0 9.35211 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2188]: 6 -0.995221 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2189]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2191]: 6 -0.987805 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2194]: 6 -1.49553 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2202]: 6 -1.25007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2203]: 6 0 1.39934 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2216]: 6 -0.725071 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2220]: 6 -1.30881 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2221]: 6 -1.24696 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2223]: 6 -1.25006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2227]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2228]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2231]: 6 -1.1827 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2232]: 6 -1.36536 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2233]: 6 -0.730678 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2239]: 6 -1.01062 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2241]: 6 -3.83639 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2256]: 6 -2.75455 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2260]: 6 -0.998128 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2262]: 6 -0.580107 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2275]: 6 -0.99807 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2277]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2290]: 6 -2.3902 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2297]: 6 0 1.23767 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2299]: 6 0 3.4541 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2315]: 6 -0.998986 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2317]: 6 -0.994732 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2321]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2322]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2326]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2346]: 6 -1.2496 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2359]: 6 -1.00001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2362]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2364]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2366]: 6 -1.00001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2370]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2371]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2374]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2375]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2378]: 6 -1.32423 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2384]: 6 -1.25003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2401]: 6 -1.25003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2404]: 6 -0.932335 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2407]: 6 -1.50003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2409]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2411]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2412]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2413]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2414]: 6 -1.00001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2415]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2416]: 6 -1.42486 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2419]: 6 -1.39983 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2420]: 6 -1.29962 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2424]: 6 -1.75157 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2426]: 6 0 0.0177872 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2431]: 6 -1.25004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2440]: 6 -9.6172 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2446]: 6 0 1.00001 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2450]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2454]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2456]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2458]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2460]: 6 -1.42469 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2462]: 6 -0.999422 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2465]: 6 -1.69996 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2474]: 6 0 1.00003 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2478]: 6 0 0.58695 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2480]: 6 -1.82638 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2484]: 6 -1.31252 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2498]: 6 -1.11387 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2500]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2501]: 6 -0.873768 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2503]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2506]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2509]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2510]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2513]: 6 -0.999873 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2515]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2517]: 6 -1.41413 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2518]: 6 -1.8282 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2522]: 6 -1.25005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2524]: 6 0 1.02451 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2530]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2531]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2533]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2536]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2538]: 6 -1.50517 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2543]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2546]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2547]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2549]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2554]: 6 -1.00001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2556]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2557]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2560]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2561]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2564]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2566]: 6 -1.41408 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2567]: 6 -1.41408 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2581]: 6 -6.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2584]: 6 -1.0001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2587]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2590]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2598]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2599]: 6 -0.998091 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2604]: 6 -0.999831 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2605]: 6 -0.999547 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2606]: 6 -0.999904 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2609]: 6 -1.31252 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2611]: 6 -1.24754 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2613]: 6 -0.957438 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2621]: 6 -1.78179 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2626]: 6 0 1.00002 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2632]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2633]: 6 -7.79495 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2636]: 6 -0.992239 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2640]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2641]: 6 -1.0001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2648]: 6 -1.00001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2650]: 6 -0.999921 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2652]: 6 -1.28149 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2654]: 6 -1.313 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2664]: 6 -3.29812 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2699]: 6 -1.25007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2701]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2702]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2703]: 6 -1.35012 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2707]: 6 -1.54271 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2713]: 6 -1.17855 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2715]: 6 -0.71391 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2722]: 6 0 0.334057 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2726]: 6 0 0.677579 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2744]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2746]: 6 -1.35011 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2748]: 6 -1.45015 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2760]: 6 -0.195618 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2765]: 6 -1.15267 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2772]: 6 -2.65833 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2773]: 6 -1.10176 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2776]: 6 -2.88228 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2777]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2793]: 6 -1.33209 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2803]: 6 -1.31204 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2806]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2819]: 6 -0.999955 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2822]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2823]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2826]: 6 -1.33294 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2852]: 6 -5.25004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2853]: 6 -0.625082 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2864]: 6 -5.4141 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2882]: 6 0 1.72451 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2885]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2886]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2911]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2917]: 6 -13.4586 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2922]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2923]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2925]: 6 -0.999987 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2928]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2929]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2932]: 6 -1.00012 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2936]: 6 -1.31224 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2967]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2971]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2974]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2979]: 6 -1.31245 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2984]: 6 -1.41676 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2993]: 6 -1.33207 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[2995]: 6 -1.32905 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3012]: 6 0 1.00009 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3020]: 6 0 4.58339 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3026]: 6 -2.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3074]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3076]: 6 -1.0001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3090]: 6 -3.31854 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3100]: 6 -1.25003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3101]: 6 -1.24992 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3103]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3105]: 6 -1.00001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3112]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3115]: 6 -1.25002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3122]: 6 -1.32815 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3139]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3141]: 6 -0.992701 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3143]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3145]: 6 -1.30252 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3166]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3170]: 6 -1.25004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3178]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3188]: 6 -1.81242 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3193]: 6 -0.963925 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3195]: 6 0 0.311219 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3196]: 6 0 1.28921 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3202]: 6 0 1.25002 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3212]: 6 -5.50055 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3217]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3219]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3221]: 6 -1.24275 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3223]: 6 -0.910365 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3227]: 6 -1.64112 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3242]: 6 -7.47331 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3243]: 6 -5.47333 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3248]: 6 -0.677734 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3256]: 6 -10.1566 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3258]: 6 -23.5631 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3268]: 6 0 1.37993 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3273]: 6 -0.996857 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3274]: 6 -1.25015 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3275]: 6 -1.29144 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3286]: 6 -1.24872 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3291]: 6 -1.28676 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3297]: 6 -5.26995 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3300]: 6 -10.3545 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3304]: 6 -10.8908 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3306]: 6 -24.2815 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3314]: 6 -1.29139 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3326]: 6 -2.63926 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3349]: 6 -0.739141 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3368]: 6 -2.71053 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3374]: 6 -1.33333 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3375]: 6 -1.31914 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3381]: 6 -1.14282 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3382]: 6 -1.30184 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3387]: 6 -1.32821 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3390]: 6 -1.31252 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3393]: 6 -1.00005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3395]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3399]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3405]: 6 -2.7105 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3409]: 6 -0.999665 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3412]: 6 -1.30417 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3413]: 6 -1.30269 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3417]: 6 -1.33327 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3429]: 6 -0.749145 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3433]: 6 -0.996574 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3437]: 6 -1.98605 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3468]: 6 -1.34507 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3471]: 6 -1.75989 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3472]: 6 -1.51968 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3474]: 6 -2.07844 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3483]: 6 -9.92912 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3485]: 6 -0.721657 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3487]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3488]: 6 -1.25011 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3489]: 6 -0.825464 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3492]: 6 -1.32279 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3500]: 6 -0.996941 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3504]: 6 -1.31977 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3506]: 6 -1.36006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3541]: 6 0 10.0001 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3548]: 6 -1.25006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3550]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3573]: 6 -0.987297 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3584]: 6 -1.21837 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3585]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3587]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3589]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3591]: 6 -0.995282 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3595]: 6 -3.60969 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3599]: 6 -1.25542 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3609]: 6 -0.370311 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3612]: 6 -1.2525 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3620]: 6 -1.27291 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3626]: 6 -1.2474 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3632]: 6 -0.675865 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3640]: 6 -10.1864 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3642]: 6 -21.6904 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3646]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3652]: 6 -1.00003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3656]: 6 -0.450369 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3660]: 6 -1.84313 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3669]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3671]: 6 -1.27255 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3681]: 6 -0.996107 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3683]: 6 -1.00799 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3685]: 6 -7.98007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3690]: 6 0 26.8107 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3692]: 6 -4.21892 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3696]: 6 -0.843928 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3700]: 6 -9.87375 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3704]: 6 -1.3324 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3705]: 6 -1.33242 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3715]: 6 -0.3652 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3719]: 6 -0.460612 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3723]: 6 -0.608441 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3738]: 6 -1.25002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3752]: 6 -0.790877 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3757]: 6 -0.818917 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3758]: 6 -1.92342 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3760]: 6 -2.8182 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3763]: 6 -0.961732 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3765]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3766]: 6 -0.966477 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3769]: 6 -1.00034 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3772]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3778]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3782]: 6 -1.21675 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3784]: 6 -1.0587 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3796]: 6 -8.12825 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3811]: 6 -0.96168 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3814]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3815]: 6 -1.0001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3818]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3822]: 6 -0.230054 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3828]: 6 -0.893108 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3829]: 6 -0.993001 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3832]: 6 -1.00007 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3834]: 6 -5.59487 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3839]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3841]: 6 -0.968341 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3844]: 6 -0.825719 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3845]: 6 -0.909543 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3849]: 6 -1.21047 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3856]: 6 -1.52627 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3861]: 6 -1.25005 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3872]: 6 -0.892191 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3874]: 6 -1.01197 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3877]: 6 -0.981598 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3883]: 6 -0.373213 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3887]: 6 -0.492648 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3890]: 6 -0.68541 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3893]: 6 -0.688803 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3906]: 6 -0.875027 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3918]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3922]: 6 0 0.610437 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3924]: 6 0 0.640009 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3929]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3935]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3937]: 6 -0.994199 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3939]: 6 -0.93045 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3940]: 6 -0.847187 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3945]: 6 -1.15462 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3947]: 6 -1.31272 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3969]: 6 -1.0003 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3971]: 6 -0.756793 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3974]: 6 -0.999844 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3984]: 6 -14.3791 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[3992]: 6 -1.25141 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4000]: 6 0 1.66523 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4004]: 6 -1.66062 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4030]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4035]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4044]: 6 0 0.715923 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4048]: 6 -0.894128 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4058]: 6 -3.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4060]: 6 -1.49995 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4063]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4070]: 6 -0.968129 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4074]: 6 -0.74163 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4103]: 6 -0.361111 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4124]: 6 -1.25004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4126]: 6 -1.00008 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4210]: 6 0 0.44276 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4216]: 6 -1.00009 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4217]: 6 -1.00004 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4218]: 6 -1.00002 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4219]: 6 -1.00016 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4220]: 6 -1.00006 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4221]: 6 -1.03771 0 shouldn't be
494.25/495.81	WSVECS04 Frhs2[4268]: 6 -1.00004 0 shouldn't be
523.26/524.97	c #Conflicts:    1147000 | #Constraints:      30765
523.26/524.97	c #Conflicts:    1148000 | #Constraints:      31766
523.26/524.97	c #Conflicts:    1149000 | #Constraints:      32766
523.26/524.97	c #Conflicts:    1150000 | #Constraints:      33766
523.26/524.97	c #Conflicts:    1151000 | #Constraints:      34766
523.26/524.97	c #Conflicts:    1152000 | #Constraints:      35766
523.26/524.97	c #Conflicts:    1153000 | #Constraints:      36766
523.26/524.97	c #Conflicts:    1154000 | #Constraints:      37766
523.26/524.97	c #Conflicts:    1155000 | #Constraints:      38766
523.26/524.97	c #Conflicts:    1156000 | #Constraints:      39766
523.26/524.97	c #Conflicts:    1157000 | #Constraints:      40766
523.26/524.97	c #Conflicts:    1158000 | #Constraints:      41766
523.26/524.97	c #Conflicts:    1159000 | #Constraints:      42766
523.26/524.97	c #Conflicts:    1160000 | #Constraints:      43766
523.26/524.97	c #Conflicts:    1161000 | #Constraints:      44766
523.26/524.97	c #Conflicts:    1162000 | #Constraints:      45766
523.26/524.97	c #Conflicts:    1163000 | #Constraints:      46766
523.26/524.97	c #Conflicts:    1164000 | #Constraints:      47766
523.26/524.97	c #Conflicts:    1165000 | #Constraints:      48768
523.26/524.97	c #Conflicts:    1166000 | #Constraints:      49769
523.26/524.97	c #Conflicts:    1167000 | #Constraints:      50769
523.26/524.97	c #Conflicts:    1168000 | #Constraints:      51770
523.26/524.97	c INPROCESSING
523.26/524.97	c GARBAGE COLLECT
523.26/524.97	c #Conflicts:    1169000 | #Constraints:      31367
523.26/524.97	c #Conflicts:    1170000 | #Constraints:      32367
523.26/524.97	c #Conflicts:    1171000 | #Constraints:      33367
523.26/524.97	c #Conflicts:    1172000 | #Constraints:      34367
523.26/524.97	c #Conflicts:    1173000 | #Constraints:      35367
523.26/524.97	c #Conflicts:    1174000 | #Constraints:      36367
523.26/524.97	c #Conflicts:    1175000 | #Constraints:      37367
523.26/524.97	c #Conflicts:    1176000 | #Constraints:      38367
523.26/524.97	c #Conflicts:    1177000 | #Constraints:      39367
523.26/524.97	c #Conflicts:    1178000 | #Constraints:      40368
523.26/524.97	c #Conflicts:    1179000 | #Constraints:      41368
523.26/524.97	c #Conflicts:    1180000 | #Constraints:      42379
523.26/524.97	c #Conflicts:    1181000 | #Constraints:      43379
523.26/524.97	c #Conflicts:    1182000 | #Constraints:      44379
523.26/524.97	c #Conflicts:    1183000 | #Constraints:      45379
523.26/524.97	c #Conflicts:    1184000 | #Constraints:      46380
523.26/524.97	c #Conflicts:    1185000 | #Constraints:      47380
523.26/524.97	c #Conflicts:    1186000 | #Constraints:      48380
523.26/524.97	c #Conflicts:    1187000 | #Constraints:      49380
523.26/524.97	c #Conflicts:    1188000 | #Constraints:      50380
523.26/524.97	c #Conflicts:    1189000 | #Constraints:      51380
523.26/524.97	c #Conflicts:    1190000 | #Constraints:      52380
523.26/524.97	c INPROCESSING
523.26/524.97	c GARBAGE COLLECT
523.26/524.97	c #Conflicts:    1191000 | #Constraints:      31813
523.26/524.97	c #Conflicts:    1192000 | #Constraints:      32814
523.26/524.97	c #Conflicts:    1193000 | #Constraints:      33814
523.26/524.97	c #Conflicts:    1194000 | #Constraints:      34814
523.26/524.97	c #Conflicts:    1195000 | #Constraints:      35814
523.26/524.97	c #Conflicts:    1196000 | #Constraints:      36814
523.26/524.97	c #Conflicts:    1197000 | #Constraints:      37814
523.26/524.97	c #Conflicts:    1198000 | #Constraints:      38814
523.26/524.97	c #Conflicts:    1199000 | #Constraints:      39814
523.26/524.97	c #Conflicts:    1200000 | #Constraints:      40814
523.26/524.97	c #Conflicts:    1201000 | #Constraints:      41814
523.26/524.97	c #Conflicts:    1202000 | #Constraints:      42814
523.26/524.97	c #Conflicts:    1203000 | #Constraints:      43814
523.26/524.97	c #Conflicts:    1204000 | #Constraints:      44814
523.26/524.97	c #Conflicts:    1205000 | #Constraints:      45814
523.26/524.97	c #Conflicts:    1206000 | #Constraints:      46814
523.26/524.97	c #Conflicts:    1207000 | #Constraints:      47814
523.26/524.97	c #Conflicts:    1208000 | #Constraints:      48814
523.26/524.97	c #Conflicts:    1209000 | #Constraints:      49814
523.26/524.97	c #Conflicts:    1210000 | #Constraints:      50814
523.26/524.97	c #Conflicts:    1211000 | #Constraints:      51814
523.26/524.97	c #Conflicts:    1212000 | #Constraints:      52814
523.26/524.97	c INPROCESSING
523.26/524.97	c GARBAGE COLLECT
523.26/524.97	c #Conflicts:    1213000 | #Constraints:      32007
523.26/524.97	c #Conflicts:    1214000 | #Constraints:      33007
523.26/524.97	c #Conflicts:    1215000 | #Constraints:      34007
523.26/524.97	c #Conflicts:    1216000 | #Constraints:      35007
523.26/524.97	c #Conflicts:    1217000 | #Constraints:      36007
523.26/524.97	c #Conflicts:    1218000 | #Constraints:      37007
523.26/524.97	c #Conflicts:    1219000 | #Constraints:      38007
523.26/524.97	c #Conflicts:    1220000 | #Constraints:      39008
523.26/524.97	c #Conflicts:    1221000 | #Constraints:      40008
523.26/524.97	c #Conflicts:    1222000 | #Constraints:      41008
523.26/524.97	c #Conflicts:    1223000 | #Constraints:      42008
550.19/551.96	c #Conflicts:    1224000 | #Constraints:      43008
550.19/551.96	c #Conflicts:    1225000 | #Constraints:      44008
550.19/551.96	c #Conflicts:    1226000 | #Constraints:      45008
550.19/551.96	c #Conflicts:    1227000 | #Constraints:      46008
550.19/551.96	c #Conflicts:    1228000 | #Constraints:      47008
550.19/551.96	c #Conflicts:    1229000 | #Constraints:      48011
550.19/551.96	c #Conflicts:    1230000 | #Constraints:      49011
550.19/551.96	c #Conflicts:    1231000 | #Constraints:      50011
550.19/551.96	c #Conflicts:    1232000 | #Constraints:      51011
550.19/551.96	c #Conflicts:    1233000 | #Constraints:      52011
550.19/551.96	c #Conflicts:    1234000 | #Constraints:      53011
550.19/551.96	c INPROCESSING
550.19/551.96	c GARBAGE COLLECT
550.19/551.96	c #Conflicts:    1235000 | #Constraints:      31985
550.19/551.96	c #Conflicts:    1236000 | #Constraints:      32985
550.19/551.96	c #Conflicts:    1237000 | #Constraints:      33985
550.19/551.96	c #Conflicts:    1238000 | #Constraints:      34985
550.19/551.96	c #Conflicts:    1239000 | #Constraints:      35985
550.19/551.96	c #Conflicts:    1240000 | #Constraints:      36985
550.19/551.96	c #Conflicts:    1241000 | #Constraints:      37986
550.19/551.96	c #Conflicts:    1242000 | #Constraints:      38986
550.19/551.96	c #Conflicts:    1243000 | #Constraints:      39986
550.19/551.96	c #Conflicts:    1244000 | #Constraints:      40986
550.19/551.96	c #Conflicts:    1245000 | #Constraints:      41986
550.19/551.96	c #Conflicts:    1246000 | #Constraints:      42986
550.19/551.96	c #Conflicts:    1247000 | #Constraints:      43987
550.19/551.96	c #Conflicts:    1248000 | #Constraints:      44987
550.19/551.96	c #Conflicts:    1249000 | #Constraints:      45987
550.19/551.96	c #Conflicts:    1250000 | #Constraints:      46987
550.19/551.96	c #Conflicts:    1251000 | #Constraints:      47987
550.19/551.96	c #Conflicts:    1252000 | #Constraints:      48987
550.19/551.96	c #Conflicts:    1253000 | #Constraints:      49987
550.19/551.96	c #Conflicts:    1254000 | #Constraints:      50987
550.19/551.96	c #Conflicts:    1255000 | #Constraints:      51987
550.19/551.96	c #Conflicts:    1256000 | #Constraints:      52987
550.19/551.96	c INPROCESSING
550.19/551.96	c GARBAGE COLLECT
550.19/551.96	c #Conflicts:    1257000 | #Constraints:      31782
550.19/551.96	c #Conflicts:    1258000 | #Constraints:      32782
550.19/551.96	c #Conflicts:    1259000 | #Constraints:      33782
550.19/551.96	c #Conflicts:    1260000 | #Constraints:      34782
550.19/551.96	c #Conflicts:    1261000 | #Constraints:      35782
550.19/551.96	c #Conflicts:    1262000 | #Constraints:      36782
550.19/551.96	c #Conflicts:    1263000 | #Constraints:      37782
550.19/551.96	c #Conflicts:    1264000 | #Constraints:      38782
550.19/551.96	c #Conflicts:    1265000 | #Constraints:      39782
550.19/551.96	c #Conflicts:    1266000 | #Constraints:      40782
550.19/551.96	c #Conflicts:    1267000 | #Constraints:      41782
550.19/551.96	c #Conflicts:    1268000 | #Constraints:      42782
550.19/551.96	c #Conflicts:    1269000 | #Constraints:      43782
550.19/551.96	c #Conflicts:    1270000 | #Constraints:      44782
550.19/551.96	c #Conflicts:    1271000 | #Constraints:      45782
550.19/551.96	c #Conflicts:    1272000 | #Constraints:      46782
550.19/551.96	c #Conflicts:    1273000 | #Constraints:      47782
550.19/551.96	c #Conflicts:    1274000 | #Constraints:      48782
550.19/551.96	c #Conflicts:    1275000 | #Constraints:      49782
550.19/551.96	c #Conflicts:    1276000 | #Constraints:      50782
550.19/551.96	c #Conflicts:    1277000 | #Constraints:      51782
550.19/551.96	c #Conflicts:    1278000 | #Constraints:      52782
550.19/551.96	c #Conflicts:    1279000 | #Constraints:      53782
550.19/551.96	c INPROCESSING
550.19/551.96	c GARBAGE COLLECT
550.19/551.96	WSVECS04 Frhs2[1]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[6]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[7]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[39]: 6 -1.00135 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[40]: 6 -1.29574 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[49]: 6 0 1.84499 shouldn't be
550.19/551.96	WSVECS04 Frhs2[50]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[66]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[68]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[69]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[71]: 6 0 0.248037 shouldn't be
550.19/551.96	WSVECS04 Frhs2[81]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[82]: 6 -1.00009 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[83]: 6 -1.00009 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[94]: 6 -1.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[101]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[161]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[163]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[188]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[191]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[193]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[194]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[198]: 6 -2.1517 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[208]: 6 -1.36177 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[210]: 6 -1.00009 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[224]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[227]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[228]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[229]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[240]: 6 0 8.91649 shouldn't be
550.19/551.96	WSVECS04 Frhs2[256]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[260]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[261]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[268]: 6 0 0.321836 shouldn't be
550.19/551.96	WSVECS04 Frhs2[269]: 6 -2.17763 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[272]: 6 0 3.99981 shouldn't be
550.19/551.96	WSVECS04 Frhs2[273]: 6 0 3.72766 shouldn't be
550.19/551.96	WSVECS04 Frhs2[286]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[289]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[300]: 6 -3.40959 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[322]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[325]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[333]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[350]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[353]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[355]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[356]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[357]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[365]: 6 -2.14623 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[368]: 6 -1.08591 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[369]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[380]: 6 -1.0001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[381]: 6 -1.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[385]: 6 -1.00009 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[387]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[406]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[411]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[418]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[422]: 6 -1.9404 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[426]: 6 0 0.11255 shouldn't be
550.19/551.96	WSVECS04 Frhs2[427]: 6 -2.30252 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[447]: 6 -1.00009 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[448]: 6 -1.00009 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[449]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[450]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[452]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[454]: 6 -2.28441 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[461]: 6 -2.50971 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[479]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[480]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[483]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[484]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[493]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[518]: 6 -2.45732 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[524]: 6 0 1.16401 shouldn't be
550.19/551.96	WSVECS04 Frhs2[528]: 6 0 4.30775 shouldn't be
550.19/551.96	WSVECS04 Frhs2[529]: 6 0 4.34364 shouldn't be
550.19/551.96	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[544]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[546]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[548]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[549]: 6 0 0.1517 shouldn't be
550.19/551.96	WSVECS04 Frhs2[558]: 6 0 0.200314 shouldn't be
550.19/551.96	WSVECS04 Frhs2[559]: 6 -1.75506 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[573]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[577]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[586]: 6 -2.77946 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[588]: 6 -3.035 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[589]: 6 -1.09765 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[590]: 6 0 1.05416 shouldn't be
550.19/551.96	WSVECS04 Frhs2[591]: 6 0 5.09605 shouldn't be
550.19/551.96	WSVECS04 Frhs2[592]: 6 -2.43601 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[593]: 6 -1.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[606]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[607]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[609]: 6 -1.0001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[622]: 6 -1.27449 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[623]: 6 -1.02507 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[625]: 6 -1.00009 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[626]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[627]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[628]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[637]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[638]: 6 -1.0001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[640]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[642]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[645]: 6 -1.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[654]: 6 -1.90964 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[656]: 6 -1.36173 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[667]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[674]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[675]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[677]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[684]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[687]: 6 -2.69521 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[688]: 6 0 3.52621 shouldn't be
550.19/551.96	WSVECS04 Frhs2[689]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[690]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[696]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[699]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[703]: 6 -1.0001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[706]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[707]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[708]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[709]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[711]: 6 -2.02477 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[713]: 6 -1.92215 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[716]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[717]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[719]: 6 -1.06818 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[725]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[735]: 6 -1.00009 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[899]: 6 -2.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[961]: 6 -1.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[967]: 6 -2.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[978]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[993]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[995]: 6 -2.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1005]: 6 -2.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1024]: 6 -2.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1033]: 6 -2.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1039]: 6 -2.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1061]: 6 -0.549581 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1086]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1090]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1093]: 6 -1.60615 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1094]: 6 -2.71513 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1095]: 6 -2.42452 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1100]: 6 -3.33115 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1101]: 6 -2.05861 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1102]: 6 -1.12575 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1123]: 6 -1.36805 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1124]: 6 -1.44927 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1132]: 6 0 3.50747 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1133]: 6 0 0.704937 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1155]: 6 0 0.095432 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1156]: 6 -1.14744 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1157]: 6 -1.04489 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1196]: 6 0 10.5104 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1218]: 6 -1.30234 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1219]: 6 -1.26082 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1224]: 6 -0.34486 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1229]: 6 -0.325819 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1249]: 6 -0.940475 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1250]: 6 -1.3216 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1255]: 6 -2.00765 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1259]: 6 0 3.64381 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1284]: 6 -1.33709 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1285]: 6 -1.17404 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1286]: 6 -1.40888 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1287]: 6 0 0.881716 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1312]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1314]: 6 -1.25628 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1315]: 6 -1.13745 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1319]: 6 0 3.38421 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1320]: 6 0 0.490451 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1342]: 6 -1.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1345]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1348]: 6 -0.973985 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1380]: 6 -1.58273 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1381]: 6 -2.16539 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1383]: 6 -0.752081 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1384]: 6 -0.763139 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1408]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1439]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1446]: 6 -0.711327 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1469]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1475]: 6 -1.04697 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1476]: 6 -2.09381 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1477]: 6 -2.18755 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1500]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1504]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1506]: 6 -1.26696 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1509]: 6 0 1.36478 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1510]: 6 0 1.72943 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1511]: 6 0 4.14543 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1512]: 6 -0.953154 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1538]: 6 -1.09368 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1540]: 6 -0.374726 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1568]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1570]: 6 -1.246 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1571]: 6 -1.11179 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1572]: 6 -0.984005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1579]: 6 -1.30362 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1584]: 6 -2.08597 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1585]: 6 -3.17184 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1586]: 6 -6.34367 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1608]: 6 -0.888366 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1609]: 6 -2.16771 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1610]: 6 -1.55313 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1613]: 6 -6.25679 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1614]: 6 -4.41929 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1620]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1621]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1633]: 6 -1.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1643]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1647]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1650]: 6 -1.00009 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1666]: 6 -1.1517 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1667]: 6 -0.928362 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1678]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1697]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1718]: 6 -1.00009 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1727]: 6 -1.0001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1728]: 6 -1.00002 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1744]: 6 -2.00007 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1746]: 6 -2.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1763]: 6 -2.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1953]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1955]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1958]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1959]: 6 -2.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1964]: 6 -0.542355 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1966]: 6 -0.960421 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1968]: 6 -2.75164 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1984]: 6 -19.862 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[1985]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2014]: 6 -1.00001 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2016]: 6 -1.00006 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2054]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2063]: 6 -2.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2114]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2118]: 6 -1.00003 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2156]: 6 -1.70116 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2158]: 6 -1.00004 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2161]: 6 -3.21225 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2174]: 6 -10.1439 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2176]: 6 -23.2877 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2178]: 6 -1.00008 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2179]: 6 -2.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2236]: 6 -1.00005 0 shouldn't be
550.19/551.96	WSVECS04 Frhs2[2244]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2249]: 6 -2.00576 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2307]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2308]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2316]: 6 -0.179328 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2339]: 6 -2.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2342]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2343]: 6 -2.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2346]: 6 -1.28686 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2360]: 6 -4.5515 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2362]: 6 -11.103 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2368]: 6 0 1.37509 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2403]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2432]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2433]: 6 -2.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2435]: 6 -2.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2438]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2467]: 6 -2.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2493]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2498]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2502]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2529]: 6 -2.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2531]: 6 -2.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2534]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2536]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2538]: 6 -1.30227 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2540]: 6 -1.26084 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2554]: 6 -6.73425 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2556]: 6 -18.243 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2592]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2596]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2597]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2598]: 6 -0.940459 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2625]: 6 -2.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2627]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2632]: 6 -0.940476 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2633]: 6 -1.88079 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2688]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2692]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2694]: 6 -1.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2718]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2721]: 6 -2.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2723]: 6 -2.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2728]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2730]: 6 -1.33426 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2732]: 6 -1.29359 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2743]: 6 -4.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2788]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2789]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2795]: 6 -0.0990839 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2814]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2815]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2816]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2817]: 6 -2.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2819]: 6 -2.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2821]: 6 -2.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2824]: 6 -1.28436 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2825]: 6 -2.56875 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2882]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2883]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2910]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2911]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2912]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2916]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2917]: 6 -2.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2920]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2926]: 6 0 0.0178825 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2972]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2974]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2976]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2977]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2978]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[2979]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3007]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3008]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3009]: 6 -2.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3014]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3015]: 6 -2.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3018]: 6 -1.3957 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3030]: 6 0 4.32234 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3037]: 6 -6.10017 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3038]: 6 -5.10014 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3070]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3071]: 6 -2.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3073]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3075]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3076]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3099]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3110]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3112]: 6 -1.28879 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3113]: 6 -2.57744 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3164]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3170]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3174]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3178]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3201]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3204]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3207]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3210]: 6 0 0.0866888 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3212]: 6 -0.780804 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3216]: 6 -1.87712 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3218]: 6 -5.15684 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3222]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3256]: 6 -1.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3259]: 6 -2.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3262]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3266]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3267]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3268]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3269]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3273]: 6 -2.09381 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3293]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3294]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3295]: 6 -1.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3297]: 6 -2.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3300]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3301]: 6 -2.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3304]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3306]: 6 -1.02347 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3307]: 6 -2.04692 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3316]: 6 0 3.75005 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3317]: 6 -2.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3319]: 6 -2.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3358]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3359]: 6 -2.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3364]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3389]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3390]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3391]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3393]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3395]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3398]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3399]: 6 -2.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3402]: 6 -1.267 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3403]: 6 -2.53386 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3416]: 6 -9.47595 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3450]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3451]: 6 -2.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3454]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3458]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3460]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3484]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3485]: 6 -1.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3486]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3487]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3493]: 6 -2.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3496]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3497]: 6 -2.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3504]: 6 0 0.520272 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3506]: 6 -1.95958 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3512]: 6 -15.7567 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3516]: 6 -6.23108 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3518]: 6 0 1.1718 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3543]: 6 -2.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3546]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3550]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3555]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3567]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3578]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3580]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3582]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3583]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3584]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3585]: 6 -2.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3588]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3592]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3616]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3625]: 6 -2.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3634]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3635]: 6 -2.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3639]: 6 -2.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3642]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3643]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3645]: 6 -2.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3646]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3650]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3651]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3658]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3659]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3661]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3662]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3677]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3678]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3679]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3680]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3684]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3686]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3687]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3690]: 6 -0.495324 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3692]: 6 0 1.00951 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3695]: 6 -6.45778 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3699]: 6 -2.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3704]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3706]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3708]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3710]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3711]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3714]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3730]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3732]: 6 -1.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3736]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3738]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3739]: 6 -2.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3742]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3749]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3760]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3772]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3773]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3775]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3776]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3777]: 6 -2.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3779]: 6 -2.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3781]: 6 -2.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3783]: 6 -2.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3787]: 6 -2.61246 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3803]: 6 -2.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3809]: 6 -2.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3821]: 6 -2.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3834]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3835]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3838]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3840]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3841]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3842]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3844]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3852]: 6 0 5.14782 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3871]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3872]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3873]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3876]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3879]: 6 -2.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3881]: 6 -2.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3883]: 6 -2.30337 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3900]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3904]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3912]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3928]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3930]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3934]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3935]: 6 -2.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3938]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3939]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3940]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3941]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3942]: 6 -1.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3943]: 6 -0.940479 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3946]: 6 -0.714063 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3947]: 6 0 0.57209 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3948]: 6 0 1.14407 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3949]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3950]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3951]: 6 -1.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3952]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3955]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3969]: 6 -2.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3971]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3973]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3976]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3977]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3984]: 6 -5.19092 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3986]: 6 -4.3818 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3994]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3996]: 6 -1.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[3998]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4000]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4006]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4007]: 6 -1.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4017]: 6 -2.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4023]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4031]: 6 -2.00004 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4034]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4045]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4048]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4052]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4054]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4067]: 6 -2.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4071]: 6 -2.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4074]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4076]: 6 -1.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4077]: 6 -2.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4079]: 6 -2.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4080]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4084]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4085]: 6 -2.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4088]: 6 -1.00003 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4091]: 6 0 1.28607 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4101]: 6 -2.00002 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4106]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4107]: 6 -2.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4114]: 6 -1.00008 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4115]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4128]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4148]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4176]: 6 -1.00001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4178]: 6 -1.0001 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4221]: 6 -1.00005 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4222]: 6 -1.00009 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4223]: 6 -1.00007 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4236]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4237]: 6 -1.00006 0 shouldn't be
550.19/551.97	WSVECS04 Frhs2[4287]: 6 -1.0001 0 shouldn't be
588.48/590.34	c #Conflicts:    1280000 | #Constraints:      32358
588.48/590.34	c #Conflicts:    1281000 | #Constraints:      33358
588.48/590.34	c #Conflicts:    1282000 | #Constraints:      34358
588.48/590.34	c #Conflicts:    1283000 | #Constraints:      35358
588.48/590.34	c #Conflicts:    1284000 | #Constraints:      36358
588.48/590.34	c #Conflicts:    1285000 | #Constraints:      37358
588.48/590.34	c #Conflicts:    1286000 | #Constraints:      38358
588.48/590.34	c #Conflicts:    1287000 | #Constraints:      39358
588.48/590.34	c #Conflicts:    1288000 | #Constraints:      40358
588.48/590.34	c #Conflicts:    1289000 | #Constraints:      41358
588.48/590.34	c #Conflicts:    1290000 | #Constraints:      42358
588.48/590.34	c #Conflicts:    1291000 | #Constraints:      43358
588.48/590.34	c #Conflicts:    1292000 | #Constraints:      44358
588.48/590.34	c #Conflicts:    1293000 | #Constraints:      45358
588.48/590.34	c #Conflicts:    1294000 | #Constraints:      46358
588.48/590.34	c #Conflicts:    1295000 | #Constraints:      47358
588.48/590.34	c #Conflicts:    1296000 | #Constraints:      48358
588.48/590.34	c #Conflicts:    1297000 | #Constraints:      49358
588.48/590.34	c #Conflicts:    1298000 | #Constraints:      50358
588.48/590.34	c #Conflicts:    1299000 | #Constraints:      51358
588.48/590.34	c #Conflicts:    1300000 | #Constraints:      52358
588.48/590.34	c #Conflicts:    1301000 | #Constraints:      53358
588.48/590.34	c #Conflicts:    1302000 | #Constraints:      54358
588.48/590.34	c INPROCESSING
588.48/590.34	c GARBAGE COLLECT
588.48/590.34	c #Conflicts:    1303000 | #Constraints:      32745
588.48/590.34	c #Conflicts:    1304000 | #Constraints:      33745
588.48/590.34	c #Conflicts:    1305000 | #Constraints:      34745
588.48/590.34	c #Conflicts:    1306000 | #Constraints:      35745
588.48/590.34	c #Conflicts:    1307000 | #Constraints:      36745
588.48/590.34	c #Conflicts:    1308000 | #Constraints:      37745
588.48/590.34	c #Conflicts:    1309000 | #Constraints:      38745
588.48/590.34	c #Conflicts:    1310000 | #Constraints:      39745
588.48/590.34	c #Conflicts:    1311000 | #Constraints:      40745
588.48/590.34	c #Conflicts:    1312000 | #Constraints:      41745
588.48/590.34	c #Conflicts:    1313000 | #Constraints:      42745
588.48/590.34	c #Conflicts:    1314000 | #Constraints:      43745
588.48/590.34	c #Conflicts:    1315000 | #Constraints:      44745
588.48/590.34	c #Conflicts:    1316000 | #Constraints:      45745
588.48/590.34	c #Conflicts:    1317000 | #Constraints:      46745
588.48/590.34	c #Conflicts:    1318000 | #Constraints:      47745
588.48/590.34	c #Conflicts:    1319000 | #Constraints:      48745
588.48/590.34	c #Conflicts:    1320000 | #Constraints:      49745
588.48/590.34	c #Conflicts:    1321000 | #Constraints:      50745
588.48/590.34	c #Conflicts:    1322000 | #Constraints:      51745
588.48/590.34	c #Conflicts:    1323000 | #Constraints:      52745
588.48/590.34	c #Conflicts:    1324000 | #Constraints:      53745
588.48/590.34	c #Conflicts:    1325000 | #Constraints:      54745
588.48/590.34	c INPROCESSING
588.48/590.34	c GARBAGE COLLECT
588.48/590.34	c #Conflicts:    1326000 | #Constraints:      33016
588.48/590.34	c #Conflicts:    1327000 | #Constraints:      34016
588.48/590.34	c #Conflicts:    1328000 | #Constraints:      35016
588.48/590.34	c #Conflicts:    1329000 | #Constraints:      36016
588.48/590.34	c #Conflicts:    1330000 | #Constraints:      37016
588.48/590.34	c #Conflicts:    1331000 | #Constraints:      38016
588.48/590.34	c #Conflicts:    1332000 | #Constraints:      39016
588.48/590.34	c #Conflicts:    1333000 | #Constraints:      40016
588.48/590.34	c #Conflicts:    1334000 | #Constraints:      41016
588.48/590.34	c #Conflicts:    1335000 | #Constraints:      42016
588.48/590.34	c #Conflicts:    1336000 | #Constraints:      43016
588.48/590.34	c #Conflicts:    1337000 | #Constraints:      44016
588.48/590.34	c #Conflicts:    1338000 | #Constraints:      45016
588.48/590.34	c #Conflicts:    1339000 | #Constraints:      46016
588.48/590.34	c #Conflicts:    1340000 | #Constraints:      47016
588.48/590.34	c #Conflicts:    1341000 | #Constraints:      48016
588.48/590.34	c #Conflicts:    1342000 | #Constraints:      49016
588.48/590.34	c #Conflicts:    1343000 | #Constraints:      50016
588.48/590.34	c #Conflicts:    1344000 | #Constraints:      51016
588.48/590.34	c #Conflicts:    1345000 | #Constraints:      52016
588.48/590.34	c #Conflicts:    1346000 | #Constraints:      53016
588.48/590.34	c #Conflicts:    1347000 | #Constraints:      54016
588.48/590.34	c #Conflicts:    1348000 | #Constraints:      55016
588.48/590.34	c INPROCESSING
588.48/590.34	c GARBAGE COLLECT
588.48/590.34	c #Conflicts:    1349000 | #Constraints:      33029
588.48/590.34	c #Conflicts:    1350000 | #Constraints:      34029
588.48/590.34	c #Conflicts:    1351000 | #Constraints:      35029
588.48/590.34	c #Conflicts:    1352000 | #Constraints:      36029
588.48/590.34	c #Conflicts:    1353000 | #Constraints:      37029
588.48/590.34	c #Conflicts:    1354000 | #Constraints:      38029
588.48/590.34	c #Conflicts:    1355000 | #Constraints:      39029
588.48/590.34	c #Conflicts:    1356000 | #Constraints:      40029
622.69/624.62	c #Conflicts:    1357000 | #Constraints:      41029
622.69/624.62	c #Conflicts:    1358000 | #Constraints:      42029
622.69/624.62	c #Conflicts:    1359000 | #Constraints:      43029
622.69/624.62	c #Conflicts:    1360000 | #Constraints:      44029
622.69/624.62	c #Conflicts:    1361000 | #Constraints:      45029
622.69/624.62	c #Conflicts:    1362000 | #Constraints:      46029
622.69/624.62	c #Conflicts:    1363000 | #Constraints:      47029
622.69/624.62	c #Conflicts:    1364000 | #Constraints:      48029
622.69/624.62	c #Conflicts:    1365000 | #Constraints:      49029
622.69/624.62	c #Conflicts:    1366000 | #Constraints:      50029
622.69/624.62	c #Conflicts:    1367000 | #Constraints:      51029
622.69/624.62	c #Conflicts:    1368000 | #Constraints:      52029
622.69/624.62	c #Conflicts:    1369000 | #Constraints:      53029
622.69/624.62	c #Conflicts:    1370000 | #Constraints:      54029
622.69/624.62	c #Conflicts:    1371000 | #Constraints:      55029
622.69/624.62	c INPROCESSING
622.69/624.62	c GARBAGE COLLECT
622.69/624.62	c #Conflicts:    1372000 | #Constraints:      32797
622.69/624.62	c #Conflicts:    1373000 | #Constraints:      33797
622.69/624.62	c #Conflicts:    1374000 | #Constraints:      34797
622.69/624.62	c #Conflicts:    1375000 | #Constraints:      35797
622.69/624.62	c #Conflicts:    1376000 | #Constraints:      36797
622.69/624.62	c #Conflicts:    1377000 | #Constraints:      37797
622.69/624.62	c #Conflicts:    1378000 | #Constraints:      38797
622.69/624.62	c #Conflicts:    1379000 | #Constraints:      39797
622.69/624.62	c #Conflicts:    1380000 | #Constraints:      40797
622.69/624.62	c #Conflicts:    1381000 | #Constraints:      41797
622.69/624.62	c #Conflicts:    1382000 | #Constraints:      42797
622.69/624.62	c #Conflicts:    1383000 | #Constraints:      43797
622.69/624.62	c #Conflicts:    1384000 | #Constraints:      44798
622.69/624.62	c #Conflicts:    1385000 | #Constraints:      45798
622.69/624.62	c #Conflicts:    1386000 | #Constraints:      46798
622.69/624.62	c #Conflicts:    1387000 | #Constraints:      47798
622.69/624.62	c #Conflicts:    1388000 | #Constraints:      48798
622.69/624.62	c #Conflicts:    1389000 | #Constraints:      49798
622.69/624.62	c #Conflicts:    1390000 | #Constraints:      50798
622.69/624.62	c #Conflicts:    1391000 | #Constraints:      51798
622.69/624.62	c #Conflicts:    1392000 | #Constraints:      52798
622.69/624.62	c #Conflicts:    1393000 | #Constraints:      54178
622.69/624.62	c #Conflicts:    1394000 | #Constraints:      55242
622.69/624.62	c #Conflicts:    1395000 | #Constraints:      56242
622.69/624.62	c INPROCESSING
622.69/624.62	c GARBAGE COLLECT
622.69/624.62	c #Conflicts:    1396000 | #Constraints:      33640
622.69/624.62	c #Conflicts:    1397000 | #Constraints:      34641
622.69/624.62	c #Conflicts:    1398000 | #Constraints:      35641
622.69/624.62	c #Conflicts:    1399000 | #Constraints:      36641
622.69/624.62	c #Conflicts:    1400000 | #Constraints:      37641
622.69/624.62	c #Conflicts:    1401000 | #Constraints:      38641
622.69/624.62	c #Conflicts:    1402000 | #Constraints:      39641
622.69/624.62	c #Conflicts:    1403000 | #Constraints:      40641
622.69/624.62	c #Conflicts:    1404000 | #Constraints:      41641
622.69/624.62	c #Conflicts:    1405000 | #Constraints:      42641
622.69/624.62	c #Conflicts:    1406000 | #Constraints:      43641
622.69/624.62	c #Conflicts:    1407000 | #Constraints:      44641
622.69/624.62	c #Conflicts:    1408000 | #Constraints:      45641
622.69/624.62	c #Conflicts:    1409000 | #Constraints:      46641
622.69/624.62	c #Conflicts:    1410000 | #Constraints:      47641
622.69/624.62	c #Conflicts:    1411000 | #Constraints:      48641
622.69/624.62	c #Conflicts:    1412000 | #Constraints:      49641
622.69/624.62	c #Conflicts:    1413000 | #Constraints:      50641
622.69/624.62	c #Conflicts:    1414000 | #Constraints:      51641
622.69/624.62	c #Conflicts:    1415000 | #Constraints:      52641
622.69/624.62	c #Conflicts:    1416000 | #Constraints:      53641
622.69/624.62	c #Conflicts:    1417000 | #Constraints:      54641
622.69/624.62	c #Conflicts:    1418000 | #Constraints:      55641
622.69/624.62	c #Conflicts:    1419000 | #Constraints:      56641
622.69/624.62	c INPROCESSING
622.69/624.62	c GARBAGE COLLECT
622.69/624.62	c #Conflicts:    1420000 | #Constraints:      33917
622.69/624.62	c #Conflicts:    1421000 | #Constraints:      34917
622.69/624.62	c #Conflicts:    1422000 | #Constraints:      35917
622.69/624.62	c #Conflicts:    1423000 | #Constraints:      36917
622.69/624.62	c #Conflicts:    1424000 | #Constraints:      37917
622.69/624.62	c #Conflicts:    1425000 | #Constraints:      38917
622.69/624.62	c #Conflicts:    1426000 | #Constraints:      39917
622.69/624.62	c #Conflicts:    1427000 | #Constraints:      40917
622.69/624.62	c #Conflicts:    1428000 | #Constraints:      41917
622.69/624.62	c #Conflicts:    1429000 | #Constraints:      42917
622.69/624.62	c #Conflicts:    1430000 | #Constraints:      43917
622.69/624.62	c #Conflicts:    1431000 | #Constraints:      44917
622.69/624.62	c #Conflicts:    1432000 | #Constraints:      45917
622.69/624.62	c #Conflicts:    1433000 | #Constraints:      46917
658.99/661.09	c #Conflicts:    1434000 | #Constraints:      47917
658.99/661.09	c #Conflicts:    1435000 | #Constraints:      48918
658.99/661.09	c #Conflicts:    1436000 | #Constraints:      49918
658.99/661.09	c #Conflicts:    1437000 | #Constraints:      50918
658.99/661.09	c #Conflicts:    1438000 | #Constraints:      51918
658.99/661.09	c #Conflicts:    1439000 | #Constraints:      52918
658.99/661.09	c #Conflicts:    1440000 | #Constraints:      53918
658.99/661.09	c #Conflicts:    1441000 | #Constraints:      54918
658.99/661.09	c #Conflicts:    1442000 | #Constraints:      55918
658.99/661.09	c #Conflicts:    1443000 | #Constraints:      56918
658.99/661.09	c INPROCESSING
658.99/661.09	c GARBAGE COLLECT
658.99/661.09	c #Conflicts:    1444000 | #Constraints:      34072
658.99/661.09	c #Conflicts:    1445000 | #Constraints:      35072
658.99/661.09	c #Conflicts:    1446000 | #Constraints:      36072
658.99/661.09	c #Conflicts:    1447000 | #Constraints:      37072
658.99/661.09	c #Conflicts:    1448000 | #Constraints:      38072
658.99/661.09	c #Conflicts:    1449000 | #Constraints:      39072
658.99/661.09	c #Conflicts:    1450000 | #Constraints:      40072
658.99/661.09	c #Conflicts:    1451000 | #Constraints:      41072
658.99/661.09	c #Conflicts:    1452000 | #Constraints:      42073
658.99/661.09	c #Conflicts:    1453000 | #Constraints:      43073
658.99/661.09	c #Conflicts:    1454000 | #Constraints:      44073
658.99/661.09	c #Conflicts:    1455000 | #Constraints:      45073
658.99/661.09	c #Conflicts:    1456000 | #Constraints:      46073
658.99/661.09	c #Conflicts:    1457000 | #Constraints:      47073
658.99/661.09	c #Conflicts:    1458000 | #Constraints:      48073
658.99/661.09	c #Conflicts:    1459000 | #Constraints:      49123
658.99/661.09	c #Conflicts:    1460000 | #Constraints:      50123
658.99/661.09	c #Conflicts:    1461000 | #Constraints:      51123
658.99/661.09	c #Conflicts:    1462000 | #Constraints:      52123
658.99/661.09	c #Conflicts:    1463000 | #Constraints:      53123
658.99/661.09	c #Conflicts:    1464000 | #Constraints:      54123
658.99/661.09	c #Conflicts:    1465000 | #Constraints:      55123
658.99/661.09	c #Conflicts:    1466000 | #Constraints:      56123
658.99/661.09	c #Conflicts:    1467000 | #Constraints:      57123
658.99/661.09	c INPROCESSING
658.99/661.09	c GARBAGE COLLECT
658.99/661.09	c #Conflicts:    1468000 | #Constraints:      34035
658.99/661.09	c #Conflicts:    1469000 | #Constraints:      35035
658.99/661.09	c #Conflicts:    1470000 | #Constraints:      36035
658.99/661.09	c #Conflicts:    1471000 | #Constraints:      37035
658.99/661.09	c #Conflicts:    1472000 | #Constraints:      38035
658.99/661.09	c #Conflicts:    1473000 | #Constraints:      39035
658.99/661.09	c #Conflicts:    1474000 | #Constraints:      40035
658.99/661.09	c #Conflicts:    1475000 | #Constraints:      41035
658.99/661.09	c #Conflicts:    1476000 | #Constraints:      42035
658.99/661.09	c #Conflicts:    1477000 | #Constraints:      43035
658.99/661.09	c #Conflicts:    1478000 | #Constraints:      44035
658.99/661.09	c #Conflicts:    1479000 | #Constraints:      45035
658.99/661.09	c #Conflicts:    1480000 | #Constraints:      46035
658.99/661.09	c #Conflicts:    1481000 | #Constraints:      47035
658.99/661.09	c #Conflicts:    1482000 | #Constraints:      48035
658.99/661.09	c #Conflicts:    1483000 | #Constraints:      49035
658.99/661.09	c #Conflicts:    1484000 | #Constraints:      50035
658.99/661.09	c #Conflicts:    1485000 | #Constraints:      51035
658.99/661.09	c #Conflicts:    1486000 | #Constraints:      52035
658.99/661.09	c #Conflicts:    1487000 | #Constraints:      53035
658.99/661.09	c #Conflicts:    1488000 | #Constraints:      54035
658.99/661.09	c #Conflicts:    1489000 | #Constraints:      55035
658.99/661.09	c #Conflicts:    1490000 | #Constraints:      56035
658.99/661.09	c #Conflicts:    1491000 | #Constraints:      57035
658.99/661.09	c INPROCESSING
658.99/661.09	c GARBAGE COLLECT
658.99/661.09	c #Conflicts:    1492000 | #Constraints:      33808
658.99/661.09	c #Conflicts:    1493000 | #Constraints:      34808
658.99/661.09	c #Conflicts:    1494000 | #Constraints:      35808
658.99/661.09	c #Conflicts:    1495000 | #Constraints:      36808
658.99/661.09	c #Conflicts:    1496000 | #Constraints:      37808
658.99/661.09	c #Conflicts:    1497000 | #Constraints:      38808
658.99/661.09	c #Conflicts:    1498000 | #Constraints:      39808
658.99/661.09	c #Conflicts:    1499000 | #Constraints:      40808
658.99/661.09	c #Conflicts:    1500000 | #Constraints:      41808
658.99/661.09	c #Conflicts:    1501000 | #Constraints:      42808
658.99/661.09	c #Conflicts:    1502000 | #Constraints:      43808
658.99/661.09	c #Conflicts:    1503000 | #Constraints:      44808
658.99/661.09	c #Conflicts:    1504000 | #Constraints:      45808
658.99/661.09	c #Conflicts:    1505000 | #Constraints:      46808
658.99/661.09	c #Conflicts:    1506000 | #Constraints:      47808
658.99/661.09	c #Conflicts:    1507000 | #Constraints:      48808
658.99/661.09	c #Conflicts:    1508000 | #Constraints:      49808
658.99/661.09	c #Conflicts:    1509000 | #Constraints:      50808
658.99/661.09	c #Conflicts:    1510000 | #Constraints:      51808
700.18/702.33	c #Conflicts:    1511000 | #Constraints:      52808
700.18/702.33	c #Conflicts:    1512000 | #Constraints:      53808
700.18/702.33	c #Conflicts:    1513000 | #Constraints:      54808
700.18/702.33	c #Conflicts:    1514000 | #Constraints:      55808
700.18/702.33	c #Conflicts:    1515000 | #Constraints:      56808
700.18/702.33	c #Conflicts:    1516000 | #Constraints:      57808
700.18/702.33	c INPROCESSING
700.18/702.33	c GARBAGE COLLECT
700.18/702.33	c #Conflicts:    1517000 | #Constraints:      34418
700.18/702.33	c #Conflicts:    1518000 | #Constraints:      35418
700.18/702.33	c #Conflicts:    1519000 | #Constraints:      36418
700.18/702.33	c #Conflicts:    1520000 | #Constraints:      37418
700.18/702.33	c #Conflicts:    1521000 | #Constraints:      38418
700.18/702.33	c #Conflicts:    1522000 | #Constraints:      39418
700.18/702.33	c #Conflicts:    1523000 | #Constraints:      40418
700.18/702.33	c #Conflicts:    1524000 | #Constraints:      41418
700.18/702.33	c #Conflicts:    1525000 | #Constraints:      42418
700.18/702.33	c #Conflicts:    1526000 | #Constraints:      43418
700.18/702.33	c #Conflicts:    1527000 | #Constraints:      44418
700.18/702.33	c #Conflicts:    1528000 | #Constraints:      45418
700.18/702.33	c #Conflicts:    1529000 | #Constraints:      46418
700.18/702.33	c #Conflicts:    1530000 | #Constraints:      47418
700.18/702.33	c #Conflicts:    1531000 | #Constraints:      48419
700.18/702.33	c #Conflicts:    1532000 | #Constraints:      49419
700.18/702.33	c #Conflicts:    1533000 | #Constraints:      50419
700.18/702.33	c #Conflicts:    1534000 | #Constraints:      51419
700.18/702.33	c #Conflicts:    1535000 | #Constraints:      52419
700.18/702.33	c #Conflicts:    1536000 | #Constraints:      53419
700.18/702.33	c #Conflicts:    1537000 | #Constraints:      54420
700.18/702.33	c #Conflicts:    1538000 | #Constraints:      55420
700.18/702.33	c #Conflicts:    1539000 | #Constraints:      56420
700.18/702.33	c #Conflicts:    1540000 | #Constraints:      57420
700.18/702.33	c #Conflicts:    1541000 | #Constraints:      58420
700.18/702.33	c INPROCESSING
700.18/702.33	c GARBAGE COLLECT
700.18/702.33	c #Conflicts:    1542000 | #Constraints:      34788
700.18/702.33	c #Conflicts:    1543000 | #Constraints:      35788
700.18/702.33	c #Conflicts:    1544000 | #Constraints:      36788
700.18/702.33	c #Conflicts:    1545000 | #Constraints:      37788
700.18/702.33	c #Conflicts:    1546000 | #Constraints:      38788
700.18/702.33	c #Conflicts:    1547000 | #Constraints:      39788
700.18/702.33	c #Conflicts:    1548000 | #Constraints:      40788
700.18/702.33	c #Conflicts:    1549000 | #Constraints:      41788
700.18/702.33	c #Conflicts:    1550000 | #Constraints:      42788
700.18/702.33	c #Conflicts:    1551000 | #Constraints:      43788
700.18/702.33	c #Conflicts:    1552000 | #Constraints:      44788
700.18/702.33	c #Conflicts:    1553000 | #Constraints:      45788
700.18/702.33	c #Conflicts:    1554000 | #Constraints:      46788
700.18/702.33	c #Conflicts:    1555000 | #Constraints:      47788
700.18/702.33	c #Conflicts:    1556000 | #Constraints:      48788
700.18/702.33	c #Conflicts:    1557000 | #Constraints:      49788
700.18/702.33	c #Conflicts:    1558000 | #Constraints:      50788
700.18/702.33	c #Conflicts:    1559000 | #Constraints:      51788
700.18/702.33	c #Conflicts:    1560000 | #Constraints:      52788
700.18/702.33	c #Conflicts:    1561000 | #Constraints:      53788
700.18/702.33	c #Conflicts:    1562000 | #Constraints:      54788
700.18/702.33	c #Conflicts:    1563000 | #Constraints:      55788
700.18/702.33	c #Conflicts:    1564000 | #Constraints:      56788
700.18/702.33	c #Conflicts:    1565000 | #Constraints:      57788
700.18/702.33	c #Conflicts:    1566000 | #Constraints:      58788
700.18/702.33	c INPROCESSING
700.18/702.33	c GARBAGE COLLECT
700.18/702.33	c #Conflicts:    1567000 | #Constraints:      35024
700.18/702.33	c #Conflicts:    1568000 | #Constraints:      36024
700.18/702.33	c #Conflicts:    1569000 | #Constraints:      37024
700.18/702.33	c #Conflicts:    1570000 | #Constraints:      38024
700.18/702.33	c #Conflicts:    1571000 | #Constraints:      39024
700.18/702.33	c #Conflicts:    1572000 | #Constraints:      40024
700.18/702.33	c #Conflicts:    1573000 | #Constraints:      41024
700.18/702.33	c #Conflicts:    1574000 | #Constraints:      42024
700.18/702.33	c #Conflicts:    1575000 | #Constraints:      43024
700.18/702.33	c #Conflicts:    1576000 | #Constraints:      44024
700.18/702.33	c #Conflicts:    1577000 | #Constraints:      45024
700.18/702.33	c #Conflicts:    1578000 | #Constraints:      46024
700.18/702.33	c #Conflicts:    1579000 | #Constraints:      47024
700.18/702.33	c #Conflicts:    1580000 | #Constraints:      48024
700.18/702.33	c #Conflicts:    1581000 | #Constraints:      49024
700.18/702.33	c #Conflicts:    1582000 | #Constraints:      50024
700.18/702.33	c #Conflicts:    1583000 | #Constraints:      51024
700.18/702.33	c #Conflicts:    1584000 | #Constraints:      52024
700.18/702.33	c #Conflicts:    1585000 | #Constraints:      53024
700.18/702.33	c #Conflicts:    1586000 | #Constraints:      54024
700.18/702.33	c #Conflicts:    1587000 | #Constraints:      55025
775.65/778.04	c #Conflicts:    1588000 | #Constraints:      56025
775.65/778.04	c #Conflicts:    1589000 | #Constraints:      57025
775.65/778.04	c #Conflicts:    1590000 | #Constraints:      58025
775.65/778.04	c #Conflicts:    1591000 | #Constraints:      59025
775.65/778.04	c INPROCESSING
775.65/778.04	c GARBAGE COLLECT
775.65/778.04	c #Conflicts:    1592000 | #Constraints:      35028
775.65/778.04	c #Conflicts:    1593000 | #Constraints:      36028
775.65/778.04	c #Conflicts:    1594000 | #Constraints:      37028
775.65/778.04	c #Conflicts:    1595000 | #Constraints:      38028
775.65/778.04	c #Conflicts:    1596000 | #Constraints:      39028
775.65/778.04	c #Conflicts:    1597000 | #Constraints:      40028
775.65/778.04	c #Conflicts:    1598000 | #Constraints:      41029
775.65/778.04	c #Conflicts:    1599000 | #Constraints:      42029
775.65/778.04	c #Conflicts:    1600000 | #Constraints:      43029
775.65/778.04	c #Conflicts:    1601000 | #Constraints:      44029
775.65/778.04	c #Conflicts:    1602000 | #Constraints:      45029
775.65/778.04	c #Conflicts:    1603000 | #Constraints:      46030
775.65/778.04	c #Conflicts:    1604000 | #Constraints:      47030
775.65/778.04	c #Conflicts:    1605000 | #Constraints:      48288
775.65/778.04	c #Conflicts:    1606000 | #Constraints:      49788
775.65/778.04	c #Conflicts:    1607000 | #Constraints:      51291
775.65/778.04	c #Conflicts:    1608000 | #Constraints:      52792
775.65/778.04	c #Conflicts:    1609000 | #Constraints:      54286
775.65/778.04	c #Conflicts:    1610000 | #Constraints:      55795
775.65/778.04	c #Conflicts:    1611000 | #Constraints:      57283
775.65/778.04	c #Conflicts:    1612000 | #Constraints:      58775
775.65/778.04	c #Conflicts:    1613000 | #Constraints:      60298
775.65/778.04	c #Conflicts:    1614000 | #Constraints:      61814
775.65/778.04	c #Conflicts:    1615000 | #Constraints:      63322
775.65/778.04	c #Conflicts:    1616000 | #Constraints:      64836
775.65/778.04	c INPROCESSING
775.65/778.04	c GARBAGE COLLECT
775.65/778.04	c #Conflicts:    1617000 | #Constraints:      37922
775.65/778.04	c #Conflicts:    1618000 | #Constraints:      38922
775.65/778.04	c #Conflicts:    1619000 | #Constraints:      39922
775.65/778.04	c #Conflicts:    1620000 | #Constraints:      40922
775.65/778.04	c #Conflicts:    1621000 | #Constraints:      41922
775.65/778.04	c #Conflicts:    1622000 | #Constraints:      42922
775.65/778.04	c #Conflicts:    1623000 | #Constraints:      43922
775.65/778.04	c #Conflicts:    1624000 | #Constraints:      44922
775.65/778.04	c #Conflicts:    1625000 | #Constraints:      45922
775.65/778.04	c #Conflicts:    1626000 | #Constraints:      46922
775.65/778.04	c #Conflicts:    1627000 | #Constraints:      47922
775.65/778.04	c #Conflicts:    1628000 | #Constraints:      48922
775.65/778.04	c #Conflicts:    1629000 | #Constraints:      49922
775.65/778.04	c #Conflicts:    1630000 | #Constraints:      50922
775.65/778.04	c #Conflicts:    1631000 | #Constraints:      51922
775.65/778.04	c #Conflicts:    1632000 | #Constraints:      52922
775.65/778.04	c #Conflicts:    1633000 | #Constraints:      53922
775.65/778.04	c #Conflicts:    1634000 | #Constraints:      54922
775.65/778.04	c #Conflicts:    1635000 | #Constraints:      55922
775.65/778.04	c #Conflicts:    1636000 | #Constraints:      56922
775.65/778.04	c #Conflicts:    1637000 | #Constraints:      57922
775.65/778.04	c #Conflicts:    1638000 | #Constraints:      58922
775.65/778.04	c #Conflicts:    1639000 | #Constraints:      59922
775.65/778.04	c #Conflicts:    1640000 | #Constraints:      60922
775.65/778.04	c #Conflicts:    1641000 | #Constraints:      61922
775.65/778.04	c #Conflicts:    1642000 | #Constraints:      62922
775.65/778.04	c INPROCESSING
775.65/778.04	c GARBAGE COLLECT
775.65/778.04	c #Conflicts:    1643000 | #Constraints:      36968
775.65/778.04	c #Conflicts:    1644000 | #Constraints:      37968
775.65/778.04	c #Conflicts:    1645000 | #Constraints:      38968
775.65/778.04	c #Conflicts:    1646000 | #Constraints:      39969
775.65/778.04	c #Conflicts:    1647000 | #Constraints:      40969
775.65/778.04	c #Conflicts:    1648000 | #Constraints:      41969
775.65/778.04	c #Conflicts:    1649000 | #Constraints:      42969
775.65/778.04	c #Conflicts:    1650000 | #Constraints:      43969
775.65/778.04	c #Conflicts:    1651000 | #Constraints:      44969
775.65/778.04	c #Conflicts:    1652000 | #Constraints:      45969
775.65/778.04	c #Conflicts:    1653000 | #Constraints:      46969
775.65/778.04	c #Conflicts:    1654000 | #Constraints:      48009
775.65/778.04	c #Conflicts:    1655000 | #Constraints:      49009
775.65/778.04	c #Conflicts:    1656000 | #Constraints:      50009
775.65/778.04	c #Conflicts:    1657000 | #Constraints:      51010
775.65/778.04	c #Conflicts:    1658000 | #Constraints:      52010
775.65/778.04	c #Conflicts:    1659000 | #Constraints:      53010
775.65/778.04	c #Conflicts:    1660000 | #Constraints:      54010
775.65/778.04	c #Conflicts:    1661000 | #Constraints:      55010
775.65/778.04	c #Conflicts:    1662000 | #Constraints:      56010
775.65/778.04	c #Conflicts:    1663000 | #Constraints:      57010
775.65/778.04	c #Conflicts:    1664000 | #Constraints:      58015
854.67/857.31	c #Conflicts:    1665000 | #Constraints:      59015
854.67/857.31	c #Conflicts:    1666000 | #Constraints:      60015
854.67/857.31	c #Conflicts:    1667000 | #Constraints:      61015
854.67/857.31	c #Conflicts:    1668000 | #Constraints:      62016
854.67/857.31	c #Conflicts:    1669000 | #Constraints:      63016
854.67/857.31	c #Conflicts:    1670000 | #Constraints:      64016
854.67/857.31	c #Conflicts:    1671000 | #Constraints:      65016
854.67/857.31	c #Conflicts:    1672000 | #Constraints:      66016
854.67/857.31	c #Conflicts:    1673000 | #Constraints:      67016
854.67/857.31	c #Conflicts:    1674000 | #Constraints:      68016
854.67/857.31	c #Conflicts:    1675000 | #Constraints:      69016
854.67/857.31	c #Conflicts:    1676000 | #Constraints:      70016
854.67/857.31	c #Conflicts:    1677000 | #Constraints:      71016
854.67/857.31	c #Conflicts:    1678000 | #Constraints:      72016
854.67/857.31	c #Conflicts:    1679000 | #Constraints:      73016
854.67/857.31	c #Conflicts:    1680000 | #Constraints:      74016
854.67/857.31	c #Conflicts:    1681000 | #Constraints:      75016
854.67/857.31	c #Conflicts:    1682000 | #Constraints:      76016
854.67/857.31	c #Conflicts:    1683000 | #Constraints:      77017
854.67/857.31	c #Conflicts:    1684000 | #Constraints:      78017
854.67/857.31	c #Conflicts:    1685000 | #Constraints:      79017
854.67/857.31	c #Conflicts:    1686000 | #Constraints:      80017
854.67/857.31	c #Conflicts:    1687000 | #Constraints:      81017
854.67/857.31	c #Conflicts:    1688000 | #Constraints:      82017
854.67/857.31	c #Conflicts:    1689000 | #Constraints:      83017
854.67/857.31	c #Conflicts:    1690000 | #Constraints:      84017
854.67/857.31	c #Conflicts:    1691000 | #Constraints:      85017
854.67/857.31	c [...]

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

7000 | #Constraints:     187849
2303.01/2310.18	c #Conflicts:    2408000 | #Constraints:     188849
2303.01/2310.18	c #Conflicts:    2409000 | #Constraints:     189849
2303.01/2310.18	c #Conflicts:    2410000 | #Constraints:     190849
2303.01/2310.18	c #Conflicts:    2411000 | #Constraints:     191849
2303.01/2310.18	c #Conflicts:    2412000 | #Constraints:     192849
2303.01/2310.18	c INPROCESSING
2303.01/2310.18	c GARBAGE COLLECT
2303.01/2310.18	c #Conflicts:    2413000 | #Constraints:     102090
2303.01/2310.18	c #Conflicts:    2414000 | #Constraints:     103090
2303.01/2310.18	c #Conflicts:    2415000 | #Constraints:     104090
2303.01/2310.18	c #Conflicts:    2416000 | #Constraints:     105090
2303.01/2310.18	c #Conflicts:    2417000 | #Constraints:     106090
2303.01/2310.18	c #Conflicts:    2418000 | #Constraints:     107090
2303.01/2310.18	c #Conflicts:    2419000 | #Constraints:     108090
2303.01/2310.18	c #Conflicts:    2420000 | #Constraints:     109091
2303.01/2310.18	c #Conflicts:    2421000 | #Constraints:     110091
2303.01/2310.18	c #Conflicts:    2422000 | #Constraints:     111091
2303.01/2310.18	c #Conflicts:    2423000 | #Constraints:     112091
2303.01/2310.18	c #Conflicts:    2424000 | #Constraints:     113091
2303.01/2310.18	c #Conflicts:    2425000 | #Constraints:     114091
2303.01/2310.18	c #Conflicts:    2426000 | #Constraints:     115091
2303.01/2310.18	c #Conflicts:    2427000 | #Constraints:     116091
2303.01/2310.18	c #Conflicts:    2428000 | #Constraints:     117091
2303.01/2310.18	c #Conflicts:    2429000 | #Constraints:     118091
2303.01/2310.18	c #Conflicts:    2430000 | #Constraints:     119092
2303.01/2310.18	c #Conflicts:    2431000 | #Constraints:     120092
2303.01/2310.18	c #Conflicts:    2432000 | #Constraints:     121092
2303.01/2310.18	c #Conflicts:    2433000 | #Constraints:     122092
2303.01/2310.18	c #Conflicts:    2434000 | #Constraints:     123092
2303.01/2310.18	c #Conflicts:    2435000 | #Constraints:     124092
2303.01/2310.18	c #Conflicts:    2436000 | #Constraints:     125092
2303.01/2310.18	c #Conflicts:    2437000 | #Constraints:     126092
2303.01/2310.18	c #Conflicts:    2438000 | #Constraints:     127092
2303.01/2310.18	c #Conflicts:    2439000 | #Constraints:     128092
2303.01/2310.18	c #Conflicts:    2440000 | #Constraints:     129092
2303.01/2310.18	c #Conflicts:    2441000 | #Constraints:     130092
2303.01/2310.18	c #Conflicts:    2442000 | #Constraints:     131093
2303.01/2310.18	c #Conflicts:    2443000 | #Constraints:     132093
2303.01/2310.18	c INPROCESSING
2303.01/2310.18	c GARBAGE COLLECT
2303.01/2310.18	WSVECS04 Frhs2[17]: 6 -0.992515 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[18]: 6 -0.9978 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[22]: 6 -0.97363 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[23]: 6 -0.855674 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[63]: 6 -3.97242 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[66]: 6 -0.925894 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[70]: 6 0 0.342157 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[86]: 6 -0.985441 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[88]: 6 -1.02823 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[92]: 6 -0.0669139 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[116]: 6 -0.998218 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[135]: 6 -2.60083 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[136]: 6 -0.92388 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[154]: 6 -0.925271 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[172]: 6 -0.995038 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[179]: 6 -0.985454 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[187]: 6 -0.930483 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[189]: 6 -0.477247 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[204]: 6 -0.994503 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[207]: 6 -0.991607 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[209]: 6 -0.96524 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[219]: 6 -2.73438 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[224]: 6 -1.00377 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[230]: 6 -0.999953 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[232]: 6 -0.9747 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[236]: 6 -0.995043 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[249]: 6 -0.957532 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[251]: 6 -1.30554 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[257]: 6 -0.999795 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[262]: 6 -0.985957 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[274]: 6 -0.99999 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[279]: 6 -1.00512 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[285]: 6 -0.638855 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[322]: 6 -1.33301 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[342]: 6 -0.988943 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[362]: 6 -0.999583 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[364]: 6 -0.99999 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[414]: 6 -1.43819 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[416]: 6 -0.976547 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[428]: 6 -0.987424 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[449]: 6 -0.999669 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[508]: 6 -0.0308072 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[513]: 6 -1.01388 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[529]: 6 -0.996086 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[534]: 6 -0.885181 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[538]: 6 -0.898678 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[546]: 6 -2.21304 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[572]: 6 0 0.35382 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[578]: 6 -1.25664 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[583]: 6 -2.54474 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[600]: 6 -0.988377 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[608]: 6 -2.16042 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[628]: 6 -0.97168 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[632]: 6 -2.1846 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[648]: 6 -0.96258 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[653]: 6 -0.998039 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[655]: 6 -0.99195 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[657]: 6 -0.965354 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[667]: 6 0 0.328125 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[672]: 6 -1.21885 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[674]: 6 -1.24998 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[675]: 6 -0.549938 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[684]: 6 -0.995039 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[697]: 6 -0.72152 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[701]: 6 -0.910079 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[716]: 6 -0.989649 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[718]: 6 -0.988342 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[721]: 6 -0.999733 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[899]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[944]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[967]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[978]: 6 -0.756385 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[983]: 6 -0.854213 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[990]: 6 -0.990442 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[993]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1057]: 6 -1.24983 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1058]: 6 -2.74999 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1062]: 6 -0.992458 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1068]: 6 -0.975438 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1071]: 6 -0.998811 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1073]: 6 -0.994538 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1074]: 6 -0.99994 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1077]: 6 -0.990004 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1082]: 6 -1.06403 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1089]: 6 -1.00001 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1099]: 6 -0.986937 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1114]: 6 -0.998301 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1125]: 6 -1.94005 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1129]: 6 -0.999731 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1137]: 6 -0.991435 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1143]: 6 -0.981994 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1144]: 6 -1.45942 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1145]: 6 -0.913113 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1146]: 6 -1.75 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1151]: 6 -1.75 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1154]: 6 -0.683936 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1160]: 6 -0.999181 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1167]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1170]: 6 -0.999768 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1176]: 6 -1.28777 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1178]: 6 -1.09571 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1179]: 6 -0.381714 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1189]: 6 -1.27764 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1211]: 6 -1.25 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1215]: 6 -1.0625 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1216]: 6 -0.750001 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1220]: 6 -1.26228 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1227]: 6 -2.62496 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1228]: 6 -1.24992 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1237]: 6 -0.99603 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1256]: 6 -1.00001 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1268]: 6 -0.999998 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1269]: 6 -1.3125 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1281]: 6 -1.24998 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1282]: 6 -1.24856 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1283]: 6 -0.999832 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1292]: 6 -0.999996 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1316]: 6 -1.25 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1321]: 6 -1.25 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1331]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1334]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1338]: 6 -1.24989 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1339]: 6 -0.999982 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1346]: 6 -1.40625 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1356]: 6 -0.999416 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1359]: 6 -0.996609 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1360]: 6 -1.00059 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1363]: 6 -1.00005 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1373]: 6 -1.00353 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1375]: 6 -1.37746 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1392]: 6 -1.00088 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1394]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1395]: 6 -1.00637 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1397]: 6 -0.999999 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1400]: 6 -0.999885 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1419]: 6 -0.970454 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1422]: 6 -0.996019 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1432]: 6 -1.31303 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1435]: 6 -1.26784 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1437]: 6 -1.29542 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1438]: 6 -1.86072 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1456]: 6 -1.0035 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1458]: 6 -0.986002 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1461]: 6 -0.99519 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1462]: 6 -1.32807 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1466]: 6 -1.24837 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1468]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1481]: 6 -1.50059 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1482]: 6 -1.00203 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1484]: 6 -0.995304 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1491]: 6 -1.25 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1502]: 6 -1.25 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1505]: 6 -1.31249 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1509]: 6 -0.494752 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1511]: 6 -0.966673 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1514]: 6 -1.00159 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1519]: 6 -0.997965 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1527]: 6 -1.25 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1528]: 6 -0.736881 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1531]: 6 -1.01697 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1535]: 6 -2.19524 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1536]: 6 -1.375 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1537]: 6 -1.1691 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1540]: 6 -0.514333 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1544]: 6 -0.739547 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1551]: 6 -0.996506 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1558]: 6 -0.987693 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1566]: 6 -0.986073 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1568]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1570]: 6 0 0.0523051 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1574]: 6 -0.918868 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1578]: 6 -0.98253 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1582]: 6 -1.02854 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1583]: 6 -0.986013 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1584]: 6 -0.989123 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1588]: 6 -1.49999 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1590]: 6 -0.982666 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1591]: 6 -0.93964 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1599]: 6 -0.993926 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1604]: 6 -0.284873 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1606]: 6 -0.694233 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1608]: 6 -0.989353 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1612]: 6 -1.07115 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1614]: 6 -0.994724 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1615]: 6 -1.00638 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1616]: 6 -1.00048 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1618]: 6 -0.9735 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1624]: 6 -1.37713 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1625]: 6 -0.533862 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1628]: 6 -1.11135 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1634]: 6 -0.896747 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1650]: 6 -0.997203 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1658]: 6 -0.876527 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1659]: 6 -1.42186 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1678]: 6 -0.975511 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1698]: 6 -0.830419 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1705]: 6 -0.962166 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1718]: 6 -0.493696 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1728]: 6 -1.00581 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1747]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1960]: 6 -0.999999 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1961]: 6 -0.999999 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1965]: 6 -1.01275 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1968]: 6 -0.990993 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1973]: 6 -0.994955 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1975]: 6 -0.952596 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1980]: 6 -0.999135 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1983]: 6 -0.993407 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1985]: 6 -0.999888 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1991]: 6 -0.988305 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2008]: 6 -0.879743 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2009]: 6 -0.879744 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2051]: 6 -0.750006 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2056]: 6 -0.999866 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2059]: 6 -1.00034 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2060]: 6 -0.999956 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2062]: 6 -0.99857 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2064]: 6 -0.997979 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2065]: 6 -0.99798 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2072]: 6 -1.01304 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2074]: 6 -1.00021 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2075]: 6 -0.998353 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2077]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2079]: 6 -0.999172 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2083]: 6 -0.998356 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2085]: 6 -0.808743 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2088]: 6 -0.999316 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2089]: 6 -0.994498 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2092]: 6 -0.999434 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2093]: 6 -0.978153 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2095]: 6 -0.987015 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2101]: 6 -0.999695 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2104]: 6 -1.25122 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2134]: 6 -0.999961 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2145]: 6 -1.01082 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2149]: 6 -0.999985 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2152]: 6 -0.999948 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2159]: 6 -0.999934 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2164]: 6 -1.00026 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2172]: 6 -0.995713 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2174]: 6 -0.991425 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2180]: 6 -1.00001 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2183]: 6 -0.999981 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2185]: 6 -1.00072 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2189]: 6 -0.999944 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2192]: 6 -0.999221 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2193]: 6 -0.993943 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2196]: 6 -1.02631 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2197]: 6 -1.02609 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2199]: 6 -1.19738 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2225]: 6 -0.952579 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2232]: 6 -1.01489 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2236]: 6 -1.22904 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2237]: 6 -1.45807 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2241]: 6 -1.5625 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2244]: 6 0 1 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2248]: 6 0 0.000308445 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2250]: 6 -2.99577 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2254]: 6 -0.998957 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2258]: 6 -1.00379 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2259]: 6 -0.998894 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2261]: 6 -1.00027 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2264]: 6 -1.00106 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2265]: 6 -0.999128 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2267]: 6 -0.998375 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2268]: 6 -0.996806 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2308]: 6 -0.437479 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2310]: 6 -1.0001 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2314]: 6 -0.999089 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2320]: 6 -0.99962 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2332]: 6 -0.999757 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2335]: 6 -1.25 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2344]: 6 -3.25009 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2348]: 6 -0.999592 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2349]: 6 -0.999593 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2395]: 6 -1.25 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2435]: 6 -0.98572 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2449]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2460]: 6 -0.999923 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2462]: 6 -0.999846 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2526]: 6 -1.3125 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2540]: 6 -5 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2585]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2598]: 6 -1.00001 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2604]: 6 -0.99993 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2616]: 6 -0.982491 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2636]: 6 -0.997867 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2648]: 6 -0.999983 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2650]: 6 -0.999966 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2666]: 6 -0.991246 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2668]: 6 -0.982491 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2672]: 6 -1.3125 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2674]: 6 -1.375 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2698]: 6 -0.99995 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2716]: 6 -1.32813 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2718]: 6 -1.3125 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2721]: 6 -0.999457 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2817]: 6 -1.49999 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2843]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
2303.01/2310.18	WSVECS04 Frhs2[2870]: 6 -1.3125 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2872]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2907]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2917]: 6 -1.33203 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2922]: 6 0 1 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2941]: 6 -0.99969 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2962]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2963]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2968]: 6 0 1 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2978]: 6 -0.999997 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[2995]: 6 -1.00028 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3008]: 6 -2.77828 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3037]: 6 -0.999965 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3041]: 6 -0.999861 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3053]: 6 -0.99105 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3057]: 6 -0.9642 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3063]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3097]: 6 -0.999215 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3099]: 6 -1.32813 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3106]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3111]: 6 -0.500001 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3117]: 6 -0.999999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3121]: 6 -0.999995 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3134]: 6 -0.999316 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3141]: 6 -0.997612 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3151]: 6 -0.999215 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3154]: 6 -1.32813 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3159]: 6 -1.3125 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3170]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3197]: 6 -1.3125 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3199]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3201]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3205]: 6 -0.999992 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3207]: 6 -1.07145 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3211]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3213]: 6 -0.5 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3224]: 6 -0.991174 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3225]: 6 -0.991174 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3234]: 6 -0.979969 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3242]: 6 -0.985195 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3243]: 6 -0.985194 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3246]: 6 -0.999982 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3250]: 6 -1.32813 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3252]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3274]: 6 -1.00004 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3276]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3279]: 6 -0.999091 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3289]: 6 -0.995744 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3290]: 6 -1.00163 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3297]: 6 -1.32813 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3306]: 6 0 1.5 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3309]: 6 -0.999994 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3326]: 6 -0.99186 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3327]: 6 -0.991859 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3330]: 6 -0.999999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3332]: 6 -0.999998 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3333]: 6 -0.985514 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3335]: 6 -0.962304 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3338]: 6 -0.925025 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3339]: 6 -0.925025 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3341]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3345]: 6 -1.00849 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3348]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3349]: 6 -1.28395 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3359]: 6 -0.5 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3363]: 6 -1.31252 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3369]: 6 -1.31128 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3372]: 6 -0.995155 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3387]: 6 -0.99999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3395]: 6 -1.31252 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3400]: 6 0 1.1875 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3407]: 6 -0.811283 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3411]: 6 -1.24513 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3416]: 6 -0.999996 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3418]: 6 -1.00159 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3429]: 6 -0.999997 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3437]: 6 -0.999953 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3439]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3442]: 6 -0.99962 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3450]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3463]: 6 -1.0073 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3466]: 6 -0.99625 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3470]: 6 -0.994177 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3490]: 6 -0.873469 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3491]: 6 -0.986075 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3495]: 6 -0.94953 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3498]: 6 -0.970551 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3502]: 6 -0.970798 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3504]: 6 -0.996252 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3518]: 6 -0.999999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3519]: 6 -1.00025 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3522]: 6 -0.999011 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3525]: 6 -0.999997 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3529]: 6 -1.00054 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3532]: 6 -0.999964 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3537]: 6 -1.00854 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3540]: 6 -1.61071 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3541]: 6 -1.64487 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3555]: 6 -0.820268 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3557]: 6 -1.24924 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3583]: 6 -1.24999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3603]: 6 -0.911234 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3606]: 6 -0.999899 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3607]: 6 -0.9999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3610]: 6 -0.982936 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3611]: 6 -0.982936 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3614]: 6 -1.06988 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3617]: 6 -0.863483 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3620]: 6 -0.987034 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3621]: 6 -0.999999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3625]: 6 -0.999997 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3629]: 6 -0.953843 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3636]: 6 -0.93117 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3637]: 6 -0.931169 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3640]: 6 -1.63184 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3641]: 6 -3.35652 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3644]: 6 0 0.713047 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3647]: 6 -0.500001 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3658]: 6 -0.999996 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3661]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3663]: 6 -0.986078 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3672]: 6 -0.999992 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3679]: 6 -1.5 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3682]: 6 -0.996597 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3686]: 6 0 1.57256 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3688]: 6 -0.979887 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3690]: 6 -6.10489 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3698]: 6 -1.48381 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3719]: 6 -0.999998 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3722]: 6 -0.848799 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3733]: 6 -1.25 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3739]: 6 -1.5 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3745]: 6 -0.999999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3749]: 6 -0.973761 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3756]: 6 -0.927831 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3759]: 6 -1.01628 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3762]: 6 -0.875543 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3763]: 6 -0.987449 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3764]: 6 -0.974896 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3774]: 6 -1.375 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3786]: 6 -0.999999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3787]: 6 -0.999999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3789]: 6 -0.999999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3792]: 6 -0.919557 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3793]: 6 -0.999218 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3804]: 6 -0.967442 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3806]: 6 -0.934885 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3810]: 6 -0.987446 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3811]: 6 -0.987455 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3820]: 6 -0.999997 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3824]: 6 -0.496283 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3828]: 6 -0.785917 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3829]: 6 -0.820203 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3832]: 6 -0.234597 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3850]: 6 -0.923411 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3852]: 6 -0.971428 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3853]: 6 -0.998023 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3855]: 6 -0.999999 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3856]: 6 -1.00831 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3860]: 6 -0.987454 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3888]: 6 -0.923411 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3890]: 6 -0.846829 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3893]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3896]: 6 -0.996045 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3901]: 6 -0.995848 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3904]: 6 -0.991696 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3907]: 6 -0.997616 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3912]: 6 -0.999991 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3913]: 6 -0.981772 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3915]: 6 -0.961853 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3921]: 6 -0.856665 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3924]: 6 -0.463047 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3928]: 6 -1.625 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3937]: 6 -0.753693 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3939]: 6 -1.2272 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3941]: 6 -1.00001 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3947]: 6 -1.00248 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3953]: 6 -0.996332 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3959]: 6 -0.999989 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3971]: 6 -3 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3978]: 6 -0.97676 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3979]: 6 -0.975839 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3982]: 6 -0.999985 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3983]: 6 -0.999731 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3987]: 6 -0.999195 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3990]: 6 -0.9901 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3994]: 6 -1.00092 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3998]: 6 -0.996332 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[3999]: 6 -0.996332 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4008]: 6 -1.01694 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4009]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4014]: 6 -0.864483 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4016]: 6 -0.728966 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4020]: 6 -0.259972 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4021]: 6 -0.259972 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4024]: 6 -4.74704 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4027]: 6 -0.500002 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4045]: 6 -0.990643 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4047]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4053]: 6 -0.75638 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4054]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4061]: 6 -1.3125 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4071]: 6 -0.755814 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4075]: 6 -0.0578685 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4080]: 6 -0.907365 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4081]: 6 -0.904918 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4085]: 6 -0.999998 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4088]: 6 -0.960687 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4092]: 6 -0.999036 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4094]: 6 -0.998072 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4099]: 6 -0.997795 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4103]: 6 -0.983951 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4107]: 6 -0.935805 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4110]: 6 -1.24414 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4112]: 6 -1.3125 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4148]: 6 -1 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4218]: 6 -1.5 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4221]: 6 -1.00581 0 shouldn't be
2303.01/2310.19	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
2355.93/2363.22	c #Conflicts:    2444000 | #Constraints:      71432
2355.93/2363.22	c #Conflicts:    2445000 | #Constraints:      72432
2355.93/2363.22	c #Conflicts:    2446000 | #Constraints:      73432
2355.93/2363.22	c #Conflicts:    2447000 | #Constraints:      74432
2355.93/2363.22	c #Conflicts:    2448000 | #Constraints:      75432
2355.93/2363.22	c #Conflicts:    2449000 | #Constraints:      76432
2355.93/2363.22	c #Conflicts:    2450000 | #Constraints:      77432
2355.93/2363.22	c #Conflicts:    2451000 | #Constraints:      78432
2355.93/2363.22	c #Conflicts:    2452000 | #Constraints:      79432
2355.93/2363.22	c #Conflicts:    2453000 | #Constraints:      80432
2355.93/2363.22	c #Conflicts:    2454000 | #Constraints:      81432
2355.93/2363.22	c #Conflicts:    2455000 | #Constraints:      82432
2355.93/2363.22	c #Conflicts:    2456000 | #Constraints:      83432
2355.93/2363.22	c #Conflicts:    2457000 | #Constraints:      84432
2355.93/2363.22	c #Conflicts:    2458000 | #Constraints:      85432
2355.93/2363.22	c #Conflicts:    2459000 | #Constraints:      86432
2355.93/2363.22	c #Conflicts:    2460000 | #Constraints:      87432
2355.93/2363.22	c #Conflicts:    2461000 | #Constraints:      88432
2355.93/2363.22	c #Conflicts:    2462000 | #Constraints:      89432
2355.93/2363.22	c #Conflicts:    2463000 | #Constraints:      90432
2355.93/2363.22	c #Conflicts:    2464000 | #Constraints:      91432
2355.93/2363.22	c #Conflicts:    2465000 | #Constraints:      92432
2355.93/2363.22	c #Conflicts:    2466000 | #Constraints:      93432
2355.93/2363.22	c #Conflicts:    2467000 | #Constraints:      94432
2355.93/2363.22	c #Conflicts:    2468000 | #Constraints:      95432
2355.93/2363.22	c #Conflicts:    2469000 | #Constraints:      96432
2355.93/2363.22	c #Conflicts:    2470000 | #Constraints:      97432
2355.93/2363.22	c #Conflicts:    2471000 | #Constraints:      98432
2355.93/2363.22	c #Conflicts:    2472000 | #Constraints:      99432
2355.93/2363.22	c #Conflicts:    2473000 | #Constraints:     100432
2355.93/2363.22	c #Conflicts:    2474000 | #Constraints:     101432
2355.93/2363.22	c #Conflicts:    2475000 | #Constraints:     102432
2355.93/2363.22	c INPROCESSING
2355.93/2363.22	c GARBAGE COLLECT
2355.93/2363.22	c #Conflicts:    2476000 | #Constraints:      56692
2355.93/2363.22	c #Conflicts:    2477000 | #Constraints:      57692
2355.93/2363.22	c #Conflicts:    2478000 | #Constraints:      58692
2355.93/2363.22	c #Conflicts:    2479000 | #Constraints:      59692
2355.93/2363.22	c #Conflicts:    2480000 | #Constraints:      60692
2355.93/2363.22	c #Conflicts:    2481000 | #Constraints:      61692
2355.93/2363.22	c #Conflicts:    2482000 | #Constraints:      62692
2355.93/2363.22	c #Conflicts:    2483000 | #Constraints:      63692
2355.93/2363.22	c #Conflicts:    2484000 | #Constraints:      64692
2355.93/2363.22	c #Conflicts:    2485000 | #Constraints:      65692
2355.93/2363.22	c #Conflicts:    2486000 | #Constraints:      66692
2355.93/2363.22	c #Conflicts:    2487000 | #Constraints:      67692
2355.93/2363.22	c #Conflicts:    2488000 | #Constraints:      68692
2355.93/2363.22	c #Conflicts:    2489000 | #Constraints:      69692
2355.93/2363.22	c #Conflicts:    2490000 | #Constraints:      70692
2355.93/2363.22	c #Conflicts:    2491000 | #Constraints:      71692
2355.93/2363.22	c #Conflicts:    2492000 | #Constraints:      72692
2355.93/2363.22	c #Conflicts:    2493000 | #Constraints:      73692
2355.93/2363.22	c #Conflicts:    2494000 | #Constraints:      74692
2355.93/2363.22	c #Conflicts:    2495000 | #Constraints:      75692
2355.93/2363.22	c #Conflicts:    2496000 | #Constraints:      76692
2355.93/2363.22	c #Conflicts:    2497000 | #Constraints:      77692
2355.93/2363.22	c #Conflicts:    2498000 | #Constraints:      78692
2355.93/2363.22	c #Conflicts:    2499000 | #Constraints:      79692
2355.93/2363.22	c #Conflicts:    2500000 | #Constraints:      80692
2355.93/2363.22	c #Conflicts:    2501000 | #Constraints:      81692
2355.93/2363.22	c #Conflicts:    2502000 | #Constraints:      82692
2355.93/2363.22	c #Conflicts:    2503000 | #Constraints:      83692
2355.93/2363.22	c #Conflicts:    2504000 | #Constraints:      84692
2355.93/2363.22	c #Conflicts:    2505000 | #Constraints:      85692
2355.93/2363.22	c #Conflicts:    2506000 | #Constraints:      86692
2355.93/2363.22	c #Conflicts:    2507000 | #Constraints:      87692
2355.93/2363.22	c INPROCESSING
2355.93/2363.22	c GARBAGE COLLECT
2355.93/2363.22	c #Conflicts:    2508000 | #Constraints:      49397
2355.93/2363.22	c #Conflicts:    2509000 | #Constraints:      50397
2355.93/2363.22	c #Conflicts:    2510000 | #Constraints:      51397
2355.93/2363.22	c #Conflicts:    2511000 | #Constraints:      52397
2355.93/2363.22	c #Conflicts:    2512000 | #Constraints:      53397
2355.93/2363.22	c #Conflicts:    2513000 | #Constraints:      54397
2355.93/2363.22	c #Conflicts:    2514000 | #Constraints:      55397
2355.93/2363.22	c #Conflicts:    2515000 | #Constraints:      56397
2355.93/2363.22	c #Conflicts:    2516000 | #Constraints:      57397
2355.93/2363.22	c #Conflicts:    2517000 | #Constraints:      58397
2355.93/2363.22	c #Conflicts:    2518000 | #Constraints:      59397
2355.93/2363.22	c #Conflicts:    2519000 | #Constraints:      60397
2355.93/2363.22	c #Conflicts:    2520000 | #Constraints:      61397
2355.93/2363.22	c #Conflicts:    2521000 | #Constraints:      62397
2398.38/2405.88	c #Conflicts:    2522000 | #Constraints:      63397
2398.38/2405.88	c #Conflicts:    2523000 | #Constraints:      64397
2398.38/2405.88	c #Conflicts:    2524000 | #Constraints:      65397
2398.38/2405.88	c #Conflicts:    2525000 | #Constraints:      66397
2398.38/2405.88	c #Conflicts:    2526000 | #Constraints:      67397
2398.38/2405.88	c #Conflicts:    2527000 | #Constraints:      68397
2398.38/2405.88	c #Conflicts:    2528000 | #Constraints:      69397
2398.38/2405.88	c #Conflicts:    2529000 | #Constraints:      70397
2398.38/2405.88	c #Conflicts:    2530000 | #Constraints:      71397
2398.38/2405.88	c #Conflicts:    2531000 | #Constraints:      72397
2398.38/2405.88	c #Conflicts:    2532000 | #Constraints:      73397
2398.38/2405.88	c #Conflicts:    2533000 | #Constraints:      74397
2398.38/2405.88	c #Conflicts:    2534000 | #Constraints:      75397
2398.38/2405.88	c #Conflicts:    2535000 | #Constraints:      76398
2398.38/2405.88	c #Conflicts:    2536000 | #Constraints:      77398
2398.38/2405.88	c #Conflicts:    2537000 | #Constraints:      78398
2398.38/2405.88	c #Conflicts:    2538000 | #Constraints:      79398
2398.38/2405.88	c #Conflicts:    2539000 | #Constraints:      80398
2398.38/2405.88	c INPROCESSING
2398.38/2405.88	c GARBAGE COLLECT
2398.38/2405.88	c #Conflicts:    2540000 | #Constraints:      45705
2398.38/2405.88	c #Conflicts:    2541000 | #Constraints:      46705
2398.38/2405.88	c #Conflicts:    2542000 | #Constraints:      47705
2398.38/2405.88	c #Conflicts:    2543000 | #Constraints:      48705
2398.38/2405.88	c #Conflicts:    2544000 | #Constraints:      49705
2398.38/2405.88	c #Conflicts:    2545000 | #Constraints:      50705
2398.38/2405.88	c #Conflicts:    2546000 | #Constraints:      51705
2398.38/2405.88	c #Conflicts:    2547000 | #Constraints:      52705
2398.38/2405.88	c #Conflicts:    2548000 | #Constraints:      53705
2398.38/2405.88	c #Conflicts:    2549000 | #Constraints:      54705
2398.38/2405.88	c #Conflicts:    2550000 | #Constraints:      55705
2398.38/2405.88	c #Conflicts:    2551000 | #Constraints:      56705
2398.38/2405.88	c #Conflicts:    2552000 | #Constraints:      57705
2398.38/2405.88	c #Conflicts:    2553000 | #Constraints:      58705
2398.38/2405.88	c #Conflicts:    2554000 | #Constraints:      59705
2398.38/2405.88	c #Conflicts:    2555000 | #Constraints:      60705
2398.38/2405.88	c #Conflicts:    2556000 | #Constraints:      61705
2398.38/2405.88	c #Conflicts:    2557000 | #Constraints:      62705
2398.38/2405.88	c #Conflicts:    2558000 | #Constraints:      63705
2398.38/2405.88	c #Conflicts:    2559000 | #Constraints:      64705
2398.38/2405.88	c #Conflicts:    2560000 | #Constraints:      65705
2398.38/2405.88	c #Conflicts:    2561000 | #Constraints:      66705
2398.38/2405.88	c #Conflicts:    2562000 | #Constraints:      67705
2398.38/2405.88	c #Conflicts:    2563000 | #Constraints:      68705
2398.38/2405.88	c #Conflicts:    2564000 | #Constraints:      69705
2398.38/2405.88	c #Conflicts:    2565000 | #Constraints:      70705
2398.38/2405.88	c #Conflicts:    2566000 | #Constraints:      71705
2398.38/2405.88	c #Conflicts:    2567000 | #Constraints:      72705
2398.38/2405.88	c #Conflicts:    2568000 | #Constraints:      73705
2398.38/2405.88	c #Conflicts:    2569000 | #Constraints:      74705
2398.38/2405.88	c #Conflicts:    2570000 | #Constraints:      75716
2398.38/2405.88	c #Conflicts:    2571000 | #Constraints:      76716
2398.38/2405.88	c INPROCESSING
2398.38/2405.88	c GARBAGE COLLECT
2398.38/2405.88	c #Conflicts:    2572000 | #Constraints:      43687
2398.38/2405.88	c #Conflicts:    2573000 | #Constraints:      44687
2398.38/2405.88	c #Conflicts:    2574000 | #Constraints:      45687
2398.38/2405.88	c #Conflicts:    2575000 | #Constraints:      46687
2398.38/2405.88	c #Conflicts:    2576000 | #Constraints:      47687
2398.38/2405.88	c #Conflicts:    2577000 | #Constraints:      48687
2398.38/2405.88	c #Conflicts:    2578000 | #Constraints:      49687
2398.38/2405.88	c #Conflicts:    2579000 | #Constraints:      50687
2398.38/2405.88	c #Conflicts:    2580000 | #Constraints:      51687
2398.38/2405.88	c #Conflicts:    2581000 | #Constraints:      52687
2398.38/2405.88	c #Conflicts:    2582000 | #Constraints:      53687
2398.38/2405.88	c #Conflicts:    2583000 | #Constraints:      54687
2398.38/2405.88	c #Conflicts:    2584000 | #Constraints:      55687
2398.38/2405.88	c #Conflicts:    2585000 | #Constraints:      56687
2398.38/2405.88	c #Conflicts:    2586000 | #Constraints:      57687
2398.38/2405.88	c #Conflicts:    2587000 | #Constraints:      58687
2398.38/2405.88	c #Conflicts:    2588000 | #Constraints:      59687
2398.38/2405.88	c #Conflicts:    2589000 | #Constraints:      60687
2398.38/2405.88	c #Conflicts:    2590000 | #Constraints:      61687
2398.38/2405.88	c #Conflicts:    2591000 | #Constraints:      62687
2398.38/2405.88	c #Conflicts:    2592000 | #Constraints:      63687
2398.38/2405.88	c #Conflicts:    2593000 | #Constraints:      64687
2398.38/2405.88	c #Conflicts:    2594000 | #Constraints:      65687
2398.38/2405.88	c #Conflicts:    2595000 | #Constraints:      66687
2398.38/2405.88	c #Conflicts:    2596000 | #Constraints:      67688
2398.38/2405.88	c #Conflicts:    2597000 | #Constraints:      68688
2398.38/2405.88	c #Conflicts:    2598000 | #Constraints:      69688
2402.27/2409.73	c #Conflicts:    2599000 | #Constraints:      70688
2402.27/2409.73	c #Conflicts:    2600000 | #Constraints:      71688
2402.27/2409.73	c #Conflicts:    2601000 | #Constraints:      72688
2402.27/2409.73	c #Conflicts:    2602000 | #Constraints:      73688
2402.27/2409.73	c #Conflicts:    2603000 | #Constraints:      74688
2402.27/2409.73	c #Conflicts:    2604000 | #Constraints:      75688
2402.27/2409.73	c INPROCESSING
2402.27/2409.73	c GARBAGE COLLECT
2402.27/2409.73	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[11]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[157]: 6 -0.999991 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[189]: 6 -0.999993 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[219]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[235]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[570]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[667]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[669]: 6 -0.999999 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1087]: 6 -1.3125 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1129]: 6 -0.507813 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1157]: 6 0 0.316407 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1208]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1221]: 6 -3.56641 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1245]: 6 -1.27778 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1246]: 6 -1.55556 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1257]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1276]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1281]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1317]: 6 -1.32813 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1351]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1416]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1445]: 6 -1.25 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1511]: 6 -1.26563 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1542]: 6 -0.938602 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1566]: 6 -0.999997 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1600]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[1632]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2442]: 6 -10.2656 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2597]: 6 -1.25 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2622]: 6 -1.25 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2825]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3016]: 6 -1.25 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3017]: 6 -1.25 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3174]: 6 -1.3125 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3367]: 6 -46.0152 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3498]: 6 -0.972099 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3653]: 6 -46.0152 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3871]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
2402.27/2409.73	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2419.90/2427.43	c #Conflicts:    2605000 | #Constraints:      43492
2419.90/2427.43	c #Conflicts:    2606000 | #Constraints:      44492
2419.90/2427.43	c #Conflicts:    2607000 | #Constraints:      45492
2419.90/2427.43	c #Conflicts:    2608000 | #Constraints:      46492
2419.90/2427.43	c #Conflicts:    2609000 | #Constraints:      47492
2419.90/2427.43	c #Conflicts:    2610000 | #Constraints:      48492
2419.90/2427.43	c #Conflicts:    2611000 | #Constraints:      49492
2419.90/2427.43	c #Conflicts:    2612000 | #Constraints:      50492
2419.90/2427.43	c #Conflicts:    2613000 | #Constraints:      51492
2419.90/2427.43	c #Conflicts:    2614000 | #Constraints:      52492
2419.90/2427.43	c #Conflicts:    2615000 | #Constraints:      53492
2419.90/2427.43	c #Conflicts:    2616000 | #Constraints:      54492
2419.90/2427.43	c #Conflicts:    2617000 | #Constraints:      55493
2419.90/2427.43	c #Conflicts:    2618000 | #Constraints:      56493
2419.90/2427.43	c #Conflicts:    2619000 | #Constraints:      57493
2419.90/2427.43	c #Conflicts:    2620000 | #Constraints:      58493
2419.90/2427.43	c #Conflicts:    2621000 | #Constraints:      59493
2419.90/2427.43	c #Conflicts:    2622000 | #Constraints:      60493
2419.90/2427.43	c #Conflicts:    2623000 | #Constraints:      61493
2419.90/2427.43	c #Conflicts:    2624000 | #Constraints:      62493
2419.90/2427.43	c #Conflicts:    2625000 | #Constraints:      63493
2419.90/2427.43	c #Conflicts:    2626000 | #Constraints:      64493
2419.90/2427.43	c #Conflicts:    2627000 | #Constraints:      65493
2419.90/2427.43	c #Conflicts:    2628000 | #Constraints:      66493
2419.90/2427.43	c #Conflicts:    2629000 | #Constraints:      67493
2419.90/2427.43	c #Conflicts:    2630000 | #Constraints:      68493
2419.90/2427.43	c #Conflicts:    2631000 | #Constraints:      69493
2419.90/2427.43	c #Conflicts:    2632000 | #Constraints:      70493
2419.90/2427.43	c #Conflicts:    2633000 | #Constraints:      71493
2419.90/2427.43	c #Conflicts:    2634000 | #Constraints:      72493
2419.90/2427.43	c #Conflicts:    2635000 | #Constraints:      73493
2419.90/2427.43	c #Conflicts:    2636000 | #Constraints:      74493
2419.90/2427.43	c INPROCESSING
2419.90/2427.43	c GARBAGE COLLECT
2419.90/2427.43	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[9]: 6 -0.41123 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[10]: 6 -1.75332 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[12]: 6 0 2.00506 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[14]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[50]: 6 0 19.4112 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[51]: 6 0 34.0545 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[55]: 6 0 75.651 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[69]: 6 -24.5847 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[81]: 6 0 11.75 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[83]: 6 0 8.19989 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[92]: 6 -2.12014 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[97]: 6 -0.996242 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[107]: 6 -3.31784 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[160]: 6 -1.05749 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[161]: 6 -1.15121 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[198]: 6 -1.00878 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[203]: 6 -2.84767 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[212]: 6 0 2.94612 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[216]: 6 0 5.74459 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[219]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[224]: 6 -1.04457 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[225]: 6 -1.14954 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[265]: 6 -0.982341 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[278]: 6 -108.489 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[280]: 6 -66.6713 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[285]: 6 -96.9896 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[299]: 6 -2.76347 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[314]: 6 -6.19998 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[325]: 6 -1.29814 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[328]: 6 -1.13741 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[352]: 6 -1.04858 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[362]: 6 -0.982835 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[382]: 6 -2372.91 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[414]: 6 -1.00003 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[418]: 6 -2.33378 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[462]: 6 -5.55536 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[473]: 6 -27.4608 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[476]: 6 -757.034 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[477]: 6 -79.39 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[478]: 6 -95.0253 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[484]: 6 -19.2548 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[525]: 6 -1.397 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[541]: 6 -2330.4 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[555]: 6 -4.49349 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[575]: 6 -1.00905 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[601]: 6 0 26.447 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[621]: 6 -7.51716 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[632]: 6 -101.894 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[638]: 6 -2372.91 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[643]: 6 -22.8408 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[670]: 6 -1.00003 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[692]: 6 -1.97659 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[715]: 6 -5.20242 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[719]: 6 -0.0055928 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[724]: 6 -2.72354 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[726]: 6 -106.828 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[727]: 6 -59.8974 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[728]: 6 -43.7741 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[735]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[899]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[938]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[961]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[967]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[978]: 6 -97.2654 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[982]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[983]: 6 -58.5967 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[984]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[985]: 6 -1.00084 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[993]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1055]: 6 -5.38382 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1069]: 6 0 17.6989 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1073]: 6 0 0.437749 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1080]: 6 -32.9748 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1086]: 6 -0.991173 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1094]: 6 -0.985077 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1095]: 6 -1.03846 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1103]: 6 -1.40316 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1105]: 6 -21.1859 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1116]: 6 -643.39 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1117]: 6 -0.999653 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1123]: 6 -0.998684 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1124]: 6 -0.861915 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1134]: 6 -1.72186 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1142]: 6 0 0.596451 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1170]: 6 -4.23357 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1176]: 6 -76.5353 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1177]: 6 -1.00002 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1178]: 6 -720.452 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1184]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1187]: 6 -1.00073 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1199]: 6 -0.750001 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1205]: 6 -0.588456 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1229]: 6 -0.145363 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1234]: 6 -1.41308 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1235]: 6 -1.29989 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1239]: 6 0 0.955168 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1244]: 6 -1.50142 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1260]: 6 -1.00049 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1273]: 6 -3.08083 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1285]: 6 -1.08999 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1291]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1292]: 6 -1.50168 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1303]: 6 -1.0625 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1316]: 6 -1.00049 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1321]: 6 -1.01839 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1325]: 6 -0.199449 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1326]: 6 -0.775934 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1333]: 6 -3.51027 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1345]: 6 -1.0002 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1346]: 6 -1.0004 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1347]: 6 -1.00901 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1355]: 6 -1.33802 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1356]: 6 -1.16037 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1369]: 6 -80.358 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1378]: 6 -0.999939 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1381]: 6 -1.00849 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1388]: 6 -0.972393 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1391]: 6 -1.05665 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1399]: 6 -20.9041 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1405]: 6 -7.70717 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1407]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1414]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1432]: 6 -0.916726 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1437]: 6 -7.74735 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1444]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1445]: 6 -1.00003 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1447]: 6 -0.128004 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1453]: 6 -1.20788 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1469]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1481]: 6 -0.767684 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1483]: 6 -154.574 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1485]: 6 -41.949 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1494]: 6 -11.2629 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1499]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1502]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1503]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1507]: 6 -1.0002 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1509]: 6 -0.482496 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1527]: 6 -7.40767 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1529]: 6 -95.6479 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1531]: 6 0 5.70717 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1533]: 6 -48.6954 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1551]: 6 -1.73658 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1566]: 6 -6.502 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1572]: 6 -12.7827 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1573]: 6 -19.6875 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1578]: 6 -7.90326 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1580]: 6 -31.3055 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1592]: 6 0 0.165611 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1597]: 6 -86.7709 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1602]: 6 -14.7243 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1603]: 6 0 2.99484 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1605]: 6 -38.1719 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1606]: 6 -23.0359 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1609]: 6 0 6.70777 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1612]: 6 0 7.77636 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1613]: 6 -5.73514 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1614]: 6 -6.92284 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1620]: 6 -2.96241 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1626]: 6 -36.0305 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1630]: 6 -155.692 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1634]: 6 -42.4732 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1643]: 6 0 17.8879 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1646]: 6 -10.1503 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1658]: 6 -49.6229 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1680]: 6 0 2.52167 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1686]: 6 -36.2145 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1697]: 6 0 2.48692 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1698]: 6 -0.999458 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1705]: 6 -15.9505 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1717]: 6 0 143.329 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1718]: 6 -193.031 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1723]: 6 -4.82798 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1747]: 6 -1.78968 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1962]: 6 -3.5198 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1966]: 6 0 9.07921 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1968]: 6 -4.55656 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1970]: 6 -3.28444 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1974]: 6 -19.7475 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1980]: 6 -1.46884 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1981]: 6 -1.46884 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1987]: 6 -1.89066 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2049]: 6 -0.993408 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2052]: 6 -1.01309 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2056]: 6 -1.05317 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2059]: 6 -0.867488 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2062]: 6 -1.56495 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2063]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2065]: 6 -1.79921 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2072]: 6 0 4.16151 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2079]: 6 -1.31545 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2084]: 6 -75.9898 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2088]: 6 0 1.59609 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2093]: 6 -23.7826 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2098]: 6 0 82.839 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2102]: 6 0 153.384 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2104]: 6 0 308.252 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2130]: 6 -1.26768 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2138]: 6 -3.57707 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2145]: 6 -0.758748 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2152]: 6 -1.00575 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2153]: 6 -0.991171 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2157]: 6 -0.964682 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2160]: 6 -1.05278 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2161]: 6 -0.858725 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2172]: 6 -2.83169 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2174]: 6 -4.28837 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2184]: 6 -1.5 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2192]: 6 -1.44336 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2194]: 6 -5.78676 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2197]: 6 0 9.30828 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2199]: 6 -21.6166 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2205]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2247]: 6 -1.06013 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2252]: 6 -2.42803 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2259]: 6 -1.38154 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2265]: 6 -1.26722 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2268]: 6 -1.88324 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2269]: 6 -0.621133 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2297]: 6 -1.00072 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2300]: 6 -8872.3 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2301]: 6 -1.00287 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2309]: 6 -0.997068 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2319]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2320]: 6 0 5.04396 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2327]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2343]: 6 -1.01718 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2350]: 6 -1.04693 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2404]: 6 -1.03237 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2423]: 6 -9.64542 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2427]: 6 -1.00071 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2440]: 6 -0.999971 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2449]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2456]: 6 -1.25766 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2461]: 6 -1.03065 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2463]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2509]: 6 -1.32813 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2510]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2532]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2536]: 6 -1.00019 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2538]: 6 -1.00038 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2551]: 6 -1.32813 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2563]: 6 -3 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2580]: 6 -1.00002 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2593]: 6 -0.997417 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2597]: 6 -1.01575 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2600]: 6 -1.68586 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2608]: 6 -1.26633 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2611]: 6 -1.37588 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2620]: 6 -1.00142 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2627]: 6 -1.55544 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2635]: 6 -1.34293 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2647]: 6 -1.25338 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2663]: 6 -2.47743 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2669]: 6 -0.500001 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2705]: 6 -1.5 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2741]: 6 -1.32813 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2743]: 6 -0.34375 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2747]: 6 -2.66324 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2767]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2788]: 6 -1.01722 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2797]: 6 -1.27061 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2801]: 6 -1.27211 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2819]: 6 -1.00861 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2825]: 6 -1.03386 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2833]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2846]: 6 -1.27211 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2852]: 6 -2 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2883]: 6 -1.00025 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2889]: 6 -1.34884 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2890]: 6 -1.03128 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2895]: 6 -1.32497 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2900]: 6 -2.18889 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2906]: 6 -1.50534 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2912]: 6 -1.00425 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2917]: 6 -0.999512 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2926]: 6 -1.34884 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2928]: 6 -0.666798 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2933]: 6 -0.334379 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2939]: 6 -1.32497 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2941]: 6 -0.763139 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2943]: 6 -0.473724 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2960]: 6 -1.5 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2961]: 6 -1.5 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2977]: 6 -1.0002 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2983]: 6 -1.0307 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2984]: 6 -0.999877 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2985]: 6 -1.00025 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2986]: 6 -1.00049 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[2995]: 6 -1.33203 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3012]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3022]: 6 -1.00025 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3024]: 6 -1.00049 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3026]: 6 -0.999014 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3030]: 6 -1.33715 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3036]: 6 -0.16719 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3040]: 6 0 0.669923 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3042]: 6 -1.44255 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3059]: 6 -30.2932 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3075]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3079]: 6 -0.999737 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3083]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3086]: 6 -5.01966 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3103]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3109]: 6 -1.00003 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3122]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3123]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3133]: 6 -1.13461 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3135]: 6 -0.698852 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3149]: 6 -0.75 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3157]: 6 -3 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3169]: 6 -1.00012 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3171]: 6 -0.998297 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3174]: 6 -0.986375 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3197]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3204]: 6 -1.00341 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3205]: 6 -1.00341 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3208]: 6 -0.986376 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3209]: 6 -0.986375 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3218]: 6 -1.7485 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3224]: 6 -4.78095 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3225]: 6 -0.792969 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3244]: 6 0 2 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3248]: 6 -2.125 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3268]: 6 -1.10898 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3272]: 6 -1.1236 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3274]: 6 -0.985481 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3288]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3309]: 6 -1.00265 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3313]: 6 -1.01061 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3321]: 6 -1.1698 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3324]: 6 -2.36672 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3325]: 6 -3.04593 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3353]: 6 -42.7335 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3356]: 6 -215.629 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3373]: 6 -1.15726 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3388]: 6 -1.00005 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3396]: 6 -0.985274 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3397]: 6 -0.985274 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3401]: 6 -1.00123 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3405]: 6 -1.00492 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3412]: 6 -4.77004 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3416]: 6 -1.32813 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3418]: 6 -1.32809 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3490]: 6 -50.9994 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3495]: 6 -20.9406 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3498]: 6 -12.6349 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3499]: 6 0 1.88468 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3504]: 6 -2.90309 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3509]: 6 -0.996948 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3514]: 6 -1.35645 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3516]: 6 -1.7129 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3520]: 6 0 1.65625 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3524]: 6 -1.31315 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3533]: 6 -1.01032 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3538]: 6 -11.6648 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3539]: 6 -13.6648 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3542]: 6 -9.9965 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3543]: 6 -36.9859 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3555]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3566]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3585]: 6 -1.00002 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3587]: 6 -0.999961 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3593]: 6 -1.00031 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3599]: 6 -9.76789 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3604]: 6 -71.1432 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3608]: 6 -1.25 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3610]: 6 -7.95408 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3630]: 6 0 41.8778 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3632]: 6 0 81.2555 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3646]: 6 -1.00042 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3661]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3681]: 6 -1.49673 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3684]: 6 0 0.986905 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3689]: 6 -8.94762 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3694]: 6 -154.885 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3706]: 6 -6.08446 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3784]: 6 -21.7366 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3785]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3791]: 6 -16.8937 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3793]: 6 -1.30922 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3801]: 6 -0.111112 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3804]: 6 -0.671876 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3826]: 6 0 2.41349 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3828]: 6 -14.5486 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3841]: 6 -4.97276 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3844]: 6 -22.8132 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3849]: 6 0 14.1316 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3851]: 6 -3.25287 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3853]: 6 -1.78144 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3859]: 6 -1.3125 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3870]: 6 0 29.6239 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3874]: 6 -1.21395 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3878]: 6 -0.144185 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3888]: 6 -31.2632 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3889]: 6 -31.2632 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3893]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3896]: 6 -2.56287 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3900]: 6 -1.34381 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3902]: 6 0 2.97991 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3916]: 6 0 1 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3921]: 6 -57.6396 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3924]: 6 -213.179 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3932]: 6 -123.495 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3938]: 6 -1.72362 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3949]: 6 -4.91215 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3952]: 6 -1.39195 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3955]: 6 -6.00461 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3957]: 6 -0.188154 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3973]: 6 -25.7851 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3985]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3988]: 6 -3.79774 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3989]: 6 -3.79774 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[3991]: 6 -0.590536 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4013]: 6 -0.499997 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4020]: 6 -375.89 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4024]: 6 -594.527 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4026]: 6 0 423.358 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4027]: 6 -0.999688 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4029]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4033]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4044]: 6 -7.04789 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4045]: 6 -4.94764 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4052]: 6 -21.5334 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4056]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4058]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4064]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4077]: 6 -16.9205 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4080]: 6 -37.6052 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4082]: 6 -76.1434 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4086]: 6 -7.5694 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4088]: 6 -16.0289 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4092]: 6 -1.38102 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4094]: 6 -1.76204 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4097]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4100]: 6 -2.73894 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4108]: 6 -57.5275 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4125]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4148]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4221]: 6 0 1.29454 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
2419.90/2427.43	WSVECS04 Frhs2[4268]: 6 -1 0 shouldn't be
2471.62/2479.39	c #Conflicts:    2637000 | #Constraints:      42523
2471.62/2479.39	c #Conflicts:    2638000 | #Constraints:      43523
2471.62/2479.39	c #Conflicts:    2639000 | #Constraints:      44524
2471.62/2479.39	c #Conflicts:    2640000 | #Constraints:      45524
2471.62/2479.39	c #Conflicts:    2641000 | #Constraints:      46524
2471.62/2479.39	c #Conflicts:    2642000 | #Constraints:      47524
2471.62/2479.39	c #Conflicts:    2643000 | #Constraints:      48524
2471.62/2479.39	c #Conflicts:    2644000 | #Constraints:      49524
2471.62/2479.39	c #Conflicts:    2645000 | #Constraints:      50524
2471.62/2479.39	c #Conflicts:    2646000 | #Constraints:      51524
2471.62/2479.39	c #Conflicts:    2647000 | #Constraints:      52524
2471.62/2479.39	c #Conflicts:    2648000 | #Constraints:      53524
2471.62/2479.39	c #Conflicts:    2649000 | #Constraints:      54524
2471.62/2479.39	c #Conflicts:    2650000 | #Constraints:      55524
2471.62/2479.39	c #Conflicts:    2651000 | #Constraints:      56540
2471.62/2479.39	c #Conflicts:    2652000 | #Constraints:      57540
2471.62/2479.39	c #Conflicts:    2653000 | #Constraints:      58800
2471.62/2479.39	c #Conflicts:    2654000 | #Constraints:      59985
2471.62/2479.39	c #Conflicts:    2655000 | #Constraints:      60985
2471.62/2479.39	c #Conflicts:    2656000 | #Constraints:      61985
2471.62/2479.39	c #Conflicts:    2657000 | #Constraints:      62985
2471.62/2479.39	c #Conflicts:    2658000 | #Constraints:      63985
2471.62/2479.39	c #Conflicts:    2659000 | #Constraints:      64985
2471.62/2479.39	c #Conflicts:    2660000 | #Constraints:      65985
2471.62/2479.39	c #Conflicts:    2661000 | #Constraints:      66985
2471.62/2479.39	c #Conflicts:    2662000 | #Constraints:      67985
2471.62/2479.39	c #Conflicts:    2663000 | #Constraints:      68985
2471.62/2479.39	c #Conflicts:    2664000 | #Constraints:      69985
2471.62/2479.39	c #Conflicts:    2665000 | #Constraints:      70985
2471.62/2479.39	c #Conflicts:    2666000 | #Constraints:      71985
2471.62/2479.39	c #Conflicts:    2667000 | #Constraints:      72986
2471.62/2479.39	c #Conflicts:    2668000 | #Constraints:      73986
2471.62/2479.39	c #Conflicts:    2669000 | #Constraints:      74986
2471.62/2479.39	c INPROCESSING
2471.62/2479.39	c GARBAGE COLLECT
2471.62/2479.39	c #Conflicts:    2670000 | #Constraints:      42826
2471.62/2479.39	c #Conflicts:    2671000 | #Constraints:      43826
2471.62/2479.39	c #Conflicts:    2672000 | #Constraints:      44826
2471.62/2479.39	c #Conflicts:    2673000 | #Constraints:      45826
2471.62/2479.39	c #Conflicts:    2674000 | #Constraints:      46827
2471.62/2479.39	c #Conflicts:    2675000 | #Constraints:      47827
2471.62/2479.39	c #Conflicts:    2676000 | #Constraints:      48827
2471.62/2479.39	c #Conflicts:    2677000 | #Constraints:      49827
2471.62/2479.39	c #Conflicts:    2678000 | #Constraints:      50827
2471.62/2479.39	c #Conflicts:    2679000 | #Constraints:      51827
2471.62/2479.39	c #Conflicts:    2680000 | #Constraints:      52827
2471.62/2479.39	c #Conflicts:    2681000 | #Constraints:      53827
2471.62/2479.39	c #Conflicts:    2682000 | #Constraints:      54827
2471.62/2479.39	c #Conflicts:    2683000 | #Constraints:      55827
2471.62/2479.39	c #Conflicts:    2684000 | #Constraints:      56827
2471.62/2479.39	c #Conflicts:    2685000 | #Constraints:      57827
2471.62/2479.39	c #Conflicts:    2686000 | #Constraints:      58827
2471.62/2479.39	c #Conflicts:    2687000 | #Constraints:      59827
2471.62/2479.39	c #Conflicts:    2688000 | #Constraints:      60827
2471.62/2479.39	c #Conflicts:    2689000 | #Constraints:      61827
2471.62/2479.39	c #Conflicts:    2690000 | #Constraints:      62827
2471.62/2479.39	c #Conflicts:    2691000 | #Constraints:      63827
2471.62/2479.39	c #Conflicts:    2692000 | #Constraints:      64828
2471.62/2479.39	c #Conflicts:    2693000 | #Constraints:      65828
2471.62/2479.39	c #Conflicts:    2694000 | #Constraints:      66828
2471.62/2479.39	c #Conflicts:    2695000 | #Constraints:      67828
2471.62/2479.39	c #Conflicts:    2696000 | #Constraints:      68829
2471.62/2479.39	c #Conflicts:    2697000 | #Constraints:      69829
2471.62/2479.39	c #Conflicts:    2698000 | #Constraints:      70829
2471.62/2479.39	c #Conflicts:    2699000 | #Constraints:      71829
2471.62/2479.39	c #Conflicts:    2700000 | #Constraints:      72829
2471.62/2479.39	c #Conflicts:    2701000 | #Constraints:      73829
2471.62/2479.39	c #Conflicts:    2702000 | #Constraints:      74829
2471.62/2479.39	c INPROCESSING
2471.62/2479.39	c GARBAGE COLLECT
2471.62/2479.39	c #Conflicts:    2703000 | #Constraints:      42703
2471.62/2479.39	c #Conflicts:    2704000 | #Constraints:      43703
2471.62/2479.39	c #Conflicts:    2705000 | #Constraints:      44704
2471.62/2479.39	c #Conflicts:    2706000 | #Constraints:      45704
2471.62/2479.39	c #Conflicts:    2707000 | #Constraints:      46704
2471.62/2479.39	c #Conflicts:    2708000 | #Constraints:      47704
2471.62/2479.39	c #Conflicts:    2709000 | #Constraints:      48704
2471.62/2479.39	c #Conflicts:    2710000 | #Constraints:      49704
2471.62/2479.39	c #Conflicts:    2711000 | #Constraints:      50704
2471.62/2479.39	c #Conflicts:    2712000 | #Constraints:      51704
2471.62/2479.39	c #Conflicts:    2713000 | #Constraints:      52704
2471.62/2479.39	c #Conflicts:    2714000 | #Constraints:      53704
2512.49/2520.30	c #Conflicts:    2715000 | #Constraints:      54704
2512.49/2520.30	c #Conflicts:    2716000 | #Constraints:      55704
2512.49/2520.30	c #Conflicts:    2717000 | #Constraints:      56704
2512.49/2520.30	c #Conflicts:    2718000 | #Constraints:      57704
2512.49/2520.30	c #Conflicts:    2719000 | #Constraints:      58704
2512.49/2520.30	c #Conflicts:    2720000 | #Constraints:      59704
2512.49/2520.30	c #Conflicts:    2721000 | #Constraints:      60704
2512.49/2520.30	c #Conflicts:    2722000 | #Constraints:      61704
2512.49/2520.30	c #Conflicts:    2723000 | #Constraints:      62704
2512.49/2520.30	c #Conflicts:    2724000 | #Constraints:      63704
2512.49/2520.30	c #Conflicts:    2725000 | #Constraints:      64704
2512.49/2520.30	c #Conflicts:    2726000 | #Constraints:      65704
2512.49/2520.30	c #Conflicts:    2727000 | #Constraints:      66704
2512.49/2520.30	c #Conflicts:    2728000 | #Constraints:      67704
2512.49/2520.30	c #Conflicts:    2729000 | #Constraints:      68704
2512.49/2520.30	c #Conflicts:    2730000 | #Constraints:      69704
2512.49/2520.30	c #Conflicts:    2731000 | #Constraints:      70704
2512.49/2520.30	c #Conflicts:    2732000 | #Constraints:      71704
2512.49/2520.30	c #Conflicts:    2733000 | #Constraints:      72704
2512.49/2520.30	c #Conflicts:    2734000 | #Constraints:      73704
2512.49/2520.30	c #Conflicts:    2735000 | #Constraints:      74704
2512.49/2520.30	c #Conflicts:    2736000 | #Constraints:      75704
2512.49/2520.30	c INPROCESSING
2512.49/2520.30	c GARBAGE COLLECT
2512.49/2520.30	c #Conflicts:    2737000 | #Constraints:      43471
2512.49/2520.30	c #Conflicts:    2738000 | #Constraints:      44471
2512.49/2520.30	c #Conflicts:    2739000 | #Constraints:      45471
2512.49/2520.30	c #Conflicts:    2740000 | #Constraints:      46471
2512.49/2520.30	c #Conflicts:    2741000 | #Constraints:      47471
2512.49/2520.30	c #Conflicts:    2742000 | #Constraints:      48472
2512.49/2520.30	c #Conflicts:    2743000 | #Constraints:      49472
2512.49/2520.30	c #Conflicts:    2744000 | #Constraints:      50472
2512.49/2520.30	c #Conflicts:    2745000 | #Constraints:      51472
2512.49/2520.30	c #Conflicts:    2746000 | #Constraints:      52472
2512.49/2520.30	c #Conflicts:    2747000 | #Constraints:      53472
2512.49/2520.30	c #Conflicts:    2748000 | #Constraints:      54472
2512.49/2520.30	c #Conflicts:    2749000 | #Constraints:      55472
2512.49/2520.30	c #Conflicts:    2750000 | #Constraints:      56472
2512.49/2520.30	c #Conflicts:    2751000 | #Constraints:      57472
2512.49/2520.30	c #Conflicts:    2752000 | #Constraints:      58472
2512.49/2520.30	c #Conflicts:    2753000 | #Constraints:      59472
2512.49/2520.30	c #Conflicts:    2754000 | #Constraints:      60472
2512.49/2520.30	c #Conflicts:    2755000 | #Constraints:      61472
2512.49/2520.30	c #Conflicts:    2756000 | #Constraints:      62472
2512.49/2520.30	c #Conflicts:    2757000 | #Constraints:      63472
2512.49/2520.30	c #Conflicts:    2758000 | #Constraints:      64472
2512.49/2520.30	c #Conflicts:    2759000 | #Constraints:      65472
2512.49/2520.30	c #Conflicts:    2760000 | #Constraints:      66472
2512.49/2520.30	c #Conflicts:    2761000 | #Constraints:      67472
2512.49/2520.30	c #Conflicts:    2762000 | #Constraints:      68472
2512.49/2520.30	c #Conflicts:    2763000 | #Constraints:      69472
2512.49/2520.30	c #Conflicts:    2764000 | #Constraints:      70472
2512.49/2520.30	c #Conflicts:    2765000 | #Constraints:      71472
2512.49/2520.30	c #Conflicts:    2766000 | #Constraints:      72472
2512.49/2520.30	c #Conflicts:    2767000 | #Constraints:      73472
2512.49/2520.30	c #Conflicts:    2768000 | #Constraints:      74472
2512.49/2520.30	c #Conflicts:    2769000 | #Constraints:      75472
2512.49/2520.30	c INPROCESSING
2512.49/2520.30	c GARBAGE COLLECT
2512.49/2520.30	c #Conflicts:    2770000 | #Constraints:      43106
2512.49/2520.30	c #Conflicts:    2771000 | #Constraints:      44106
2512.49/2520.30	c #Conflicts:    2772000 | #Constraints:      45106
2512.49/2520.30	c #Conflicts:    2773000 | #Constraints:      46106
2512.49/2520.30	c #Conflicts:    2774000 | #Constraints:      47106
2512.49/2520.30	c #Conflicts:    2775000 | #Constraints:      48106
2512.49/2520.30	c #Conflicts:    2776000 | #Constraints:      49106
2512.49/2520.30	c #Conflicts:    2777000 | #Constraints:      50106
2512.49/2520.30	c #Conflicts:    2778000 | #Constraints:      51106
2512.49/2520.30	c #Conflicts:    2779000 | #Constraints:      52106
2512.49/2520.30	c #Conflicts:    2780000 | #Constraints:      53106
2512.49/2520.30	c #Conflicts:    2781000 | #Constraints:      54106
2512.49/2520.30	c #Conflicts:    2782000 | #Constraints:      55106
2512.49/2520.30	c #Conflicts:    2783000 | #Constraints:      56106
2512.49/2520.30	c #Conflicts:    2784000 | #Constraints:      57106
2512.49/2520.30	c #Conflicts:    2785000 | #Constraints:      58106
2512.49/2520.30	c #Conflicts:    2786000 | #Constraints:      59106
2512.49/2520.30	c #Conflicts:    2787000 | #Constraints:      60106
2512.49/2520.30	c #Conflicts:    2788000 | #Constraints:      61106
2512.49/2520.30	c #Conflicts:    2789000 | #Constraints:      62106
2512.49/2520.30	c #Conflicts:    2790000 | #Constraints:      63106
2512.49/2520.30	c #Conflicts:    2791000 | #Constraints:      64107
2554.74/2562.76	c #Conflicts:    2792000 | #Constraints:      65107
2554.74/2562.76	c #Conflicts:    2793000 | #Constraints:      66107
2554.74/2562.76	c #Conflicts:    2794000 | #Constraints:      67107
2554.74/2562.76	c #Conflicts:    2795000 | #Constraints:      68107
2554.74/2562.76	c #Conflicts:    2796000 | #Constraints:      69107
2554.74/2562.76	c #Conflicts:    2797000 | #Constraints:      70107
2554.74/2562.76	c #Conflicts:    2798000 | #Constraints:      71107
2554.74/2562.76	c #Conflicts:    2799000 | #Constraints:      72107
2554.74/2562.76	c #Conflicts:    2800000 | #Constraints:      73107
2554.74/2562.76	c #Conflicts:    2801000 | #Constraints:      74107
2554.74/2562.76	c #Conflicts:    2802000 | #Constraints:      75107
2554.74/2562.76	c #Conflicts:    2803000 | #Constraints:      76107
2554.74/2562.76	c INPROCESSING
2554.74/2562.76	c GARBAGE COLLECT
2554.74/2562.76	c #Conflicts:    2804000 | #Constraints:      43544
2554.74/2562.76	c #Conflicts:    2805000 | #Constraints:      44544
2554.74/2562.76	c #Conflicts:    2806000 | #Constraints:      45544
2554.74/2562.76	c #Conflicts:    2807000 | #Constraints:      46544
2554.74/2562.76	c #Conflicts:    2808000 | #Constraints:      47544
2554.74/2562.76	c #Conflicts:    2809000 | #Constraints:      48544
2554.74/2562.76	c #Conflicts:    2810000 | #Constraints:      49544
2554.74/2562.76	c #Conflicts:    2811000 | #Constraints:      50544
2554.74/2562.76	c #Conflicts:    2812000 | #Constraints:      51544
2554.74/2562.76	c #Conflicts:    2813000 | #Constraints:      52544
2554.74/2562.76	c #Conflicts:    2814000 | #Constraints:      53544
2554.74/2562.76	c #Conflicts:    2815000 | #Constraints:      54544
2554.74/2562.76	c #Conflicts:    2816000 | #Constraints:      55544
2554.74/2562.76	c #Conflicts:    2817000 | #Constraints:      56544
2554.74/2562.76	c #Conflicts:    2818000 | #Constraints:      57544
2554.74/2562.76	c #Conflicts:    2819000 | #Constraints:      58544
2554.74/2562.76	c #Conflicts:    2820000 | #Constraints:      59544
2554.74/2562.76	c #Conflicts:    2821000 | #Constraints:      60544
2554.74/2562.76	c #Conflicts:    2822000 | #Constraints:      61544
2554.74/2562.76	c #Conflicts:    2823000 | #Constraints:      62544
2554.74/2562.76	c #Conflicts:    2824000 | #Constraints:      63544
2554.74/2562.76	c #Conflicts:    2825000 | #Constraints:      64544
2554.74/2562.76	c #Conflicts:    2826000 | #Constraints:      65544
2554.74/2562.76	c #Conflicts:    2827000 | #Constraints:      66544
2554.74/2562.76	c #Conflicts:    2828000 | #Constraints:      67544
2554.74/2562.76	c #Conflicts:    2829000 | #Constraints:      68545
2554.74/2562.76	c #Conflicts:    2830000 | #Constraints:      69545
2554.74/2562.76	c #Conflicts:    2831000 | #Constraints:      70545
2554.74/2562.76	c #Conflicts:    2832000 | #Constraints:      71545
2554.74/2562.76	c #Conflicts:    2833000 | #Constraints:      72545
2554.74/2562.76	c #Conflicts:    2834000 | #Constraints:      73545
2554.74/2562.76	c #Conflicts:    2835000 | #Constraints:      74545
2554.74/2562.76	c #Conflicts:    2836000 | #Constraints:      75545
2554.74/2562.76	c #Conflicts:    2837000 | #Constraints:      76546
2554.74/2562.76	c INPROCESSING
2554.74/2562.76	c GARBAGE COLLECT
2554.74/2562.76	c #Conflicts:    2838000 | #Constraints:      43854
2554.74/2562.76	c #Conflicts:    2839000 | #Constraints:      44854
2554.74/2562.76	c #Conflicts:    2840000 | #Constraints:      45854
2554.74/2562.76	c #Conflicts:    2841000 | #Constraints:      46854
2554.74/2562.76	c #Conflicts:    2842000 | #Constraints:      47854
2554.74/2562.76	c #Conflicts:    2843000 | #Constraints:      48854
2554.74/2562.76	c #Conflicts:    2844000 | #Constraints:      49854
2554.74/2562.76	c #Conflicts:    2845000 | #Constraints:      50854
2554.74/2562.76	c #Conflicts:    2846000 | #Constraints:      51854
2554.74/2562.76	c #Conflicts:    2847000 | #Constraints:      52854
2554.74/2562.76	c #Conflicts:    2848000 | #Constraints:      53854
2554.74/2562.76	c #Conflicts:    2849000 | #Constraints:      54854
2554.74/2562.76	c #Conflicts:    2850000 | #Constraints:      55854
2554.74/2562.76	c #Conflicts:    2851000 | #Constraints:      56854
2554.74/2562.76	c #Conflicts:    2852000 | #Constraints:      57854
2554.74/2562.76	c #Conflicts:    2853000 | #Constraints:      58854
2554.74/2562.76	c #Conflicts:    2854000 | #Constraints:      59854
2554.74/2562.76	c #Conflicts:    2855000 | #Constraints:      60854
2554.74/2562.76	c #Conflicts:    2856000 | #Constraints:      61854
2554.74/2562.76	c #Conflicts:    2857000 | #Constraints:      62854
2554.74/2562.76	c #Conflicts:    2858000 | #Constraints:      63854
2554.74/2562.76	c #Conflicts:    2859000 | #Constraints:      64854
2554.74/2562.76	c #Conflicts:    2860000 | #Constraints:      65854
2554.74/2562.76	c #Conflicts:    2861000 | #Constraints:      66854
2554.74/2562.76	c #Conflicts:    2862000 | #Constraints:      67854
2554.74/2562.76	c #Conflicts:    2863000 | #Constraints:      68854
2554.74/2562.76	c #Conflicts:    2864000 | #Constraints:      69854
2554.74/2562.76	c #Conflicts:    2865000 | #Constraints:      70854
2554.74/2562.76	c #Conflicts:    2866000 | #Constraints:      71854
2554.74/2562.76	c #Conflicts:    2867000 | #Constraints:      72854
2554.74/2562.76	c #Conflicts:    2868000 | #Constraints:      73854
2554.74/2562.76	c #Conflicts:    2869000 | #Constraints:      74854
2609.65/2617.84	c #Conflicts:    2870000 | #Constraints:      75854
2609.65/2617.84	c #Conflicts:    2871000 | #Constraints:      76854
2609.65/2617.84	c INPROCESSING
2609.65/2617.84	c GARBAGE COLLECT
2609.65/2617.84	c #Conflicts:    2872000 | #Constraints:      43923
2609.65/2617.84	c #Conflicts:    2873000 | #Constraints:      44923
2609.65/2617.84	c #Conflicts:    2874000 | #Constraints:      45923
2609.65/2617.84	c #Conflicts:    2875000 | #Constraints:      46923
2609.65/2617.84	c #Conflicts:    2876000 | #Constraints:      47923
2609.65/2617.84	c #Conflicts:    2877000 | #Constraints:      48923
2609.65/2617.84	c #Conflicts:    2878000 | #Constraints:      49923
2609.65/2617.84	c #Conflicts:    2879000 | #Constraints:      50923
2609.65/2617.84	c #Conflicts:    2880000 | #Constraints:      51924
2609.65/2617.84	c #Conflicts:    2881000 | #Constraints:      52924
2609.65/2617.84	c #Conflicts:    2882000 | #Constraints:      53924
2609.65/2617.84	c #Conflicts:    2883000 | #Constraints:      54924
2609.65/2617.84	c #Conflicts:    2884000 | #Constraints:      55924
2609.65/2617.84	c #Conflicts:    2885000 | #Constraints:      56924
2609.65/2617.84	c #Conflicts:    2886000 | #Constraints:      57924
2609.65/2617.84	c #Conflicts:    2887000 | #Constraints:      58924
2609.65/2617.84	c #Conflicts:    2888000 | #Constraints:      59924
2609.65/2617.84	c #Conflicts:    2889000 | #Constraints:      60924
2609.65/2617.84	c #Conflicts:    2890000 | #Constraints:      61924
2609.65/2617.84	c #Conflicts:    2891000 | #Constraints:      62924
2609.65/2617.84	c #Conflicts:    2892000 | #Constraints:      63924
2609.65/2617.84	c #Conflicts:    2893000 | #Constraints:      64999
2609.65/2617.84	c #Conflicts:    2894000 | #Constraints:      66513
2609.65/2617.84	c #Conflicts:    2895000 | #Constraints:      68032
2609.65/2617.84	c #Conflicts:    2896000 | #Constraints:      69471
2609.65/2617.84	c #Conflicts:    2897000 | #Constraints:      70471
2609.65/2617.84	c #Conflicts:    2898000 | #Constraints:      71471
2609.65/2617.84	c #Conflicts:    2899000 | #Constraints:      72471
2609.65/2617.84	c #Conflicts:    2900000 | #Constraints:      73471
2609.65/2617.84	c #Conflicts:    2901000 | #Constraints:      74471
2609.65/2617.84	c #Conflicts:    2902000 | #Constraints:      75471
2609.65/2617.84	c #Conflicts:    2903000 | #Constraints:      76471
2609.65/2617.84	c #Conflicts:    2904000 | #Constraints:      77471
2609.65/2617.84	c #Conflicts:    2905000 | #Constraints:      78471
2609.65/2617.84	c INPROCESSING
2609.65/2617.84	c GARBAGE COLLECT
2609.65/2617.84	c #Conflicts:    2906000 | #Constraints:      44593
2609.65/2617.84	c #Conflicts:    2907000 | #Constraints:      45593
2609.65/2617.84	c #Conflicts:    2908000 | #Constraints:      46593
2609.65/2617.84	c #Conflicts:    2909000 | #Constraints:      47593
2609.65/2617.84	c #Conflicts:    2910000 | #Constraints:      48593
2609.65/2617.84	c #Conflicts:    2911000 | #Constraints:      49593
2609.65/2617.84	c #Conflicts:    2912000 | #Constraints:      50593
2609.65/2617.84	c #Conflicts:    2913000 | #Constraints:      51593
2609.65/2617.84	c #Conflicts:    2914000 | #Constraints:      52593
2609.65/2617.84	c #Conflicts:    2915000 | #Constraints:      53593
2609.65/2617.84	c #Conflicts:    2916000 | #Constraints:      54593
2609.65/2617.84	c #Conflicts:    2917000 | #Constraints:      55593
2609.65/2617.84	c #Conflicts:    2918000 | #Constraints:      56593
2609.65/2617.84	c #Conflicts:    2919000 | #Constraints:      57593
2609.65/2617.84	c #Conflicts:    2920000 | #Constraints:      58593
2609.65/2617.84	c #Conflicts:    2921000 | #Constraints:      59593
2609.65/2617.84	c #Conflicts:    2922000 | #Constraints:      60593
2609.65/2617.84	c #Conflicts:    2923000 | #Constraints:      61593
2609.65/2617.84	c #Conflicts:    2924000 | #Constraints:      62598
2609.65/2617.84	c #Conflicts:    2925000 | #Constraints:      63598
2609.65/2617.84	c #Conflicts:    2926000 | #Constraints:      64600
2609.65/2617.84	c #Conflicts:    2927000 | #Constraints:      65600
2609.65/2617.84	c #Conflicts:    2928000 | #Constraints:      66600
2609.65/2617.84	c #Conflicts:    2929000 | #Constraints:      67600
2609.65/2617.84	c #Conflicts:    2930000 | #Constraints:      68600
2609.65/2617.84	c #Conflicts:    2931000 | #Constraints:      69600
2609.65/2617.84	c #Conflicts:    2932000 | #Constraints:      70600
2609.65/2617.84	c #Conflicts:    2933000 | #Constraints:      71600
2609.65/2617.84	c #Conflicts:    2934000 | #Constraints:      72600
2609.65/2617.84	c #Conflicts:    2935000 | #Constraints:      73600
2609.65/2617.84	c #Conflicts:    2936000 | #Constraints:      74600
2609.65/2617.84	c #Conflicts:    2937000 | #Constraints:      75600
2609.65/2617.84	c #Conflicts:    2938000 | #Constraints:      76600
2609.65/2617.84	c #Conflicts:    2939000 | #Constraints:      77600
2609.65/2617.84	c #Conflicts:    2940000 | #Constraints:      78600
2609.65/2617.84	c INPROCESSING
2609.65/2617.84	c GARBAGE COLLECT
2609.65/2617.84	WSVECS04 Frhs2[14]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[15]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[18]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[22]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[40]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[42]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[48]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[52]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[55]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[57]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[80]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[87]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[90]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[92]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[99]: 6 -0.984682 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[109]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[112]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[115]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[128]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[141]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[144]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[151]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[156]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[177]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[187]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[205]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[208]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[215]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[218]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[251]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[267]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[285]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[287]: 6 -0.99997 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[311]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[338]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[339]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[340]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[346]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[348]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[373]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[388]: 6 0 0.312592 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[406]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[410]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[423]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[425]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[434]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[447]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[471]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[477]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[478]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[507]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[519]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[521]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[528]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[547]: 6 0 0.297187 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[558]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[563]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[566]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[573]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[601]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[603]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[616]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[618]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[619]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[622]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[624]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[627]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[628]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[629]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[630]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[633]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[653]: 6 -1.25002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[655]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[666]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[670]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[673]: 6 -0.999815 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[689]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[703]: 6 -0.999951 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[717]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[718]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[719]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[722]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[726]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[922]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[938]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[946]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[978]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1012]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1024]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1033]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1057]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1058]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1068]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1070]: 6 -0.531329 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1073]: 6 -1.25005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1074]: 6 -1.25001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1082]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1084]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1086]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1096]: 6 -1.25001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1098]: 6 -1.31256 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1106]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1108]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1111]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1115]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1116]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1118]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1129]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1135]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1136]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1137]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1138]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1144]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1145]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1148]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1151]: 6 -1.31255 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1152]: 6 -1.2501 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1153]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1154]: 6 -1.31453 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1160]: 6 -0.687568 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1162]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1163]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1164]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1175]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1197]: 6 -1.31259 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1206]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1212]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1215]: 6 -1.25009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1224]: 6 -1.25006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1225]: 6 -1.18753 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1232]: 6 -0.750076 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1235]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1261]: 6 -1.25002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1263]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1274]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1293]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1294]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1297]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1298]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1301]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1303]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1312]: 6 -1.25004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1315]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1316]: 6 -1.3282 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1319]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1326]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1327]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1346]: 6 -1.18757 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1350]: 6 0 0.750057 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1351]: 6 -1.25009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1354]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1356]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1359]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1380]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1381]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1384]: 6 -1.25009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1393]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1394]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1395]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1400]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1418]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1419]: 6 -0.750069 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1423]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1435]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1441]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1442]: 6 -0.999987 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1443]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1453]: 6 -1.25004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1457]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1462]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1467]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1473]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1474]: 6 -0.750018 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1476]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1480]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1481]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1485]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1487]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1492]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1498]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1499]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1501]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1503]: 6 -1.25001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1505]: 6 -1.25005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1506]: 6 -1.25008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1515]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1518]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1520]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1521]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1522]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1527]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1539]: 6 -1.04692 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1540]: 6 -0.984678 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1545]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1551]: 6 -1.25003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1558]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1563]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1564]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1568]: 6 -1.25006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1570]: 6 -1.24998 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1576]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1580]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1582]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1584]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1590]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1594]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1595]: 6 -0.999989 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1596]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1598]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1599]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1600]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1602]: 6 -0.999998 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1608]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1610]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1611]: 6 -0.750045 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1612]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1613]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1622]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1625]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1626]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1627]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1633]: 6 -0.999875 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1643]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1646]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1650]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1666]: 6 -0.937332 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1667]: 6 -0.875069 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1680]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1686]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1697]: 6 -0.992338 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1718]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1721]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1722]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1723]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1724]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1727]: 6 -0.938634 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1728]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1744]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1747]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1762]: 6 -0.969381 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1781]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1787]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1960]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1964]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1968]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1980]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1984]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1989]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1991]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1993]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1996]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1997]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[1999]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2001]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2008]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2009]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2014]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2016]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2049]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2052]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2053]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2056]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2060]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2062]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2064]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2068]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2072]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2078]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2080]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2082]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2084]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2085]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2088]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2089]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2093]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2096]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2099]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2100]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2106]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2110]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2111]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2122]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2134]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2145]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2147]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2154]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2158]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2160]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2161]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2164]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2165]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2168]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2170]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2172]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2174]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2175]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2181]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2183]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2186]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2190]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2194]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2198]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2201]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2204]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2205]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2208]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2218]: 6 -1.25008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2220]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2225]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2226]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2232]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2233]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2235]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2236]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2237]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2239]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2241]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2243]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2245]: 6 -1.31258 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2264]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2268]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2270]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2274]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2275]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2277]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2279]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2282]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2283]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2286]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2288]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2290]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2294]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2296]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2298]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2300]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2302]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2303]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2314]: 6 -1.0157 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2315]: 6 -1.03134 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2316]: 6 -0.531323 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2317]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2320]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2322]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2323]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2327]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2329]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2330]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2331]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2332]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2336]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2337]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2360]: 6 -2.87503 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2362]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2364]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2366]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2368]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2370]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2372]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2374]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2375]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2377]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2382]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2386]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2387]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2390]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2392]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2398]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2399]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2401]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2403]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2416]: 6 -1.25008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2420]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2421]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2422]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2423]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2425]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2426]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2428]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2430]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2431]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2434]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2438]: 6 -1.31256 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2460]: 6 -1.25006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2468]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2471]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2473]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2475]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2477]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2480]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2481]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2484]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2486]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2488]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2490]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2492]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2494]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2496]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2497]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2498]: 6 -0.992349 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2503]: 6 -1.23446 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2510]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2511]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2512]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2519]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2522]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2525]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2526]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2527]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2528]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2529]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2531]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2552]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2553]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2555]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2557]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2560]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2561]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2563]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2567]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2570]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2571]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2574]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2576]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2577]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2580]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2581]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2584]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2585]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2588]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2589]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2592]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2593]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2598]: 6 -1.31257 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2599]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2616]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2621]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2622]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2623]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2626]: 6 -1.31251 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2638]: 6 -1.25003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2648]: 6 0 1.00002 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2651]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2653]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2655]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2659]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2661]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2663]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2667]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2669]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2672]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2675]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2677]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2679]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2682]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2683]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2686]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2687]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2699]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2708]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2715]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2738]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2739]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2742]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2743]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2749]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2751]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2753]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2758]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2762]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2763]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2766]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2767]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2769]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2772]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2773]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2776]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2778]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2779]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2782]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2783]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2791]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2794]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2795]: 6 -1.31252 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2798]: 6 -1.25007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2800]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2808]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2813]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2815]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2816]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2817]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2847]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2849]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2851]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2854]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2855]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2858]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2859]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2862]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2863]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2865]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2867]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2870]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2871]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2873]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2875]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2878]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2881]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2893]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2895]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2896]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2907]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2909]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2911]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2914]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2917]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2919]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2921]: 6 -1.25003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2934]: 6 -9.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2935]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2940]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2942]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2944]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2945]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2948]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2952]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2956]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2957]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2960]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2963]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2965]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2968]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2969]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2971]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2974]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2975]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2988]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2989]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2991]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2992]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2995]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[2998]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3000]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3004]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3005]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3006]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3009]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3011]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3013]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3023]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3026]: 6 -1.25006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3034]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3036]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3038]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3039]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3041]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3043]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3045]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3047]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3050]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3052]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3054]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3057]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3060]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3061]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3064]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3066]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3068]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3070]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3071]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3074]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3077]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3080]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3082]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3084]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3092]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3093]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3095]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3096]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3098]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3100]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3102]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3105]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3108]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3111]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3114]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3115]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3117]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3120]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3121]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3124]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3125]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3128]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3129]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3132]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3134]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3137]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3140]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3141]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3144]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3148]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3152]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3156]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3160]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3161]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3164]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3165]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3168]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3173]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3176]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3177]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3181]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3192]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3194]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3196]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3198]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3201]: 6 -1.25007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3210]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3211]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3214]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3215]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3218]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3219]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3221]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3226]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3227]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3230]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3231]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3234]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3235]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3237]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3241]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3243]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3245]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3247]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3249]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3252]: 6 -1.0001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3255]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3259]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3261]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3263]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3266]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3270]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3288]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3291]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3299]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3301]: 6 -1.25007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3308]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3309]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3312]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3314]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3315]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3317]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3319]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3322]: 6 -1.00002 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3323]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3326]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3329]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3331]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3333]: 6 -1.00006 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3337]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3341]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3344]: 6 -1.00001 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3345]: 6 -1.00008 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3348]: 6 -1.00005 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3352]: 6 -1.00004 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3354]: 6 -1.00007 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3358]: 6 -1.00009 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3359]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3361]: 6 -1.00003 0 shouldn't be
2609.65/2617.84	WSVECS04 Frhs2[3374]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3386]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3387]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3391]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3393]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3395]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3397]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3399]: 6 -1.31258 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3408]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3409]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3411]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3413]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3415]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3417]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3420]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3421]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3424]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3432]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3433]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3436]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3437]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3441]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3444]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3445]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3448]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3449]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3451]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3454]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3472]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3474]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3483]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3487]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3488]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3489]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3492]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3495]: 6 -1.2501 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3501]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3504]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3506]: 6 -1.25006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3508]: 6 -1.25006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3514]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3518]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3519]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3521]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3523]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3525]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3527]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3529]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3535]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3538]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3539]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3542]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3546]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3549]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3554]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3562]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3563]: 6 -1.25008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3574]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3580]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3583]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3586]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3587]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3590]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3594]: 6 -1.25008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3602]: 6 -1.25002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3610]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3611]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3613]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3614]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3617]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3619]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3622]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3626]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3630]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3635]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3638]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3642]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3646]: 6 -0.999966 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3648]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3658]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3659]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3666]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3667]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3669]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3674]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3678]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3679]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3681]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3684]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3688]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3689]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3692]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3696]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3697]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3700]: 6 -1.25008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3706]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3707]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3710]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3712]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3713]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3716]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3717]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3719]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3724]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3727]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3729]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3732]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3734]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3736]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3738]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3742]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3744]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3745]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3746]: 6 -1.06256 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3754]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3756]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3764]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3770]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3772]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3774]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3778]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3779]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3781]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3791]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3794]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3795]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3798]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3800]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3802]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3804]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3806]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3807]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3810]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3811]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3814]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3815]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3818]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3822]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3823]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3828]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3829]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3831]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3832]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3833]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3835]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3838]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3839]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3842]: 6 -1.12537 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3847]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3853]: 6 -1.2501 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3858]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3859]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3861]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3862]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3864]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3867]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3873]: 6 -0.984682 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3876]: 6 -0.0938168 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3881]: 6 -5.50005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3883]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3886]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3888]: 6 -1.25004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3890]: 6 -1.15634 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3903]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3905]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3908]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3909]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3912]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3914]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3918]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3920]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3924]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3926]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3927]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3930]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3931]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3933]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3934]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3938]: 6 -0.999854 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3942]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3944]: 6 -1.31256 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3949]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3951]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3952]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3956]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3959]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3964]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3966]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3968]: 6 -0.999907 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3980]: 6 -1.25006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3989]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3992]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3996]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[3998]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4000]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4002]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4004]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4008]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4009]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4012]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4016]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4020]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4021]: 6 -1.00001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4024]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4025]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4028]: 6 -0.999978 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4030]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4032]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4034]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4041]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4045]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4046]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4053]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4054]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4057]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4060]: 6 -1.0001 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4062]: 6 -0.99956 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4065]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4080]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4082]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4084]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4086]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4090]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4092]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4094]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4096]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4097]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4099]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4101]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4104]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4105]: 6 -1.00004 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4107]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4110]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4114]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4116]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4117]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4119]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4120]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4124]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4128]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4176]: 6 -1.00005 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4215]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4216]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4217]: 6 -1.00009 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4218]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4219]: 6 -1.00007 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4220]: 6 -1.00002 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4221]: 6 -1.00003 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4222]: 6 -1.00008 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4223]: 6 -0.984738 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4268]: 6 -1.00006 0 shouldn't be
2609.65/2617.85	WSVECS04 Frhs2[4287]: 6 -1.00007 0 shouldn't be
2675.62/2684.08	c #Conflicts:    2941000 | #Constraints:      44939
2675.62/2684.08	c #Conflicts:    2942000 | #Constraints:      45939
2675.62/2684.08	c #Conflicts:    2943000 | #Constraints:      46939
2675.62/2684.08	c #Conflicts:    2944000 | #Constraints:      47939
2675.62/2684.08	c #Conflicts:    2945000 | #Constraints:      48939
2675.62/2684.08	c #Conflicts:    2946000 | #Constraints:      49939
2675.62/2684.08	c #Conflicts:    2947000 | #Constraints:      50939
2675.62/2684.08	c #Conflicts:    2948000 | #Constraints:      51939
2675.62/2684.08	c #Conflicts:    2949000 | #Constraints:      52939
2675.62/2684.08	c #Conflicts:    2950000 | #Constraints:      53939
2675.62/2684.08	c #Conflicts:    2951000 | #Constraints:      54939
2675.62/2684.08	c #Conflicts:    2952000 | #Constraints:      55939
2675.62/2684.08	c #Conflicts:    2953000 | #Constraints:      56940
2675.62/2684.08	c #Conflicts:    2954000 | #Constraints:      57940
2675.62/2684.08	c #Conflicts:    2955000 | #Constraints:      58940
2675.62/2684.08	c #Conflicts:    2956000 | #Constraints:      59941
2675.62/2684.08	c #Conflicts:    2957000 | #Constraints:      60941
2675.62/2684.08	c #Conflicts:    2958000 | #Constraints:      61941
2675.62/2684.08	c #Conflicts:    2959000 | #Constraints:      62941
2675.62/2684.08	c #Conflicts:    2960000 | #Constraints:      63941
2675.62/2684.09	c #Conflicts:    2961000 | #Constraints:      64941
2675.62/2684.09	c #Conflicts:    2962000 | #Constraints:      65941
2675.62/2684.09	c #Conflicts:    2963000 | #Constraints:      66941
2675.62/2684.09	c #Conflicts:    2964000 | #Constraints:      67941
2675.62/2684.09	c #Conflicts:    2965000 | #Constraints:      68941
2675.62/2684.09	c #Conflicts:    2966000 | #Constraints:      69941
2675.62/2684.09	c #Conflicts:    2967000 | #Constraints:      70941
2675.62/2684.09	c #Conflicts:    2968000 | #Constraints:      71941
2675.62/2684.09	c #Conflicts:    2969000 | #Constraints:      72941
2675.62/2684.09	c #Conflicts:    2970000 | #Constraints:      73941
2675.62/2684.09	c #Conflicts:    2971000 | #Constraints:      74941
2675.62/2684.09	c #Conflicts:    2972000 | #Constraints:      75941
2675.62/2684.09	c #Conflicts:    2973000 | #Constraints:      76941
2675.62/2684.09	c #Conflicts:    2974000 | #Constraints:      77941
2675.62/2684.09	c INPROCESSING
2675.62/2684.09	c GARBAGE COLLECT
2675.62/2684.09	c #Conflicts:    2975000 | #Constraints:      44200
2675.62/2684.09	c #Conflicts:    2976000 | #Constraints:      45200
2675.62/2684.09	c #Conflicts:    2977000 | #Constraints:      46200
2675.62/2684.09	c #Conflicts:    2978000 | #Constraints:      47200
2675.62/2684.09	c #Conflicts:    2979000 | #Constraints:      48200
2675.62/2684.09	c #Conflicts:    2980000 | #Constraints:      49200
2675.62/2684.09	c #Conflicts:    2981000 | #Constraints:      50200
2675.62/2684.09	c #Conflicts:    2982000 | #Constraints:      51200
2675.62/2684.09	c #Conflicts:    2983000 | #Constraints:      52200
2675.62/2684.09	c #Conflicts:    2984000 | #Constraints:      53200
2675.62/2684.09	c #Conflicts:    2985000 | #Constraints:      54200
2675.62/2684.09	c #Conflicts:    2986000 | #Constraints:      55200
2675.62/2684.09	c #Conflicts:    2987000 | #Constraints:      56200
2675.62/2684.09	c #Conflicts:    2988000 | #Constraints:      57200
2675.62/2684.09	c #Conflicts:    2989000 | #Constraints:      58200
2675.62/2684.09	c #Conflicts:    2990000 | #Constraints:      59200
2675.62/2684.09	c #Conflicts:    2991000 | #Constraints:      60200
2675.62/2684.09	c #Conflicts:    2992000 | #Constraints:      61200
2675.62/2684.09	c #Conflicts:    2993000 | #Constraints:      62200
2675.62/2684.09	c #Conflicts:    2994000 | #Constraints:      63200
2675.62/2684.09	c #Conflicts:    2995000 | #Constraints:      64200
2675.62/2684.09	c #Conflicts:    2996000 | #Constraints:      65200
2675.62/2684.09	c #Conflicts:    2997000 | #Constraints:      66200
2675.62/2684.09	c #Conflicts:    2998000 | #Constraints:      67200
2675.62/2684.09	c #Conflicts:    2999000 | #Constraints:      68200
2675.62/2684.09	c #Conflicts:    3000000 | #Constraints:      69200
2675.62/2684.09	c #Conflicts:    3001000 | #Constraints:      70201
2675.62/2684.09	c #Conflicts:    3002000 | #Constraints:      71201
2675.62/2684.09	c #Conflicts:    3003000 | #Constraints:      72201
2675.62/2684.09	c #Conflicts:    3004000 | #Constraints:      73201
2675.62/2684.09	c #Conflicts:    3005000 | #Constraints:      74201
2675.62/2684.09	c #Conflicts:    3006000 | #Constraints:      75201
2675.62/2684.09	c #Conflicts:    3007000 | #Constraints:      76201
2675.62/2684.09	c #Conflicts:    3008000 | #Constraints:      77201
2675.62/2684.09	c #Conflicts:    3009000 | #Constraints:      78201
2675.62/2684.09	c INPROCESSING
2675.62/2684.09	c GARBAGE COLLECT
2675.62/2684.09	c #Conflicts:    3010000 | #Constraints:      44422
2675.62/2684.09	c #Conflicts:    3011000 | #Constraints:      45422
2675.62/2684.09	c #Conflicts:    3012000 | #Constraints:      46422
2675.62/2684.09	c #Conflicts:    3013000 | #Constraints:      47422
2675.62/2684.09	c #Conflicts:    3014000 | #Constraints:      48423
2675.62/2684.09	c #Conflicts:    3015000 | #Constraints:      49423
2675.62/2684.09	c #Conflicts:    3016000 | #Constraints:      50423
2675.62/2684.09	c #Conflicts:    3017000 | #Constraints:      51423
2675.62/2684.09	c #Conflicts:    3018000 | #Constraints:      52426
2723.46/2732.01	c #Conflicts:    3019000 | #Constraints:      53426
2723.46/2732.01	c #Conflicts:    3020000 | #Constraints:      54426
2723.46/2732.01	c #Conflicts:    3021000 | #Constraints:      55426
2723.46/2732.01	c #Conflicts:    3022000 | #Constraints:      56426
2723.46/2732.01	c #Conflicts:    3023000 | #Constraints:      57426
2723.46/2732.01	c #Conflicts:    3024000 | #Constraints:      58426
2723.46/2732.01	c #Conflicts:    3025000 | #Constraints:      59426
2723.46/2732.01	c #Conflicts:    3026000 | #Constraints:      60426
2723.46/2732.01	c #Conflicts:    3027000 | #Constraints:      61427
2723.46/2732.01	c #Conflicts:    3028000 | #Constraints:      62427
2723.46/2732.01	c #Conflicts:    3029000 | #Constraints:      63427
2723.46/2732.01	c #Conflicts:    3030000 | #Constraints:      64427
2723.46/2732.01	c #Conflicts:    3031000 | #Constraints:      65427
2723.46/2732.01	c #Conflicts:    3032000 | #Constraints:      66427
2723.46/2732.01	c #Conflicts:    3033000 | #Constraints:      67427
2723.46/2732.01	c #Conflicts:    3034000 | #Constraints:      68427
2723.46/2732.01	c #Conflicts:    3035000 | #Constraints:      69427
2723.46/2732.01	c #Conflicts:    3036000 | #Constraints:      70427
2723.46/2732.01	c #Conflicts:    3037000 | #Constraints:      71427
2723.46/2732.01	c #Conflicts:    3038000 | #Constraints:      72427
2723.46/2732.01	c #Conflicts:    3039000 | #Constraints:      73427
2723.46/2732.01	c #Conflicts:    3040000 | #Constraints:      74427
2723.46/2732.01	c #Conflicts:    3041000 | #Constraints:      75427
2723.46/2732.01	c #Conflicts:    3042000 | #Constraints:      76427
2723.46/2732.01	c #Conflicts:    3043000 | #Constraints:      77427
2723.46/2732.01	c #Conflicts:    3044000 | #Constraints:      78427
2723.46/2732.01	c INPROCESSING
2723.46/2732.01	c GARBAGE COLLECT
2723.46/2732.01	c #Conflicts:    3045000 | #Constraints:      44459
2723.46/2732.01	c #Conflicts:    3046000 | #Constraints:      45459
2723.46/2732.01	c #Conflicts:    3047000 | #Constraints:      46459
2723.46/2732.01	c #Conflicts:    3048000 | #Constraints:      47459
2723.46/2732.01	c #Conflicts:    3049000 | #Constraints:      48459
2723.46/2732.01	c #Conflicts:    3050000 | #Constraints:      49459
2723.46/2732.01	c #Conflicts:    3051000 | #Constraints:      50459
2723.46/2732.01	c #Conflicts:    3052000 | #Constraints:      51459
2723.46/2732.01	c #Conflicts:    3053000 | #Constraints:      52459
2723.46/2732.01	c #Conflicts:    3054000 | #Constraints:      53459
2723.46/2732.01	c #Conflicts:    3055000 | #Constraints:      54459
2723.46/2732.01	c #Conflicts:    3056000 | #Constraints:      55459
2723.46/2732.01	c #Conflicts:    3057000 | #Constraints:      56459
2723.46/2732.01	c #Conflicts:    3058000 | #Constraints:      57459
2723.46/2732.01	c #Conflicts:    3059000 | #Constraints:      58459
2723.46/2732.01	c #Conflicts:    3060000 | #Constraints:      59459
2723.46/2732.01	c #Conflicts:    3061000 | #Constraints:      60459
2723.46/2732.01	c #Conflicts:    3062000 | #Constraints:      61459
2723.46/2732.01	c #Conflicts:    3063000 | #Constraints:      62459
2723.46/2732.01	c #Conflicts:    3064000 | #Constraints:      63459
2723.46/2732.01	c #Conflicts:    3065000 | #Constraints:      64459
2723.46/2732.01	c #Conflicts:    3066000 | #Constraints:      65459
2723.46/2732.01	c #Conflicts:    3067000 | #Constraints:      66459
2723.46/2732.01	c #Conflicts:    3068000 | #Constraints:      67459
2723.46/2732.01	c #Conflicts:    3069000 | #Constraints:      68459
2723.46/2732.01	c #Conflicts:    3070000 | #Constraints:      69459
2723.46/2732.01	c #Conflicts:    3071000 | #Constraints:      70459
2723.46/2732.01	c #Conflicts:    3072000 | #Constraints:      71459
2723.46/2732.01	c #Conflicts:    3073000 | #Constraints:      72459
2723.46/2732.01	c #Conflicts:    3074000 | #Constraints:      73459
2723.46/2732.01	c #Conflicts:    3075000 | #Constraints:      74459
2723.46/2732.01	c #Conflicts:    3076000 | #Constraints:      75459
2723.46/2732.01	c #Conflicts:    3077000 | #Constraints:      76459
2723.46/2732.01	c #Conflicts:    3078000 | #Constraints:      77459
2723.46/2732.01	c #Conflicts:    3079000 | #Constraints:      78459
2723.46/2732.01	c #Conflicts:    3080000 | #Constraints:      79459
2723.46/2732.01	c INPROCESSING
2723.46/2732.01	c GARBAGE COLLECT
2723.46/2732.01	c #Conflicts:    3081000 | #Constraints:      45356
2723.46/2732.01	c #Conflicts:    3082000 | #Constraints:      46356
2723.46/2732.01	c #Conflicts:    3083000 | #Constraints:      47356
2723.46/2732.01	c #Conflicts:    3084000 | #Constraints:      48356
2723.46/2732.01	c #Conflicts:    3085000 | #Constraints:      49357
2723.46/2732.01	c #Conflicts:    3086000 | #Constraints:      50357
2723.46/2732.01	c #Conflicts:    3087000 | #Constraints:      51357
2723.46/2732.01	c #Conflicts:    3088000 | #Constraints:      52357
2723.46/2732.01	c #Conflicts:    3089000 | #Constraints:      53357
2723.46/2732.01	c #Conflicts:    3090000 | #Constraints:      54357
2723.46/2732.01	c #Conflicts:    3091000 | #Constraints:      55357
2723.46/2732.01	c #Conflicts:    3092000 | #Constraints:      56357
2723.46/2732.01	c #Conflicts:    3093000 | #Constraints:      57357
2723.46/2732.01	c #Conflicts:    3094000 | #Constraints:      58357
2723.46/2732.01	c #Conflicts:    3095000 | #Constraints:      59357
2734.32/2742.91	c #Conflicts:    3096000 | #Constraints:      60357
2734.32/2742.91	c #Conflicts:    3097000 | #Constraints:      61357
2734.32/2742.91	c #Conflicts:    3098000 | #Constraints:      62357
2734.32/2742.91	c #Conflicts:    3099000 | #Constraints:      63357
2734.32/2742.91	c #Conflicts:    3100000 | #Constraints:      64357
2734.32/2742.91	c #Conflicts:    3101000 | #Constraints:      65357
2734.32/2742.91	c #Conflicts:    3102000 | #Constraints:      66357
2734.32/2742.91	c #Conflicts:    3103000 | #Constraints:      67357
2734.32/2742.91	c #Conflicts:    3104000 | #Constraints:      68357
2734.32/2742.91	c #Conflicts:    3105000 | #Constraints:      69357
2734.32/2742.91	c #Conflicts:    3106000 | #Constraints:      70357
2734.32/2742.91	c #Conflicts:    3107000 | #Constraints:      71360
2734.32/2742.91	c #Conflicts:    3108000 | #Constraints:      72361
2734.32/2742.91	c #Conflicts:    3109000 | #Constraints:      73362
2734.32/2742.91	c #Conflicts:    3110000 | #Constraints:      74362
2734.32/2742.91	c #Conflicts:    3111000 | #Constraints:      75362
2734.32/2742.91	c #Conflicts:    3112000 | #Constraints:      76362
2734.32/2742.91	c #Conflicts:    3113000 | #Constraints:      77363
2734.32/2742.91	c #Conflicts:    3114000 | #Constraints:      78363
2734.32/2742.91	c #Conflicts:    3115000 | #Constraints:      79363
2734.32/2742.91	c INPROCESSING
2734.32/2742.91	c GARBAGE COLLECT
2734.32/2742.91	WSVECS04 Frhs2[1]: 6 -0.997341 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[18]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[24]: 6 -1.00128 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[29]: 6 -0.88291 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[30]: 6 -2.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[31]: 6 -2.42472 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[42]: 6 -1.00095 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[50]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[51]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[55]: 6 -7.30303 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[57]: 6 -31.3182 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[75]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[81]: 6 -0.999942 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[87]: 6 0 0.328067 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[88]: 6 -1.88977 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[94]: 6 -2.53144 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[100]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[121]: 6 0 39.0764 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[122]: 6 0 81.1562 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[129]: 6 -0.99959 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[135]: 6 -0.99994 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[148]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[150]: 6 -0.996109 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[151]: 6 -1.002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[186]: 6 -84.4469 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[187]: 6 -2.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[188]: 6 -2.74998 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[189]: 6 0 0.367189 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[197]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[204]: 6 -0.999984 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[214]: 6 -0.998098 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[216]: 6 -2.10406 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[220]: 6 -1.15625 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[224]: 6 -1.39264 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[230]: 6 -0.999993 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[233]: 6 -0.999824 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[268]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[274]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[284]: 6 0 4.39852 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[288]: 6 -1.37797 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[304]: 6 -1.02958 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[322]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[400]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[411]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[414]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[417]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[445]: 6 -2.60152 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[449]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[452]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[453]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[462]: 6 -1.00988 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[463]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[464]: 6 -1.02965 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[467]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[471]: 6 0 6.30133 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[477]: 6 -0.998689 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[478]: 6 0 899.098 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[502]: 6 -0.994067 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[527]: 6 -1.02972 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[538]: 6 -16.9263 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[541]: 6 -971.207 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[574]: 6 -2.25006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[576]: 6 -1908.91 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[630]: 6 -1.9981 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[635]: 6 0 164.283 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[637]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[653]: 6 -1.00131 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[655]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[670]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[672]: 6 -0.985365 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[709]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[712]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[714]: 6 -0.999856 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[725]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[735]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[898]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[899]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[946]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1005]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1012]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1065]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1066]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1070]: 6 -0.999983 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1072]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1074]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1077]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1078]: 6 -0.99822 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1098]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1099]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1101]: 6 -1 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1102]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1103]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1105]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1107]: 6 -0.999879 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1115]: 6 -1943.28 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1117]: 6 -0.99732 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1119]: 6 -1.98545 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1124]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1130]: 6 -0.999804 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1140]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1143]: 6 -0.990029 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1164]: 6 -1.00689 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1166]: 6 -1.02969 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1167]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1169]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1172]: 6 -3.52002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1173]: 6 -1.25002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1177]: 6 -34.132 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1182]: 6 -66.9914 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1203]: 6 0 15.566 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1212]: 6 0 1.32966 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1213]: 6 -0.750081 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1215]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1223]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1224]: 6 -0.999965 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1234]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1240]: 6 -17.566 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1243]: 6 -1.25006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1247]: 6 0 0.250096 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1253]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1254]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1260]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1261]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1281]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1284]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1308]: 6 0 4.69868 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1312]: 6 -1.50006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1315]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1316]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1322]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1340]: 6 -6.25005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1343]: 6 -0.575384 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1346]: 6 -1.25004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1353]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1354]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1360]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1363]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1365]: 6 -1.31254 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1376]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1379]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1382]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1387]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1394]: 6 -1.33305 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1395]: 6 -1.33016 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1405]: 6 -2.25003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1406]: 6 -1.25004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1407]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1421]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1427]: 6 0 0.104415 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1429]: 6 0 4.41743 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1431]: 6 -1.99497 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1441]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1444]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1451]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1455]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1465]: 6 -3.20893 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1481]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1482]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1492]: 6 -0.000285062 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1494]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1504]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1512]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1517]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1522]: 6 -0.00587364 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1526]: 6 -1.25001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1529]: 6 -1.99985 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1533]: 6 0 81.1416 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1535]: 6 -1.21872 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1537]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1550]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1569]: 6 -1.25004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1572]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1574]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1577]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1578]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1580]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1581]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1591]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1592]: 6 -22.8635 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1593]: 6 -43.3208 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1596]: 6 0 970.367 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1602]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1603]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1605]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1607]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1608]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1610]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1611]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1619]: 6 -1.32818 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1620]: 6 -1.25007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1621]: 6 -1.31257 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1624]: 6 -0.354382 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1634]: 6 -1.00095 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1646]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1649]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1660]: 6 0 0.416692 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1678]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1679]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1686]: 6 -1.25008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1716]: 6 -1.33016 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1728]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1747]: 6 -1.62507 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1955]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1960]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1962]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1964]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1965]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1968]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1978]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1981]: 6 -0.999911 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1985]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1989]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1992]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1993]: 6 -1.00186 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[1996]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2004]: 6 -68.8225 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2008]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2009]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2012]: 6 -0.0678826 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2049]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2052]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2053]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2056]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2060]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2061]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2064]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2067]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2070]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2074]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2077]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2082]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2085]: 6 -1.00015 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2087]: 6 -0.999863 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2090]: 6 -0.999839 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2094]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2098]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2101]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2104]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2112]: 6 -7636.6 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2114]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2145]: 6 -1.00558 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2148]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2149]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2152]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2153]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2160]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2161]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2166]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2170]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2174]: 6 -0.999877 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2176]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2178]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2180]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2181]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2184]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2185]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2188]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2192]: 6 -1.2502 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2202]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2203]: 6 0 3.3204 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2206]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2208]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2217]: 6 -0.999969 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2220]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2224]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2227]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2228]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2229]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2231]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2233]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2235]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2247]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2249]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2251]: 6 -1.00025 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2254]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2258]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2260]: 6 -1.00016 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2261]: 6 -1.00017 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2264]: 6 -0.999431 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2268]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2272]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2276]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2277]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2279]: 6 -4.78994 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2281]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2283]: 6 -16.1595 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2286]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2290]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2291]: 6 -243.552 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2294]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2298]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2300]: 6 0 3738.84 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2302]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2310]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2312]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2316]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2318]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2320]: 6 -0.99982 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2322]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2323]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2324]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2325]: 6 -122.276 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2331]: 6 -1.31252 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2338]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2339]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2342]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2346]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2350]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2352]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2354]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2356]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2357]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2360]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2362]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2364]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2366]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2367]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2370]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2371]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2374]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2378]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2382]: 6 -1.62504 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2398]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2403]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2406]: 6 -1.0005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2408]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2411]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2413]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2418]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2421]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2422]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2427]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2438]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2440]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2442]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2443]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2446]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2447]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2450]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2452]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2453]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2458]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2460]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2461]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2465]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2469]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2474]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2475]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2482]: 6 -137.528 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2483]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2486]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2487]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2490]: 6 -1.25009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2498]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2499]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2514]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2515]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2517]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2524]: 6 0 1.16025 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2527]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2529]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2531]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2534]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2535]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2538]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2539]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2542]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2543]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2546]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2549]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2553]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2556]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2557]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2559]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2561]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2564]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2567]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2570]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2571]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2574]: 6 -1.25001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2576]: 6 -1.50009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2581]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2584]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2588]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2589]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2592]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2598]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2605]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2607]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2610]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2614]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2618]: 6 -1.32037 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2619]: 6 -1.32816 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2620]: 6 -1.28132 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2622]: 6 -1.12509 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2623]: 6 -1.25002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2629]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2631]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2634]: 6 -0.999983 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2635]: 6 -0.999961 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2637]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2639]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2641]: 6 -1.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2644]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2645]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2648]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2649]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2652]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2654]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2655]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2660]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2661]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2665]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2693]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2702]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2703]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2714]: 6 0 1.08014 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2723]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2726]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2727]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2729]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2732]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2734]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2735]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2738]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2741]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2744]: 6 -1.00002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2745]: 6 -1.00003 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2748]: 6 -1.00008 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2750]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2756]: 6 -1.00006 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2759]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2761]: 6 -1.00007 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2764]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2774]: 6 -13.0001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2776]: 6 -21.0002 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2777]: 6 -1.00005 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2780]: 6 -1.00004 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2781]: 6 -0.1507 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2784]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2788]: 6 -1.00001 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2790]: 6 -1.00009 0 shouldn't be
2734.32/2742.91	WSVECS04 Frhs2[2801]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2802]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2819]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2821]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2824]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2825]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2828]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2832]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2833]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2835]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2839]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2844]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2849]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2852]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2855]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2859]: 6 -1.25008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2869]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2872]: 6 -1.25008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2873]: 6 -1.25005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2891]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2908]: 6 -1.25005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2911]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2913]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2915]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2919]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2922]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2925]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2927]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2929]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2943]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2945]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2948]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2949]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2953]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2956]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2957]: 6 -3.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2960]: 6 -1.31254 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2970]: 6 -5.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2971]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2974]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2976]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2977]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2978]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2981]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2982]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2991]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[2995]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3006]: 6 -1.12505 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3007]: 6 -1.25009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3009]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3013]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3016]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3017]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3020]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3024]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3025]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3028]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3029]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3031]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3033]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3038]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3039]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3042]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3046]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3048]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3080]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3102]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3106]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3107]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3109]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3111]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3114]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3115]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3118]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3120]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3122]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3125]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3128]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3129]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3132]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3133]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3136]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3140]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3141]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3146]: 6 -0.697841 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3148]: 6 0 0.104406 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3156]: 6 -22.6696 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3157]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3160]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3162]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3164]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3166]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3168]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3169]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3172]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3187]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3192]: 6 -1.31254 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3193]: 6 -1.31254 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3196]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3202]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3203]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3205]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3213]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3216]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3217]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3220]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3221]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3224]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3225]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3228]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3230]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3232]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3234]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3235]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3237]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3239]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3242]: 6 -1.32822 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3256]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3262]: 6 -11.6987 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3272]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3274]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3298]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3303]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3306]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3307]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3310]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3311]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3314]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3315]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3318]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3319]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3322]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3324]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3326]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3328]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3330]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3334]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3342]: 6 -0.000307795 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3346]: 6 -4.99919 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3348]: 6 -4.99822 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3349]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3352]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3354]: 6 -1.2501 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3362]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3389]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3390]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3392]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3393]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3395]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3397]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3400]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3401]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3404]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3405]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3408]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3410]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3412]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3414]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3416]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3420]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3424]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3429]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3432]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3434]: 6 -0.00593337 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3435]: 6 -0.00586937 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3438]: 6 -4.63294 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3441]: 6 -2.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3450]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3451]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3454]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3456]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3459]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3472]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3474]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3477]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3478]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3487]: 6 0 1.32818 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3490]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3491]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3494]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3498]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3506]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3510]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3511]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3514]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3515]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3518]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3521]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3526]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3530]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3540]: 6 -333.566 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3541]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3544]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3546]: 6 0 1.32818 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3550]: 6 -10.3126 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3552]: 6 -10.2501 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3566]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3586]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3592]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3596]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3600]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3602]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3606]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3608]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3609]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3612]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3614]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3618]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3620]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3630]: 6 -1.25004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3636]: 6 0 1.00007 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3646]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3647]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3661]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3671]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3676]: 6 -1.25009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3680]: 6 -1.25005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3681]: 6 -0.999156 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3683]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3686]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3690]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3691]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3698]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3701]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3704]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3710]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3711]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3713]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3723]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3738]: 6 -3.25007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3747]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3749]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3750]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3751]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3752]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3755]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3757]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3759]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3760]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3777]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3779]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3782]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3783]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3786]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3790]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3792]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3796]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3800]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3802]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3804]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3806]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3808]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3810]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3812]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3813]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3815]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3817]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3819]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3832]: 6 -662.133 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3834]: 6 0 971.027 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3838]: 6 -3885.36 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3850]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3870]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3873]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3875]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3883]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3887]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3890]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3891]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3894]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3895]: 6 -1.0001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3901]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3903]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3912]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3918]: 6 -1.31252 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3928]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3929]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3932]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3934]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3935]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3937]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3939]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3944]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3946]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3955]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3958]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3962]: 6 -0.660178 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3975]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3980]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3984]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3988]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3990]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3992]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3994]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3996]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3998]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[3999]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4002]: 6 -1.00003 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4008]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4009]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4012]: 6 -0.000497088 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4014]: 6 -1.33011 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4015]: 6 -3.32922 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4020]: 6 -2.35938 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4024]: 6 -1.2501 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4026]: 6 0 1.25007 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4033]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4034]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4045]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4061]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4063]: 6 -1.25005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4066]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4074]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4076]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4077]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4080]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4082]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4090]: 6 -1.00008 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4092]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4094]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4095]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4099]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4103]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4120]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4122]: 6 -1.25004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4124]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4128]: 6 -1.00002 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4176]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4210]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4211]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4221]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4222]: 6 -1.00001 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4223]: 6 -1.00006 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4236]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4237]: 6 -1.00005 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4268]: 6 -1.00009 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4269]: 6 -1.00004 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4270]: 6 -1.00007 0 shouldn't be
2734.32/2742.92	WSVECS04 Frhs2[4271]: 6 -1.00006 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[8]: 6 -0.999989 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[24]: 6 -1.00126 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[31]: 6 -2.42466 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[47]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[55]: 6 -7.30302 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[57]: 6 -31.3181 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[81]: 6 -0.999864 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[88]: 6 -1.88975 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[93]: 6 -0.882845 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[94]: 6 -2.53136 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[95]: 6 0 0.42466 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[119]: 6 0 0.250059 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[132]: 6 -0.99999 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[150]: 6 -0.996023 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[151]: 6 -1.00194 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[183]: 6 -0.994052 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[186]: 6 -84.4468 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[187]: 6 -1.99997 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[188]: 6 -2.74989 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[198]: 6 -0.999997 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[216]: 6 -2.104 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[224]: 6 -1.39257 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[239]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[277]: 6 -2.89493 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[288]: 6 -1.37791 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[373]: 6 -2.26329 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[433]: 6 -0.999933 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[445]: 6 -2.60149 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[452]: 6 -0.999989 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[463]: 6 -0.999997 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[464]: 6 -1.02961 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[471]: 6 0 6.30126 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[478]: 6 0 899.098 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[520]: 6 -0.99999 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[527]: 6 -1.02964 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[538]: 6 -16.9263 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[541]: 6 -971.207 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[544]: 6 -0.999771 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[574]: 6 -2.25001 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[576]: 6 -1908.91 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[630]: 6 -1.99805 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[708]: 6 -0.999989 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[736]: 6 -1.37792 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1081]: 6 -0.995416 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1096]: 6 -0.999988 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1097]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1114]: 6 -1.99908 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1119]: 6 -1.98535 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1160]: 6 -1.00046 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1161]: 6 -0.999947 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1172]: 6 -3.51994 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1236]: 6 -8.82974 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1248]: 6 -1.5 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1258]: 6 -0.999992 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1284]: 6 -0.999987 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1293]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1316]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1322]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1340]: 6 -6.25002 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1346]: 6 -1.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1355]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1357]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1382]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1391]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1406]: 6 -1.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1420]: 6 -0.999998 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1421]: 6 -0.999998 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1425]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1431]: 6 -1.99493 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1444]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1445]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1460]: 6 -1.31249 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1463]: 6 -1.30217 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1478]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1505]: 6 0 970.089 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1533]: 6 0 81.1416 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1574]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1576]: 6 -0.999993 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1603]: 6 -0.999998 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1608]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1624]: 6 -0.354291 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1634]: 6 -1.00092 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1660]: 6 0 0.41667 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1686]: 6 -1.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1697]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1744]: 6 -0.999999 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1968]: 6 -0.999997 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1975]: 6 -1.00002 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1979]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1981]: 6 -0.999833 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1983]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2004]: 6 -68.8224 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2012]: 6 -0.0678464 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2052]: 6 -0.999997 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2061]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2070]: 6 -0.999996 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2075]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2085]: 6 -1.00009 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2087]: 6 -0.999816 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2090]: 6 -0.999805 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2091]: 6 -0.999805 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2095]: 6 -0.999829 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2105]: 6 -0.994503 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2145]: 6 -1.0055 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2173]: 6 -0.999932 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2184]: 6 -0.999979 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2192]: 6 -1.25018 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2203]: 6 0 3.32031 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2251]: 6 -1.00023 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2254]: 6 -0.999992 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2255]: 6 -1.00088 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2260]: 6 -1.00015 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2263]: 6 -1.01456 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2264]: 6 -0.999412 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2311]: 6 -0.999984 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2331]: 6 -1.3125 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2338]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2342]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2350]: 6 -0.999999 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2352]: 6 -0.999998 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2382]: 6 -1.625 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2423]: 6 0 0.0803933 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2427]: 6 -0.999999 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2482]: 6 -137.528 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2487]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2490]: 6 -1.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2574]: 6 -1.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2576]: 6 -1.5 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2634]: 6 -0.999893 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2776]: 6 -21.0001 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2781]: 6 -0.15068 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2833]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2867]: 6 -2.99909 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2872]: 6 -1.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2957]: 6 -3 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2970]: 6 -5 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2981]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3146]: 6 -0.697783 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3156]: 6 -22.6696 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3193]: 6 -1.3125 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3232]: 6 -0.999994 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3234]: 6 -0.999987 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3262]: 6 -11.6986 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3290]: 6 -0.000457506 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3291]: 6 -0.999998 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3338]: 6 -0.999822 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3342]: 6 -0.000229297 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3346]: 6 -4.99909 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3348]: 6 -4.99817 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3354]: 6 -1.25001 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3355]: 6 -1.25001 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3404]: 6 -0.999976 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3438]: 6 -4.63289 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3441]: 6 -2 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3498]: 6 -0.999998 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3526]: 6 -0.999994 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3527]: 6 -0.999994 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3546]: 6 0 1.32812 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3550]: 6 -10.3125 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3552]: 6 -10.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3604]: 6 -0.999989 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3630]: 6 -1.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3636]: 6 0 1 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3681]: 6 -0.999084 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3694]: 6 -1.00001 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3698]: 6 -0.999994 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3725]: 6 -1.32813 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3738]: 6 -3.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3767]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3776]: 6 -1.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3786]: 6 -0.999999 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3790]: 6 -0.999999 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3808]: 6 -0.999998 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3810]: 6 -0.999996 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3832]: 6 -662.133 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3834]: 6 0 971.027 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3838]: 6 -3885.36 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3858]: 6 -0.999999 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3887]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3903]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3912]: 6 -0.999995 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3918]: 6 -1.3125 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3977]: 6 -0.999996 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3980]: 6 -0.999997 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3981]: 6 -0.999997 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3985]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[3998]: 6 -0.999999 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4012]: 6 -0.000458091 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4014]: 6 -1.33008 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4015]: 6 -3.32917 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4020]: 6 -2.35937 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4024]: 6 -1.25002 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4026]: 6 0 1.25 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4033]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4063]: 6 -1.25 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4066]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4083]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4086]: 6 -0.999995 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4091]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4097]: 6 -0.99998 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4099]: 6 -0.999998 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4109]: 6 -1.625 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4210]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4211]: 6 -1.00001 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4221]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4222]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
2735.22/2743.83	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
2783.56/2792.30	c #Conflicts:    3116000 | #Constraints:      45091
2783.56/2792.30	c #Conflicts:    3117000 | #Constraints:      46091
2783.56/2792.30	c #Conflicts:    3118000 | #Constraints:      47091
2783.56/2792.30	c #Conflicts:    3119000 | #Constraints:      48091
2783.56/2792.30	c #Conflicts:    3120000 | #Constraints:      49091
2783.56/2792.30	c #Conflicts:    3121000 | #Constraints:      50091
2783.56/2792.30	c #Conflicts:    3122000 | #Constraints:      51092
2783.56/2792.30	c #Conflicts:    3123000 | #Constraints:      52092
2783.56/2792.30	c #Conflicts:    3124000 | #Constraints:      53092
2783.56/2792.30	c #Conflicts:    3125000 | #Constraints:      54092
2783.56/2792.30	c #Conflicts:    3126000 | #Constraints:      55092
2783.56/2792.30	c #Conflicts:    3127000 | #Constraints:      56092
2783.56/2792.30	c #Conflicts:    3128000 | #Constraints:      57093
2783.56/2792.30	c #Conflicts:    3129000 | #Constraints:      58093
2783.56/2792.30	c #Conflicts:    3130000 | #Constraints:      59093
2783.56/2792.30	c #Conflicts:    3131000 | #Constraints:      60093
2783.56/2792.30	c #Conflicts:    3132000 | #Constraints:      61093
2783.56/2792.30	c #Conflicts:    3133000 | #Constraints:      62093
2783.56/2792.30	c #Conflicts:    3134000 | #Constraints:      63093
2783.56/2792.30	c #Conflicts:    3135000 | #Constraints:      64093
2783.56/2792.30	c #Conflicts:    3136000 | #Constraints:      65093
2783.56/2792.30	c #Conflicts:    3137000 | #Constraints:      66093
2783.56/2792.30	c #Conflicts:    3138000 | #Constraints:      67093
2783.56/2792.30	c #Conflicts:    3139000 | #Constraints:      68093
2783.56/2792.30	c #Conflicts:    3140000 | #Constraints:      69093
2783.56/2792.30	c #Conflicts:    3141000 | #Constraints:      70093
2783.56/2792.30	c #Conflicts:    3142000 | #Constraints:      71093
2783.56/2792.30	c #Conflicts:    3143000 | #Constraints:      72093
2783.56/2792.30	c #Conflicts:    3144000 | #Constraints:      73093
2783.56/2792.30	c #Conflicts:    3145000 | #Constraints:      74094
2783.56/2792.30	c #Conflicts:    3146000 | #Constraints:      75094
2783.56/2792.30	c #Conflicts:    3147000 | #Constraints:      76094
2783.56/2792.30	c #Conflicts:    3148000 | #Constraints:      77094
2783.56/2792.30	c #Conflicts:    3149000 | #Constraints:      78094
2783.56/2792.30	c #Conflicts:    3150000 | #Constraints:      79094
2783.56/2792.30	c #Conflicts:    3151000 | #Constraints:      80094
2783.56/2792.30	c INPROCESSING
2783.56/2792.30	c GARBAGE COLLECT
2783.56/2792.30	c #Conflicts:    3152000 | #Constraints:      45546
2783.56/2792.30	c #Conflicts:    3153000 | #Constraints:      46546
2783.56/2792.30	c #Conflicts:    3154000 | #Constraints:      47546
2783.56/2792.30	c #Conflicts:    3155000 | #Constraints:      48546
2783.56/2792.30	c #Conflicts:    3156000 | #Constraints:      49546
2783.56/2792.30	c #Conflicts:    3157000 | #Constraints:      50546
2783.56/2792.30	c #Conflicts:    3158000 | #Constraints:      51546
2783.56/2792.30	c #Conflicts:    3159000 | #Constraints:      52546
2783.56/2792.30	c #Conflicts:    3160000 | #Constraints:      53546
2783.56/2792.30	c #Conflicts:    3161000 | #Constraints:      54546
2783.56/2792.30	c #Conflicts:    3162000 | #Constraints:      55546
2783.56/2792.30	c #Conflicts:    3163000 | #Constraints:      56546
2783.56/2792.30	c #Conflicts:    3164000 | #Constraints:      57546
2783.56/2792.30	c #Conflicts:    3165000 | #Constraints:      58546
2783.56/2792.30	c #Conflicts:    3166000 | #Constraints:      59546
2783.56/2792.30	c #Conflicts:    3167000 | #Constraints:      60546
2783.56/2792.30	c #Conflicts:    3168000 | #Constraints:      61546
2783.56/2792.30	c #Conflicts:    3169000 | #Constraints:      62546
2783.56/2792.30	c #Conflicts:    3170000 | #Constraints:      63546
2783.56/2792.30	c #Conflicts:    3171000 | #Constraints:      64546
2783.56/2792.30	c #Conflicts:    3172000 | #Constraints:      65547
2783.56/2792.30	c #Conflicts:    3173000 | #Constraints:      66548
2783.56/2792.30	c #Conflicts:    3174000 | #Constraints:      67555
2783.56/2792.30	c #Conflicts:    3175000 | #Constraints:      68555
2783.56/2792.30	c #Conflicts:    3176000 | #Constraints:      69555
2783.56/2792.30	c #Conflicts:    3177000 | #Constraints:      70555
2783.56/2792.30	c #Conflicts:    3178000 | #Constraints:      71555
2783.56/2792.30	c #Conflicts:    3179000 | #Constraints:      72555
2783.56/2792.30	c #Conflicts:    3180000 | #Constraints:      73555
2783.56/2792.30	c #Conflicts:    3181000 | #Constraints:      74555
2783.56/2792.30	c #Conflicts:    3182000 | #Constraints:      75555
2783.56/2792.30	c #Conflicts:    3183000 | #Constraints:      76555
2783.56/2792.30	c #Conflicts:    3184000 | #Constraints:      77555
2783.56/2792.30	c #Conflicts:    3185000 | #Constraints:      78556
2783.56/2792.30	c #Conflicts:    3186000 | #Constraints:      79556
2783.56/2792.30	c #Conflicts:    3187000 | #Constraints:      80556
2783.56/2792.30	c INPROCESSING
2783.56/2792.30	c GARBAGE COLLECT
2783.56/2792.30	c #Conflicts:    3188000 | #Constraints:      45859
2783.56/2792.30	c #Conflicts:    3189000 | #Constraints:      46859
2783.56/2792.30	c #Conflicts:    3190000 | #Constraints:      47859
2783.56/2792.30	c #Conflicts:    3191000 | #Constraints:      48859
2783.56/2792.30	c #Conflicts:    3192000 | #Constraints:      49860
2783.56/2792.30	c #Conflicts:    3193000 | #Constraints:      50860
2828.34/2837.24	c #Conflicts:    3194000 | #Constraints:      51860
2828.34/2837.24	c #Conflicts:    3195000 | #Constraints:      52860
2828.34/2837.24	c #Conflicts:    3196000 | #Constraints:      53860
2828.34/2837.24	c #Conflicts:    3197000 | #Constraints:      54860
2828.34/2837.24	c #Conflicts:    3198000 | #Constraints:      55860
2828.34/2837.24	c #Conflicts:    3199000 | #Constraints:      56860
2828.34/2837.24	c #Conflicts:    3200000 | #Constraints:      57860
2828.34/2837.24	c #Conflicts:    3201000 | #Constraints:      58860
2828.34/2837.24	c #Conflicts:    3202000 | #Constraints:      59860
2828.34/2837.24	c #Conflicts:    3203000 | #Constraints:      60860
2828.34/2837.24	c #Conflicts:    3204000 | #Constraints:      61860
2828.34/2837.24	c #Conflicts:    3205000 | #Constraints:      62860
2828.34/2837.24	c #Conflicts:    3206000 | #Constraints:      63860
2828.34/2837.24	c #Conflicts:    3207000 | #Constraints:      64860
2828.34/2837.24	c #Conflicts:    3208000 | #Constraints:      65860
2828.34/2837.24	c #Conflicts:    3209000 | #Constraints:      66860
2828.34/2837.24	c #Conflicts:    3210000 | #Constraints:      67860
2828.34/2837.24	c #Conflicts:    3211000 | #Constraints:      68861
2828.34/2837.24	c #Conflicts:    3212000 | #Constraints:      69861
2828.34/2837.24	c #Conflicts:    3213000 | #Constraints:      70861
2828.34/2837.24	c #Conflicts:    3214000 | #Constraints:      71861
2828.34/2837.24	c #Conflicts:    3215000 | #Constraints:      72861
2828.34/2837.24	c #Conflicts:    3216000 | #Constraints:      73861
2828.34/2837.24	c #Conflicts:    3217000 | #Constraints:      74861
2828.34/2837.24	c #Conflicts:    3218000 | #Constraints:      75862
2828.34/2837.24	c #Conflicts:    3219000 | #Constraints:      76862
2828.34/2837.24	c #Conflicts:    3220000 | #Constraints:      77862
2828.34/2837.24	c #Conflicts:    3221000 | #Constraints:      78862
2828.34/2837.24	c #Conflicts:    3222000 | #Constraints:      79862
2828.34/2837.24	c #Conflicts:    3223000 | #Constraints:      80862
2828.34/2837.24	c INPROCESSING
2828.34/2837.24	c GARBAGE COLLECT
2828.34/2837.24	c #Conflicts:    3224000 | #Constraints:      45939
2828.34/2837.24	c #Conflicts:    3225000 | #Constraints:      46939
2828.34/2837.24	c #Conflicts:    3226000 | #Constraints:      47939
2828.34/2837.24	c #Conflicts:    3227000 | #Constraints:      48939
2828.34/2837.24	c #Conflicts:    3228000 | #Constraints:      49939
2828.34/2837.24	c #Conflicts:    3229000 | #Constraints:      50939
2828.34/2837.24	c #Conflicts:    3230000 | #Constraints:      51939
2828.34/2837.24	c #Conflicts:    3231000 | #Constraints:      52939
2828.34/2837.24	c #Conflicts:    3232000 | #Constraints:      53939
2828.34/2837.24	c #Conflicts:    3233000 | #Constraints:      54939
2828.34/2837.24	c #Conflicts:    3234000 | #Constraints:      55939
2828.34/2837.24	c #Conflicts:    3235000 | #Constraints:      56939
2828.34/2837.24	c #Conflicts:    3236000 | #Constraints:      57939
2828.34/2837.24	c #Conflicts:    3237000 | #Constraints:      58939
2828.34/2837.24	c #Conflicts:    3238000 | #Constraints:      59939
2828.34/2837.24	c #Conflicts:    3239000 | #Constraints:      60939
2828.34/2837.24	c #Conflicts:    3240000 | #Constraints:      61939
2828.34/2837.24	c #Conflicts:    3241000 | #Constraints:      62939
2828.34/2837.24	c #Conflicts:    3242000 | #Constraints:      63939
2828.34/2837.24	c #Conflicts:    3243000 | #Constraints:      64939
2828.34/2837.24	c #Conflicts:    3244000 | #Constraints:      65939
2828.34/2837.24	c #Conflicts:    3245000 | #Constraints:      66939
2828.34/2837.24	c #Conflicts:    3246000 | #Constraints:      67939
2828.34/2837.24	c #Conflicts:    3247000 | #Constraints:      68939
2828.34/2837.24	c #Conflicts:    3248000 | #Constraints:      69939
2828.34/2837.24	c #Conflicts:    3249000 | #Constraints:      70939
2828.34/2837.24	c #Conflicts:    3250000 | #Constraints:      71939
2828.34/2837.24	c #Conflicts:    3251000 | #Constraints:      72939
2828.34/2837.24	c #Conflicts:    3252000 | #Constraints:      73939
2828.34/2837.24	c #Conflicts:    3253000 | #Constraints:      74939
2828.34/2837.24	c #Conflicts:    3254000 | #Constraints:      75939
2828.34/2837.24	c #Conflicts:    3255000 | #Constraints:      76939
2828.34/2837.24	c #Conflicts:    3256000 | #Constraints:      77939
2828.34/2837.24	c #Conflicts:    3257000 | #Constraints:      78939
2828.34/2837.24	c #Conflicts:    3258000 | #Constraints:      79939
2828.34/2837.24	c #Conflicts:    3259000 | #Constraints:      80939
2828.34/2837.24	c INPROCESSING
2828.34/2837.24	c GARBAGE COLLECT
2828.34/2837.24	c #Conflicts:    3260000 | #Constraints:      45833
2828.34/2837.24	c #Conflicts:    3261000 | #Constraints:      46833
2828.34/2837.24	c #Conflicts:    3262000 | #Constraints:      47833
2828.34/2837.24	c #Conflicts:    3263000 | #Constraints:      48833
2828.34/2837.24	c #Conflicts:    3264000 | #Constraints:      49833
2828.34/2837.24	c #Conflicts:    3265000 | #Constraints:      50833
2828.34/2837.24	c #Conflicts:    3266000 | #Constraints:      51833
2828.34/2837.24	c #Conflicts:    3267000 | #Constraints:      52833
2828.34/2837.24	c #Conflicts:    3268000 | #Constraints:      53833
2828.34/2837.24	c #Conflicts:    3269000 | #Constraints:      54833
2828.34/2837.24	c #Conflicts:    3270000 | #Constraints:      55833
2864.72/2873.74	c #Conflicts:    3271000 | #Constraints:      56833
2864.72/2873.74	c #Conflicts:    3272000 | #Constraints:      57833
2864.72/2873.74	c #Conflicts:    3273000 | #Constraints:      58833
2864.72/2873.74	c #Conflicts:    3274000 | #Constraints:      59833
2864.72/2873.74	c #Conflicts:    3275000 | #Constraints:      60833
2864.72/2873.74	c #Conflicts:    3276000 | #Constraints:      61833
2864.72/2873.74	c #Conflicts:    3277000 | #Constraints:      62833
2864.72/2873.74	c #Conflicts:    3278000 | #Constraints:      63833
2864.72/2873.74	c #Conflicts:    3279000 | #Constraints:      64833
2864.72/2873.74	c #Conflicts:    3280000 | #Constraints:      65833
2864.72/2873.74	c #Conflicts:    3281000 | #Constraints:      66833
2864.72/2873.74	c #Conflicts:    3282000 | #Constraints:      67833
2864.72/2873.74	c #Conflicts:    3283000 | #Constraints:      68833
2864.72/2873.74	c #Conflicts:    3284000 | #Constraints:      69833
2864.72/2873.74	c #Conflicts:    3285000 | #Constraints:      70833
2864.72/2873.74	c #Conflicts:    3286000 | #Constraints:      71833
2864.72/2873.74	c #Conflicts:    3287000 | #Constraints:      72833
2864.72/2873.74	c #Conflicts:    3288000 | #Constraints:      73834
2864.72/2873.74	c #Conflicts:    3289000 | #Constraints:      74834
2864.72/2873.74	c #Conflicts:    3290000 | #Constraints:      75834
2864.72/2873.74	c #Conflicts:    3291000 | #Constraints:      76834
2864.72/2873.74	c #Conflicts:    3292000 | #Constraints:      77834
2864.72/2873.74	c #Conflicts:    3293000 | #Constraints:      78834
2864.72/2873.74	c #Conflicts:    3294000 | #Constraints:      79834
2864.72/2873.74	c #Conflicts:    3295000 | #Constraints:      80834
2864.72/2873.74	c #Conflicts:    3296000 | #Constraints:      81834
2864.72/2873.74	c INPROCESSING
2864.72/2873.74	c GARBAGE COLLECT
2864.72/2873.74	c #Conflicts:    3297000 | #Constraints:      46581
2864.72/2873.74	c #Conflicts:    3298000 | #Constraints:      47581
2864.72/2873.74	c #Conflicts:    3299000 | #Constraints:      48581
2864.72/2873.74	c #Conflicts:    3300000 | #Constraints:      49581
2864.72/2873.74	c #Conflicts:    3301000 | #Constraints:      50581
2864.72/2873.74	c #Conflicts:    3302000 | #Constraints:      51581
2864.72/2873.74	c #Conflicts:    3303000 | #Constraints:      52581
2864.72/2873.74	c #Conflicts:    3304000 | #Constraints:      53581
2864.72/2873.74	c #Conflicts:    3305000 | #Constraints:      54581
2864.72/2873.74	c #Conflicts:    3306000 | #Constraints:      55671
2864.72/2873.74	c #Conflicts:    3307000 | #Constraints:      56681
2864.72/2873.74	c #Conflicts:    3308000 | #Constraints:      57681
2864.72/2873.74	c #Conflicts:    3309000 | #Constraints:      58681
2864.72/2873.74	c #Conflicts:    3310000 | #Constraints:      59681
2864.72/2873.74	c #Conflicts:    3311000 | #Constraints:      60681
2864.72/2873.74	c #Conflicts:    3312000 | #Constraints:      61681
2864.72/2873.74	c #Conflicts:    3313000 | #Constraints:      62681
2864.72/2873.74	c #Conflicts:    3314000 | #Constraints:      63681
2864.72/2873.74	c #Conflicts:    3315000 | #Constraints:      64681
2864.72/2873.74	c #Conflicts:    3316000 | #Constraints:      65681
2864.72/2873.74	c #Conflicts:    3317000 | #Constraints:      66681
2864.72/2873.74	c #Conflicts:    3318000 | #Constraints:      67681
2864.72/2873.74	c #Conflicts:    3319000 | #Constraints:      68681
2864.72/2873.74	c #Conflicts:    3320000 | #Constraints:      69681
2864.72/2873.74	c #Conflicts:    3321000 | #Constraints:      70681
2864.72/2873.74	c #Conflicts:    3322000 | #Constraints:      71681
2864.72/2873.74	c #Conflicts:    3323000 | #Constraints:      72681
2864.72/2873.74	c #Conflicts:    3324000 | #Constraints:      73681
2864.72/2873.74	c #Conflicts:    3325000 | #Constraints:      74681
2864.72/2873.74	c #Conflicts:    3326000 | #Constraints:      75681
2864.72/2873.74	c #Conflicts:    3327000 | #Constraints:      76681
2864.72/2873.74	c #Conflicts:    3328000 | #Constraints:      77681
2864.72/2873.74	c #Conflicts:    3329000 | #Constraints:      78682
2864.72/2873.74	c #Conflicts:    3330000 | #Constraints:      79682
2864.72/2873.74	c #Conflicts:    3331000 | #Constraints:      80682
2864.72/2873.74	c #Conflicts:    3332000 | #Constraints:      81682
2864.72/2873.74	c INPROCESSING
2864.72/2873.74	c GARBAGE COLLECT
2864.72/2873.74	WSVECS04 Frhs2[14]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[23]: 6 -0.883991 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[27]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[31]: 6 -2.49894 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[33]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[48]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[57]: 6 0 0.329466 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[58]: 6 -2.36947 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[76]: 6 -0.999254 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[92]: 6 -1394.39 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[93]: 6 -1624.97 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[96]: 6 0 1.18366 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[100]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[109]: 6 -0.999896 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[111]: 6 -0.999993 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[119]: 6 0 0.0751698 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[120]: 6 -91.1412 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[121]: 6 -21.5397 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[122]: 6 0 1.53172 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[124]: 6 -2791.32 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[129]: 6 0 154.501 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[132]: 6 -0.99982 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[135]: 6 -0.997436 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[144]: 6 -0.999993 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[147]: 6 -0.999971 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[148]: 6 -0.999583 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[159]: 6 -2.24995 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[160]: 6 -1.64783 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[161]: 6 0 0.192041 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[162]: 6 0 151.659 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[171]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[175]: 6 -0.999952 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[183]: 6 0 1.9999 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[184]: 6 -95.0222 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[185]: 6 0 29.4541 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[186]: 6 0 0.0463441 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[187]: 6 0 0.164593 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[194]: 6 -0.998573 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[195]: 6 -0.750082 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[198]: 6 -0.99996 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[200]: 6 -0.999777 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[205]: 6 -0.999986 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[208]: 6 -0.999914 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[215]: 6 -2.38891 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[221]: 6 -929.241 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[223]: 6 0 0.12489 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[224]: 6 -1.16677 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[225]: 6 0 0.196524 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[245]: 6 -1.00238 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[253]: 6 0 0.624904 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[258]: 6 -0.995575 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[273]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[279]: 6 0 0.417043 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[282]: 6 -0.714317 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[283]: 6 -466.295 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[284]: 6 -2322.22 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[326]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[332]: 6 -0.999535 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[356]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[363]: 6 -1 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[365]: 6 -0.999823 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[385]: 6 -0.937587 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[397]: 6 -0.999993 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[418]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[444]: 6 0 0.142841 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[462]: 6 -0.999603 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[464]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[492]: 6 -0.999515 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[496]: 6 -0.999992 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[500]: 6 -0.999968 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[522]: 6 -0.997175 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[534]: 6 -2.21212 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[539]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[577]: 6 -155.764 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[588]: 6 -0.999499 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[596]: 6 -1.00263 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[601]: 6 -1.04634 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[609]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[610]: 6 0 151.659 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[619]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[630]: 6 0 0.426945 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[670]: 6 -1 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[672]: 6 -5.27545 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[712]: 6 -0.999883 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[728]: 6 -0.833984 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[736]: 6 0 0.416782 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[961]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[993]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1012]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1024]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1033]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1037]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1039]: 6 -0.999976 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1057]: 6 -1.25009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1058]: 6 -1.25001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1064]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1073]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1078]: 6 -0.963903 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1080]: 6 -0.857192 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1088]: 6 -1.31256 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1091]: 6 -0.999988 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1103]: 6 -1.00016 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1111]: 6 -1.00238 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1119]: 6 -1.00015 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1128]: 6 -1.00105 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1134]: 6 -0.999742 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1135]: 6 -0.999356 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1142]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1145]: 6 -1.67189 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1147]: 6 -1.31256 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1148]: 6 -1.37271 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1149]: 6 -1.25002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1150]: 6 -1.50004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1151]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1156]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1167]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1168]: 6 -1.00018 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1180]: 6 -1.64285 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1182]: 6 -3.57114 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1183]: 6 -1.27784 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1196]: 6 -0.999925 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1219]: 6 -0.999992 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1232]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1240]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1243]: 6 -1.49997 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1246]: 6 0 0.312597 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1247]: 6 -0.742162 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1254]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1255]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1259]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1260]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1263]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1271]: 6 -1.50009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1272]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1281]: 6 -1.625 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1284]: 6 -0.999791 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1289]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1295]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1301]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1303]: 6 -0.328138 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1315]: 6 -0.999998 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1317]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1320]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1333]: 6 -1.31517 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1335]: 6 -2.81523 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1340]: 6 -1.15118 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1343]: 6 -0.750095 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1349]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1350]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1365]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1376]: 6 -3.02953 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1385]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1387]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1389]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1393]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1394]: 6 -1.31252 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1395]: 6 -1.33304 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1408]: 6 -0.81259 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1423]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1447]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1464]: 6 -0.187535 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1482]: 6 -0.999998 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1486]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1495]: 6 -1.0232 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1504]: 6 -2.5625 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1507]: 6 -0.999999 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1508]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1511]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1513]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1515]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1522]: 6 -1.33304 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1525]: 6 -1.33201 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1530]: 6 -1.19089 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1540]: 6 -0.625061 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1541]: 6 -0.500094 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1542]: 6 -0.500006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1547]: 6 -1 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1549]: 6 -0.999989 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1554]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1557]: 6 -1.25002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1572]: 6 -0.83987 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1573]: 6 -0.0625428 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1579]: 6 -1.00011 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1582]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1584]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1587]: 6 0 0.00017554 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1588]: 6 -1.31251 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1593]: 6 -22.9341 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1596]: 6 -23.3563 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1597]: 6 -329.419 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1599]: 6 -2.31352 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1600]: 6 -1.12503 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1603]: 6 0 1.76278 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1609]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1612]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1614]: 6 -1.00014 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1615]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1616]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1620]: 6 -1.29104 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1622]: 6 -1.66377 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1623]: 6 -1.82806 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1624]: 6 -1.65627 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1629]: 6 -1.32707 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1630]: 6 -0.359392 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1633]: 6 -2.24877 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1634]: 6 0 0.232206 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1643]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1650]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1686]: 6 -1.66415 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1705]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1721]: 6 -1.20013 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1745]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1747]: 6 -1.41707 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1781]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1957]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1964]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1965]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1968]: 6 -0.999943 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1971]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1975]: 6 -1.00044 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1978]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1980]: 6 -0.996795 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1981]: 6 -0.996799 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1984]: 6 -0.999975 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1991]: 6 -0.982186 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[1993]: 6 -1.03578 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2001]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2004]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2008]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2009]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2012]: 6 0 17.1852 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2014]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2049]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2052]: 6 -0.999975 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2053]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2056]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2058]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2060]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2062]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2064]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2066]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2068]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2070]: 6 -0.999984 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2072]: 6 -0.999827 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2073]: 6 -0.99916 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2076]: 6 -1.00022 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2078]: 6 -0.999766 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2080]: 6 -0.999387 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2082]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2084]: 6 -1.00185 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2089]: 6 -0.99965 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2092]: 6 -0.994135 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2096]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2100]: 6 -1.47322 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2101]: 6 -1.47324 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2118]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2122]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2126]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2130]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2147]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2150]: 6 -0.999662 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2151]: 6 -0.999855 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2154]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2155]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2158]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2164]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2165]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2171]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2174]: 6 -0.997386 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2175]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2186]: 6 -0.999706 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2189]: 6 -0.99946 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2202]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2205]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2220]: 6 -1.0004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2225]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2227]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2229]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2232]: 6 -0.959848 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2233]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2237]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2238]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2239]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2241]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2244]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2245]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2248]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2254]: 6 -0.999882 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2258]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2261]: 6 -1.00295 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2264]: 6 -0.988578 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2266]: 6 -0.995894 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2268]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2270]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2274]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2278]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2279]: 6 -1.00508 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2282]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2283]: 6 -1.02016 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2288]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2290]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2291]: 6 -1.32146 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2296]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2298]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2300]: 6 -5.95286 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2302]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2303]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2310]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2322]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2323]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2325]: 6 -1.16062 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2326]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2330]: 6 -1.4219 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2337]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2340]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2341]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2344]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2345]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2348]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2349]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2352]: 6 -0.999976 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2356]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2361]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2364]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2365]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2368]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2372]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2373]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2376]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2378]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2379]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2382]: 6 -1.46098 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2395]: 6 -1.49984 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2398]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2400]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2405]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2406]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2415]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2419]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2422]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2428]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2429]: 6 -0.999958 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2439]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2442]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2443]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2447]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2450]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2451]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2454]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2455]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2457]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2460]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2462]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2463]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2466]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2468]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2470]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2471]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2480]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2483]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2488]: 6 -1.31257 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2490]: 6 -1.25009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2498]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2499]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2505]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2514]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2516]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2518]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2521]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2529]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2532]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2533]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2536]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2537]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2540]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2544]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2547]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2554]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2555]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2559]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2561]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2564]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2565]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2567]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2570]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2571]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2574]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2575]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2584]: 6 -3726.84 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2591]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2595]: 6 -1.00012 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2596]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2605]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2606]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2622]: 6 -1.37505 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2627]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2630]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2631]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2634]: 6 -0.997934 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2637]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2639]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2641]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2643]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2645]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2648]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2650]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2652]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2653]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2656]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2657]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2660]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2661]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2664]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2668]: 6 -1.34382 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2682]: 6 -1.25001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2697]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2712]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2723]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2728]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2729]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2732]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2733]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2736]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2738]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2739]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2741]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2743]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2746]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2750]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2753]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2755]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2759]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2761]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2763]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2765]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2768]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2769]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2772]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2774]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2776]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2778]: 6 -0.138945 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2793]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2803]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2805]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2806]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2817]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2819]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2822]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2824]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2825]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2828]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2829]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2832]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2834]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2839]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2842]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2844]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2849]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2852]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2853]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2855]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2857]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2859]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2861]: 6 -1.66474 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2881]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2889]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2890]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2902]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2920]: 6 -21 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2924]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2925]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2928]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2929]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2932]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2936]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2937]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2939]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2941]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2948]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2951]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2958]: 6 -11.7189 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2959]: 6 -3.2711 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2966]: 6 -0.992137 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2968]: 6 -4.9842 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2974]: 6 -5.12659 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2980]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2989]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2992]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2994]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[2995]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3007]: 6 -1.25002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3016]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3018]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3019]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3021]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3024]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3026]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3028]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3029]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3032]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3036]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3040]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3044]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3048]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3052]: 6 -1.33308 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3074]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3075]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3078]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3101]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3102]: 6 -7.03286e-05 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3103]: 6 -1.62505 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3104]: 6 -1.2501 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3106]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3108]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3112]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3116]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3120]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3121]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3123]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3125]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3128]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3130]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3131]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3134]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3135]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3137]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3140]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3144]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3145]: 6 -0.999631 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3148]: 6 -1.31253 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3155]: 6 -0.500037 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3162]: 6 -1.62509 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3164]: 6 -5.24996 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3171]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3176]: 6 -0.999864 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3196]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3197]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3198]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3204]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3205]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3208]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3209]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3212]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3213]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3216]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3217]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3219]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3222]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3224]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3225]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3228]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3229]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3232]: 6 -0.999887 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3236]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3237]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3240]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3241]: 6 -0.999997 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3244]: 6 -1.05179 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3252]: 6 -4.17203 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3253]: 6 -6.17208 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3256]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3258]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3259]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3262]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3267]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3272]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3292]: 6 -1.54916 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3297]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3299]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3301]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3304]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3305]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3307]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3312]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3315]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3321]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3324]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3328]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3332]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3340]: 6 -1.3468 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3342]: 6 0 1.31255 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3349]: 6 -0.500032 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3363]: 6 -1.31256 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3365]: 6 -1.25007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3369]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3382]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3387]: 6 -1.32804 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3395]: 6 -0.687569 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3399]: 6 -0.750022 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3403]: 6 -0.999787 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3405]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3408]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3410]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3411]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3415]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3418]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3422]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3424]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3426]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3429]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3432]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3436]: 6 -0.666031 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3440]: 6 -2.66802 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3463]: 6 -1.25005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3464]: 6 -1.49984 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3477]: 6 -0.999976 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3487]: 6 0 0.00099003 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3489]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3494]: 6 0 1.37496 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3506]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3510]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3512]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3513]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3515]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3517]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3520]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3524]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3525]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3527]: 6 -0.99996 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3529]: 6 -1.00015 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3549]: 6 -3.50178 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3563]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3586]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3588]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3590]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3592]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3594]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3598]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3602]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3605]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3608]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3609]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3612]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3616]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3620]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3622]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3623]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3642]: 6 -1.24995 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3651]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3653]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3661]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3671]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3679]: 6 -1.25004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3680]: 6 -1.25009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3684]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3688]: 6 -0.999999 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3689]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3691]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3693]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3704]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3706]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3708]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3712]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3714]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3716]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3720]: 6 -0.999926 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3738]: 6 -2.62504 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3747]: 6 -0.999979 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3750]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3755]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3757]: 6 -1.00012 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3758]: 6 -0.999927 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3759]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3774]: 6 -1.12513 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3778]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3779]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3782]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3784]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3786]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3791]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3794]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3795]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3798]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3800]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3802]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3804]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3806]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3808]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3810]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3812]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3816]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3819]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3822]: 6 -88.4863 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3836]: 6 -0.749982 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3850]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3851]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3853]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3862]: 6 -0.999917 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3871]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3875]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3878]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3882]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3886]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3888]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3890]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3892]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3894]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3896]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3897]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3900]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3904]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3908]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3910]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3912]: 6 -0.999968 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3918]: 6 -1.4161 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3937]: 6 0 1.76275 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3940]: 6 -0.750152 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3943]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3947]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3949]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3952]: 6 -0.999994 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3953]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3955]: 6 -0.999925 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3958]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3964]: 6 -1.24999 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3969]: 6 -1.18362 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3978]: 6 0 1.00004 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3982]: 6 -0.999918 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3983]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3986]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3987]: 6 -1.00009 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3990]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3994]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3996]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[3998]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4000]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4002]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4004]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4005]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4008]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4015]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4018]: 6 0 2.00006 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4022]: 6 -91.3825 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4024]: 6 -0.624943 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4025]: 6 -0.999776 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4033]: 6 -1.00008 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4035]: 6 -0.999989 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4047]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4054]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4057]: 6 -0.825069 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4067]: 6 -0.50012 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4070]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4074]: 6 -1.00007 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4075]: 6 0 6.99943 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4077]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4080]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4084]: 6 -1.00005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4088]: 6 -0.999855 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4092]: 6 -1.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4094]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4096]: 6 -1.0001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4099]: 6 -0.999971 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4101]: 6 -1.00006 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4104]: 6 -1.00001 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4124]: 6 -3.00002 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4220]: 6 -1.50005 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4236]: 6 -1.00004 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4237]: 6 -1.00003 0 shouldn't be
2864.72/2873.74	WSVECS04 Frhs2[4287]: 6 -1.00008 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[13]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[23]: 6 -0.883958 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[25]: 6 -3.15565 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[31]: 6 -2.49889 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[34]: 6 -0.833352 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[38]: 6 -0.999395 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[57]: 6 0 0.329429 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[72]: 6 -0.999773 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[89]: 6 0 1.11754 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[92]: 6 -1394.39 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[93]: 6 -1624.97 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[102]: 6 -0.999331 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[103]: 6 -0.999359 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[111]: 6 -0.999983 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[119]: 6 0 0.075115 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[120]: 6 -91.1411 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[122]: 6 0 1.5317 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[124]: 6 -2791.32 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[128]: 6 -0.833128 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[129]: 6 0 154.501 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[159]: 6 -2.24987 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[160]: 6 -1.64775 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[161]: 6 0 0.191963 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[175]: 6 -0.999922 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[184]: 6 -95.0221 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[187]: 6 0 0.164507 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[196]: 6 -0.999576 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[197]: 6 -0.999979 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[215]: 6 -2.38883 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[221]: 6 -929.241 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[223]: 6 0 0.124869 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[224]: 6 -1.16674 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[232]: 6 -0.995599 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[245]: 6 -1.00235 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[253]: 6 0 0.624886 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[257]: 6 0 153.495 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[258]: 6 -0.995516 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[279]: 6 0 0.416992 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[283]: 6 -466.295 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[284]: 6 -2322.22 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[290]: 6 -0.833333 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[294]: 6 -0.999366 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[295]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[299]: 6 -0.999229 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[326]: 6 -0.999971 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[328]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[390]: 6 -0.999932 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[412]: 6 0 0.249993 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[417]: 6 0 154.68 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[418]: 6 -0.999963 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[444]: 6 0 0.14283 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[458]: 6 -0.995679 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[488]: 6 -0.999983 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[490]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[492]: 6 -0.999449 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[525]: 6 -0.999953 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[534]: 6 -2.2121 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[539]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[541]: 6 -697.265 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[546]: 6 -0.916667 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[576]: 6 -0.770598 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[577]: 6 -155.764 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[598]: 6 0 0.293708 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[610]: 6 0 151.659 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[630]: 6 0 0.426924 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[670]: 6 -0.99997 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[680]: 6 -0.995599 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[709]: 6 -0.99999 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[714]: 6 -0.995709 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1039]: 6 -0.99994 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1064]: 6 -0.999984 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1076]: 6 -0.98772 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1080]: 6 -0.857149 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1088]: 6 -1.3125 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1111]: 6 -1.00233 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1119]: 6 -1.0001 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1145]: 6 -1.67188 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1149]: 6 -1.25 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1150]: 6 -1.5 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1156]: 6 -0.999954 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1182]: 6 -3.57113 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1184]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1236]: 6 -1.01004 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1243]: 6 -1.49995 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1254]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1255]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1263]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1271]: 6 -1.5 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1272]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1275]: 6 -467.98 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1284]: 6 -0.999739 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1288]: 6 -0.995827 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1301]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1343]: 6 -0.750001 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1364]: 6 -1.5 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1365]: 6 -0.999997 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1367]: 6 -1.3125 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1376]: 6 -3.02951 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1408]: 6 -0.812499 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1423]: 6 -0.999992 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1429]: 6 -1.24999 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1464]: 6 -0.1875 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1481]: 6 -0.999982 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1482]: 6 -0.999967 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1491]: 6 -1.34682 0 shouldn't be
2865.52/2874.53	WSVECS04 Frhs2[1492]: 6 -1.381 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1521]: 6 -0.99999 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1525]: 6 -1.33197 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1540]: 6 -0.624986 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1541]: 6 -0.500024 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1542]: 6 -0.499933 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1545]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1579]: 6 -1.00002 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1589]: 6 -1.33203 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1593]: 6 -22.934 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1596]: 6 -23.3562 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1597]: 6 -329.419 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1598]: 6 -2.62494 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1608]: 6 -1.00002 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1622]: 6 -1.66376 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1623]: 6 -1.82804 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1624]: 6 -1.65625 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1629]: 6 -1.32698 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1633]: 6 -2.24876 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1678]: 6 -0.999957 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1686]: 6 -1.66407 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1745]: 6 -1.00001 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1960]: 6 -0.999987 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1961]: 6 -0.999987 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1963]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1968]: 6 -0.999924 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1975]: 6 -1.00041 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1980]: 6 -0.996725 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1991]: 6 -0.982144 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1993]: 6 -1.03571 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[1995]: 6 -0.928573 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2012]: 6 0 17.1852 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2052]: 6 -0.999924 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2057]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2062]: 6 -0.999994 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2064]: 6 -1.00001 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2066]: 6 -1.00002 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2070]: 6 -0.999901 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2072]: 6 -0.999802 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2076]: 6 -1.00016 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2078]: 6 -0.999712 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2080]: 6 -0.999371 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2084]: 6 -1.0018 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2087]: 6 -0.996404 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2089]: 6 -0.999582 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2092]: 6 -0.994048 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2099]: 6 -0.986595 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2106]: 6 -0.999991 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2107]: 6 -2.78549 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2150]: 6 -0.999605 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2151]: 6 -0.999803 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2174]: 6 -0.997339 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2175]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2186]: 6 -0.999665 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2189]: 6 -0.999406 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2192]: 6 -1.0036 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2211]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2248]: 6 -0.999976 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2254]: 6 -0.999838 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2255]: 6 -0.999155 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2264]: 6 -0.988515 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2266]: 6 -0.995874 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2275]: 6 -1.00126 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2279]: 6 -1.00502 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2291]: 6 -1.32139 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2300]: 6 -5.9528 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2325]: 6 -1.16055 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2332]: 6 -1.6852 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2333]: 6 -1.37505 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2348]: 6 -0.999992 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2352]: 6 -0.999964 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2382]: 6 -1.46094 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2395]: 6 -1.49981 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2488]: 6 -1.3125 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2490]: 6 -1.25 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2532]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2584]: 6 -3726.84 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2595]: 6 -1.00007 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2606]: 6 -1.00008 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2622]: 6 -1.375 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2634]: 6 -0.997911 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2639]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2682]: 6 -1.25 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2698]: 6 -0.999834 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2729]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2778]: 6 -0.13889 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2805]: 6 -0.999947 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2861]: 6 -1.66471 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2920]: 6 -21 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2929]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2958]: 6 -11.7188 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2959]: 6 -3.27102 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2966]: 6 -0.992091 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2968]: 6 -4.98418 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2974]: 6 -5.12656 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3052]: 6 -1.33301 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3084]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3134]: 6 -0.99997 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3145]: 6 -0.999574 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3148]: 6 -1.3125 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3155]: 6 -0.499997 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3164]: 6 -5.24988 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3190]: 6 -0.999993 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3192]: 6 -1.05175 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3232]: 6 -0.99987 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3237]: 6 -0.999994 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3241]: 6 -0.999976 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3246]: 6 0 1 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3252]: 6 -4.17202 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3253]: 6 -6.17202 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3332]: 6 -0.999975 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3340]: 6 -1.34675 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3365]: 6 -1.25 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3436]: 6 -0.666017 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3440]: 6 -2.66797 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3464]: 6 -1.4998 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3477]: 6 -0.99988 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3492]: 6 0 1.99996 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3494]: 6 0 1.37491 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3518]: 6 -0.999989 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3521]: 6 -0.999992 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3525]: 6 -0.999965 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3527]: 6 -0.99988 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3529]: 6 -1.0001 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3531]: 6 -0.999806 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3549]: 6 -3.50171 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3591]: 6 -0.999998 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3599]: 6 -0.999968 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3622]: 6 -0.999988 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3625]: 6 -0.999975 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3642]: 6 -1.24988 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3653]: 6 -0.999995 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3681]: 6 -0.982121 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3689]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3708]: 6 -0.999999 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3714]: 6 -0.999993 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3717]: 6 -1.00002 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3721]: 6 -0.999968 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3724]: 6 -1.33301 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3750]: 6 -0.999996 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3757]: 6 -1.00003 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3767]: 6 -0.999993 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3776]: 6 -1.24999 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3778]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3782]: 6 -0.999986 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3786]: 6 -0.999982 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3787]: 6 -0.999983 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3789]: 6 -0.99998 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3791]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3798]: 6 -1.00001 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3808]: 6 -0.999956 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3810]: 6 -0.999911 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3819]: 6 -0.999985 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3822]: 6 -88.4863 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3836]: 6 -0.74992 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3855]: 6 -0.999986 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3860]: 6 -0.999997 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3871]: 6 -0.999999 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3878]: 6 -0.999972 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3886]: 6 -0.999982 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3888]: 6 -0.999965 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3897]: 6 -0.999995 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3912]: 6 -0.999907 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3913]: 6 -0.999907 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3918]: 6 -1.41602 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3942]: 6 -0.99992 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3955]: 6 -0.99988 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3979]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3982]: 6 -0.999837 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3983]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3985]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[3998]: 6 -0.99997 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4000]: 6 -0.99994 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4005]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4009]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4015]: 6 -0.999993 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4018]: 6 0 1.99997 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4024]: 6 -0.624923 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4052]: 6 -0.99998 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4067]: 6 -0.50004 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4070]: 6 -0.99999 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4071]: 6 0 0.999853 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4075]: 6 0 6.99936 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4077]: 6 -0.999999 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4081]: 6 -0.999996 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4085]: 6 -0.999981 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4088]: 6 -0.999839 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4108]: 6 -1.41695 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4218]: 6 -1.5 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
2865.52/2874.54	WSVECS04 Frhs2[4287]: 6 -1.00003 0 shouldn't be
2912.49/2921.61	c #Conflicts:    3333000 | #Constraints:      46138
2912.49/2921.61	c #Conflicts:    3334000 | #Constraints:      47138
2912.49/2921.61	c #Conflicts:    3335000 | #Constraints:      48138
2912.49/2921.61	c #Conflicts:    3336000 | #Constraints:      49138
2912.49/2921.61	c #Conflicts:    3337000 | #Constraints:      50138
2912.49/2921.61	c #Conflicts:    3338000 | #Constraints:      51138
2912.49/2921.61	c #Conflicts:    3339000 | #Constraints:      52138
2912.49/2921.61	c #Conflicts:    3340000 | #Constraints:      53139
2912.49/2921.61	c #Conflicts:    3341000 | #Constraints:      54139
2912.49/2921.61	c #Conflicts:    3342000 | #Constraints:      55139
2912.49/2921.61	c #Conflicts:    3343000 | #Constraints:      56139
2912.49/2921.61	c #Conflicts:    3344000 | #Constraints:      57139
2912.49/2921.61	c #Conflicts:    3345000 | #Constraints:      58139
2912.49/2921.61	c #Conflicts:    3346000 | #Constraints:      59139
2912.49/2921.61	c #Conflicts:    3347000 | #Constraints:      60139
2912.49/2921.61	c #Conflicts:    3348000 | #Constraints:      61139
2912.49/2921.61	c #Conflicts:    3349000 | #Constraints:      62139
2912.49/2921.61	c #Conflicts:    3350000 | #Constraints:      63139
2912.49/2921.61	c #Conflicts:    3351000 | #Constraints:      64512
2912.49/2921.61	c #Conflicts:    3352000 | #Constraints:      65512
2912.49/2921.61	c #Conflicts:    3353000 | #Constraints:      66512
2912.49/2921.61	c #Conflicts:    3354000 | #Constraints:      67512
2912.49/2921.61	c #Conflicts:    3355000 | #Constraints:      68512
2912.49/2921.61	c #Conflicts:    3356000 | #Constraints:      69512
2912.49/2921.61	c #Conflicts:    3357000 | #Constraints:      70512
2912.49/2921.61	c #Conflicts:    3358000 | #Constraints:      71512
2912.49/2921.61	c #Conflicts:    3359000 | #Constraints:      72512
2912.49/2921.61	c #Conflicts:    3360000 | #Constraints:      73512
2912.49/2921.61	c #Conflicts:    3361000 | #Constraints:      74512
2912.49/2921.61	c #Conflicts:    3362000 | #Constraints:      75512
2912.49/2921.61	c #Conflicts:    3363000 | #Constraints:      76512
2912.49/2921.61	c #Conflicts:    3364000 | #Constraints:      77512
2912.49/2921.61	c #Conflicts:    3365000 | #Constraints:      78512
2912.49/2921.61	c #Conflicts:    3366000 | #Constraints:      79512
2912.49/2921.61	c #Conflicts:    3367000 | #Constraints:      80512
2912.49/2921.61	c #Conflicts:    3368000 | #Constraints:      81512
2912.49/2921.61	c #Conflicts:    3369000 | #Constraints:      82512
2912.49/2921.61	c INPROCESSING
2912.49/2921.61	c GARBAGE COLLECT
2912.49/2921.61	c #Conflicts:    3370000 | #Constraints:      46650
2912.49/2921.61	c #Conflicts:    3371000 | #Constraints:      47650
2912.49/2921.61	c #Conflicts:    3372000 | #Constraints:      48650
2912.49/2921.61	c #Conflicts:    3373000 | #Constraints:      49650
2912.49/2921.61	c #Conflicts:    3374000 | #Constraints:      50650
2912.49/2921.61	c #Conflicts:    3375000 | #Constraints:      51650
2912.49/2921.61	c #Conflicts:    3376000 | #Constraints:      52650
2912.49/2921.61	c #Conflicts:    3377000 | #Constraints:      53650
2912.49/2921.61	c #Conflicts:    3378000 | #Constraints:      54650
2912.49/2921.61	c #Conflicts:    3379000 | #Constraints:      55650
2912.49/2921.61	c #Conflicts:    3380000 | #Constraints:      56650
2912.49/2921.61	c #Conflicts:    3381000 | #Constraints:      57650
2912.49/2921.61	c #Conflicts:    3382000 | #Constraints:      58651
2912.49/2921.61	c #Conflicts:    3383000 | #Constraints:      59651
2912.49/2921.61	c #Conflicts:    3384000 | #Constraints:      60651
2912.49/2921.61	c #Conflicts:    3385000 | #Constraints:      61651
2912.49/2921.61	c #Conflicts:    3386000 | #Constraints:      62651
2912.49/2921.61	c #Conflicts:    3387000 | #Constraints:      63651
2912.49/2921.61	c #Conflicts:    3388000 | #Constraints:      64651
2912.49/2921.61	c #Conflicts:    3389000 | #Constraints:      65651
2912.49/2921.61	c #Conflicts:    3390000 | #Constraints:      66651
2912.49/2921.61	c #Conflicts:    3391000 | #Constraints:      67651
2912.49/2921.61	c #Conflicts:    3392000 | #Constraints:      68651
2912.49/2921.61	c #Conflicts:    3393000 | #Constraints:      69651
2912.49/2921.61	c #Conflicts:    3394000 | #Constraints:      70651
2912.49/2921.61	c #Conflicts:    3395000 | #Constraints:      71651
2912.49/2921.61	c #Conflicts:    3396000 | #Constraints:      72651
2912.49/2921.61	c #Conflicts:    3397000 | #Constraints:      73651
2912.49/2921.61	c #Conflicts:    3398000 | #Constraints:      74651
2912.49/2921.61	c #Conflicts:    3399000 | #Constraints:      75651
2912.49/2921.61	c #Conflicts:    3400000 | #Constraints:      76651
2912.49/2921.61	c #Conflicts:    3401000 | #Constraints:      77651
2912.49/2921.61	c #Conflicts:    3402000 | #Constraints:      78651
2912.49/2921.61	c #Conflicts:    3403000 | #Constraints:      79651
2912.49/2921.61	c #Conflicts:    3404000 | #Constraints:      80651
2912.49/2921.61	c #Conflicts:    3405000 | #Constraints:      81651
2912.49/2921.61	c #Conflicts:    3406000 | #Constraints:      82651
2912.49/2921.61	c INPROCESSING
2912.49/2921.61	c GARBAGE COLLECT
2912.49/2921.61	c #Conflicts:    3407000 | #Constraints:      46595
2912.49/2921.61	c #Conflicts:    3408000 | #Constraints:      47595
2912.49/2921.61	c #Conflicts:    3409000 | #Constraints:      48595
2912.49/2921.61	c #Conflicts:    3410000 | #Constraints:      49595
2980.79/2990.17	c #Conflicts:    3411000 | #Constraints:      50595
2980.79/2990.17	c #Conflicts:    3412000 | #Constraints:      51595
2980.79/2990.17	c #Conflicts:    3413000 | #Constraints:      52595
2980.79/2990.17	c #Conflicts:    3414000 | #Constraints:      53595
2980.79/2990.17	c #Conflicts:    3415000 | #Constraints:      54595
2980.79/2990.17	c #Conflicts:    3416000 | #Constraints:      55595
2980.79/2990.17	c #Conflicts:    3417000 | #Constraints:      56595
2980.79/2990.17	c #Conflicts:    3418000 | #Constraints:      57595
2980.79/2990.17	c #Conflicts:    3419000 | #Constraints:      58595
2980.79/2990.17	c #Conflicts:    3420000 | #Constraints:      59595
2980.79/2990.17	c #Conflicts:    3421000 | #Constraints:      60595
2980.79/2990.17	c #Conflicts:    3422000 | #Constraints:      61595
2980.79/2990.17	c #Conflicts:    3423000 | #Constraints:      62596
2980.79/2990.17	c #Conflicts:    3424000 | #Constraints:      63596
2980.79/2990.17	c #Conflicts:    3425000 | #Constraints:      64596
2980.79/2990.17	c #Conflicts:    3426000 | #Constraints:      65596
2980.79/2990.17	c #Conflicts:    3427000 | #Constraints:      66596
2980.79/2990.17	c #Conflicts:    3428000 | #Constraints:      67596
2980.79/2990.17	c #Conflicts:    3429000 | #Constraints:      68596
2980.79/2990.17	c #Conflicts:    3430000 | #Constraints:      69596
2980.79/2990.17	c #Conflicts:    3431000 | #Constraints:      70596
2980.79/2990.17	c #Conflicts:    3432000 | #Constraints:      71596
2980.79/2990.17	c #Conflicts:    3433000 | #Constraints:      72596
2980.79/2990.17	c #Conflicts:    3434000 | #Constraints:      73596
2980.79/2990.17	c #Conflicts:    3435000 | #Constraints:      74596
2980.79/2990.17	c #Conflicts:    3436000 | #Constraints:      75596
2980.79/2990.17	c #Conflicts:    3437000 | #Constraints:      76596
2980.79/2990.17	c #Conflicts:    3438000 | #Constraints:      77597
2980.79/2990.17	c #Conflicts:    3439000 | #Constraints:      78598
2980.79/2990.17	c #Conflicts:    3440000 | #Constraints:      79600
2980.79/2990.17	c #Conflicts:    3441000 | #Constraints:      80600
2980.79/2990.17	c #Conflicts:    3442000 | #Constraints:      81600
2980.79/2990.17	c #Conflicts:    3443000 | #Constraints:      82600
2980.79/2990.17	c #Conflicts:    3444000 | #Constraints:      83600
2980.79/2990.17	c INPROCESSING
2980.79/2990.17	c GARBAGE COLLECT
2980.79/2990.17	c #Conflicts:    3445000 | #Constraints:      47447
2980.79/2990.17	c #Conflicts:    3446000 | #Constraints:      48447
2980.79/2990.17	c #Conflicts:    3447000 | #Constraints:      49447
2980.79/2990.17	c #Conflicts:    3448000 | #Constraints:      50447
2980.79/2990.17	c #Conflicts:    3449000 | #Constraints:      51447
2980.79/2990.17	c #Conflicts:    3450000 | #Constraints:      52447
2980.79/2990.17	c #Conflicts:    3451000 | #Constraints:      53447
2980.79/2990.17	c #Conflicts:    3452000 | #Constraints:      54447
2980.79/2990.17	c #Conflicts:    3453000 | #Constraints:      55447
2980.79/2990.17	c #Conflicts:    3454000 | #Constraints:      56447
2980.79/2990.17	c #Conflicts:    3455000 | #Constraints:      57447
2980.79/2990.17	c #Conflicts:    3456000 | #Constraints:      58447
2980.79/2990.17	c #Conflicts:    3457000 | #Constraints:      59447
2980.79/2990.17	c #Conflicts:    3458000 | #Constraints:      60447
2980.79/2990.17	c #Conflicts:    3459000 | #Constraints:      61447
2980.79/2990.17	c #Conflicts:    3460000 | #Constraints:      62447
2980.79/2990.17	c #Conflicts:    3461000 | #Constraints:      63447
2980.79/2990.17	c #Conflicts:    3462000 | #Constraints:      64447
2980.79/2990.17	c #Conflicts:    3463000 | #Constraints:      65447
2980.79/2990.17	c #Conflicts:    3464000 | #Constraints:      66447
2980.79/2990.17	c #Conflicts:    3465000 | #Constraints:      67447
2980.79/2990.17	c #Conflicts:    3466000 | #Constraints:      68447
2980.79/2990.17	c #Conflicts:    3467000 | #Constraints:      69447
2980.79/2990.17	c #Conflicts:    3468000 | #Constraints:      70447
2980.79/2990.17	c #Conflicts:    3469000 | #Constraints:      71448
2980.79/2990.17	c #Conflicts:    3470000 | #Constraints:      72448
2980.79/2990.17	c #Conflicts:    3471000 | #Constraints:      73448
2980.79/2990.17	c #Conflicts:    3472000 | #Constraints:      74448
2980.79/2990.17	c #Conflicts:    3473000 | #Constraints:      75448
2980.79/2990.17	c #Conflicts:    3474000 | #Constraints:      76448
2980.79/2990.17	c #Conflicts:    3475000 | #Constraints:      77448
2980.79/2990.17	c #Conflicts:    3476000 | #Constraints:      78469
2980.79/2990.17	c #Conflicts:    3477000 | #Constraints:      79469
2980.79/2990.17	c #Conflicts:    3478000 | #Constraints:      80469
2980.79/2990.17	c #Conflicts:    3479000 | #Constraints:      81469
2980.79/2990.17	c #Conflicts:    3480000 | #Constraints:      82469
2980.79/2990.17	c #Conflicts:    3481000 | #Constraints:      83469
2980.79/2990.17	c INPROCESSING
2980.79/2990.17	c GARBAGE COLLECT
2980.79/2990.17	c #Conflicts:    3482000 | #Constraints:      47102
2980.79/2990.17	c #Conflicts:    3483000 | #Constraints:      48102
2980.79/2990.17	c #Conflicts:    3484000 | #Constraints:      49102
2980.79/2990.17	c #Conflicts:    3485000 | #Constraints:      50102
2980.79/2990.17	c #Conflicts:    3486000 | #Constraints:      51102
2980.79/2990.17	c #Conflicts:    3487000 | #Constraints:      52102
3104.44/3114.17	c #Conflicts:    3488000 | #Constraints:      53102
3104.44/3114.17	c #Conflicts:    3489000 | #Constraints:      54102
3104.44/3114.17	c #Conflicts:    3490000 | #Constraints:      55102
3104.44/3114.17	c #Conflicts:    3491000 | #Constraints:      56102
3104.44/3114.17	c #Conflicts:    3492000 | #Constraints:      57102
3104.44/3114.17	c #Conflicts:    3493000 | #Constraints:      58102
3104.44/3114.17	c #Conflicts:    3494000 | #Constraints:      59102
3104.44/3114.17	c #Conflicts:    3495000 | #Constraints:      60102
3104.44/3114.17	c #Conflicts:    3496000 | #Constraints:      61102
3104.44/3114.17	c #Conflicts:    3497000 | #Constraints:      62102
3104.44/3114.17	c #Conflicts:    3498000 | #Constraints:      63102
3104.44/3114.17	c #Conflicts:    3499000 | #Constraints:      64102
3104.44/3114.17	c #Conflicts:    3500000 | #Constraints:      65102
3104.44/3114.17	c #Conflicts:    3501000 | #Constraints:      66102
3104.44/3114.17	c #Conflicts:    3502000 | #Constraints:      67102
3104.44/3114.17	c #Conflicts:    3503000 | #Constraints:      68102
3104.44/3114.17	c #Conflicts:    3504000 | #Constraints:      69102
3104.44/3114.17	c #Conflicts:    3505000 | #Constraints:      70102
3104.44/3114.17	c #Conflicts:    3506000 | #Constraints:      71102
3104.44/3114.17	c #Conflicts:    3507000 | #Constraints:      72102
3104.44/3114.17	c #Conflicts:    3508000 | #Constraints:      73102
3104.44/3114.17	c #Conflicts:    3509000 | #Constraints:      74102
3104.44/3114.17	c #Conflicts:    3510000 | #Constraints:      75102
3104.44/3114.17	c #Conflicts:    3511000 | #Constraints:      76102
3104.44/3114.17	c #Conflicts:    3512000 | #Constraints:      77102
3104.44/3114.17	c #Conflicts:    3513000 | #Constraints:      78102
3104.44/3114.17	c #Conflicts:    3514000 | #Constraints:      79102
3104.44/3114.17	c #Conflicts:    3515000 | #Constraints:      80102
3104.44/3114.17	c #Conflicts:    3516000 | #Constraints:      81102
3104.44/3114.17	c #Conflicts:    3517000 | #Constraints:      82102
3104.44/3114.17	c #Conflicts:    3518000 | #Constraints:      83102
3104.44/3114.17	c #Conflicts:    3519000 | #Constraints:      84102
3104.44/3114.17	c INPROCESSING
3104.44/3114.17	c GARBAGE COLLECT
3104.44/3114.17	c #Conflicts:    3520000 | #Constraints:      47607
3104.44/3114.17	c #Conflicts:    3521000 | #Constraints:      48607
3104.44/3114.17	c #Conflicts:    3522000 | #Constraints:      49608
3104.44/3114.17	c #Conflicts:    3523000 | #Constraints:      50608
3104.44/3114.17	c #Conflicts:    3524000 | #Constraints:      51608
3104.44/3114.17	c #Conflicts:    3525000 | #Constraints:      52608
3104.44/3114.17	c #Conflicts:    3526000 | #Constraints:      53608
3104.44/3114.17	c #Conflicts:    3527000 | #Constraints:      54608
3104.44/3114.17	c #Conflicts:    3528000 | #Constraints:      55608
3104.44/3114.17	c #Conflicts:    3529000 | #Constraints:      56608
3104.44/3114.17	c #Conflicts:    3530000 | #Constraints:      57620
3104.44/3114.17	c #Conflicts:    3531000 | #Constraints:      58620
3104.44/3114.17	c #Conflicts:    3532000 | #Constraints:      59620
3104.44/3114.17	c #Conflicts:    3533000 | #Constraints:      60620
3104.44/3114.17	c #Conflicts:    3534000 | #Constraints:      61620
3104.44/3114.17	c #Conflicts:    3535000 | #Constraints:      62620
3104.44/3114.17	c #Conflicts:    3536000 | #Constraints:      63620
3104.44/3114.17	c #Conflicts:    3537000 | #Constraints:      64620
3104.44/3114.17	c #Conflicts:    3538000 | #Constraints:      65620
3104.44/3114.17	c #Conflicts:    3539000 | #Constraints:      66620
3104.44/3114.17	c #Conflicts:    3540000 | #Constraints:      67620
3104.44/3114.17	c #Conflicts:    3541000 | #Constraints:      68620
3104.44/3114.17	c #Conflicts:    3542000 | #Constraints:      69620
3104.44/3114.17	c #Conflicts:    3543000 | #Constraints:      70620
3104.44/3114.17	c #Conflicts:    3544000 | #Constraints:      71620
3104.44/3114.17	c #Conflicts:    3545000 | #Constraints:      72621
3104.44/3114.17	c #Conflicts:    3546000 | #Constraints:      73621
3104.44/3114.17	c #Conflicts:    3547000 | #Constraints:      74621
3104.44/3114.17	c #Conflicts:    3548000 | #Constraints:      75621
3104.44/3114.17	c #Conflicts:    3549000 | #Constraints:      76621
3104.44/3114.17	c #Conflicts:    3550000 | #Constraints:      77621
3104.44/3114.17	c #Conflicts:    3551000 | #Constraints:      78621
3104.44/3114.17	c #Conflicts:    3552000 | #Constraints:      79621
3104.44/3114.17	c #Conflicts:    3553000 | #Constraints:      80621
3104.44/3114.17	c #Conflicts:    3554000 | #Constraints:      81621
3104.44/3114.17	c #Conflicts:    3555000 | #Constraints:      82621
3104.44/3114.17	c #Conflicts:    3556000 | #Constraints:      83642
3104.44/3114.17	c #Conflicts:    3557000 | #Constraints:      85147
3104.44/3114.17	c INPROCESSING
3104.44/3114.17	c GARBAGE COLLECT
3104.44/3114.17	WSVECS04 Frhs2[23]: 6 -0.718644 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[34]: 6 -0.174185 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[148]: 6 -0.995482 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[158]: 6 -0.0625178 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[221]: 6 -0.0427725 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[227]: 6 -0.562383 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[258]: 6 -1.31219 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[277]: 6 -0.799332 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[285]: 6 -0.127047 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[286]: 6 -0.274536 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[290]: 6 -0.0251193 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[320]: 6 -0.246726 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[322]: 6 -0.145085 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[350]: 6 -1.71507e-05 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[355]: 6 -0.255177 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[384]: 6 -0.25 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[391]: 6 -2.19638 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[430]: 6 -0.966383 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[451]: 6 -6.16983 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[486]: 6 0 0.757302 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[487]: 6 -1.98533 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[510]: 6 -0.0625172 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[575]: 6 -0.634505 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[578]: 6 -2.3334 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[582]: 6 -0.470374 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[583]: 6 0 0.213499 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[596]: 6 -0.940134 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[612]: 6 -1.74359 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[616]: 6 -1.91251 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[629]: 6 -0.890532 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[639]: 6 -0.137031 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[644]: 6 -0.0665645 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[712]: 6 -1.0975 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[734]: 6 -0.212036 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1080]: 6 -0.82984 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1102]: 6 -0.992395 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1178]: 6 -0.722431 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1180]: 6 -1.84228 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1288]: 6 -1.24451 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1319]: 6 0 0.624409 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1377]: 6 -0.829414 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1439]: 6 -0.0324629 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1533]: 6 -0.676326 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1540]: 6 -2.49043 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1545]: 6 -1.25006 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1596]: 6 -1.75952 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1604]: 6 -1.57851 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1962]: 6 -0.986921 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1968]: 6 -0.981533 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2084]: 6 -0.610868 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2085]: 6 -0.607488 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2160]: 6 -0.999727 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2185]: 6 -1.00147 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2199]: 6 -0.892664 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2204]: 6 -1.49314 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2340]: 6 0 0.966776 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2343]: 6 -0.0764069 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2429]: 6 -1.31249 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2435]: 6 -0.494644 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2445]: 6 -1.82614 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2627]: 6 -0.686131 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2828]: 6 -9.54086 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[2926]: 6 -8.94131 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3011]: 6 -2.84363 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3024]: 6 -8.29204 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3058]: 6 -4.08191e-05 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3059]: 6 -4.09912e-05 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3062]: 6 -4.41238 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3102]: 6 -1.3125 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3174]: 6 0 1.24875 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3206]: 6 -3.16272 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3353]: 6 -1.61642 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3496]: 6 -0.755288 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3544]: 6 -0.719808 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3603]: 6 -0.817943 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3618]: 6 -0.426667 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3636]: 6 -1.25928 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3690]: 6 -1.25247 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3691]: 6 -2.2254 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3698]: 6 -1.99238 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3699]: 6 -0.787801 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3782]: 6 -4.57281 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3789]: 6 -6.32124 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3791]: 6 -0.9175 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3804]: 6 -0.933219 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3806]: 6 -0.866438 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3827]: 6 -0.790462 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3890]: 6 -0.685821 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4014]: 6 -0.722034 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4015]: 6 -0.722031 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4018]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4075]: 6 0 2.92901 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4080]: 6 -0.809991 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4081]: 6 -0.804974 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4088]: 6 -0.919382 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4210]: 6 -0.500308 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4211]: 6 -0.000615124 0 shouldn't be
3104.44/3114.17	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
3183.52/3193.41	c #Conflicts:    3558000 | #Constraints:      48190
3183.52/3193.41	c #Conflicts:    3559000 | #Constraints:      49190
3183.52/3193.41	c #Conflicts:    3560000 | #Constraints:      50190
3183.52/3193.41	c #Conflicts:    3561000 | #Constraints:      51190
3183.52/3193.41	c #Conflicts:    3562000 | #Constraints:      52190
3183.52/3193.41	c #Conflicts:    3563000 | #Constraints:      53190
3183.52/3193.41	c #Conflicts:    3564000 | #Constraints:      54190
3183.52/3193.41	c #Conflicts:    3565000 | #Constraints:      55190
3183.52/3193.41	c #Conflicts:    3566000 | #Constraints:      56190
3183.52/3193.41	c #Conflicts:    3567000 | #Constraints:      57190
3183.52/3193.41	c #Conflicts:    3568000 | #Constraints:      58190
3183.52/3193.41	c #Conflicts:    3569000 | #Constraints:      59190
3183.52/3193.41	c #Conflicts:    3570000 | #Constraints:      60190
3183.52/3193.41	c #Conflicts:    3571000 | #Constraints:      61190
3183.52/3193.41	c #Conflicts:    3572000 | #Constraints:      62190
3183.52/3193.41	c #Conflicts:    3573000 | #Constraints:      63190
3183.52/3193.41	c #Conflicts:    3574000 | #Constraints:      64190
3183.52/3193.41	c #Conflicts:    3575000 | #Constraints:      65190
3183.52/3193.41	c #Conflicts:    3576000 | #Constraints:      66190
3183.52/3193.41	c #Conflicts:    3577000 | #Constraints:      67190
3183.52/3193.41	c #Conflicts:    3578000 | #Constraints:      68190
3183.52/3193.41	c #Conflicts:    3579000 | #Constraints:      69190
3183.52/3193.41	c #Conflicts:    3580000 | #Constraints:      70190
3183.52/3193.41	c #Conflicts:    3581000 | #Constraints:      71190
3183.52/3193.41	c #Conflicts:    3582000 | #Constraints:      72190
3183.52/3193.41	c #Conflicts:    3583000 | #Constraints:      73190
3183.52/3193.41	c #Conflicts:    3584000 | #Constraints:      74190
3183.52/3193.41	c #Conflicts:    3585000 | #Constraints:      75190
3183.52/3193.41	c #Conflicts:    3586000 | #Constraints:      76190
3183.52/3193.41	c #Conflicts:    3587000 | #Constraints:      77190
3183.52/3193.41	c #Conflicts:    3588000 | #Constraints:      78190
3183.52/3193.41	c #Conflicts:    3589000 | #Constraints:      79190
3183.52/3193.41	c #Conflicts:    3590000 | #Constraints:      80190
3183.52/3193.41	c #Conflicts:    3591000 | #Constraints:      81190
3183.52/3193.41	c #Conflicts:    3592000 | #Constraints:      82190
3183.52/3193.41	c #Conflicts:    3593000 | #Constraints:      83190
3183.52/3193.41	c #Conflicts:    3594000 | #Constraints:      84190
3183.52/3193.41	c #Conflicts:    3595000 | #Constraints:      85190
3183.52/3193.41	c INPROCESSING
3183.52/3193.41	c GARBAGE COLLECT
3183.52/3193.41	c #Conflicts:    3596000 | #Constraints:      48119
3183.52/3193.41	c #Conflicts:    3597000 | #Constraints:      49119
3183.52/3193.41	c #Conflicts:    3598000 | #Constraints:      50119
3183.52/3193.41	c #Conflicts:    3599000 | #Constraints:      51119
3183.52/3193.41	c #Conflicts:    3600000 | #Constraints:      52119
3183.52/3193.41	c #Conflicts:    3601000 | #Constraints:      53119
3183.52/3193.41	c #Conflicts:    3602000 | #Constraints:      54119
3183.52/3193.41	c #Conflicts:    3603000 | #Constraints:      55119
3183.52/3193.41	c #Conflicts:    3604000 | #Constraints:      56119
3183.52/3193.41	c #Conflicts:    3605000 | #Constraints:      57119
3183.52/3193.41	c #Conflicts:    3606000 | #Constraints:      58119
3183.52/3193.41	c #Conflicts:    3607000 | #Constraints:      59119
3183.52/3193.41	c #Conflicts:    3608000 | #Constraints:      60119
3183.52/3193.41	c #Conflicts:    3609000 | #Constraints:      61119
3183.52/3193.41	c #Conflicts:    3610000 | #Constraints:      62119
3183.52/3193.41	c #Conflicts:    3611000 | #Constraints:      63119
3183.52/3193.41	c #Conflicts:    3612000 | #Constraints:      64119
3183.52/3193.41	c #Conflicts:    3613000 | #Constraints:      65119
3183.52/3193.41	c #Conflicts:    3614000 | #Constraints:      66119
3183.52/3193.41	c #Conflicts:    3615000 | #Constraints:      67119
3183.52/3193.41	c #Conflicts:    3616000 | #Constraints:      68119
3183.52/3193.41	c #Conflicts:    3617000 | #Constraints:      69119
3183.52/3193.41	c #Conflicts:    3618000 | #Constraints:      70119
3183.52/3193.41	c #Conflicts:    3619000 | #Constraints:      71119
3183.52/3193.41	c #Conflicts:    3620000 | #Constraints:      72119
3183.52/3193.41	c #Conflicts:    3621000 | #Constraints:      73119
3183.52/3193.41	c #Conflicts:    3622000 | #Constraints:      74119
3183.52/3193.41	c #Conflicts:    3623000 | #Constraints:      75119
3183.52/3193.41	c #Conflicts:    3624000 | #Constraints:      76119
3183.52/3193.41	c #Conflicts:    3625000 | #Constraints:      77119
3183.52/3193.41	c #Conflicts:    3626000 | #Constraints:      78119
3183.52/3193.41	c #Conflicts:    3627000 | #Constraints:      79119
3183.52/3193.41	c #Conflicts:    3628000 | #Constraints:      80119
3183.52/3193.41	c #Conflicts:    3629000 | #Constraints:      81119
3183.52/3193.41	c #Conflicts:    3630000 | #Constraints:      82119
3183.52/3193.41	c #Conflicts:    3631000 | #Constraints:      83119
3183.52/3193.41	c #Conflicts:    3632000 | #Constraints:      84119
3183.52/3193.41	c #Conflicts:    3633000 | #Constraints:      85119
3183.52/3193.41	c INPROCESSING
3183.52/3193.41	c GARBAGE COLLECT
3183.52/3193.41	c #Conflicts:    3634000 | #Constraints:      47916
3183.52/3193.41	c #Conflicts:    3635000 | #Constraints:      48916
3231.18/3241.26	c #Conflicts:    3636000 | #Constraints:      49916
3231.18/3241.26	c #Conflicts:    3637000 | #Constraints:      50916
3231.18/3241.26	c #Conflicts:    3638000 | #Constraints:      51916
3231.18/3241.26	c #Conflicts:    3639000 | #Constraints:      52916
3231.18/3241.26	c #Conflicts:    3640000 | #Constraints:      53916
3231.18/3241.26	c #Conflicts:    3641000 | #Constraints:      54916
3231.18/3241.26	c #Conflicts:    3642000 | #Constraints:      55917
3231.18/3241.26	c #Conflicts:    3643000 | #Constraints:      56917
3231.18/3241.26	c #Conflicts:    3644000 | #Constraints:      57917
3231.18/3241.26	c #Conflicts:    3645000 | #Constraints:      58917
3231.18/3241.26	c #Conflicts:    3646000 | #Constraints:      59917
3231.18/3241.26	c #Conflicts:    3647000 | #Constraints:      60917
3231.18/3241.26	c #Conflicts:    3648000 | #Constraints:      61917
3231.18/3241.26	c #Conflicts:    3649000 | #Constraints:      62917
3231.18/3241.26	c #Conflicts:    3650000 | #Constraints:      63917
3231.18/3241.26	c #Conflicts:    3651000 | #Constraints:      64917
3231.18/3241.26	c #Conflicts:    3652000 | #Constraints:      65917
3231.18/3241.26	c #Conflicts:    3653000 | #Constraints:      66917
3231.18/3241.26	c #Conflicts:    3654000 | #Constraints:      67917
3231.18/3241.26	c #Conflicts:    3655000 | #Constraints:      69070
3231.18/3241.26	c #Conflicts:    3656000 | #Constraints:      70112
3231.18/3241.26	c #Conflicts:    3657000 | #Constraints:      71112
3231.18/3241.26	c #Conflicts:    3658000 | #Constraints:      72112
3231.18/3241.26	c #Conflicts:    3659000 | #Constraints:      73112
3231.18/3241.26	c #Conflicts:    3660000 | #Constraints:      74112
3231.18/3241.26	c #Conflicts:    3661000 | #Constraints:      75112
3231.18/3241.26	c #Conflicts:    3662000 | #Constraints:      76112
3231.18/3241.26	c #Conflicts:    3663000 | #Constraints:      77112
3231.18/3241.26	c #Conflicts:    3664000 | #Constraints:      78112
3231.18/3241.26	c #Conflicts:    3665000 | #Constraints:      79112
3231.18/3241.26	c #Conflicts:    3666000 | #Constraints:      80112
3231.18/3241.26	c #Conflicts:    3667000 | #Constraints:      81112
3231.18/3241.26	c #Conflicts:    3668000 | #Constraints:      82112
3231.18/3241.26	c #Conflicts:    3669000 | #Constraints:      83112
3231.18/3241.26	c #Conflicts:    3670000 | #Constraints:      84112
3231.18/3241.26	c #Conflicts:    3671000 | #Constraints:      85112
3231.18/3241.26	c #Conflicts:    3672000 | #Constraints:      86112
3231.18/3241.26	c INPROCESSING
3231.18/3241.26	c GARBAGE COLLECT
3231.18/3241.26	c #Conflicts:    3673000 | #Constraints:      48685
3231.18/3241.26	c #Conflicts:    3674000 | #Constraints:      49685
3231.18/3241.26	c #Conflicts:    3675000 | #Constraints:      50685
3231.18/3241.26	c #Conflicts:    3676000 | #Constraints:      51685
3231.18/3241.26	c #Conflicts:    3677000 | #Constraints:      52685
3231.18/3241.26	c #Conflicts:    3678000 | #Constraints:      53685
3231.18/3241.26	c #Conflicts:    3679000 | #Constraints:      54685
3231.18/3241.26	c #Conflicts:    3680000 | #Constraints:      55686
3231.18/3241.26	c #Conflicts:    3681000 | #Constraints:      56686
3231.18/3241.26	c #Conflicts:    3682000 | #Constraints:      57686
3231.18/3241.26	c #Conflicts:    3683000 | #Constraints:      58686
3231.18/3241.26	c #Conflicts:    3684000 | #Constraints:      59686
3231.18/3241.26	c #Conflicts:    3685000 | #Constraints:      60686
3231.18/3241.26	c #Conflicts:    3686000 | #Constraints:      61686
3231.18/3241.26	c #Conflicts:    3687000 | #Constraints:      62686
3231.18/3241.26	c #Conflicts:    3688000 | #Constraints:      63686
3231.18/3241.26	c #Conflicts:    3689000 | #Constraints:      64687
3231.18/3241.26	c #Conflicts:    3690000 | #Constraints:      65687
3231.18/3241.26	c #Conflicts:    3691000 | #Constraints:      66687
3231.18/3241.26	c #Conflicts:    3692000 | #Constraints:      67688
3231.18/3241.26	c #Conflicts:    3693000 | #Constraints:      68689
3231.18/3241.26	c #Conflicts:    3694000 | #Constraints:      69691
3231.18/3241.26	c #Conflicts:    3695000 | #Constraints:      70691
3231.18/3241.26	c #Conflicts:    3696000 | #Constraints:      71691
3231.18/3241.26	c #Conflicts:    3697000 | #Constraints:      72691
3231.18/3241.26	c #Conflicts:    3698000 | #Constraints:      73691
3231.18/3241.26	c #Conflicts:    3699000 | #Constraints:      74691
3231.18/3241.26	c #Conflicts:    3700000 | #Constraints:      75691
3231.18/3241.26	c #Conflicts:    3701000 | #Constraints:      76691
3231.18/3241.26	c #Conflicts:    3702000 | #Constraints:      77691
3231.18/3241.26	c #Conflicts:    3703000 | #Constraints:      78691
3231.18/3241.26	c #Conflicts:    3704000 | #Constraints:      79691
3231.18/3241.26	c #Conflicts:    3705000 | #Constraints:      80691
3231.18/3241.26	c #Conflicts:    3706000 | #Constraints:      81691
3231.18/3241.26	c #Conflicts:    3707000 | #Constraints:      82691
3231.18/3241.26	c #Conflicts:    3708000 | #Constraints:      83691
3231.18/3241.26	c #Conflicts:    3709000 | #Constraints:      84691
3231.18/3241.26	c #Conflicts:    3710000 | #Constraints:      85691
3231.18/3241.26	c INPROCESSING
3231.18/3241.26	c GARBAGE COLLECT
3231.18/3241.26	c #Conflicts:    3711000 | #Constraints:      48128
3231.18/3241.26	c #Conflicts:    3712000 | #Constraints:      49128
3234.87/3245.00	c #Conflicts:    3713000 | #Constraints:      50128
3234.87/3245.00	c #Conflicts:    3714000 | #Constraints:      51128
3234.87/3245.00	c #Conflicts:    3715000 | #Constraints:      52128
3234.87/3245.00	c #Conflicts:    3716000 | #Constraints:      53128
3234.87/3245.00	c #Conflicts:    3717000 | #Constraints:      54129
3234.87/3245.00	c #Conflicts:    3718000 | #Constraints:      55129
3234.87/3245.00	c #Conflicts:    3719000 | #Constraints:      56129
3234.87/3245.00	c #Conflicts:    3720000 | #Constraints:      57129
3234.87/3245.00	c #Conflicts:    3721000 | #Constraints:      58129
3234.87/3245.00	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
3234.87/3245.00	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
3234.87/3245.00	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
3234.87/3245.00	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
3234.87/3245.00	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
3234.87/3245.00	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
3234.87/3245.00	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
3234.87/3245.00	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[186]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[215]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[217]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[244]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[298]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[378]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[441]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[473]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[508]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[537]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[601]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[602]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[630]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[669]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[692]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[727]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1081]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1090]: 6 -0.937501 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1140]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1172]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1182]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1184]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1210]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1236]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1286]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1305]: 6 -1.44444 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1312]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1347]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1377]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1382]: 6 -0.750001 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1409]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1425]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1444]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1457]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1477]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1478]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1486]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1496]: 6 -1.3125 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1500]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1502]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1503]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1504]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1532]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1579]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1594]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1595]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1620]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1621]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1629]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1698]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1716]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1721]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1724]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1746]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1961]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1983]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2061]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2069]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2091]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2093]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2106]: 6 -1.125 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2152]: 6 -1.3125 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2199]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2342]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2449]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2597]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2629]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2772]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2774]: 6 -1.09028 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2869]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3121]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3351]: 6 -1.3125 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3355]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3399]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3421]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3439]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3449]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3490]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3593]: 6 -0.5 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3686]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3738]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3745]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3776]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3842]: 6 -1.1875 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3887]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3932]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3970]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3977]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4005]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4015]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4018]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4060]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4069]: 6 -3 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4073]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4083]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4097]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4124]: 6 -1.25 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4210]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4218]: 6 -1 0 shouldn't be
3234.98/3245.00	WSVECS04 Frhs2[4287]: 6 -1 0 shouldn't be
3283.54/3293.77	c #Conflicts:    3722000 | #Constraints:      59134
3283.54/3293.77	c #Conflicts:    3723000 | #Constraints:      60134
3283.54/3293.77	c #Conflicts:    3724000 | #Constraints:      61134
3283.54/3293.77	c #Conflicts:    3725000 | #Constraints:      62134
3283.54/3293.77	c #Conflicts:    3726000 | #Constraints:      63134
3283.54/3293.77	c #Conflicts:    3727000 | #Constraints:      64134
3283.54/3293.77	c #Conflicts:    3728000 | #Constraints:      65134
3283.54/3293.77	c #Conflicts:    3729000 | #Constraints:      66134
3283.54/3293.77	c #Conflicts:    3730000 | #Constraints:      67134
3283.54/3293.77	c #Conflicts:    3731000 | #Constraints:      68134
3283.54/3293.77	c #Conflicts:    3732000 | #Constraints:      69134
3283.54/3293.77	c #Conflicts:    3733000 | #Constraints:      70134
3283.54/3293.77	c #Conflicts:    3734000 | #Constraints:      71134
3283.54/3293.77	c #Conflicts:    3735000 | #Constraints:      72134
3283.54/3293.77	c #Conflicts:    3736000 | #Constraints:      73134
3283.54/3293.77	c #Conflicts:    3737000 | #Constraints:      74134
3283.54/3293.77	c #Conflicts:    3738000 | #Constraints:      75134
3283.54/3293.77	c #Conflicts:    3739000 | #Constraints:      76134
3283.54/3293.77	c #Conflicts:    3740000 | #Constraints:      77134
3283.54/3293.77	c #Conflicts:    3741000 | #Constraints:      78134
3283.54/3293.77	c #Conflicts:    3742000 | #Constraints:      79134
3283.54/3293.77	c #Conflicts:    3743000 | #Constraints:      80134
3283.54/3293.77	c #Conflicts:    3744000 | #Constraints:      81134
3283.54/3293.77	c #Conflicts:    3745000 | #Constraints:      82134
3283.54/3293.77	c #Conflicts:    3746000 | #Constraints:      83134
3283.54/3293.77	c #Conflicts:    3747000 | #Constraints:      84134
3283.54/3293.77	c #Conflicts:    3748000 | #Constraints:      85134
3283.54/3293.77	c #Conflicts:    3749000 | #Constraints:      86134
3283.54/3293.77	c INPROCESSING
3283.54/3293.77	c GARBAGE COLLECT
3283.54/3293.77	c #Conflicts:    3750000 | #Constraints:      48409
3283.54/3293.77	c #Conflicts:    3751000 | #Constraints:      49409
3283.54/3293.77	c #Conflicts:    3752000 | #Constraints:      50409
3283.54/3293.77	c #Conflicts:    3753000 | #Constraints:      51409
3283.54/3293.77	c #Conflicts:    3754000 | #Constraints:      52409
3283.54/3293.77	c #Conflicts:    3755000 | #Constraints:      53409
3283.54/3293.77	c #Conflicts:    3756000 | #Constraints:      54409
3283.54/3293.77	c #Conflicts:    3757000 | #Constraints:      55409
3283.54/3293.77	c #Conflicts:    3758000 | #Constraints:      56409
3283.54/3293.77	c #Conflicts:    3759000 | #Constraints:      57409
3283.54/3293.77	c #Conflicts:    3760000 | #Constraints:      58409
3283.54/3293.77	c #Conflicts:    3761000 | #Constraints:      59409
3283.54/3293.77	c #Conflicts:    3762000 | #Constraints:      60409
3283.54/3293.77	c #Conflicts:    3763000 | #Constraints:      61409
3283.54/3293.77	c #Conflicts:    3764000 | #Constraints:      62409
3283.54/3293.77	c #Conflicts:    3765000 | #Constraints:      63409
3283.54/3293.77	c #Conflicts:    3766000 | #Constraints:      64409
3283.54/3293.77	c #Conflicts:    3767000 | #Constraints:      65409
3283.54/3293.77	c #Conflicts:    3768000 | #Constraints:      66409
3283.54/3293.77	c #Conflicts:    3769000 | #Constraints:      67409
3283.54/3293.77	c #Conflicts:    3770000 | #Constraints:      68409
3283.54/3293.77	c #Conflicts:    3771000 | #Constraints:      69409
3283.54/3293.77	c #Conflicts:    3772000 | #Constraints:      70409
3283.54/3293.77	c #Conflicts:    3773000 | #Constraints:      71409
3283.54/3293.77	c #Conflicts:    3774000 | #Constraints:      72409
3283.54/3293.77	c #Conflicts:    3775000 | #Constraints:      73409
3283.54/3293.77	c #Conflicts:    3776000 | #Constraints:      74409
3283.54/3293.77	c #Conflicts:    3777000 | #Constraints:      75409
3283.54/3293.77	c #Conflicts:    3778000 | #Constraints:      76409
3283.54/3293.77	c #Conflicts:    3779000 | #Constraints:      77409
3283.54/3293.77	c #Conflicts:    3780000 | #Constraints:      78409
3283.54/3293.77	c #Conflicts:    3781000 | #Constraints:      79409
3283.54/3293.77	c #Conflicts:    3782000 | #Constraints:      80409
3283.54/3293.77	c #Conflicts:    3783000 | #Constraints:      81409
3283.54/3293.77	c #Conflicts:    3784000 | #Constraints:      82409
3283.54/3293.77	c #Conflicts:    3785000 | #Constraints:      83409
3283.54/3293.77	c #Conflicts:    3786000 | #Constraints:      84409
3283.54/3293.77	c #Conflicts:    3787000 | #Constraints:      85409
3283.54/3293.77	c #Conflicts:    3788000 | #Constraints:      86409
3283.54/3293.77	c INPROCESSING
3283.54/3293.77	c GARBAGE COLLECT
3283.54/3293.77	c #Conflicts:    3789000 | #Constraints:      48499
3283.54/3293.77	c #Conflicts:    3790000 | #Constraints:      49499
3283.54/3293.77	c #Conflicts:    3791000 | #Constraints:      50499
3283.54/3293.77	c #Conflicts:    3792000 | #Constraints:      51499
3283.54/3293.77	c #Conflicts:    3793000 | #Constraints:      52499
3283.54/3293.77	c #Conflicts:    3794000 | #Constraints:      53499
3283.54/3293.77	c #Conflicts:    3795000 | #Constraints:      54499
3283.54/3293.77	c #Conflicts:    3796000 | #Constraints:      55499
3283.54/3293.77	c #Conflicts:    3797000 | #Constraints:      56499
3283.54/3293.77	c #Conflicts:    3798000 | #Constraints:      57499
3283.54/3293.77	c #Conflicts:    3799000 | #Constraints:      58499
3338.09/3348.42	c #Conflicts:    3800000 | #Constraints:      59499
3338.09/3348.42	c #Conflicts:    3801000 | #Constraints:      60499
3338.09/3348.42	c #Conflicts:    3802000 | #Constraints:      61499
3338.09/3348.42	c #Conflicts:    3803000 | #Constraints:      62499
3338.09/3348.42	c #Conflicts:    3804000 | #Constraints:      63499
3338.09/3348.42	c #Conflicts:    3805000 | #Constraints:      64499
3338.09/3348.42	c #Conflicts:    3806000 | #Constraints:      65499
3338.09/3348.42	c #Conflicts:    3807000 | #Constraints:      66499
3338.09/3348.42	c #Conflicts:    3808000 | #Constraints:      67499
3338.09/3348.42	c #Conflicts:    3809000 | #Constraints:      68499
3338.09/3348.42	c #Conflicts:    3810000 | #Constraints:      69499
3338.09/3348.42	c #Conflicts:    3811000 | #Constraints:      70499
3338.09/3348.42	c #Conflicts:    3812000 | #Constraints:      71499
3338.09/3348.42	c #Conflicts:    3813000 | #Constraints:      72499
3338.09/3348.42	c #Conflicts:    3814000 | #Constraints:      73499
3338.09/3348.42	c #Conflicts:    3815000 | #Constraints:      74499
3338.09/3348.42	c #Conflicts:    3816000 | #Constraints:      75499
3338.09/3348.42	c #Conflicts:    3817000 | #Constraints:      76499
3338.09/3348.42	c #Conflicts:    3818000 | #Constraints:      77499
3338.09/3348.42	c #Conflicts:    3819000 | #Constraints:      78499
3338.09/3348.42	c #Conflicts:    3820000 | #Constraints:      79499
3338.09/3348.42	c #Conflicts:    3821000 | #Constraints:      80499
3338.09/3348.42	c #Conflicts:    3822000 | #Constraints:      81499
3338.09/3348.42	c #Conflicts:    3823000 | #Constraints:      82499
3338.09/3348.42	c #Conflicts:    3824000 | #Constraints:      83499
3338.09/3348.42	c #Conflicts:    3825000 | #Constraints:      84499
3338.09/3348.42	c #Conflicts:    3826000 | #Constraints:      85499
3338.09/3348.42	c #Conflicts:    3827000 | #Constraints:      86499
3338.09/3348.42	c #Conflicts:    3828000 | #Constraints:      87499
3338.09/3348.42	c INPROCESSING
3338.09/3348.42	c GARBAGE COLLECT
3338.09/3348.42	c #Conflicts:    3829000 | #Constraints:      49342
3338.09/3348.42	c #Conflicts:    3830000 | #Constraints:      50342
3338.09/3348.42	c #Conflicts:    3831000 | #Constraints:      51342
3338.09/3348.42	c #Conflicts:    3832000 | #Constraints:      52342
3338.09/3348.42	c #Conflicts:    3833000 | #Constraints:      53342
3338.09/3348.42	c #Conflicts:    3834000 | #Constraints:      54342
3338.09/3348.42	c #Conflicts:    3835000 | #Constraints:      55342
3338.09/3348.42	c #Conflicts:    3836000 | #Constraints:      56342
3338.09/3348.42	c #Conflicts:    3837000 | #Constraints:      57342
3338.09/3348.42	c #Conflicts:    3838000 | #Constraints:      58342
3338.09/3348.42	c #Conflicts:    3839000 | #Constraints:      59342
3338.09/3348.42	c #Conflicts:    3840000 | #Constraints:      60342
3338.09/3348.42	c #Conflicts:    3841000 | #Constraints:      61342
3338.09/3348.42	c #Conflicts:    3842000 | #Constraints:      62342
3338.09/3348.42	c #Conflicts:    3843000 | #Constraints:      63342
3338.09/3348.42	c #Conflicts:    3844000 | #Constraints:      64342
3338.09/3348.42	c #Conflicts:    3845000 | #Constraints:      65342
3338.09/3348.42	c #Conflicts:    3846000 | #Constraints:      66342
3338.09/3348.42	c #Conflicts:    3847000 | #Constraints:      67342
3338.09/3348.42	c #Conflicts:    3848000 | #Constraints:      68342
3338.09/3348.42	c #Conflicts:    3849000 | #Constraints:      69342
3338.09/3348.42	c #Conflicts:    3850000 | #Constraints:      70342
3338.09/3348.42	c #Conflicts:    3851000 | #Constraints:      71342
3338.09/3348.42	c #Conflicts:    3852000 | #Constraints:      72342
3338.09/3348.42	c #Conflicts:    3853000 | #Constraints:      73342
3338.09/3348.42	c #Conflicts:    3854000 | #Constraints:      74342
3338.09/3348.42	c #Conflicts:    3855000 | #Constraints:      75342
3338.09/3348.42	c #Conflicts:    3856000 | #Constraints:      76342
3338.09/3348.42	c #Conflicts:    3857000 | #Constraints:      77343
3338.09/3348.42	c #Conflicts:    3858000 | #Constraints:      78343
3338.09/3348.42	c #Conflicts:    3859000 | #Constraints:      79343
3338.09/3348.42	c #Conflicts:    3860000 | #Constraints:      80343
3338.09/3348.42	c #Conflicts:    3861000 | #Constraints:      81343
3338.09/3348.42	c #Conflicts:    3862000 | #Constraints:      82343
3338.09/3348.42	c #Conflicts:    3863000 | #Constraints:      83343
3338.09/3348.42	c #Conflicts:    3864000 | #Constraints:      84343
3338.09/3348.42	c #Conflicts:    3865000 | #Constraints:      85343
3338.09/3348.42	c #Conflicts:    3866000 | #Constraints:      86343
3338.09/3348.42	c #Conflicts:    3867000 | #Constraints:      87343
3338.09/3348.42	c INPROCESSING
3338.09/3348.42	c GARBAGE COLLECT
3338.09/3348.42	c #Conflicts:    3868000 | #Constraints:      49028
3338.09/3348.42	c #Conflicts:    3869000 | #Constraints:      50028
3338.09/3348.42	c #Conflicts:    3870000 | #Constraints:      51028
3338.09/3348.42	c #Conflicts:    3871000 | #Constraints:      52028
3338.09/3348.42	c #Conflicts:    3872000 | #Constraints:      53028
3338.09/3348.42	c #Conflicts:    3873000 | #Constraints:      54028
3338.09/3348.42	c #Conflicts:    3874000 | #Constraints:      55028
3338.09/3348.42	c #Conflicts:    3875000 | #Constraints:      56028
3338.09/3348.42	c #Conflicts:    3876000 | #Constraints:      57028
3384.75/3395.20	c #Conflicts:    3877000 | #Constraints:      58028
3384.75/3395.20	c #Conflicts:    3878000 | #Constraints:      59028
3384.75/3395.20	c #Conflicts:    3879000 | #Constraints:      60028
3384.75/3395.20	c #Conflicts:    3880000 | #Constraints:      61028
3384.75/3395.20	c #Conflicts:    3881000 | #Constraints:      62028
3384.75/3395.20	c #Conflicts:    3882000 | #Constraints:      63028
3384.75/3395.20	c #Conflicts:    3883000 | #Constraints:      64028
3384.75/3395.20	c #Conflicts:    3884000 | #Constraints:      65028
3384.75/3395.20	c #Conflicts:    3885000 | #Constraints:      66028
3384.75/3395.20	c #Conflicts:    3886000 | #Constraints:      67028
3384.75/3395.20	c #Conflicts:    3887000 | #Constraints:      68028
3384.75/3395.20	c #Conflicts:    3888000 | #Constraints:      69028
3384.75/3395.20	c #Conflicts:    3889000 | #Constraints:      70028
3384.75/3395.20	c #Conflicts:    3890000 | #Constraints:      71028
3384.75/3395.20	c #Conflicts:    3891000 | #Constraints:      72028
3384.75/3395.20	c #Conflicts:    3892000 | #Constraints:      73028
3384.75/3395.20	c #Conflicts:    3893000 | #Constraints:      74028
3384.75/3395.20	c #Conflicts:    3894000 | #Constraints:      75028
3384.75/3395.20	c #Conflicts:    3895000 | #Constraints:      76028
3384.75/3395.20	c #Conflicts:    3896000 | #Constraints:      77028
3384.75/3395.20	c #Conflicts:    3897000 | #Constraints:      78028
3384.75/3395.20	c #Conflicts:    3898000 | #Constraints:      79028
3384.75/3395.20	c #Conflicts:    3899000 | #Constraints:      80028
3384.75/3395.20	c #Conflicts:    3900000 | #Constraints:      81028
3384.75/3395.20	c #Conflicts:    3901000 | #Constraints:      82028
3384.75/3395.20	c #Conflicts:    3902000 | #Constraints:      83028
3384.75/3395.20	c #Conflicts:    3903000 | #Constraints:      84028
3384.75/3395.20	c #Conflicts:    3904000 | #Constraints:      85028
3384.75/3395.20	c #Conflicts:    3905000 | #Constraints:      86028
3384.75/3395.20	c #Conflicts:    3906000 | #Constraints:      87028
3384.75/3395.20	c #Conflicts:    3907000 | #Constraints:      88028
3384.75/3395.20	c INPROCESSING
3384.75/3395.20	c GARBAGE COLLECT
3384.75/3395.20	c #Conflicts:    3908000 | #Constraints:      49520
3384.75/3395.20	c #Conflicts:    3909000 | #Constraints:      50520
3384.75/3395.20	c #Conflicts:    3910000 | #Constraints:      51520
3384.75/3395.20	c #Conflicts:    3911000 | #Constraints:      52520
3384.75/3395.20	c #Conflicts:    3912000 | #Constraints:      53520
3384.75/3395.20	c #Conflicts:    3913000 | #Constraints:      54520
3384.75/3395.20	c #Conflicts:    3914000 | #Constraints:      55520
3384.75/3395.20	c #Conflicts:    3915000 | #Constraints:      56520
3384.75/3395.20	c #Conflicts:    3916000 | #Constraints:      57520
3384.75/3395.20	c #Conflicts:    3917000 | #Constraints:      58520
3384.75/3395.20	c #Conflicts:    3918000 | #Constraints:      59520
3384.75/3395.20	c #Conflicts:    3919000 | #Constraints:      60520
3384.75/3395.20	c #Conflicts:    3920000 | #Constraints:      61520
3384.75/3395.20	c #Conflicts:    3921000 | #Constraints:      62520
3384.75/3395.20	c #Conflicts:    3922000 | #Constraints:      63520
3384.75/3395.20	c #Conflicts:    3923000 | #Constraints:      64520
3384.75/3395.20	c #Conflicts:    3924000 | #Constraints:      65520
3384.75/3395.20	c #Conflicts:    3925000 | #Constraints:      66520
3384.75/3395.20	c #Conflicts:    3926000 | #Constraints:      67520
3384.75/3395.20	c #Conflicts:    3927000 | #Constraints:      68520
3384.75/3395.20	c #Conflicts:    3928000 | #Constraints:      69520
3384.75/3395.20	c #Conflicts:    3929000 | #Constraints:      70520
3384.75/3395.20	c #Conflicts:    3930000 | #Constraints:      71520
3384.75/3395.20	c #Conflicts:    3931000 | #Constraints:      72520
3384.75/3395.20	c #Conflicts:    3932000 | #Constraints:      73520
3384.75/3395.20	c #Conflicts:    3933000 | #Constraints:      74520
3384.75/3395.20	c #Conflicts:    3934000 | #Constraints:      75520
3384.75/3395.20	c #Conflicts:    3935000 | #Constraints:      76520
3384.75/3395.20	c #Conflicts:    3936000 | #Constraints:      77520
3384.75/3395.20	c #Conflicts:    3937000 | #Constraints:      78520
3384.75/3395.20	c #Conflicts:    3938000 | #Constraints:      79520
3384.75/3395.20	c #Conflicts:    3939000 | #Constraints:      80520
3384.75/3395.20	c #Conflicts:    3940000 | #Constraints:      81520
3384.75/3395.20	c #Conflicts:    3941000 | #Constraints:      82520
3384.75/3395.20	c #Conflicts:    3942000 | #Constraints:      83520
3384.75/3395.20	c #Conflicts:    3943000 | #Constraints:      84520
3384.75/3395.20	c #Conflicts:    3944000 | #Constraints:      85520
3384.75/3395.20	c #Conflicts:    3945000 | #Constraints:      86520
3384.75/3395.20	c #Conflicts:    3946000 | #Constraints:      87520
3384.75/3395.20	c #Conflicts:    3947000 | #Constraints:      88520
3384.75/3395.20	c INPROCESSING
3384.75/3395.20	c GARBAGE COLLECT
3384.75/3395.20	c rational objective 772.505
3432.02/3442.68	c #Conflicts:    3948000 | #Constraints:      49825
3432.02/3442.68	c #Conflicts:    3949000 | #Constraints:      50825
3432.02/3442.68	c #Conflicts:    3950000 | #Constraints:      51825
3432.02/3442.68	c #Conflicts:    3951000 | #Constraints:      52825
3432.02/3442.68	c #Conflicts:    3952000 | #Constraints:      53825
3432.02/3442.68	c #Conflicts:    3953000 | #Constraints:      54825
3432.02/3442.68	c #Conflicts:    3954000 | #Constraints:      55825
3432.02/3442.68	c #Conflicts:    3955000 | #Constraints:      56825
3432.02/3442.68	c #Conflicts:    3956000 | #Constraints:      57825
3432.02/3442.68	c #Conflicts:    3957000 | #Constraints:      58825
3432.02/3442.68	c #Conflicts:    3958000 | #Constraints:      59825
3432.02/3442.68	c #Conflicts:    3959000 | #Constraints:      60825
3432.02/3442.68	c #Conflicts:    3960000 | #Constraints:      61825
3432.02/3442.68	c #Conflicts:    3961000 | #Constraints:      62825
3432.02/3442.68	c #Conflicts:    3962000 | #Constraints:      63825
3432.02/3442.68	c #Conflicts:    3963000 | #Constraints:      64825
3432.02/3442.68	c #Conflicts:    3964000 | #Constraints:      65825
3432.02/3442.68	c #Conflicts:    3965000 | #Constraints:      66825
3432.02/3442.68	c #Conflicts:    3966000 | #Constraints:      67825
3432.02/3442.68	c #Conflicts:    3967000 | #Constraints:      68825
3432.02/3442.68	c #Conflicts:    3968000 | #Constraints:      69825
3432.02/3442.68	c #Conflicts:    3969000 | #Constraints:      70825
3432.02/3442.68	c #Conflicts:    3970000 | #Constraints:      71825
3432.02/3442.68	c #Conflicts:    3971000 | #Constraints:      72825
3432.02/3442.68	c #Conflicts:    3972000 | #Constraints:      73825
3432.02/3442.68	c #Conflicts:    3973000 | #Constraints:      74825
3432.02/3442.68	c #Conflicts:    3974000 | #Constraints:      75825
3432.02/3442.68	c #Conflicts:    3975000 | #Constraints:      76826
3432.02/3442.68	c #Conflicts:    3976000 | #Constraints:      77826
3432.02/3442.68	c #Conflicts:    3977000 | #Constraints:      78826
3432.02/3442.68	c #Conflicts:    3978000 | #Constraints:      79826
3432.02/3442.68	c #Conflicts:    3979000 | #Constraints:      80826
3432.02/3442.68	c #Conflicts:    3980000 | #Constraints:      81826
3432.02/3442.68	c #Conflicts:    3981000 | #Constraints:      82826
3432.02/3442.68	c #Conflicts:    3982000 | #Constraints:      83827
3432.02/3442.68	c #Conflicts:    3983000 | #Constraints:      84827
3432.02/3442.68	c #Conflicts:    3984000 | #Constraints:      85827
3432.02/3442.68	c #Conflicts:    3985000 | #Constraints:      86828
3432.02/3442.68	c #Conflicts:    3986000 | #Constraints:      87829
3432.02/3442.68	c #Conflicts:    3987000 | #Constraints:      88830
3432.02/3442.68	c INPROCESSING
3432.02/3442.68	c GARBAGE COLLECT
3432.02/3442.68	c #Conflicts:    3988000 | #Constraints:      49871
3432.02/3442.68	c #Conflicts:    3989000 | #Constraints:      50873
3432.02/3442.68	c #Conflicts:    3990000 | #Constraints:      51873
3432.02/3442.68	c #Conflicts:    3991000 | #Constraints:      52873
3432.02/3442.68	c #Conflicts:    3992000 | #Constraints:      53873
3432.02/3442.68	c #Conflicts:    3993000 | #Constraints:      54873
3432.02/3442.68	c #Conflicts:    3994000 | #Constraints:      55873
3432.02/3442.68	c #Conflicts:    3995000 | #Constraints:      56873
3432.02/3442.68	c #Conflicts:    3996000 | #Constraints:      57873
3432.02/3442.68	c #Conflicts:    3997000 | #Constraints:      58873
3432.02/3442.68	c #Conflicts:    3998000 | #Constraints:      59873
3432.02/3442.68	c #Conflicts:    3999000 | #Constraints:      60873
3432.02/3442.68	c #Conflicts:    4000000 | #Constraints:      61873
3432.02/3442.68	c #Conflicts:    4001000 | #Constraints:      62873
3432.02/3442.68	c #Conflicts:    4002000 | #Constraints:      63873
3432.02/3442.68	c #Conflicts:    4003000 | #Constraints:      64873
3432.02/3442.68	c #Conflicts:    4004000 | #Constraints:      65873
3432.02/3442.68	c #Conflicts:    4005000 | #Constraints:      66873
3432.02/3442.68	c #Conflicts:    4006000 | #Constraints:      67873
3432.02/3442.68	c #Conflicts:    4007000 | #Constraints:      68873
3432.02/3442.68	c #Conflicts:    4008000 | #Constraints:      69873
3432.02/3442.68	c #Conflicts:    4009000 | #Constraints:      70873
3432.02/3442.68	c #Conflicts:    4010000 | #Constraints:      71873
3432.02/3442.68	c #Conflicts:    4011000 | #Constraints:      72873
3432.02/3442.68	c #Conflicts:    4012000 | #Constraints:      73873
3432.02/3442.68	c #Conflicts:    4013000 | #Constraints:      74873
3432.02/3442.68	c #Conflicts:    4014000 | #Constraints:      75873
3432.02/3442.68	c #Conflicts:    4015000 | #Constraints:      76873
3432.02/3442.68	c #Conflicts:    4016000 | #Constraints:      77873
3432.02/3442.68	c #Conflicts:    4017000 | #Constraints:      78873
3432.02/3442.68	c #Conflicts:    4018000 | #Constraints:      79873
3432.02/3442.68	c #Conflicts:    4019000 | #Constraints:      80873
3432.02/3442.68	c #Conflicts:    4020000 | #Constraints:      81873
3432.02/3442.68	c #Conflicts:    4021000 | #Constraints:      82873
3432.02/3442.68	c #Conflicts:    4022000 | #Constraints:      83873
3432.02/3442.68	c #Conflicts:    4023000 | #Constraints:      84873
3432.02/3442.68	c #Conflicts:    4024000 | #Constraints:      85873
3432.02/3442.68	c #Conflicts:    4025000 | #Constraints:      86875
3432.02/3442.68	c #Conflicts:    4026000 | #Constraints:      88136
3435.12/3445.78	c #Conflicts:    4027000 | #Constraints:      89629
3435.12/3445.78	c INPROCESSING
3435.12/3445.78	c GARBAGE COLLECT
3435.12/3445.78	WSVECS04 Frhs2[1]: 6 -0.968425 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[6]: 6 -0.999997 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[20]: 6 -0.767465 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[21]: 6 -2.98099 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[29]: 6 -0.250001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[39]: 6 -3.43343 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[41]: 6 -0.915375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[48]: 6 -1.33087 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[56]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[89]: 6 0 7.23958 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[92]: 6 -1.99999 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[94]: 6 -1.54166 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[101]: 6 -0.305828 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[108]: 6 -1.4375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[121]: 6 -1.25391 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[127]: 6 0 0.625021 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[142]: 6 -2.90898 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[150]: 6 -1.82812 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[156]: 6 -0.30417 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[195]: 6 -1.12579 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[199]: 6 -1.6665 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[211]: 6 -1.65625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[214]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[223]: 6 -0.750001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[262]: 6 -1.3125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[270]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[274]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[301]: 6 -0.625001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[304]: 6 -0.877076 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[311]: 6 -0.999349 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[315]: 6 -1.32813 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[350]: 6 -0.58333 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[359]: 6 -2.61721 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[370]: 6 -1.82813 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[399]: 6 -1.25364 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[410]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[422]: 6 -1.31249 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[436]: 6 -2.38373 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[464]: 6 -1.43749 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[471]: 6 -1.24967 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[472]: 6 -1.41601 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[474]: 6 -1.66406 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[488]: 6 -1.3125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[494]: 6 -1.125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[503]: 6 -1.65625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[521]: 6 -1.625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[525]: 6 -2.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[536]: 6 -0.308587 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[541]: 6 -0.999987 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[557]: 6 0 0.0625001 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[571]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[574]: 6 -3.08094e-05 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[590]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[601]: 6 -2.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[607]: 6 -0.750001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[609]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[612]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[639]: 6 -1.99976 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[640]: 6 -0.761333 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[643]: 6 -1.4375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[647]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[655]: 6 -0.998184 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[662]: 6 -0.999999 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[666]: 6 -1.375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[668]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[683]: 6 -2.4218 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[687]: 6 -1.75 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[700]: 6 -0.999998 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[709]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[712]: 6 -0.828126 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[723]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1037]: 6 -0.625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1039]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1064]: 6 -2.14683 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1074]: 6 -0.0157559 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1085]: 6 -0.75 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1096]: 6 -0.79094 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1118]: 6 -0.875 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1132]: 6 0 0.350723 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1147]: 6 -1.32813 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1164]: 6 -1.59375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1168]: 6 -2.49999 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1169]: 6 -2 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1177]: 6 -0.716667 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1187]: 6 -1.9255 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1194]: 6 -2.11035 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1199]: 6 -3.96823 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1200]: 6 -0.375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1201]: 6 -0.813542 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1209]: 6 -0.896615 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1241]: 6 -1.375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1246]: 6 -1.298 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1247]: 6 -1.39581 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1248]: 6 0 0.375001 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1268]: 6 -1.34375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1276]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1281]: 6 -1.5625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1286]: 6 -1.64551 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1295]: 6 -0.578126 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1297]: 6 -1.25546 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1298]: 6 -1.05159 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1300]: 6 -1.02778 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1313]: 6 -2.75 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1320]: 6 -0.359376 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1326]: 6 -1.69857 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1339]: 6 -2.16211 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1348]: 6 -1.07813 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1362]: 6 -1.0625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1374]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1375]: 6 -1.0625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1377]: 6 -1.39937 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1378]: 6 -1.01464 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1393]: 6 0 0.314421 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1402]: 6 0 0.703125 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1405]: 6 -1.1875 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1414]: 6 -1.32115 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1418]: 6 -0.277778 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1419]: 6 -2.1875 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1421]: 6 -0.777778 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1425]: 6 -0.973959 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1429]: 6 -1.625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1432]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1435]: 6 0 0.531251 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1437]: 6 -0.843749 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1438]: 6 -2 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1441]: 6 -1.3125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1443]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1446]: 6 -1.25655 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1459]: 6 -0.723525 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1460]: 6 -1.33594 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1461]: 6 -0.671875 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1470]: 6 -0.750001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1471]: 6 -0.750001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1482]: 6 -1.0625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1486]: 6 -0.89323 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1490]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1492]: 6 0 0.500001 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1506]: 6 -0.65625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1507]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1508]: 6 -1.03125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1510]: 6 -1.4375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1532]: 6 -0.75 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1562]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1580]: 6 -0.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1600]: 6 -1.92664 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1608]: 6 -2.89893 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1619]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1628]: 6 -0.249997 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1633]: 6 -1.43682 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1643]: 6 -0.921875 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1650]: 6 -0.999996 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1667]: 6 -0.125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1679]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1697]: 6 0 0.250001 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1705]: 6 -0.046876 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1965]: 6 -0.207032 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1980]: 6 -3 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[1999]: 6 -1.67969 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2052]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2053]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2057]: 6 -1.32832 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2065]: 6 -0.922394 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2068]: 6 -0.1875 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2082]: 6 0 2 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2086]: 6 0 2 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2088]: 6 0 1 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2093]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2110]: 6 -0.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2126]: 6 -1.66852 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2145]: 6 -0.906251 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2182]: 6 0 1 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2194]: 6 -29 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2247]: 6 -1.3335 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2263]: 6 -0.500001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2268]: 6 0 1.99997 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2273]: 6 -3 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2278]: 6 0 0.500001 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2279]: 6 -0.999024 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2283]: 6 -2.99609 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2299]: 6 -0.03684 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2314]: 6 -3.00087 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2323]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2339]: 6 -0.979249 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2342]: 6 0 1.1875 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2365]: 6 -0.562501 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2419]: 6 -1.625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2426]: 6 -2.03125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2444]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2466]: 6 0 2.12448 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2487]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2503]: 6 -1.6665 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2524]: 6 0 0.625001 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2525]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2531]: 6 -1.18829 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2538]: 6 -1.6665 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2558]: 6 -1.41406 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2564]: 6 -1.3125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2569]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2571]: 6 -0.500001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2576]: 6 -1.15625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2580]: 6 -0.375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2584]: 6 -1.375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2606]: 6 -0.999986 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2617]: 6 -1.32813 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2665]: 6 -3 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2669]: 6 -3 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2671]: 6 -1.32813 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2676]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2706]: 6 -0.749999 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2709]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2716]: 6 -2.37154e-06 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2727]: 6 -1.65625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2730]: 6 0 1.41797 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2737]: 6 -2 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2758]: 6 0 0.75 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2764]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2776]: 6 -5.24999 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2818]: 6 -1.20764 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2827]: 6 -1.32227 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2839]: 6 -0.441667 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2856]: 6 0 1 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2865]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2907]: 6 -1.26563 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2928]: 6 -2.59375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2953]: 6 -1.14795 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2964]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2969]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[2976]: 6 -3 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3007]: 6 -1.625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3028]: 6 -2.90443 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3036]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3040]: 6 0 0.671875 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3041]: 6 -1.32813 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3058]: 6 -9.48433 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3065]: 6 0 0.8125 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3078]: 6 -1.33203 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3099]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3110]: 6 -1.33326 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3136]: 6 -0.0436516 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3148]: 6 0 2 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3160]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3162]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3182]: 6 -2.6224 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3210]: 6 -1.375 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3220]: 6 -1.40169 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3235]: 6 -0.5625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3244]: 6 0 0.832032 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3252]: 6 -3 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3265]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3267]: 6 -1.3125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3274]: 6 -2.58496 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3291]: 6 -1.32813 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3313]: 6 -0.500001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3326]: 6 -0.875001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3329]: 6 -2 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3338]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3340]: 6 0 1.08398 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3345]: 6 -1.66406 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3349]: 6 -0.593751 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3376]: 6 -0.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3382]: 6 -0.828126 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3398]: 6 -1.66406 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3400]: 6 0 2 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3424]: 6 -3 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3428]: 6 -1.70703 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3430]: 6 -1.41406 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3448]: 6 -1.625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3450]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3460]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3489]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3492]: 6 -0.611112 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3493]: 6 -0.611112 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3497]: 6 -1.41406 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3501]: 6 -1.65625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3531]: 6 -1.32813 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3551]: 6 -0.999879 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3578]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3588]: 6 -1.33835 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3608]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3611]: 6 -0.750001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3626]: 6 -1.24999 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3645]: 6 -0.99994 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3646]: 6 -0.999878 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3669]: 6 -0.999999 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3679]: 6 -0.892046 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3681]: 6 -3 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3684]: 6 -1.03125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3692]: 6 -0.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3696]: 6 -0.585938 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3707]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3728]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3739]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3748]: 6 -1.75 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3757]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3763]: 6 -1.3125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3768]: 6 -0.999993 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3773]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3778]: 6 -1.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3782]: 6 0 2 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3790]: 6 -0.330079 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3800]: 6 0 1.25 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3812]: 6 -1.3125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3820]: 6 0 1 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3831]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3849]: 6 -1.17188 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3850]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3863]: 6 -0.126953 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3866]: 6 -1.1875 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3878]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3880]: 6 0 1 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3892]: 6 -0.75 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3906]: 6 0 0.84375 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3914]: 6 -3 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3918]: 6 -0.500001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3943]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3978]: 6 -0.750001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[3988]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4000]: 6 -3.125 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4001]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4010]: 6 -1.99805 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4012]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4014]: 6 0 0.996095 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4026]: 6 -1.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4066]: 6 -5.25 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4087]: 6 -0.500001 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4092]: 6 -3 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4094]: 6 -5.5 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4101]: 6 -1.40625 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
3435.12/3445.78	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
3531.94/3542.80	c #Conflicts:    4028000 | #Constraints:      50307
3531.94/3542.80	c #Conflicts:    4029000 | #Constraints:      51307
3531.94/3542.80	c #Conflicts:    4030000 | #Constraints:      52307
3531.94/3542.80	c #Conflicts:    4031000 | #Constraints:      53307
3531.94/3542.80	c #Conflicts:    4032000 | #Constraints:      54307
3531.94/3542.80	c #Conflicts:    4033000 | #Constraints:      55307
3531.94/3542.80	c #Conflicts:    4034000 | #Constraints:      56307
3531.94/3542.80	c #Conflicts:    4035000 | #Constraints:      57307
3531.94/3542.80	c #Conflicts:    4036000 | #Constraints:      58307
3531.94/3542.80	c #Conflicts:    4037000 | #Constraints:      59307
3531.94/3542.80	c #Conflicts:    4038000 | #Constraints:      60307
3531.94/3542.80	c #Conflicts:    4039000 | #Constraints:      61307
3531.94/3542.80	c #Conflicts:    4040000 | #Constraints:      62307
3531.94/3542.80	c #Conflicts:    4041000 | #Constraints:      63307
3531.94/3542.80	c #Conflicts:    4042000 | #Constraints:      64307
3531.94/3542.80	c #Conflicts:    4043000 | #Constraints:      65307
3531.94/3542.80	c #Conflicts:    4044000 | #Constraints:      66307
3531.94/3542.80	c #Conflicts:    4045000 | #Constraints:      67307
3531.94/3542.80	c #Conflicts:    4046000 | #Constraints:      68307
3531.94/3542.80	c #Conflicts:    4047000 | #Constraints:      69307
3531.94/3542.80	c #Conflicts:    4048000 | #Constraints:      70307
3531.94/3542.80	c #Conflicts:    4049000 | #Constraints:      71307
3531.94/3542.80	c #Conflicts:    4050000 | #Constraints:      72307
3531.94/3542.80	c #Conflicts:    4051000 | #Constraints:      73307
3531.94/3542.80	c #Conflicts:    4052000 | #Constraints:      74307
3531.94/3542.80	c #Conflicts:    4053000 | #Constraints:      75307
3531.94/3542.80	c #Conflicts:    4054000 | #Constraints:      76307
3531.94/3542.80	c #Conflicts:    4055000 | #Constraints:      77307
3531.94/3542.80	c #Conflicts:    4056000 | #Constraints:      78307
3531.94/3542.80	c #Conflicts:    4057000 | #Constraints:      79307
3531.94/3542.80	c #Conflicts:    4058000 | #Constraints:      80307
3531.94/3542.80	c #Conflicts:    4059000 | #Constraints:      81307
3531.94/3542.80	c #Conflicts:    4060000 | #Constraints:      82307
3531.94/3542.80	c #Conflicts:    4061000 | #Constraints:      83307
3531.94/3542.80	c #Conflicts:    4062000 | #Constraints:      84307
3531.94/3542.80	c #Conflicts:    4063000 | #Constraints:      85307
3531.94/3542.80	c #Conflicts:    4064000 | #Constraints:      86307
3531.94/3542.80	c #Conflicts:    4065000 | #Constraints:      87307
3531.94/3542.80	c #Conflicts:    4066000 | #Constraints:      88307
3531.94/3542.80	c #Conflicts:    4067000 | #Constraints:      89307
3531.94/3542.80	c #Conflicts:    4068000 | #Constraints:      90307
3531.94/3542.80	c INPROCESSING
3531.94/3542.80	c GARBAGE COLLECT
3531.94/3542.80	c #Conflicts:    4069000 | #Constraints:      50806
3531.94/3542.80	c #Conflicts:    4070000 | #Constraints:      51806
3531.94/3542.80	c #Conflicts:    4071000 | #Constraints:      52806
3531.94/3542.80	c #Conflicts:    4072000 | #Constraints:      53806
3531.94/3542.80	c #Conflicts:    4073000 | #Constraints:      54806
3531.94/3542.80	c #Conflicts:    4074000 | #Constraints:      55806
3531.94/3542.80	c #Conflicts:    4075000 | #Constraints:      56806
3531.94/3542.80	c #Conflicts:    4076000 | #Constraints:      57806
3531.94/3542.80	c #Conflicts:    4077000 | #Constraints:      58806
3531.94/3542.80	c #Conflicts:    4078000 | #Constraints:      59806
3531.94/3542.80	c #Conflicts:    4079000 | #Constraints:      60806
3531.94/3542.80	c #Conflicts:    4080000 | #Constraints:      61806
3531.94/3542.80	c #Conflicts:    4081000 | #Constraints:      62806
3531.94/3542.80	c #Conflicts:    4082000 | #Constraints:      63806
3531.94/3542.80	c #Conflicts:    4083000 | #Constraints:      64806
3531.94/3542.80	c #Conflicts:    4084000 | #Constraints:      65806
3531.94/3542.80	c #Conflicts:    4085000 | #Constraints:      66806
3531.94/3542.80	c #Conflicts:    4086000 | #Constraints:      67806
3531.94/3542.80	c #Conflicts:    4087000 | #Constraints:      68806
3531.94/3542.80	c #Conflicts:    4088000 | #Constraints:      69806
3531.94/3542.80	c #Conflicts:    4089000 | #Constraints:      70806
3531.94/3542.80	c #Conflicts:    4090000 | #Constraints:      71806
3531.94/3542.80	c #Conflicts:    4091000 | #Constraints:      72806
3531.94/3542.80	c #Conflicts:    4092000 | #Constraints:      73806
3531.94/3542.80	c #Conflicts:    4093000 | #Constraints:      74806
3531.94/3542.80	c #Conflicts:    4094000 | #Constraints:      75806
3531.94/3542.80	c #Conflicts:    4095000 | #Constraints:      76806
3531.94/3542.80	c #Conflicts:    4096000 | #Constraints:      77806
3531.94/3542.80	c #Conflicts:    4097000 | #Constraints:      78806
3531.94/3542.80	c #Conflicts:    4098000 | #Constraints:      79806
3531.94/3542.80	c #Conflicts:    4099000 | #Constraints:      80806
3531.94/3542.80	c #Conflicts:    4100000 | #Constraints:      81806
3531.94/3542.80	c #Conflicts:    4101000 | #Constraints:      82806
3531.94/3542.80	c #Conflicts:    4102000 | #Constraints:      83806
3531.94/3542.80	c #Conflicts:    4103000 | #Constraints:      84806
3531.94/3542.80	c #Conflicts:    4104000 | #Constraints:      85806
3531.94/3542.80	c #Conflicts:    4105000 | #Constraints:      86806
3531.94/3542.80	c #Conflicts:    4106000 | #Constraints:      87806
3577.71/3588.72	c #Conflicts:    4107000 | #Constraints:      88806
3577.71/3588.72	c #Conflicts:    4108000 | #Constraints:      89806
3577.71/3588.72	c INPROCESSING
3577.71/3588.72	c GARBAGE COLLECT
3577.71/3588.72	c #Conflicts:    4109000 | #Constraints:      50152
3577.71/3588.72	c #Conflicts:    4110000 | #Constraints:      51152
3577.71/3588.72	c #Conflicts:    4111000 | #Constraints:      52152
3577.71/3588.72	c #Conflicts:    4112000 | #Constraints:      53152
3577.71/3588.72	c #Conflicts:    4113000 | #Constraints:      54152
3577.71/3588.72	c #Conflicts:    4114000 | #Constraints:      55152
3577.71/3588.72	c #Conflicts:    4115000 | #Constraints:      56152
3577.71/3588.72	c #Conflicts:    4116000 | #Constraints:      57152
3577.71/3588.72	c #Conflicts:    4117000 | #Constraints:      58152
3577.71/3588.72	c #Conflicts:    4118000 | #Constraints:      59152
3577.71/3588.72	c #Conflicts:    4119000 | #Constraints:      60152
3577.71/3588.72	c #Conflicts:    4120000 | #Constraints:      61152
3577.71/3588.72	c #Conflicts:    4121000 | #Constraints:      62152
3577.71/3588.72	c #Conflicts:    4122000 | #Constraints:      63152
3577.71/3588.72	c #Conflicts:    4123000 | #Constraints:      64152
3577.71/3588.72	c #Conflicts:    4124000 | #Constraints:      65152
3577.71/3588.72	c #Conflicts:    4125000 | #Constraints:      66152
3577.71/3588.72	c #Conflicts:    4126000 | #Constraints:      67152
3577.71/3588.72	c #Conflicts:    4127000 | #Constraints:      68152
3577.71/3588.72	c #Conflicts:    4128000 | #Constraints:      69152
3577.71/3588.72	c #Conflicts:    4129000 | #Constraints:      70152
3577.71/3588.72	c #Conflicts:    4130000 | #Constraints:      71152
3577.71/3588.72	c #Conflicts:    4131000 | #Constraints:      72152
3577.71/3588.72	c #Conflicts:    4132000 | #Constraints:      73152
3577.71/3588.72	c #Conflicts:    4133000 | #Constraints:      74152
3577.71/3588.72	c #Conflicts:    4134000 | #Constraints:      75152
3577.71/3588.72	c #Conflicts:    4135000 | #Constraints:      76152
3577.71/3588.72	c #Conflicts:    4136000 | #Constraints:      77152
3577.71/3588.72	c #Conflicts:    4137000 | #Constraints:      78152
3577.71/3588.72	c #Conflicts:    4138000 | #Constraints:      79153
3577.71/3588.72	c #Conflicts:    4139000 | #Constraints:      80153
3577.71/3588.72	c #Conflicts:    4140000 | #Constraints:      81153
3577.71/3588.72	c #Conflicts:    4141000 | #Constraints:      82153
3577.71/3588.72	c #Conflicts:    4142000 | #Constraints:      83153
3577.71/3588.72	c #Conflicts:    4143000 | #Constraints:      84153
3577.71/3588.72	c #Conflicts:    4144000 | #Constraints:      85153
3577.71/3588.72	c #Conflicts:    4145000 | #Constraints:      86153
3577.71/3588.72	c #Conflicts:    4146000 | #Constraints:      87153
3577.71/3588.72	c #Conflicts:    4147000 | #Constraints:      88154
3577.71/3588.72	c #Conflicts:    4148000 | #Constraints:      89154
3577.71/3588.72	c #Conflicts:    4149000 | #Constraints:      90154
3577.71/3588.72	c INPROCESSING
3577.71/3588.72	c GARBAGE COLLECT
3577.71/3588.72	c #Conflicts:    4150000 | #Constraints:      50410
3577.71/3588.72	c #Conflicts:    4151000 | #Constraints:      51410
3577.71/3588.72	c #Conflicts:    4152000 | #Constraints:      52410
3577.71/3588.72	c #Conflicts:    4153000 | #Constraints:      53410
3577.71/3588.72	c #Conflicts:    4154000 | #Constraints:      54410
3577.71/3588.72	c #Conflicts:    4155000 | #Constraints:      55410
3577.71/3588.72	c #Conflicts:    4156000 | #Constraints:      56410
3577.71/3588.72	c #Conflicts:    4157000 | #Constraints:      57410
3577.71/3588.72	c #Conflicts:    4158000 | #Constraints:      58410
3577.71/3588.72	c #Conflicts:    4159000 | #Constraints:      59410
3577.71/3588.72	c #Conflicts:    4160000 | #Constraints:      60410
3577.71/3588.72	c #Conflicts:    4161000 | #Constraints:      61410
3577.71/3588.72	c #Conflicts:    4162000 | #Constraints:      62410
3577.71/3588.72	c #Conflicts:    4163000 | #Constraints:      63410
3577.71/3588.73	c #Conflicts:    4164000 | #Constraints:      64410
3577.71/3588.73	c #Conflicts:    4165000 | #Constraints:      65410
3577.71/3588.73	c #Conflicts:    4166000 | #Constraints:      66410
3577.71/3588.73	c #Conflicts:    4167000 | #Constraints:      67410
3577.71/3588.73	c #Conflicts:    4168000 | #Constraints:      68410
3577.71/3588.73	c #Conflicts:    4169000 | #Constraints:      69410
3577.71/3588.73	c #Conflicts:    4170000 | #Constraints:      70410
3577.71/3588.73	c #Conflicts:    4171000 | #Constraints:      71410
3577.71/3588.73	c #Conflicts:    4172000 | #Constraints:      72410
3577.71/3588.73	c #Conflicts:    4173000 | #Constraints:      73410
3577.71/3588.73	c #Conflicts:    4174000 | #Constraints:      74410
3577.71/3588.73	c #Conflicts:    4175000 | #Constraints:      75410
3577.71/3588.73	c #Conflicts:    4176000 | #Constraints:      76410
3577.71/3588.73	c #Conflicts:    4177000 | #Constraints:      77410
3577.71/3588.73	c #Conflicts:    4178000 | #Constraints:      78411
3577.71/3588.73	c #Conflicts:    4179000 | #Constraints:      79411
3577.71/3588.73	c #Conflicts:    4180000 | #Constraints:      80411
3577.71/3588.73	c #Conflicts:    4181000 | #Constraints:      81411
3577.71/3588.73	c #Conflicts:    4182000 | #Constraints:      82411
3577.71/3588.73	c #Conflicts:    4183000 | #Constraints:      83411
3600.05/3611.10	c #Conflicts:    4184000 | #Constraints:      84411
3600.05/3611.10	c #Conflicts:    4185000 | #Constraints:      85411
3600.05/3611.10	c #Conflicts:    4186000 | #Constraints:      86411
3600.05/3611.10	c #Conflicts:    4187000 | #Constraints:      87411
3600.05/3611.10	c #Conflicts:    4188000 | #Constraints:      88411
3600.05/3611.10	c #Conflicts:    4189000 | #Constraints:      89411
3600.05/3611.10	c #Conflicts:    4190000 | #Constraints:      90411
3600.05/3611.10	c INPROCESSING
3600.05/3611.10	c GARBAGE COLLECT
3600.05/3611.10	c #Conflicts:    4191000 | #Constraints:      50515
3600.05/3611.10	c #Conflicts:    4192000 | #Constraints:      51515
3600.05/3611.10	c #Conflicts:    4193000 | #Constraints:      52515
3600.05/3611.10	c #Conflicts:    4194000 | #Constraints:      53515
3600.05/3611.10	c #Conflicts:    4195000 | #Constraints:      54515
3600.05/3611.10	c #Conflicts:    4196000 | #Constraints:      55515
3600.05/3611.10	c #Conflicts:    4197000 | #Constraints:      56515
3600.05/3611.10	c #Conflicts:    4198000 | #Constraints:      57515
3600.05/3611.10	c #Conflicts:    4199000 | #Constraints:      58515
3600.05/3611.10	c #Conflicts:    4200000 | #Constraints:      59515
3600.05/3611.10	c #Conflicts:    4201000 | #Constraints:      60515
3600.05/3611.10	c #Conflicts:    4202000 | #Constraints:      61515
3600.05/3611.10	c #Conflicts:    4203000 | #Constraints:      62515
3600.05/3611.10	c #Conflicts:    4204000 | #Constraints:      63515
3600.05/3611.10	c #Conflicts:    4205000 | #Constraints:      64515
3600.05/3611.10	c #Conflicts:    4206000 | #Constraints:      65515
3600.05/3611.10	c #Conflicts:    4207000 | #Constraints:      66515
3600.05/3611.10	c #Conflicts:    4208000 | #Constraints:      67515
3600.05/3611.10	c cpu time 3575.85 s
3600.05/3611.10	c deterministic time 218829447042 2.19e+11
3600.05/3611.10	c optimization time 12.6781 s
3600.05/3611.10	c total solve time 3563.13 s
3600.05/3611.10	c core-guided solve time 0 s
3600.05/3611.10	c propagation time 2498.69 s
3600.05/3611.10	c conflict analysis time 896.09 s
3600.05/3611.10	c propagations 596268561
3600.05/3611.10	c resolve steps 131419244
3600.05/3611.10	c decisions 12485864
3600.05/3611.10	c conflicts 4208579
3600.05/3611.10	c restarts 7448
3600.05/3611.10	c inprocessing phases 183
3600.05/3611.10	c garbage collections 183 ,( 100.00 )
3600.05/3611.10	c input clauses 8126 ,( 81.98 )
3600.05/3611.10	c input cardinalities 0 ,( 0.00 )
3600.05/3611.10	c input general constraints 1786 ,( 18.02 )
3600.05/3611.10	c input average constraint length 4.53
3600.05/3611.10	c input average constraint degree 1.83
3600.05/3611.10	c learned clauses 1812242 ,( 42.77 )
3600.05/3611.10	c learned cardinalities 938 ,( 0.02 )
3600.05/3611.10	c learned general constraints 2424368 ,( 57.21 )
3600.05/3611.10	c learned average constraint length 186.63
3600.05/3611.10	c learned average constraint degree 11281512.23
3600.05/3611.10	c watched  CF 32, 64, 128, Arb: 736451 , 0 , 0 , 0
3600.05/3611.10	c counting CF 32, 64, 128, Arb: 1689703 , 0 , 0 , 0
3600.05/3611.10	c watched   constraints 736451 ,( 30.35 ) 
3600.05/3611.10	c counting  constraints 1689703 ,( 69.65 ) 
3600.05/3611.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 996682806 , 3532243 , 23245281250 ,( 1423727897 , 21821553353 )
3600.05/3611.10	c gcd simplifications 391835
3600.05/3611.10	c detected cardinalities 56
3600.05/3611.10	c weakened non-implied lits 104794776
3600.05/3611.10	c weakened non-implying lits 1128519
3600.05/3611.10	c original variables 4288
3600.05/3611.10	c clausal propagations 147695607
3600.05/3611.10	c cardinality propagations 49079
3600.05/3611.10	c watched propagations 2697812
3600.05/3611.10	c counting propagations 441394369
3600.05/3611.10	c watch lookups 125047185865
3600.05/3611.10	c watch backjump lookups 0
3600.05/3611.10	c watch checks 53778127283
3600.05/3611.10	c propagation checks 36504418968
3600.05/3611.10	c constraint additions 2277148480
3600.05/3611.10	c trail pops 612959107
3600.05/3611.10	c formula constraints 9912
3600.05/3611.10	c learned constraints 4208578
3600.05/3611.10	c bound constraints 0
3600.05/3611.10	c core-guided constraints 0
3600.05/3611.10	c encountered formula constraints 98343129
3600.05/3611.10	c encountered learned constraints 37201016
3600.05/3611.10	c encountered bound constraints 0
3600.05/3611.10	c encountered core-guided constraints 0
3600.05/3611.10	c LP total time 209.197 s
3600.05/3611.10	c LP solve time 195.39 s
3600.05/3611.10	c LP constraints added 10412
3600.05/3611.10	c LP constraints removed 149
3600.05/3611.10	c LP pivots internal 421493
3600.05/3611.10	c LP pivots root 431420
3600.05/3611.10	c LP calls 29520
3600.05/3611.10	c LP optimalities 28
3600.05/3611.10	c LP no pivot count 0
3600.05/3611.10	c LP infeasibilities 29335
3600.05/3611.10	c LP valid Farkas constraints 28928
3600.05/3611.10	c LP learned Farkas constraints 0
3600.05/3611.10	c LP basis resets 156
3600.05/3611.10	c LP cycling count 1
3600.05/3611.10	c LP singular count 150
3600.05/3611.10	c LP no primal count 0
3600.05/3611.10	c LP no farkas count 4
3600.05/3611.10	c LP other issue count 1
3600.05/3611.10	c LP Gomory cuts 42
3600.05/3611.10	c LP learned cuts 458
3600.05/3611.10	c LP deleted cuts 149
3600.05/3611.10	c LP encountered Gomory constraints 9603
3600.05/3611.10	c LP encountered Farkas constraints 74075
3600.05/3611.10	c LP encountered learned Farkas constraints 0
3600.05/3611.10	c CG auxiliary variables introduced 0
3600.05/3611.10	c CG solutions found 0
3600.05/3611.10	c CG cores constructed 0
3600.05/3611.10	c CG core cardinality constraints returned 0
3600.05/3611.10	c CG unit cores 0
3600.05/3611.10	c CG single cores 0
3600.05/3611.10	c CG blocks removed during cardinality reduction 0
3600.05/3611.10	c CG first core best 0
3600.05/3611.10	c CG decision core best 0
3600.05/3611.10	c CG core reduction tie 0
3600.05/3611.10	c CG core degree average 0.00
3600.05/3611.10	c CG core slack average 0.00
3600.05/3611.10	c CG core upper bound improvements 0
3600.05/3611.10	c STR number of successful calls 0
3600.05/3611.10	c STR number of unsuccessful calls 0
3600.05/3611.10	c STR number of inconclusive calls 0
3600.05/3611.10	c STR number of successful attempts 0
3600.05/3611.10	c STR number of unsuccessful attempts 0
3600.05/3611.10	c STR number of inconclusive attempts 0
3600.05/3611.10	c STR average degree increase per successful call inf
3600.05/3611.10	c STR average degree increase per successful attempt inf
3600.05/3611.10	c STR total number of conflicts for successful attempts 0
3600.05/3611.10	c STR total number of conflicts for unsuccessful attempts 0
3600.05/3611.10	c STR total number of conflicts for inconclusive attempts 0
3600.05/3611.10	c STR average number of conflicts per successful attempt inf
3600.05/3611.10	c STR average number of conflicts per unsuccessful attempt inf
3600.05/3611.10	c STR average number of conflicts per inconclusive attempt inf
3600.05/3611.10	c AVG.sumWPerc 55.45 
3600.05/3611.10	c bigint constraints 0 
3600.05/3611.10	s UNKNOWN
3600.05/3611.10	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 (62986 MiB free)
  memory of node 1: 64465 MiB (63920 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4513154-1751215967/watcher-4513154-1751215967 -o /tmp/evaluation-result-4513154-1751215967/solver-4513154-1751215967 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751215967-28909 --watchdog 3760 run-dec-break.sh HOME/instance-4513154-1751215967.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=28966, runsolver pid=28949

[startup+0.100058 s]*
/proc/loadavg: 1.24 2.68 3.53 5/268 28974
/proc/meminfo: memFree=129903896/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=75876 memory=28680 CPUtime=0.05 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 4601 0 0 0 4 1 0 0 20 0 1 0 37275295 77697024 7170 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 18969 7170 2304 1147 0 6396 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 80068 KiB
Current children cumulated memory: 31752 KiB

[startup+0.20551 s]*
/proc/loadavg: 1.24 2.68 3.53 5/268 28974
/proc/meminfo: memFree=129899864/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=76348 memory=29064 CPUtime=0.15 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 4680 0 0 0 14 1 0 0 20 0 1 0 37275295 78180352 7266 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 19087 7266 2336 1147 0 6514 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 80540 KiB
Current children cumulated memory: 32136 KiB

[startup+0.304712 s]*
/proc/loadavg: 1.24 2.68 3.53 5/268 28974
/proc/meminfo: memFree=129899108/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=77764 memory=30728 CPUtime=0.26 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 5069 0 0 0 24 2 0 0 20 0 1 0 37275295 79630336 7682 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 19441 7682 2368 1147 0 6868 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 81956 KiB
Current children cumulated memory: 33800 KiB

[startup+0.700132 s]
/proc/loadavg: 1.24 2.68 3.53 5/268 28974
/proc/meminfo: memFree=129898100/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=78028 memory=31880 CPUtime=0.65 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 5325 0 0 0 61 4 0 0 20 0 1 0 37275295 79900672 7970 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 19507 7970 2400 1147 0 6934 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 82220 KiB
Current children cumulated memory: 34952 KiB

[startup+1.50014 s]
/proc/loadavg: 1.24 2.68 3.53 5/268 28974
/proc/meminfo: memFree=129884244/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=80212 memory=34568 CPUtime=1.44 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 6008 0 0 0 137 7 0 0 20 0 1 0 37275295 82137088 8642 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 20053 8642 2400 1147 0 7480 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 84404 KiB
Current children cumulated memory: 37640 KiB

[startup+3.10459 s]
/proc/loadavg: 1.47 2.70 3.53 5/268 28974
/proc/meminfo: memFree=129864300/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=82420 memory=36744 CPUtime=3.04 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 6524 0 0 0 290 14 0 0 20 0 1 0 37275295 84398080 9186 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 20605 9186 2400 1147 0 8032 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 86612 KiB
Current children cumulated memory: 39816 KiB

[startup+6.30014 s]
/proc/loadavg: 1.47 2.70 3.53 5/268 28974
/proc/meminfo: memFree=129854944/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=86324 memory=42688 CPUtime=6.23 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 7497 0 0 0 597 26 0 0 20 0 1 0 37275295 88395776 10672 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 21581 10672 2400 1147 0 9008 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 90516 KiB
Current children cumulated memory: 45760 KiB

[startup+12.7001 s]
/proc/loadavg: 1.86 2.75 3.54 5/268 28974
/proc/meminfo: memFree=129831860/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=97432 memory=51520 CPUtime=12.61 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 9745 0 0 0 1218 43 0 0 20 0 1 0 37275295 99770368 12880 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 24358 12880 2400 1147 0 11785 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 101624 KiB
Current children cumulated memory: 54592 KiB

[startup+25.5002 s]
/proc/loadavg: 2.19 2.79 3.54 5/268 28974
/proc/meminfo: memFree=129748456/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=116792 memory=70812 CPUtime=25.37 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 14076 0 0 0 2466 71 0 0 20 0 1 0 37275295 119595008 17703 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 29198 17703 2400 1147 0 16625 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 120984 KiB
Current children cumulated memory: 73884 KiB

[startup+51.1047 s]
/proc/loadavg: 2.87 2.90 3.56 5/269 29025
/proc/meminfo: memFree=129704136/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=135048 memory=90140 CPUtime=50.89 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 18817 0 0 0 4967 122 0 0 20 0 1 0 37275295 138289152 22535 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 33762 22535 2496 1147 0 21189 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 139240 KiB
Current children cumulated memory: 93212 KiB

[startup+102.3 s]
/proc/loadavg: 3.60 3.10 3.59 5/270 29032
/proc/meminfo: memFree=129521200/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=178652 memory=130264 CPUtime=101.92 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 27314 0 0 0 9983 209 0 0 20 0 1 0 37275295 182939648 32566 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 44663 32566 2496 1147 0 32090 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 182844 KiB
Current children cumulated memory: 133336 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 3.28 3.63 5/270 29034
/proc/meminfo: memFree=129363728/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=219120 memory=164072 CPUtime=161.71 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 34758 0 0 0 15887 284 0 0 20 0 1 0 37275295 224378880 41018 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 54780 41018 2496 1147 0 42207 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 223312 KiB
Current children cumulated memory: 167144 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 3.43 3.66 5/269 29036
/proc/meminfo: memFree=129264348/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=228956 memory=173928 CPUtime=221.51 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 37222 0 0 0 21772 379 0 0 20 0 1 0 37275295 234450944 43482 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 57239 43482 2496 1147 0 44666 0
Current children cumulated CPU time: 221.52 s

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

/proc/28974/statm: 332835 269112 2496 1147 0 320262 0
Current children cumulated CPU time: 3092.67 s
Current children cumulated vsize: 1335532 KiB
Current children cumulated memory: 1079520 KiB

[startup+3162.3 s]
/proc/loadavg: 4.25 4.12 4.10 5/268 29189
/proc/meminfo: memFree=127159268/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=1342368 memory=1084768 CPUtime=3152.49 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 162620 0 0 0 313175 2074 0 0 20 0 1 0 37275295 1374584832 271192 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 335592 271192 2496 1147 0 323019 0
Current children cumulated CPU time: 3152.5 s
Current children cumulated vsize: 1346560 KiB
Current children cumulated memory: 1087840 KiB

[startup+3222.3 s]
/proc/loadavg: 4.28 4.17 4.12 5/267 29191
/proc/meminfo: memFree=127140408/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=1350244 memory=1091680 CPUtime=3212.33 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 164349 0 0 0 319098 2135 0 0 20 0 1 0 37275295 1382649856 272920 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 337561 272920 2496 1147 0 324988 0
Current children cumulated CPU time: 3212.34 s
Current children cumulated vsize: 1354436 KiB
Current children cumulated memory: 1094752 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/267 29193
/proc/meminfo: memFree=127103348/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=1350520 memory=1091936 CPUtime=3272.16 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 164418 0 0 0 325029 2187 0 0 20 0 1 0 37275295 1382932480 272984 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 337630 272984 2496 1147 0 325057 0
Current children cumulated CPU time: 3272.17 s
Current children cumulated vsize: 1354712 KiB
Current children cumulated memory: 1095008 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/267 29194
/proc/meminfo: memFree=127070524/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=1350520 memory=1091936 CPUtime=3331.99 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 164418 0 0 0 330969 2230 0 0 20 0 1 0 37275295 1382932480 272984 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 337630 272984 2496 1147 0 325057 0
Current children cumulated CPU time: 3332 s
Current children cumulated vsize: 1354712 KiB
Current children cumulated memory: 1095008 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/267 29197
/proc/meminfo: memFree=127039052/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=1350520 memory=1091936 CPUtime=3391.83 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 164418 0 0 0 336893 2290 0 0 20 0 1 0 37275295 1382932480 272984 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 337630 272984 2496 1147 0 325057 0
Current children cumulated CPU time: 3391.84 s
Current children cumulated vsize: 1354712 KiB
Current children cumulated memory: 1095008 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.11 4.09 5/267 29199
/proc/meminfo: memFree=127014536/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=1350520 memory=1091936 CPUtime=3451.65 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 164741 0 0 0 342831 2334 0 0 20 0 1 0 37275295 1382932480 272984 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 337630 272984 2496 1147 0 325057 0
Current children cumulated CPU time: 3451.66 s
Current children cumulated vsize: 1354712 KiB
Current children cumulated memory: 1095008 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/267 29201
/proc/meminfo: memFree=126982496/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=1350520 memory=1091936 CPUtime=3511.48 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 164792 0 0 0 348790 2358 0 0 20 0 1 0 37275295 1382932480 272984 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 337630 272984 2496 1147 0 325057 0
Current children cumulated CPU time: 3511.49 s
Current children cumulated vsize: 1354712 KiB
Current children cumulated memory: 1095008 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 29203
/proc/meminfo: memFree=126956044/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=1360120 memory=1099232 CPUtime=3571.32 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 166613 0 0 0 354730 2402 0 0 20 0 1 0 37275295 1392762880 274808 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 340030 274808 2496 1147 0 327457 0
Current children cumulated CPU time: 3571.33 s
Current children cumulated vsize: 1364312 KiB
Current children cumulated memory: 1102304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 4.15 4.12 4.09 5/267 29298
/proc/meminfo: memFree=128154176/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=1362200 memory=1101408 CPUtime=3600.04 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 167167 0 0 0 357584 2420 0 0 20 0 1 0 37275295 1394892800 275352 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 340550 275352 2496 1147 0 327977 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1366392 KiB
Current children cumulated memory: 1104480 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3611.11 s]
/proc/loadavg: 4.15 4.12 4.09 5/267 29298
/proc/meminfo: memFree=128154176/131249988 swapFree=33010684/33010684
[pid=28966] ppid=28949 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/28966/stat : 28966 (run-dec-break.s) S 28949 28966 28896 0 -1 4194304 238 3329 0 0 0 0 1 0 20 0 1 0 37275292 4292608 768 18446744073709551615 93976885862400 93976886756933 140734160540304 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93976886995984 93976887043728 93976889696256 140734160546145 140734160546274 140734160546274 140734160551876 0
/proc/28966/statm: 1048 768 704 219 0 110 0
[pid=28974] ppid=28966 vsize=1362200 memory=1101408 CPUtime=3600.04 cores=5,7
/proc/28974/stat : 28974 (roundingsat) R 28966 28966 28896 0 -1 4194304 167167 0 0 0 357584 2420 0 0 20 0 1 0 37275295 1394892800 275352 18446744073709551615 4227072 8923433 140728870062848 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 30380032 140728870070596 140728870070824 140728870070824 140728870076394 0
/proc/28974/statm: 340550 275352 2496 1147 0 327977 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1366392 KiB
Current children cumulated memory: 1104480 KiB

Child status: 2

Real time (s): 3611.11
CPU time (s): 3600.08
CPU user time (s): 3575.86
CPU system time (s): 24.2218
CPU usage (%): 99.6945
Max. virtual memory (cumulated for all children) (KiB): 1366392
Max. memory (cumulated for all children) (KiB): 1104480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.86
system time used= 24.2218
maximum resident set size= 1101664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 446
involuntary context switches= 21137


# summary of solver processes directly reported to runsolver:
#   pid: 28966,28974
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3575.86
#   total CPU system time (s): 24.2218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.12711 second user time and 15.0887 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 18:52:47
IDJOB=4513154
IDBENCH=162283
IDSOLVER=3357
FILE ID=nodeC031/4513154-1751215967
RUNJOBID= nodeC031-1751215967-28909
SLURM_JOB_ID= 9587654
Free space on /tmp= 433060 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-3.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4513154-1751215967/watcher-4513154-1751215967 -o /tmp/evaluation-result-4513154-1751215967/solver-4513154-1751215967 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751215967-28909 --watchdog 3760  run-dec-break.sh HOME/instance-4513154-1751215967.opb

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

MD5SUM BENCH= 9ddf61ddf9175117d21c5f59d371263b
RANDOM SEED=245397067

nodeC031 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		: 3601.129
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.859
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.78
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		: 3599.988
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.78
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		: 3597.341
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.78
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.888
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.78
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		: 3600.278
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.78
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		: 3603.711
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.78
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		: 3604.389
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129953140 kB
MemAvailable:   129752948 kB
Buffers:            3280 kB
Cached:           609328 kB
SwapCached:            0 kB
Active:           302624 kB
Inactive:         389276 kB
Active(anon):      97356 kB
Inactive(anon):        0 kB
Active(file):     205268 kB
Inactive(file):   389276 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29976 kB
Writeback:            16 kB
AnonPages:         82400 kB
Mapped:           103076 kB
Shmem:             18064 kB
KReclaimable:      89008 kB
Slab:             174960 kB
SReclaimable:      89008 kB
SUnreclaim:        85952 kB
KernelStack:        4004 kB
PageTables:         2904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     340800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC031 at 2025-06-29 19:52:59