Trace number 4513011

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22ad? (TO) 3600.09 3619.06

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-4.opb
MD5SUM62b9b3a7043eef7698d06bd9353a3da3
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 benchmark255.636
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4513011-1751204828.opb'
0.00/0.02	c 	read 0.38MB  (5.31ms)
0.00/0.02	c	 [cnf: #variables 4128 #clauses 8704 #duplicates 0 #arr 37113]
0.00/0.02	c output proof to 'PROOFDIR/proof-4513011-1751204828'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (5.72ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 found row 30x2, generating row predicate
0.00/0.02	c 	 found row 34x2, generating row predicate
0.00/0.02	c 	 (0.89ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 24953 #edges 98468]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.96ms)
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-4513011-1751204828.opb.pre'
0.00/0.03	c 	wrote 0.38MB (0.97ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   5.72ms 35.15% approx_orbits
0.00/0.03	c                   5.31ms 32.57% parse
0.00/0.03	c                   1.96ms 12.01% detect_generic
0.00/0.03	c                   1.31ms  8.04% other
0.00/0.03	c                   0.97ms  5.97% output
0.00/0.03	c                   0.89ms  5.48% detect_special
0.00/0.03	c                   0.13ms  0.77% finalize_order
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                  16.29ms   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.06/0.11	c #variables 4128 #constraints 9080
7.53/7.68	c #Conflicts:       1000 | #Constraints:      10080
7.53/7.68	c #Conflicts:       2000 | #Constraints:      11080
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c #Conflicts:       3000 | #Constraints:      10017
7.53/7.68	c #Conflicts:       4000 | #Constraints:      11017
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c #Conflicts:       5000 | #Constraints:      10447
7.53/7.68	c #Conflicts:       6000 | #Constraints:      11448
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c #Conflicts:       7000 | #Constraints:      10481
7.53/7.68	c #Conflicts:       8000 | #Constraints:      11481
7.53/7.68	c #Conflicts:       9000 | #Constraints:      12481
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c #Conflicts:      10000 | #Constraints:      11185
7.53/7.68	c #Conflicts:      11000 | #Constraints:      12185
7.53/7.68	c #Conflicts:      12000 | #Constraints:      13185
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c #Conflicts:      13000 | #Constraints:      11657
7.53/7.68	c #Conflicts:      14000 | #Constraints:      12657
7.53/7.68	c #Conflicts:      15000 | #Constraints:      13657
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c #Conflicts:      16000 | #Constraints:      11892
7.53/7.68	c #Conflicts:      17000 | #Constraints:      12892
7.53/7.68	c #Conflicts:      18000 | #Constraints:      13892
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c #Conflicts:      19000 | #Constraints:      11921
7.53/7.68	c #Conflicts:      20000 | #Constraints:      12921
7.53/7.68	c #Conflicts:      21000 | #Constraints:      13921
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c #Conflicts:      22000 | #Constraints:      11729
7.53/7.68	c #Conflicts:      23000 | #Constraints:      12729
7.53/7.68	c #Conflicts:      24000 | #Constraints:      13729
7.53/7.68	c #Conflicts:      25000 | #Constraints:      14729
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c #Conflicts:      26000 | #Constraints:      12336
7.53/7.68	c #Conflicts:      27000 | #Constraints:      13336
7.53/7.68	c #Conflicts:      28000 | #Constraints:      14336
7.53/7.68	c #Conflicts:      29000 | #Constraints:      15336
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c #Conflicts:      30000 | #Constraints:      12732
7.53/7.68	c #Conflicts:      31000 | #Constraints:      13732
7.53/7.68	c #Conflicts:      32000 | #Constraints:      14732
7.53/7.68	c #Conflicts:      33000 | #Constraints:      15732
7.53/7.68	c INPROCESSING
7.53/7.68	c GARBAGE COLLECT
7.53/7.68	c rational objective 627.454
29.28/29.40	c #Conflicts:      34000 | #Constraints:      12987
29.28/29.40	c #Conflicts:      35000 | #Constraints:      13987
29.28/29.40	c #Conflicts:      36000 | #Constraints:      14987
29.28/29.40	c #Conflicts:      37000 | #Constraints:      15987
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      38000 | #Constraints:      13008
29.28/29.40	c #Conflicts:      39000 | #Constraints:      14008
29.28/29.40	c #Conflicts:      40000 | #Constraints:      15008
29.28/29.40	c #Conflicts:      41000 | #Constraints:      16008
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      42000 | #Constraints:      12807
29.28/29.40	c #Conflicts:      43000 | #Constraints:      13807
29.28/29.40	c #Conflicts:      44000 | #Constraints:      14807
29.28/29.40	c #Conflicts:      45000 | #Constraints:      15807
29.28/29.40	c #Conflicts:      46000 | #Constraints:      16807
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      47000 | #Constraints:      13368
29.28/29.40	c #Conflicts:      48000 | #Constraints:      14368
29.28/29.40	c #Conflicts:      49000 | #Constraints:      15368
29.28/29.40	c #Conflicts:      50000 | #Constraints:      16368
29.28/29.40	c #Conflicts:      51000 | #Constraints:      17368
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      52000 | #Constraints:      13776
29.28/29.40	c #Conflicts:      53000 | #Constraints:      14776
29.28/29.40	c #Conflicts:      54000 | #Constraints:      15776
29.28/29.40	c #Conflicts:      55000 | #Constraints:      16776
29.28/29.40	c #Conflicts:      56000 | #Constraints:      17776
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      57000 | #Constraints:      13992
29.28/29.40	c #Conflicts:      58000 | #Constraints:      14992
29.28/29.40	c #Conflicts:      59000 | #Constraints:      15992
29.28/29.40	c #Conflicts:      60000 | #Constraints:      16992
29.28/29.40	c #Conflicts:      61000 | #Constraints:      17992
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      62000 | #Constraints:      14002
29.28/29.40	c #Conflicts:      63000 | #Constraints:      15002
29.28/29.40	c #Conflicts:      64000 | #Constraints:      16002
29.28/29.40	c #Conflicts:      65000 | #Constraints:      17002
29.28/29.40	c #Conflicts:      66000 | #Constraints:      18002
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      67000 | #Constraints:      13824
29.28/29.40	c #Conflicts:      68000 | #Constraints:      14824
29.28/29.40	c #Conflicts:      69000 | #Constraints:      15824
29.28/29.40	c #Conflicts:      70000 | #Constraints:      16824
29.28/29.40	c #Conflicts:      71000 | #Constraints:      17824
29.28/29.40	c #Conflicts:      72000 | #Constraints:      18824
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      73000 | #Constraints:      14426
29.28/29.40	c #Conflicts:      74000 | #Constraints:      15426
29.28/29.40	c #Conflicts:      75000 | #Constraints:      16426
29.28/29.40	c #Conflicts:      76000 | #Constraints:      17426
29.28/29.40	c #Conflicts:      77000 | #Constraints:      18426
29.28/29.40	c #Conflicts:      78000 | #Constraints:      19426
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      79000 | #Constraints:      14814
29.28/29.40	c #Conflicts:      80000 | #Constraints:      15814
29.28/29.40	c #Conflicts:      81000 | #Constraints:      16814
29.28/29.40	c #Conflicts:      82000 | #Constraints:      17814
29.28/29.40	c #Conflicts:      83000 | #Constraints:      18814
29.28/29.40	c #Conflicts:      84000 | #Constraints:      19814
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      85000 | #Constraints:      15038
29.28/29.40	c #Conflicts:      86000 | #Constraints:      16038
29.28/29.40	c #Conflicts:      87000 | #Constraints:      17038
29.28/29.40	c #Conflicts:      88000 | #Constraints:      18038
29.28/29.40	c #Conflicts:      89000 | #Constraints:      19038
29.28/29.40	c #Conflicts:      90000 | #Constraints:      20038
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      91000 | #Constraints:      15061
29.28/29.40	c #Conflicts:      92000 | #Constraints:      16061
29.28/29.40	c #Conflicts:      93000 | #Constraints:      17061
29.28/29.40	c #Conflicts:      94000 | #Constraints:      18061
29.28/29.40	c #Conflicts:      95000 | #Constraints:      19061
29.28/29.40	c #Conflicts:      96000 | #Constraints:      20061
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:      97000 | #Constraints:      14891
29.28/29.40	c #Conflicts:      98000 | #Constraints:      15891
29.28/29.40	c #Conflicts:      99000 | #Constraints:      16891
29.28/29.40	c #Conflicts:     100000 | #Constraints:      17891
29.28/29.40	c #Conflicts:     101000 | #Constraints:      18891
29.28/29.40	c #Conflicts:     102000 | #Constraints:      19891
29.28/29.40	c #Conflicts:     103000 | #Constraints:      20891
29.28/29.40	c INPROCESSING
29.28/29.40	c GARBAGE COLLECT
29.28/29.40	c #Conflicts:     104000 | #Constraints:      15427
45.69/46.01	c #Conflicts:     105000 | #Constraints:      16427
45.69/46.01	c #Conflicts:     106000 | #Constraints:      17427
45.69/46.01	c #Conflicts:     107000 | #Constraints:      18427
45.69/46.01	c #Conflicts:     108000 | #Constraints:      19427
45.69/46.01	c #Conflicts:     109000 | #Constraints:      20427
45.69/46.01	c #Conflicts:     110000 | #Constraints:      21427
45.69/46.01	c INPROCESSING
45.69/46.01	c GARBAGE COLLECT
45.69/46.01	c #Conflicts:     111000 | #Constraints:      15843
45.69/46.01	c #Conflicts:     112000 | #Constraints:      16843
45.69/46.01	c #Conflicts:     113000 | #Constraints:      17843
45.69/46.01	c #Conflicts:     114000 | #Constraints:      18843
45.69/46.01	c #Conflicts:     115000 | #Constraints:      19843
45.69/46.01	c #Conflicts:     116000 | #Constraints:      20843
45.69/46.01	c #Conflicts:     117000 | #Constraints:      21843
45.69/46.01	c INPROCESSING
45.69/46.01	c GARBAGE COLLECT
45.69/46.01	c #Conflicts:     118000 | #Constraints:      16056
45.69/46.01	c #Conflicts:     119000 | #Constraints:      17056
45.69/46.01	c #Conflicts:     120000 | #Constraints:      18056
45.69/46.01	c #Conflicts:     121000 | #Constraints:      19056
45.69/46.01	c #Conflicts:     122000 | #Constraints:      20056
45.69/46.01	c #Conflicts:     123000 | #Constraints:      21056
45.69/46.01	c #Conflicts:     124000 | #Constraints:      22056
45.69/46.01	c INPROCESSING
45.69/46.01	c GARBAGE COLLECT
45.69/46.01	c #Conflicts:     125000 | #Constraints:      16050
45.69/46.01	c #Conflicts:     126000 | #Constraints:      17050
45.69/46.01	c #Conflicts:     127000 | #Constraints:      18050
45.69/46.01	c #Conflicts:     128000 | #Constraints:      19050
45.69/46.01	c #Conflicts:     129000 | #Constraints:      20050
45.69/46.01	c #Conflicts:     130000 | #Constraints:      21050
45.69/46.01	c #Conflicts:     131000 | #Constraints:      22050
45.69/46.01	c INPROCESSING
45.69/46.01	c GARBAGE COLLECT
45.69/46.01	c #Conflicts:     132000 | #Constraints:      15851
45.69/46.01	c #Conflicts:     133000 | #Constraints:      16851
45.69/46.01	c #Conflicts:     134000 | #Constraints:      17851
45.69/46.01	c #Conflicts:     135000 | #Constraints:      18851
45.69/46.01	c #Conflicts:     136000 | #Constraints:      19851
45.69/46.01	c #Conflicts:     137000 | #Constraints:      20851
45.69/46.01	c #Conflicts:     138000 | #Constraints:      21851
45.69/46.01	c #Conflicts:     139000 | #Constraints:      22851
45.69/46.01	c INPROCESSING
45.69/46.01	c GARBAGE COLLECT
45.69/46.01	c #Conflicts:     140000 | #Constraints:      16499
45.69/46.01	c #Conflicts:     141000 | #Constraints:      17499
45.69/46.01	c #Conflicts:     142000 | #Constraints:      18499
45.69/46.01	c #Conflicts:     143000 | #Constraints:      19499
45.69/46.01	c #Conflicts:     144000 | #Constraints:      20499
45.69/46.01	c #Conflicts:     145000 | #Constraints:      21499
45.69/46.01	c #Conflicts:     146000 | #Constraints:      22499
45.69/46.01	c #Conflicts:     147000 | #Constraints:      23499
45.69/46.01	c INPROCESSING
45.69/46.01	c GARBAGE COLLECT
45.69/46.01	c #Conflicts:     148000 | #Constraints:      16917
45.69/46.01	c #Conflicts:     149000 | #Constraints:      17917
45.69/46.01	c #Conflicts:     150000 | #Constraints:      18917
45.69/46.01	c #Conflicts:     151000 | #Constraints:      19917
45.69/46.01	c #Conflicts:     152000 | #Constraints:      20917
45.69/46.01	c #Conflicts:     153000 | #Constraints:      21917
45.69/46.01	c #Conflicts:     154000 | #Constraints:      22917
45.69/46.01	c #Conflicts:     155000 | #Constraints:      23917
45.69/46.01	c INPROCESSING
45.69/46.01	c GARBAGE COLLECT
45.69/46.01	c #Conflicts:     156000 | #Constraints:      17094
45.69/46.01	c #Conflicts:     157000 | #Constraints:      18094
45.69/46.01	c #Conflicts:     158000 | #Constraints:      19094
45.69/46.01	c #Conflicts:     159000 | #Constraints:      20094
45.69/46.01	c #Conflicts:     160000 | #Constraints:      21094
45.69/46.01	c #Conflicts:     161000 | #Constraints:      22094
45.69/46.01	c #Conflicts:     162000 | #Constraints:      23094
45.69/46.01	c #Conflicts:     163000 | #Constraints:      24094
45.69/46.01	c INPROCESSING
45.69/46.01	c GARBAGE COLLECT
45.69/46.01	c rational objective 691.144
79.59/80.84	c #Conflicts:     164000 | #Constraints:      17102
79.59/80.84	c #Conflicts:     165000 | #Constraints:      18102
79.59/80.84	c #Conflicts:     166000 | #Constraints:      19102
79.59/80.84	c #Conflicts:     167000 | #Constraints:      20102
79.59/80.84	c #Conflicts:     168000 | #Constraints:      21102
79.59/80.84	c #Conflicts:     169000 | #Constraints:      22102
79.59/80.84	c #Conflicts:     170000 | #Constraints:      23102
79.59/80.84	c #Conflicts:     171000 | #Constraints:      24102
79.59/80.84	c INPROCESSING
79.59/80.84	c GARBAGE COLLECT
79.59/80.84	c #Conflicts:     172000 | #Constraints:      16868
79.59/80.84	c #Conflicts:     173000 | #Constraints:      17868
79.59/80.84	c #Conflicts:     174000 | #Constraints:      18868
79.59/80.84	c #Conflicts:     175000 | #Constraints:      19868
79.59/80.84	c #Conflicts:     176000 | #Constraints:      20868
79.59/80.84	c #Conflicts:     177000 | #Constraints:      21868
79.59/80.84	c #Conflicts:     178000 | #Constraints:      22868
79.59/80.84	c #Conflicts:     179000 | #Constraints:      23868
79.59/80.84	c #Conflicts:     180000 | #Constraints:      24868
79.59/80.84	c INPROCESSING
79.59/80.84	c GARBAGE COLLECT
79.59/80.84	c #Conflicts:     181000 | #Constraints:      17492
79.59/80.84	c #Conflicts:     182000 | #Constraints:      18492
79.59/80.84	c #Conflicts:     183000 | #Constraints:      19492
79.59/80.84	c #Conflicts:     184000 | #Constraints:      20492
79.59/80.84	c #Conflicts:     185000 | #Constraints:      21492
79.59/80.84	c #Conflicts:     186000 | #Constraints:      22492
79.59/80.84	c #Conflicts:     187000 | #Constraints:      23492
79.59/80.84	c #Conflicts:     188000 | #Constraints:      24492
79.59/80.84	c #Conflicts:     189000 | #Constraints:      25492
79.59/80.84	c INPROCESSING
79.59/80.84	c GARBAGE COLLECT
79.59/80.84	c #Conflicts:     190000 | #Constraints:      17911
79.59/80.84	c #Conflicts:     191000 | #Constraints:      18911
79.59/80.84	c #Conflicts:     192000 | #Constraints:      19911
79.59/80.84	c #Conflicts:     193000 | #Constraints:      20911
79.59/80.84	c #Conflicts:     194000 | #Constraints:      21911
79.59/80.84	c #Conflicts:     195000 | #Constraints:      22911
79.59/80.84	c #Conflicts:     196000 | #Constraints:      23911
79.59/80.84	c #Conflicts:     197000 | #Constraints:      24911
79.59/80.84	c #Conflicts:     198000 | #Constraints:      25911
79.59/80.84	c INPROCESSING
79.59/80.84	c GARBAGE COLLECT
79.59/80.84	c #Conflicts:     199000 | #Constraints:      18128
79.59/80.84	c #Conflicts:     200000 | #Constraints:      19128
79.59/80.84	c #Conflicts:     201000 | #Constraints:      20128
79.59/80.84	c #Conflicts:     202000 | #Constraints:      21128
79.59/80.84	c #Conflicts:     203000 | #Constraints:      22128
79.59/80.84	c #Conflicts:     204000 | #Constraints:      23128
79.59/80.84	c #Conflicts:     205000 | #Constraints:      24128
79.59/80.84	c #Conflicts:     206000 | #Constraints:      25128
79.59/80.84	c #Conflicts:     207000 | #Constraints:      26128
79.59/80.84	c INPROCESSING
79.59/80.84	c GARBAGE COLLECT
79.59/80.84	c #Conflicts:     208000 | #Constraints:      18129
79.59/80.84	c #Conflicts:     209000 | #Constraints:      19129
79.59/80.84	c #Conflicts:     210000 | #Constraints:      20130
79.59/80.84	c #Conflicts:     211000 | #Constraints:      21130
79.59/80.84	c #Conflicts:     212000 | #Constraints:      22130
79.59/80.84	c #Conflicts:     213000 | #Constraints:      23130
79.59/80.84	c #Conflicts:     214000 | #Constraints:      24130
79.59/80.84	c #Conflicts:     215000 | #Constraints:      25130
79.59/80.84	c #Conflicts:     216000 | #Constraints:      26130
79.59/80.84	c INPROCESSING
79.59/80.84	c GARBAGE COLLECT
79.59/80.84	c #Conflicts:     217000 | #Constraints:      17949
79.59/80.84	c #Conflicts:     218000 | #Constraints:      18949
79.59/80.84	c #Conflicts:     219000 | #Constraints:      20387
79.59/80.84	c #Conflicts:     220000 | #Constraints:      21887
79.59/80.84	c #Conflicts:     221000 | #Constraints:      23433
79.59/80.84	c #Conflicts:     222000 | #Constraints:      24945
79.59/80.84	c #Conflicts:     223000 | #Constraints:      26468
79.59/80.84	c #Conflicts:     224000 | #Constraints:      27987
79.59/80.84	c #Conflicts:     225000 | #Constraints:      29494
79.59/80.84	c #Conflicts:     226000 | #Constraints:      31023
79.59/80.84	c INPROCESSING
79.59/80.84	c GARBAGE COLLECT
79.59/80.84	c #Conflicts:     227000 | #Constraints:      20639
79.59/80.84	c #Conflicts:     228000 | #Constraints:      21639
79.59/80.84	c #Conflicts:     229000 | #Constraints:      22639
79.59/80.84	c #Conflicts:     230000 | #Constraints:      23639
79.59/80.84	c #Conflicts:     231000 | #Constraints:      24639
79.59/80.84	c #Conflicts:     232000 | #Constraints:      25639
79.59/80.84	c #Conflicts:     233000 | #Constraints:      26639
79.59/80.84	c #Conflicts:     234000 | #Constraints:      27639
79.59/80.84	c #Conflicts:     235000 | #Constraints:      28639
79.59/80.84	c #Conflicts:     236000 | #Constraints:      29639
79.59/80.84	c INPROCESSING
79.59/80.84	c GARBAGE COLLECT
79.59/80.84	c #Conflicts:     237000 | #Constraints:      19968
105.12/106.58	c #Conflicts:     238000 | #Constraints:      20968
105.12/106.58	c #Conflicts:     239000 | #Constraints:      21968
105.12/106.58	c #Conflicts:     240000 | #Constraints:      22968
105.12/106.58	c #Conflicts:     241000 | #Constraints:      23968
105.12/106.58	c #Conflicts:     242000 | #Constraints:      24968
105.12/106.58	c #Conflicts:     243000 | #Constraints:      25968
105.12/106.58	c #Conflicts:     244000 | #Constraints:      26968
105.12/106.58	c #Conflicts:     245000 | #Constraints:      27968
105.12/106.58	c #Conflicts:     246000 | #Constraints:      28968
105.12/106.58	c INPROCESSING
105.12/106.58	c GARBAGE COLLECT
105.12/106.58	c #Conflicts:     247000 | #Constraints:      19631
105.12/106.58	c #Conflicts:     248000 | #Constraints:      20631
105.12/106.58	c #Conflicts:     249000 | #Constraints:      21631
105.12/106.58	c #Conflicts:     250000 | #Constraints:      22631
105.12/106.58	c #Conflicts:     251000 | #Constraints:      23631
105.12/106.58	c #Conflicts:     252000 | #Constraints:      24631
105.12/106.58	c #Conflicts:     253000 | #Constraints:      25631
105.12/106.58	c #Conflicts:     254000 | #Constraints:      26631
105.12/106.58	c #Conflicts:     255000 | #Constraints:      27631
105.12/106.58	c #Conflicts:     256000 | #Constraints:      28631
105.12/106.58	c INPROCESSING
105.12/106.58	c GARBAGE COLLECT
105.12/106.58	c #Conflicts:     257000 | #Constraints:      19363
105.12/106.58	c #Conflicts:     258000 | #Constraints:      20363
105.12/106.58	c #Conflicts:     259000 | #Constraints:      21363
105.12/106.58	c #Conflicts:     260000 | #Constraints:      22363
105.12/106.58	c #Conflicts:     261000 | #Constraints:      23363
105.12/106.58	c #Conflicts:     262000 | #Constraints:      24363
105.12/106.58	c #Conflicts:     263000 | #Constraints:      25363
105.12/106.58	c #Conflicts:     264000 | #Constraints:      26363
105.12/106.58	c #Conflicts:     265000 | #Constraints:      27363
105.12/106.58	c #Conflicts:     266000 | #Constraints:      28363
105.12/106.58	c INPROCESSING
105.12/106.58	c GARBAGE COLLECT
105.12/106.58	c #Conflicts:     267000 | #Constraints:      19035
105.12/106.58	c #Conflicts:     268000 | #Constraints:      20035
105.12/106.58	c #Conflicts:     269000 | #Constraints:      21035
105.12/106.58	c #Conflicts:     270000 | #Constraints:      22035
105.12/106.58	c #Conflicts:     271000 | #Constraints:      23035
105.12/106.58	c #Conflicts:     272000 | #Constraints:      24035
105.12/106.58	c #Conflicts:     273000 | #Constraints:      25035
105.12/106.58	c #Conflicts:     274000 | #Constraints:      26035
105.12/106.58	c #Conflicts:     275000 | #Constraints:      27035
105.12/106.58	c #Conflicts:     276000 | #Constraints:      28035
105.12/106.58	c #Conflicts:     277000 | #Constraints:      29035
105.12/106.58	c INPROCESSING
105.12/106.58	c GARBAGE COLLECT
105.12/106.58	c #Conflicts:     278000 | #Constraints:      19575
105.12/106.58	c #Conflicts:     279000 | #Constraints:      20575
105.12/106.58	c #Conflicts:     280000 | #Constraints:      21575
105.12/106.58	c #Conflicts:     281000 | #Constraints:      22575
105.12/106.58	c #Conflicts:     282000 | #Constraints:      23575
105.12/106.58	c #Conflicts:     283000 | #Constraints:      24575
105.12/106.58	c #Conflicts:     284000 | #Constraints:      25575
105.12/106.58	c #Conflicts:     285000 | #Constraints:      26575
105.12/106.58	c #Conflicts:     286000 | #Constraints:      27575
105.12/106.58	c #Conflicts:     287000 | #Constraints:      28575
105.12/106.58	c #Conflicts:     288000 | #Constraints:      29575
105.12/106.58	c INPROCESSING
105.12/106.58	c GARBAGE COLLECT
105.12/106.58	c #Conflicts:     289000 | #Constraints:      19937
105.12/106.58	c #Conflicts:     290000 | #Constraints:      20937
105.12/106.58	c #Conflicts:     291000 | #Constraints:      21937
105.12/106.58	c #Conflicts:     292000 | #Constraints:      22937
105.12/106.58	c #Conflicts:     293000 | #Constraints:      23937
105.12/106.58	c #Conflicts:     294000 | #Constraints:      24937
105.12/106.58	c #Conflicts:     295000 | #Constraints:      25937
105.12/106.58	c #Conflicts:     296000 | #Constraints:      26938
105.12/106.58	c #Conflicts:     297000 | #Constraints:      27938
105.12/106.58	c #Conflicts:     298000 | #Constraints:      28938
105.12/106.58	c #Conflicts:     299000 | #Constraints:      29938
105.12/106.58	c INPROCESSING
105.12/106.58	c GARBAGE COLLECT
105.12/106.58	c #Conflicts:     300000 | #Constraints:      20121
105.12/106.58	c #Conflicts:     301000 | #Constraints:      21121
105.12/106.58	c #Conflicts:     302000 | #Constraints:      22121
105.12/106.58	c #Conflicts:     303000 | #Constraints:      23121
105.12/106.58	c #Conflicts:     304000 | #Constraints:      24121
105.12/106.58	c #Conflicts:     305000 | #Constraints:      25121
105.12/106.58	c #Conflicts:     306000 | #Constraints:      26121
105.12/106.58	c #Conflicts:     307000 | #Constraints:      27121
105.12/106.58	c #Conflicts:     308000 | #Constraints:      28121
105.12/106.58	c #Conflicts:     309000 | #Constraints:      29121
105.12/106.58	c #Conflicts:     310000 | #Constraints:      30121
105.12/106.58	c INPROCESSING
105.12/106.58	c GARBAGE COLLECT
105.12/106.58	c #Conflicts:     311000 | #Constraints:      20107
105.12/106.58	c #Conflicts:     312000 | #Constraints:      21107
135.74/137.23	c #Conflicts:     313000 | #Constraints:      22107
135.74/137.23	c #Conflicts:     314000 | #Constraints:      23107
135.74/137.23	c #Conflicts:     315000 | #Constraints:      24107
135.74/137.23	c #Conflicts:     316000 | #Constraints:      25107
135.74/137.23	c #Conflicts:     317000 | #Constraints:      26108
135.74/137.23	c #Conflicts:     318000 | #Constraints:      27108
135.74/137.23	c #Conflicts:     319000 | #Constraints:      28108
135.74/137.23	c #Conflicts:     320000 | #Constraints:      29108
135.74/137.23	c #Conflicts:     321000 | #Constraints:      30108
135.74/137.23	c INPROCESSING
135.74/137.23	c GARBAGE COLLECT
135.74/137.23	c #Conflicts:     322000 | #Constraints:      19915
135.74/137.23	c #Conflicts:     323000 | #Constraints:      20915
135.74/137.23	c #Conflicts:     324000 | #Constraints:      21915
135.74/137.23	c #Conflicts:     325000 | #Constraints:      22915
135.74/137.23	c #Conflicts:     326000 | #Constraints:      23928
135.74/137.23	c #Conflicts:     327000 | #Constraints:      24930
135.74/137.23	c #Conflicts:     328000 | #Constraints:      25930
135.74/137.23	c #Conflicts:     329000 | #Constraints:      26930
135.74/137.23	c #Conflicts:     330000 | #Constraints:      27930
135.74/137.23	c #Conflicts:     331000 | #Constraints:      28930
135.74/137.23	c #Conflicts:     332000 | #Constraints:      29930
135.74/137.23	c #Conflicts:     333000 | #Constraints:      30930
135.74/137.23	c INPROCESSING
135.74/137.23	c GARBAGE COLLECT
135.74/137.23	c #Conflicts:     334000 | #Constraints:      20508
135.74/137.23	c #Conflicts:     335000 | #Constraints:      21508
135.74/137.23	c #Conflicts:     336000 | #Constraints:      22508
135.74/137.23	c #Conflicts:     337000 | #Constraints:      23508
135.74/137.23	c #Conflicts:     338000 | #Constraints:      24508
135.74/137.23	c #Conflicts:     339000 | #Constraints:      25508
135.74/137.23	c #Conflicts:     340000 | #Constraints:      26508
135.74/137.23	c #Conflicts:     341000 | #Constraints:      27508
135.74/137.23	c #Conflicts:     342000 | #Constraints:      28508
135.74/137.23	c #Conflicts:     343000 | #Constraints:      29508
135.74/137.23	c #Conflicts:     344000 | #Constraints:      30508
135.74/137.23	c #Conflicts:     345000 | #Constraints:      31508
135.74/137.23	c INPROCESSING
135.74/137.23	c GARBAGE COLLECT
135.74/137.23	c #Conflicts:     346000 | #Constraints:      20909
135.74/137.23	c #Conflicts:     347000 | #Constraints:      21909
135.74/137.23	c #Conflicts:     348000 | #Constraints:      22909
135.74/137.23	c #Conflicts:     349000 | #Constraints:      23909
135.74/137.23	c #Conflicts:     350000 | #Constraints:      24910
135.74/137.23	c #Conflicts:     351000 | #Constraints:      25910
135.74/137.23	c #Conflicts:     352000 | #Constraints:      26910
135.74/137.23	c #Conflicts:     353000 | #Constraints:      27910
135.74/137.23	c #Conflicts:     354000 | #Constraints:      28910
135.74/137.23	c #Conflicts:     355000 | #Constraints:      29910
135.74/137.23	c #Conflicts:     356000 | #Constraints:      30910
135.74/137.23	c #Conflicts:     357000 | #Constraints:      31910
135.74/137.23	c INPROCESSING
135.74/137.23	c GARBAGE COLLECT
135.74/137.23	c #Conflicts:     358000 | #Constraints:      21099
135.74/137.23	c #Conflicts:     359000 | #Constraints:      22099
135.74/137.23	c #Conflicts:     360000 | #Constraints:      23099
135.74/137.23	c #Conflicts:     361000 | #Constraints:      24099
135.74/137.23	c #Conflicts:     362000 | #Constraints:      25099
135.74/137.23	c #Conflicts:     363000 | #Constraints:      26099
135.74/137.23	c #Conflicts:     364000 | #Constraints:      27099
135.74/137.23	c #Conflicts:     365000 | #Constraints:      28099
135.74/137.23	c #Conflicts:     366000 | #Constraints:      29099
135.74/137.23	c #Conflicts:     367000 | #Constraints:      30099
135.74/137.23	c #Conflicts:     368000 | #Constraints:      31099
135.74/137.23	c #Conflicts:     369000 | #Constraints:      32099
135.74/137.23	c INPROCESSING
135.74/137.23	c GARBAGE COLLECT
135.74/137.23	c #Conflicts:     370000 | #Constraints:      21136
135.74/137.23	c #Conflicts:     371000 | #Constraints:      22136
135.74/137.23	c #Conflicts:     372000 | #Constraints:      23136
135.74/137.23	c #Conflicts:     373000 | #Constraints:      24136
135.74/137.23	c #Conflicts:     374000 | #Constraints:      25136
135.74/137.23	c #Conflicts:     375000 | #Constraints:      26136
135.74/137.23	c #Conflicts:     376000 | #Constraints:      27136
135.74/137.23	c #Conflicts:     377000 | #Constraints:      28136
135.74/137.23	c #Conflicts:     378000 | #Constraints:      29136
135.74/137.23	c #Conflicts:     379000 | #Constraints:      30136
135.74/137.23	c #Conflicts:     380000 | #Constraints:      31136
135.74/137.23	c #Conflicts:     381000 | #Constraints:      32136
135.74/137.23	c INPROCESSING
135.74/137.23	c GARBAGE COLLECT
135.74/137.23	c #Conflicts:     382000 | #Constraints:      20937
135.74/137.23	c #Conflicts:     383000 | #Constraints:      21937
135.74/137.23	c #Conflicts:     384000 | #Constraints:      22937
135.74/137.23	c #Conflicts:     385000 | #Constraints:      23937
135.74/137.23	c #Conflicts:     386000 | #Constraints:      24937
178.51/180.25	c #Conflicts:     387000 | #Constraints:      25937
178.51/180.25	c #Conflicts:     388000 | #Constraints:      26937
178.51/180.25	c #Conflicts:     389000 | #Constraints:      27937
178.51/180.25	c #Conflicts:     390000 | #Constraints:      28937
178.51/180.25	c #Conflicts:     391000 | #Constraints:      29937
178.51/180.25	c #Conflicts:     392000 | #Constraints:      30937
178.51/180.25	c #Conflicts:     393000 | #Constraints:      31937
178.51/180.25	c #Conflicts:     394000 | #Constraints:      32937
178.51/180.25	c INPROCESSING
178.51/180.25	c GARBAGE COLLECT
178.51/180.25	c #Conflicts:     395000 | #Constraints:      21538
178.51/180.25	c #Conflicts:     396000 | #Constraints:      22538
178.51/180.25	c #Conflicts:     397000 | #Constraints:      23538
178.51/180.25	c #Conflicts:     398000 | #Constraints:      24538
178.51/180.25	c #Conflicts:     399000 | #Constraints:      25538
178.51/180.25	c #Conflicts:     400000 | #Constraints:      26538
178.51/180.25	c #Conflicts:     401000 | #Constraints:      27538
178.51/180.25	c #Conflicts:     402000 | #Constraints:      28538
178.51/180.25	c #Conflicts:     403000 | #Constraints:      29538
178.51/180.25	c #Conflicts:     404000 | #Constraints:      30538
178.51/180.25	c #Conflicts:     405000 | #Constraints:      31538
178.51/180.25	c #Conflicts:     406000 | #Constraints:      32538
178.51/180.25	c #Conflicts:     407000 | #Constraints:      33538
178.51/180.25	c INPROCESSING
178.51/180.25	c GARBAGE COLLECT
178.51/180.25	c #Conflicts:     408000 | #Constraints:      21926
178.51/180.25	c #Conflicts:     409000 | #Constraints:      22926
178.51/180.25	c #Conflicts:     410000 | #Constraints:      23926
178.51/180.25	c #Conflicts:     411000 | #Constraints:      24926
178.51/180.25	c #Conflicts:     412000 | #Constraints:      25926
178.51/180.25	c #Conflicts:     413000 | #Constraints:      26926
178.51/180.25	c #Conflicts:     414000 | #Constraints:      27926
178.51/180.25	c #Conflicts:     415000 | #Constraints:      28926
178.51/180.25	c #Conflicts:     416000 | #Constraints:      29926
178.51/180.25	c #Conflicts:     417000 | #Constraints:      30926
178.51/180.25	c #Conflicts:     418000 | #Constraints:      31926
178.51/180.25	c #Conflicts:     419000 | #Constraints:      32926
178.51/180.25	c #Conflicts:     420000 | #Constraints:      33926
178.51/180.25	c INPROCESSING
178.51/180.25	c GARBAGE COLLECT
178.51/180.25	c #Conflicts:     421000 | #Constraints:      22159
178.51/180.25	c #Conflicts:     422000 | #Constraints:      23159
178.51/180.25	c #Conflicts:     423000 | #Constraints:      24160
178.51/180.25	c #Conflicts:     424000 | #Constraints:      25160
178.51/180.25	c #Conflicts:     425000 | #Constraints:      26160
178.51/180.25	c #Conflicts:     426000 | #Constraints:      27160
178.51/180.25	c #Conflicts:     427000 | #Constraints:      28160
178.51/180.25	c #Conflicts:     428000 | #Constraints:      29160
178.51/180.25	c #Conflicts:     429000 | #Constraints:      30160
178.51/180.25	c #Conflicts:     430000 | #Constraints:      31160
178.51/180.25	c #Conflicts:     431000 | #Constraints:      32160
178.51/180.25	c #Conflicts:     432000 | #Constraints:      33160
178.51/180.25	c #Conflicts:     433000 | #Constraints:      34160
178.51/180.25	c INPROCESSING
178.51/180.25	c GARBAGE COLLECT
178.51/180.25	c #Conflicts:     434000 | #Constraints:      22141
178.51/180.25	c #Conflicts:     435000 | #Constraints:      23141
178.51/180.25	c #Conflicts:     436000 | #Constraints:      24141
178.51/180.25	c #Conflicts:     437000 | #Constraints:      25141
178.51/180.25	c #Conflicts:     438000 | #Constraints:      26141
178.51/180.25	c #Conflicts:     439000 | #Constraints:      27141
178.51/180.25	c #Conflicts:     440000 | #Constraints:      28141
178.51/180.25	c #Conflicts:     441000 | #Constraints:      29141
178.51/180.25	c #Conflicts:     442000 | #Constraints:      30141
178.51/180.25	c #Conflicts:     443000 | #Constraints:      31141
178.51/180.25	c #Conflicts:     444000 | #Constraints:      32142
178.51/180.25	c #Conflicts:     445000 | #Constraints:      33142
178.51/180.25	c #Conflicts:     446000 | #Constraints:      34142
178.51/180.25	c INPROCESSING
178.51/180.25	c GARBAGE COLLECT
178.51/180.25	c #Conflicts:     447000 | #Constraints:      21998
178.51/180.25	c #Conflicts:     448000 | #Constraints:      22998
178.51/180.25	c #Conflicts:     449000 | #Constraints:      23998
178.51/180.25	c #Conflicts:     450000 | #Constraints:      24998
178.51/180.25	c #Conflicts:     451000 | #Constraints:      25998
178.51/180.25	c #Conflicts:     452000 | #Constraints:      26998
178.51/180.25	c #Conflicts:     453000 | #Constraints:      28224
178.51/180.25	c #Conflicts:     454000 | #Constraints:      29742
178.51/180.25	c #Conflicts:     455000 | #Constraints:      31253
178.51/180.25	c #Conflicts:     456000 | #Constraints:      32786
178.51/180.25	c #Conflicts:     457000 | #Constraints:      34307
178.51/180.25	c #Conflicts:     458000 | #Constraints:      35822
178.51/180.25	c #Conflicts:     459000 | #Constraints:      37327
178.51/180.25	c #Conflicts:     460000 | #Constraints:      38838
178.51/180.25	c INPROCESSING
178.51/180.25	c GARBAGE COLLECT
178.51/180.25	WSVECS04 Frhs2[1]: 6 -11.002 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2]: 6 -0.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[5]: 6 -0.999893 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[50]: 6 -0.999849 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[66]: 6 -1.0625 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[68]: 6 -1.24999 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[75]: 6 -0.999962 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[78]: 6 -1.49915 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[79]: 6 -0.999391 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[80]: 6 -0.999044 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[81]: 6 -0.999173 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[82]: 6 -0.998013 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[83]: 6 -0.994324 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[97]: 6 -0.999998 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[113]: 6 -0.999788 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[114]: 6 -0.999937 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[116]: 6 -0.999646 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[127]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[140]: 6 -0.999956 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[179]: 6 -0.999291 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[195]: 6 -0.998037 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[199]: 6 -1.24982 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[214]: 6 -0.997602 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[227]: 6 -0.999982 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[235]: 6 -0.997501 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[270]: 6 -1.49921 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[272]: 6 -0.999512 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[273]: 6 -0.999823 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[301]: 6 -0.999985 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[306]: 6 -0.999848 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[309]: 6 -0.997163 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[335]: 6 -0.999646 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[340]: 6 -0.999956 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[370]: 6 -0.999911 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[373]: 6 -0.997473 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[386]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[387]: 6 -0.998036 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[401]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[411]: 6 -0.992196 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[429]: 6 -0.999871 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[436]: 6 -0.998582 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[439]: 6 -0.998825 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[440]: 6 -0.998049 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[463]: 6 -1.49834 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[492]: 6 -0.999976 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[523]: 6 -1.00002 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[526]: 6 -1.99842 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[531]: 6 -0.999646 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[550]: 6 -1.08401 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[555]: 6 -1.31081 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[557]: 6 -1.24999 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[577]: 6 -3.50051 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[583]: 6 -0.999466 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[588]: 6 -1.00002 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[594]: 6 -0.997038 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[596]: 6 -0.997429 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[599]: 6 -0.99765 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[608]: 6 -6.25103 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[640]: 6 -0.999509 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[643]: 6 -1.1367 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[646]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[656]: 6 -0.999044 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[662]: 6 -0.997603 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[683]: 6 -0.997502 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[700]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[702]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[703]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[931]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[957]: 6 -0.994113 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[986]: 6 -0.875118 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1011]: 6 -0.998781 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1026]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1030]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1036]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1038]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1040]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1045]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1060]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1061]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1063]: 6 -1.3125 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1085]: 6 -1.3125 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1087]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1089]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1091]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1118]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1123]: 6 -1.125 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1127]: 6 -0.00010791 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1148]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1159]: 6 -0.625001 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1176]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1202]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1215]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1223]: 6 -0.750001 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1232]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1235]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1239]: 6 -0.999646 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1250]: 6 -0.75 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1271]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1288]: 6 -2 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1308]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1338]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1340]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1357]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1358]: 6 -0.999989 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1366]: 6 -0.997162 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1378]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1389]: 6 -0.999993 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1396]: 6 -0.998543 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1417]: 6 -1.08409 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1418]: 6 -1.08132 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1423]: 6 -1.24717 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1427]: 6 -0.999329 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1435]: 6 -0.996098 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1446]: 6 -1.3125 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1478]: 6 0 1.15439e-06 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1488]: 6 -0.999823 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1497]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1510]: 6 -1.13474 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1511]: 6 -1.24972 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1538]: 6 -1.08398 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1543]: 6 -1.3125 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1558]: 6 -1.00284 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1561]: 6 -0.996098 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1563]: 6 -0.992195 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1575]: 6 -0.750093 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1576]: 6 -0.668776 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1577]: 6 -1.00082 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1585]: 6 -1.99614 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1605]: 6 -0.749803 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1619]: 6 -0.999493 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1624]: 6 -1.0039 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1625]: 6 -1.00781 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1660]: 6 -0.750188 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1683]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1889]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1891]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1894]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1911]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1921]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1925]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1928]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1933]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1952]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2000]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2043]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2085]: 6 -0.750001 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2102]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2105]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2123]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2149]: 6 -1.02778 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2176]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2213]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2222]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2230]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2236]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2242]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2282]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2283]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2365]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2376]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2429]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2431]: 6 -0.500001 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2433]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2439]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2469]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2475]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2515]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2525]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2529]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2563]: 6 -0.500001 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2570]: 6 -0.84375 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2571]: 6 -0.84375 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2576]: 6 -6.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2583]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2589]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2629]: 6 -0.000107875 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2663]: 6 -0.000108082 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2666]: 6 -4.99957 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2671]: 6 -3 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2743]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2790]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2840]: 6 -0.988648 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2843]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2853]: 6 -3.94471e-05 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2856]: 6 -4.99984 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2867]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2871]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2877]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2898]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2902]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2906]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2957]: 6 -0.00071597 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2960]: 6 -4.99714 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3008]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3013]: 6 -1.02778 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3022]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3028]: 6 -0.999979 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3034]: 6 -0.999602 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3056]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3171]: 6 -0.998581 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3175]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3197]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3254]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3255]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3272]: 6 -0.988647 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3273]: 6 -0.988647 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3275]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3282]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3319]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3330]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3361]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3371]: 6 -0.999291 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3406]: 6 -1.00017 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3410]: 6 -1.00009 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3427]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3435]: 6 -0.999999 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3443]: 6 -0.99997 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3447]: 6 -0.999878 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3455]: 6 -0.998049 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3460]: 6 -0.999291 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3461]: 6 -0.995389 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3494]: 6 -3.00003 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3501]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3504]: 6 -0.999962 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3533]: 6 -0.832032 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3549]: 6 -0.999962 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3573]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3578]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3598]: 6 -0.999823 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3604]: 6 -1.00461 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3621]: 6 -1.18746 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3629]: 6 -0.999379 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3634]: 6 -0.995004 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3635]: 6 -0.995003 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3637]: 6 -1.00005 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3640]: 6 -0.999823 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3642]: 6 -0.999646 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3667]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3720]: 6 -3.05148 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3735]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3745]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3775]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3781]: 6 -1.24969 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3785]: 6 -1.15624 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3786]: 6 -1.3125 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3808]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3813]: 6 -1.13474 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3846]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3850]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3868]: 6 -1.25 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3875]: 6 -0.99981 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3877]: 6 -0.999688 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3952]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[4046]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[4047]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[4049]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
178.51/180.25	WSVECS04 Frhs2[4104]: 6 -0.993531 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[4]: 6 -0.999974 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[6]: 6 -0.999845 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[11]: 6 -0.999979 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[13]: 6 -0.999848 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[21]: 6 -0.999158 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[24]: 6 -0.998049 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[40]: 6 -0.999284 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[70]: 6 -0.999845 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[71]: 6 -0.999108 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[73]: 6 -0.999693 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[85]: 6 -0.999158 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[88]: 6 -0.998049 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[90]: 6 -0.992195 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[111]: 6 -0.999042 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[133]: 6 -0.999964 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[145]: 6 -0.998995 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[168]: 6 -0.999284 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[181]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[183]: 6 -0.999757 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[197]: 6 -1.31246 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[224]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[260]: 6 -0.999975 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[262]: 6 -0.999844 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[267]: 6 -0.999979 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[282]: 6 -0.992196 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[296]: 6 -0.999284 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[307]: 6 -0.993142 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[327]: 6 -0.999466 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[339]: 6 -0.994324 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[361]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[380]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[389]: 6 -1.02774 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[396]: 6 -0.999981 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[407]: 6 -0.99765 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[409]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[422]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[453]: 6 -0.999911 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[462]: 6 -1.00001 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[470]: 6 -0.991486 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[478]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[481]: 6 -3.50051 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[487]: 6 -0.999465 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[500]: 6 -1.00004 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[506]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[511]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[539]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[545]: 6 -0.999261 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[547]: 6 -2.93513e-06 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[558]: 6 -0.999989 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[574]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[582]: 6 -0.999444 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[584]: 6 -1.00031 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[607]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[630]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[636]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[641]: 6 -3.78493 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[645]: 6 -0.999964 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[652]: 6 -1.24998 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[658]: 6 -0.997747 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[661]: 6 -0.999594 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[681]: 6 -0.999688 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[694]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1031]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1032]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1041]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1086]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1088]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1101]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1187]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1241]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1249]: 6 -0.75 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1285]: 6 -1.99989 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1305]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1313]: 6 -0.875001 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1341]: 6 -1.00001 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1347]: 6 -0.000715912 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1349]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1362]: 6 -1.00001 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1398]: 6 -0.983326 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1416]: 6 0 4.00008 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1434]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1449]: 6 -1.00036 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1455]: 6 -0.999912 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1456]: 6 -0.999646 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1467]: 6 -0.992196 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1482]: 6 -0.999997 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1487]: 6 -0.99994 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1498]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1502]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1503]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1514]: 6 -0.998629 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1545]: 6 -1.24937 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1556]: 6 -0.996098 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1559]: 6 -0.997073 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1588]: 6 -1.01845 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1592]: 6 -0.994147 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1626]: 6 -1.03122 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1631]: 6 -0.99953 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1638]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1651]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1905]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1917]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1919]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1929]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1935]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2023]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2027]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2030]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2031]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2034]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2113]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2125]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2129]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2144]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2159]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2379]: 6 -0.500001 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2428]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2459]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2465]: 6 -0.5 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2468]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2536]: 6 0 0.3125 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2679]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2791]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2795]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2833]: 6 -0.999912 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2851]: 6 -0.999981 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2933]: 6 -0.998581 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2945]: 6 -0.375 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2947]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3019]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3031]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3114]: 6 -0.999996 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3124]: 6 -0.997163 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3363]: 6 -0.999956 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3375]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3407]: 6 -1.00006 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3473]: 6 -0.992196 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3496]: 6 -1.33132 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3503]: 6 -0.993614 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3508]: 6 -0.988071 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3527]: 6 0 0.229018 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3555]: 6 -0.990067 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3557]: 6 -0.979523 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3563]: 6 -1.00098 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3568]: 6 -0.992196 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3590]: 6 -1.24984 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3669]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3677]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3782]: 6 -0.999998 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3789]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3790]: 6 -1.5 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3807]: 6 -0.99953 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3836]: 6 0 1 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3869]: 6 -1.25 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3874]: 6 -6.25103 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3889]: 6 -0.999493 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3894]: 6 -0.996098 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3900]: 6 -0.750189 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3983]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[4056]: 6 -0.75171 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
179.21/180.99	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
224.33/226.39	c #Conflicts:     461000 | #Constraints:      24587
224.33/226.39	c #Conflicts:     462000 | #Constraints:      25587
224.33/226.39	c #Conflicts:     463000 | #Constraints:      26587
224.33/226.39	c #Conflicts:     464000 | #Constraints:      27587
224.33/226.39	c #Conflicts:     465000 | #Constraints:      28587
224.33/226.39	c #Conflicts:     466000 | #Constraints:      29587
224.33/226.39	c #Conflicts:     467000 | #Constraints:      30587
224.33/226.39	c #Conflicts:     468000 | #Constraints:      31587
224.33/226.39	c #Conflicts:     469000 | #Constraints:      32587
224.33/226.39	c #Conflicts:     470000 | #Constraints:      33587
224.33/226.39	c #Conflicts:     471000 | #Constraints:      34587
224.33/226.39	c #Conflicts:     472000 | #Constraints:      35587
224.33/226.39	c #Conflicts:     473000 | #Constraints:      36587
224.33/226.39	c #Conflicts:     474000 | #Constraints:      37587
224.33/226.39	c INPROCESSING
224.33/226.39	c GARBAGE COLLECT
224.33/226.39	c #Conflicts:     475000 | #Constraints:      23975
224.33/226.39	c #Conflicts:     476000 | #Constraints:      24975
224.33/226.39	c #Conflicts:     477000 | #Constraints:      25975
224.33/226.39	c #Conflicts:     478000 | #Constraints:      26975
224.33/226.39	c #Conflicts:     479000 | #Constraints:      27975
224.33/226.39	c #Conflicts:     480000 | #Constraints:      28975
224.33/226.39	c #Conflicts:     481000 | #Constraints:      29975
224.33/226.39	c #Conflicts:     482000 | #Constraints:      30975
224.33/226.39	c #Conflicts:     483000 | #Constraints:      31975
224.33/226.39	c #Conflicts:     484000 | #Constraints:      32975
224.33/226.39	c #Conflicts:     485000 | #Constraints:      33975
224.33/226.39	c #Conflicts:     486000 | #Constraints:      34975
224.33/226.39	c #Conflicts:     487000 | #Constraints:      35975
224.33/226.39	c #Conflicts:     488000 | #Constraints:      36975
224.33/226.39	c INPROCESSING
224.33/226.39	c GARBAGE COLLECT
224.33/226.39	c #Conflicts:     489000 | #Constraints:      23644
224.33/226.39	c #Conflicts:     490000 | #Constraints:      24644
224.33/226.39	c #Conflicts:     491000 | #Constraints:      25644
224.33/226.39	c #Conflicts:     492000 | #Constraints:      26644
224.33/226.39	c #Conflicts:     493000 | #Constraints:      27644
224.33/226.39	c #Conflicts:     494000 | #Constraints:      28644
224.33/226.39	c #Conflicts:     495000 | #Constraints:      29644
224.33/226.39	c #Conflicts:     496000 | #Constraints:      30644
224.33/226.39	c #Conflicts:     497000 | #Constraints:      31644
224.33/226.39	c #Conflicts:     498000 | #Constraints:      32644
224.33/226.39	c #Conflicts:     499000 | #Constraints:      33644
224.33/226.39	c #Conflicts:     500000 | #Constraints:      34644
224.33/226.39	c #Conflicts:     501000 | #Constraints:      35644
224.33/226.39	c #Conflicts:     502000 | #Constraints:      36644
224.33/226.39	c INPROCESSING
224.33/226.39	c GARBAGE COLLECT
224.33/226.39	c #Conflicts:     503000 | #Constraints:      23424
224.33/226.39	c #Conflicts:     504000 | #Constraints:      24424
224.33/226.39	c #Conflicts:     505000 | #Constraints:      25424
224.33/226.39	c #Conflicts:     506000 | #Constraints:      26424
224.33/226.39	c #Conflicts:     507000 | #Constraints:      27424
224.33/226.39	c #Conflicts:     508000 | #Constraints:      28424
224.33/226.39	c #Conflicts:     509000 | #Constraints:      29424
224.33/226.39	c #Conflicts:     510000 | #Constraints:      30424
224.33/226.39	c #Conflicts:     511000 | #Constraints:      31424
224.33/226.39	c #Conflicts:     512000 | #Constraints:      32424
224.33/226.39	c #Conflicts:     513000 | #Constraints:      33424
224.33/226.39	c #Conflicts:     514000 | #Constraints:      34424
224.33/226.39	c #Conflicts:     515000 | #Constraints:      35424
224.33/226.39	c #Conflicts:     516000 | #Constraints:      36424
224.33/226.39	c INPROCESSING
224.33/226.39	c GARBAGE COLLECT
224.33/226.39	c #Conflicts:     517000 | #Constraints:      23107
224.33/226.39	c #Conflicts:     518000 | #Constraints:      24107
224.33/226.39	c #Conflicts:     519000 | #Constraints:      25107
224.33/226.39	c #Conflicts:     520000 | #Constraints:      26107
224.33/226.39	c #Conflicts:     521000 | #Constraints:      27107
224.33/226.39	c #Conflicts:     522000 | #Constraints:      28107
224.33/226.39	c #Conflicts:     523000 | #Constraints:      29107
224.33/226.39	c #Conflicts:     524000 | #Constraints:      30107
224.33/226.39	c #Conflicts:     525000 | #Constraints:      31107
224.33/226.39	c #Conflicts:     526000 | #Constraints:      32107
224.33/226.39	c #Conflicts:     527000 | #Constraints:      33107
224.33/226.39	c #Conflicts:     528000 | #Constraints:      34107
224.33/226.39	c #Conflicts:     529000 | #Constraints:      35107
224.33/226.39	c #Conflicts:     530000 | #Constraints:      36107
224.33/226.39	c #Conflicts:     531000 | #Constraints:      37107
224.33/226.39	c INPROCESSING
224.33/226.39	c GARBAGE COLLECT
224.33/226.39	c #Conflicts:     532000 | #Constraints:      23636
224.33/226.39	c #Conflicts:     533000 | #Constraints:      24636
224.33/226.39	c #Conflicts:     534000 | #Constraints:      25636
224.33/226.39	c #Conflicts:     535000 | #Constraints:      26636
224.33/226.39	c #Conflicts:     536000 | #Constraints:      27636
257.55/259.79	c #Conflicts:     537000 | #Constraints:      28636
257.55/259.79	c #Conflicts:     538000 | #Constraints:      29636
257.55/259.79	c #Conflicts:     539000 | #Constraints:      30636
257.55/259.79	c #Conflicts:     540000 | #Constraints:      31636
257.55/259.79	c #Conflicts:     541000 | #Constraints:      32636
257.55/259.79	c #Conflicts:     542000 | #Constraints:      33636
257.55/259.79	c #Conflicts:     543000 | #Constraints:      34636
257.55/259.79	c #Conflicts:     544000 | #Constraints:      35636
257.55/259.79	c #Conflicts:     545000 | #Constraints:      36636
257.55/259.79	c #Conflicts:     546000 | #Constraints:      37636
257.55/259.79	c INPROCESSING
257.55/259.79	c GARBAGE COLLECT
257.55/259.79	c #Conflicts:     547000 | #Constraints:      23992
257.55/259.79	c #Conflicts:     548000 | #Constraints:      24992
257.55/259.79	c #Conflicts:     549000 | #Constraints:      25992
257.55/259.79	c #Conflicts:     550000 | #Constraints:      26992
257.55/259.79	c #Conflicts:     551000 | #Constraints:      27992
257.55/259.79	c #Conflicts:     552000 | #Constraints:      28992
257.55/259.79	c #Conflicts:     553000 | #Constraints:      29992
257.55/259.79	c #Conflicts:     554000 | #Constraints:      30992
257.55/259.79	c #Conflicts:     555000 | #Constraints:      31992
257.55/259.79	c #Conflicts:     556000 | #Constraints:      32992
257.55/259.79	c #Conflicts:     557000 | #Constraints:      33992
257.55/259.79	c #Conflicts:     558000 | #Constraints:      34992
257.55/259.79	c #Conflicts:     559000 | #Constraints:      35992
257.55/259.79	c #Conflicts:     560000 | #Constraints:      36992
257.55/259.79	c #Conflicts:     561000 | #Constraints:      37992
257.55/259.79	c INPROCESSING
257.55/259.79	c GARBAGE COLLECT
257.55/259.79	c #Conflicts:     562000 | #Constraints:      24155
257.55/259.79	c #Conflicts:     563000 | #Constraints:      25155
257.55/259.79	c #Conflicts:     564000 | #Constraints:      26155
257.55/259.79	c #Conflicts:     565000 | #Constraints:      27155
257.55/259.79	c #Conflicts:     566000 | #Constraints:      28155
257.55/259.79	c #Conflicts:     567000 | #Constraints:      29155
257.55/259.79	c #Conflicts:     568000 | #Constraints:      30156
257.55/259.79	c #Conflicts:     569000 | #Constraints:      31156
257.55/259.79	c #Conflicts:     570000 | #Constraints:      32156
257.55/259.79	c #Conflicts:     571000 | #Constraints:      33156
257.55/259.79	c #Conflicts:     572000 | #Constraints:      34156
257.55/259.79	c #Conflicts:     573000 | #Constraints:      35156
257.55/259.79	c #Conflicts:     574000 | #Constraints:      36156
257.55/259.79	c #Conflicts:     575000 | #Constraints:      37156
257.55/259.79	c #Conflicts:     576000 | #Constraints:      38156
257.55/259.79	c INPROCESSING
257.55/259.79	c GARBAGE COLLECT
257.55/259.79	c #Conflicts:     577000 | #Constraints:      24184
257.55/259.79	c #Conflicts:     578000 | #Constraints:      25184
257.55/259.79	c #Conflicts:     579000 | #Constraints:      26184
257.55/259.79	c #Conflicts:     580000 | #Constraints:      27184
257.55/259.79	c #Conflicts:     581000 | #Constraints:      28184
257.55/259.79	c #Conflicts:     582000 | #Constraints:      29184
257.55/259.79	c #Conflicts:     583000 | #Constraints:      30184
257.55/259.79	c #Conflicts:     584000 | #Constraints:      31184
257.55/259.79	c #Conflicts:     585000 | #Constraints:      32184
257.55/259.79	c #Conflicts:     586000 | #Constraints:      33184
257.55/259.79	c #Conflicts:     587000 | #Constraints:      34184
257.55/259.79	c #Conflicts:     588000 | #Constraints:      35184
257.55/259.79	c #Conflicts:     589000 | #Constraints:      36184
257.55/259.79	c #Conflicts:     590000 | #Constraints:      37184
257.55/259.79	c #Conflicts:     591000 | #Constraints:      38184
257.55/259.79	c INPROCESSING
257.55/259.79	c GARBAGE COLLECT
257.55/259.79	c #Conflicts:     592000 | #Constraints:      23970
257.55/259.79	c #Conflicts:     593000 | #Constraints:      24970
257.55/259.79	c #Conflicts:     594000 | #Constraints:      25970
257.55/259.79	c #Conflicts:     595000 | #Constraints:      26970
257.55/259.79	c #Conflicts:     596000 | #Constraints:      27971
257.55/259.79	c #Conflicts:     597000 | #Constraints:      28971
257.55/259.79	c #Conflicts:     598000 | #Constraints:      29971
257.55/259.79	c #Conflicts:     599000 | #Constraints:      30971
257.55/259.79	c #Conflicts:     600000 | #Constraints:      31971
257.55/259.79	c #Conflicts:     601000 | #Constraints:      32971
257.55/259.79	c #Conflicts:     602000 | #Constraints:      33971
257.55/259.79	c #Conflicts:     603000 | #Constraints:      34971
257.55/259.79	c #Conflicts:     604000 | #Constraints:      35971
257.55/259.79	c #Conflicts:     605000 | #Constraints:      36971
257.55/259.79	c #Conflicts:     606000 | #Constraints:      37975
257.55/259.79	c #Conflicts:     607000 | #Constraints:      38975
257.55/259.79	c INPROCESSING
257.55/259.79	c GARBAGE COLLECT
257.55/259.79	c #Conflicts:     608000 | #Constraints:      24575
257.55/259.79	c #Conflicts:     609000 | #Constraints:      25575
257.55/259.79	c #Conflicts:     610000 | #Constraints:      26575
257.55/259.79	c #Conflicts:     611000 | #Constraints:      27575
257.55/259.79	c #Conflicts:     612000 | #Constraints:      28575
288.35/290.74	c #Conflicts:     613000 | #Constraints:      29575
288.35/290.74	c #Conflicts:     614000 | #Constraints:      30575
288.35/290.74	c #Conflicts:     615000 | #Constraints:      31575
288.35/290.74	c #Conflicts:     616000 | #Constraints:      32575
288.35/290.74	c #Conflicts:     617000 | #Constraints:      33575
288.35/290.74	c #Conflicts:     618000 | #Constraints:      34575
288.35/290.74	c #Conflicts:     619000 | #Constraints:      35575
288.35/290.74	c #Conflicts:     620000 | #Constraints:      36575
288.35/290.74	c #Conflicts:     621000 | #Constraints:      37575
288.35/290.74	c #Conflicts:     622000 | #Constraints:      38575
288.35/290.74	c #Conflicts:     623000 | #Constraints:      39575
288.35/290.74	c INPROCESSING
288.35/290.74	c GARBAGE COLLECT
288.35/290.74	c #Conflicts:     624000 | #Constraints:      24978
288.35/290.74	c #Conflicts:     625000 | #Constraints:      25978
288.35/290.74	c #Conflicts:     626000 | #Constraints:      26978
288.35/290.74	c #Conflicts:     627000 | #Constraints:      27978
288.35/290.74	c #Conflicts:     628000 | #Constraints:      28978
288.35/290.74	c #Conflicts:     629000 | #Constraints:      29978
288.35/290.74	c #Conflicts:     630000 | #Constraints:      30978
288.35/290.74	c #Conflicts:     631000 | #Constraints:      31978
288.35/290.74	c #Conflicts:     632000 | #Constraints:      32978
288.35/290.74	c #Conflicts:     633000 | #Constraints:      33978
288.35/290.74	c #Conflicts:     634000 | #Constraints:      34978
288.35/290.74	c #Conflicts:     635000 | #Constraints:      35979
288.35/290.74	c #Conflicts:     636000 | #Constraints:      36979
288.35/290.74	c #Conflicts:     637000 | #Constraints:      37979
288.35/290.74	c #Conflicts:     638000 | #Constraints:      38979
288.35/290.74	c #Conflicts:     639000 | #Constraints:      39979
288.35/290.74	c INPROCESSING
288.35/290.74	c GARBAGE COLLECT
288.35/290.74	c #Conflicts:     640000 | #Constraints:      25165
288.35/290.74	c #Conflicts:     641000 | #Constraints:      26165
288.35/290.74	c #Conflicts:     642000 | #Constraints:      27165
288.35/290.74	c #Conflicts:     643000 | #Constraints:      28165
288.35/290.74	c #Conflicts:     644000 | #Constraints:      29165
288.35/290.74	c #Conflicts:     645000 | #Constraints:      30239
288.35/290.74	c #Conflicts:     646000 | #Constraints:      31239
288.35/290.74	c #Conflicts:     647000 | #Constraints:      32239
288.35/290.74	c #Conflicts:     648000 | #Constraints:      33239
288.35/290.74	c #Conflicts:     649000 | #Constraints:      34239
288.35/290.74	c #Conflicts:     650000 | #Constraints:      35239
288.35/290.74	c #Conflicts:     651000 | #Constraints:      36239
288.35/290.74	c #Conflicts:     652000 | #Constraints:      37239
288.35/290.74	c #Conflicts:     653000 | #Constraints:      38239
288.35/290.74	c #Conflicts:     654000 | #Constraints:      39239
288.35/290.74	c #Conflicts:     655000 | #Constraints:      40239
288.35/290.74	c INPROCESSING
288.35/290.74	c GARBAGE COLLECT
288.35/290.74	c #Conflicts:     656000 | #Constraints:      25210
288.35/290.74	c #Conflicts:     657000 | #Constraints:      26210
288.35/290.74	c #Conflicts:     658000 | #Constraints:      27210
288.35/290.74	c #Conflicts:     659000 | #Constraints:      28210
288.35/290.74	c #Conflicts:     660000 | #Constraints:      29210
288.35/290.74	c #Conflicts:     661000 | #Constraints:      30210
288.35/290.74	c #Conflicts:     662000 | #Constraints:      31210
288.35/290.74	c #Conflicts:     663000 | #Constraints:      32211
288.35/290.74	c #Conflicts:     664000 | #Constraints:      33211
288.35/290.74	c #Conflicts:     665000 | #Constraints:      34211
288.35/290.74	c #Conflicts:     666000 | #Constraints:      35211
288.35/290.74	c #Conflicts:     667000 | #Constraints:      36211
288.35/290.74	c #Conflicts:     668000 | #Constraints:      37211
288.35/290.74	c #Conflicts:     669000 | #Constraints:      38211
288.35/290.74	c #Conflicts:     670000 | #Constraints:      39211
288.35/290.74	c #Conflicts:     671000 | #Constraints:      40211
288.35/290.74	c INPROCESSING
288.35/290.74	c GARBAGE COLLECT
288.35/290.74	c #Conflicts:     672000 | #Constraints:      24986
288.35/290.74	c #Conflicts:     673000 | #Constraints:      25986
288.35/290.74	c #Conflicts:     674000 | #Constraints:      26986
288.35/290.74	c #Conflicts:     675000 | #Constraints:      28176
288.35/290.74	c #Conflicts:     676000 | #Constraints:      29413
288.35/290.74	c #Conflicts:     677000 | #Constraints:      30414
288.35/290.74	c #Conflicts:     678000 | #Constraints:      31414
288.35/290.74	c #Conflicts:     679000 | #Constraints:      32414
288.35/290.74	c #Conflicts:     680000 | #Constraints:      33414
288.35/290.74	c #Conflicts:     681000 | #Constraints:      34414
288.35/290.74	c #Conflicts:     682000 | #Constraints:      35414
288.35/290.74	c #Conflicts:     683000 | #Constraints:      36414
288.35/290.74	c #Conflicts:     684000 | #Constraints:      37414
288.35/290.74	c #Conflicts:     685000 | #Constraints:      38414
288.35/290.74	c #Conflicts:     686000 | #Constraints:      39414
288.35/290.74	c #Conflicts:     687000 | #Constraints:      40414
288.35/290.74	c #Conflicts:     688000 | #Constraints:      41414
334.97/337.57	c INPROCESSING
334.97/337.57	c GARBAGE COLLECT
334.97/337.57	c #Conflicts:     689000 | #Constraints:      25771
334.97/337.57	c #Conflicts:     690000 | #Constraints:      26771
334.97/337.57	c #Conflicts:     691000 | #Constraints:      27772
334.97/337.57	c #Conflicts:     692000 | #Constraints:      28772
334.97/337.57	c #Conflicts:     693000 | #Constraints:      29772
334.97/337.57	c #Conflicts:     694000 | #Constraints:      30772
334.97/337.57	c #Conflicts:     695000 | #Constraints:      31772
334.97/337.57	c #Conflicts:     696000 | #Constraints:      32772
334.97/337.57	c #Conflicts:     697000 | #Constraints:      33772
334.97/337.57	c #Conflicts:     698000 | #Constraints:      34772
334.97/337.57	c #Conflicts:     699000 | #Constraints:      35772
334.97/337.57	c #Conflicts:     700000 | #Constraints:      36773
334.97/337.57	c #Conflicts:     701000 | #Constraints:      37773
334.97/337.57	c #Conflicts:     702000 | #Constraints:      38774
334.97/337.57	c #Conflicts:     703000 | #Constraints:      39774
334.97/337.57	c #Conflicts:     704000 | #Constraints:      40774
334.97/337.57	c #Conflicts:     705000 | #Constraints:      41786
334.97/337.57	c INPROCESSING
334.97/337.57	c GARBAGE COLLECT
334.97/337.57	c #Conflicts:     706000 | #Constraints:      26081
334.97/337.57	c #Conflicts:     707000 | #Constraints:      27081
334.97/337.57	c #Conflicts:     708000 | #Constraints:      28081
334.97/337.57	c #Conflicts:     709000 | #Constraints:      29081
334.97/337.57	c #Conflicts:     710000 | #Constraints:      30081
334.97/337.57	c #Conflicts:     711000 | #Constraints:      31081
334.97/337.57	c #Conflicts:     712000 | #Constraints:      32081
334.97/337.57	c #Conflicts:     713000 | #Constraints:      33081
334.97/337.57	c #Conflicts:     714000 | #Constraints:      34081
334.97/337.57	c #Conflicts:     715000 | #Constraints:      35081
334.97/337.57	c #Conflicts:     716000 | #Constraints:      36081
334.97/337.57	c #Conflicts:     717000 | #Constraints:      37081
334.97/337.57	c #Conflicts:     718000 | #Constraints:      38081
334.97/337.57	c #Conflicts:     719000 | #Constraints:      39081
334.97/337.57	c #Conflicts:     720000 | #Constraints:      40081
334.97/337.57	c #Conflicts:     721000 | #Constraints:      41081
334.97/337.57	c #Conflicts:     722000 | #Constraints:      42082
334.97/337.57	c INPROCESSING
334.97/337.57	c GARBAGE COLLECT
334.97/337.57	c #Conflicts:     723000 | #Constraints:      26240
334.97/337.57	c #Conflicts:     724000 | #Constraints:      27240
334.97/337.57	c #Conflicts:     725000 | #Constraints:      28240
334.97/337.57	c #Conflicts:     726000 | #Constraints:      29240
334.97/337.57	c #Conflicts:     727000 | #Constraints:      30240
334.97/337.57	c #Conflicts:     728000 | #Constraints:      31240
334.97/337.57	c #Conflicts:     729000 | #Constraints:      32240
334.97/337.57	c #Conflicts:     730000 | #Constraints:      33240
334.97/337.57	c #Conflicts:     731000 | #Constraints:      34240
334.97/337.57	c #Conflicts:     732000 | #Constraints:      35240
334.97/337.57	c #Conflicts:     733000 | #Constraints:      36240
334.97/337.57	c #Conflicts:     734000 | #Constraints:      37240
334.97/337.57	c #Conflicts:     735000 | #Constraints:      38240
334.97/337.57	c #Conflicts:     736000 | #Constraints:      39240
334.97/337.57	c #Conflicts:     737000 | #Constraints:      40241
334.97/337.57	c #Conflicts:     738000 | #Constraints:      41241
334.97/337.57	c #Conflicts:     739000 | #Constraints:      42241
334.97/337.57	c INPROCESSING
334.97/337.57	c GARBAGE COLLECT
334.97/337.57	c #Conflicts:     740000 | #Constraints:      26215
334.97/337.57	c #Conflicts:     741000 | #Constraints:      27215
334.97/337.57	c #Conflicts:     742000 | #Constraints:      28215
334.97/337.57	c #Conflicts:     743000 | #Constraints:      29215
334.97/337.57	c #Conflicts:     744000 | #Constraints:      30215
334.97/337.57	c #Conflicts:     745000 | #Constraints:      31215
334.97/337.57	c #Conflicts:     746000 | #Constraints:      32215
334.97/337.57	c #Conflicts:     747000 | #Constraints:      33215
334.97/337.57	c #Conflicts:     748000 | #Constraints:      34215
334.97/337.57	c #Conflicts:     749000 | #Constraints:      35215
334.97/337.57	c #Conflicts:     750000 | #Constraints:      36215
334.97/337.57	c #Conflicts:     751000 | #Constraints:      37216
334.97/337.57	c #Conflicts:     752000 | #Constraints:      38216
334.97/337.57	c #Conflicts:     753000 | #Constraints:      39216
334.97/337.57	c #Conflicts:     754000 | #Constraints:      40217
334.97/337.57	c #Conflicts:     755000 | #Constraints:      41217
334.97/337.57	c #Conflicts:     756000 | #Constraints:      42217
334.97/337.57	c INPROCESSING
334.97/337.57	c GARBAGE COLLECT
334.97/337.57	c #Conflicts:     757000 | #Constraints:      25988
334.97/337.57	c #Conflicts:     758000 | #Constraints:      26988
334.97/337.57	c #Conflicts:     759000 | #Constraints:      27988
334.97/337.57	c #Conflicts:     760000 | #Constraints:      28988
334.97/337.57	c #Conflicts:     761000 | #Constraints:      29988
334.97/337.57	c #Conflicts:     762000 | #Constraints:      30988
334.97/337.57	c #Conflicts:     763000 | #Constraints:      31988
334.97/337.57	c #Conflicts:     764000 | #Constraints:      32988
355.01/357.75	c #Conflicts:     765000 | #Constraints:      33988
355.01/357.75	c #Conflicts:     766000 | #Constraints:      34988
355.01/357.75	c #Conflicts:     767000 | #Constraints:      35988
355.01/357.75	c #Conflicts:     768000 | #Constraints:      36988
355.01/357.75	c #Conflicts:     769000 | #Constraints:      37988
355.01/357.75	c #Conflicts:     770000 | #Constraints:      38988
355.01/357.75	c #Conflicts:     771000 | #Constraints:      39988
355.01/357.75	c #Conflicts:     772000 | #Constraints:      40988
355.01/357.75	c #Conflicts:     773000 | #Constraints:      41988
355.01/357.75	c #Conflicts:     774000 | #Constraints:      42988
355.01/357.75	c INPROCESSING
355.01/357.75	c GARBAGE COLLECT
355.01/357.75	c #Conflicts:     775000 | #Constraints:      26555
355.01/357.75	c #Conflicts:     776000 | #Constraints:      27556
355.01/357.75	c #Conflicts:     777000 | #Constraints:      28556
355.01/357.75	c #Conflicts:     778000 | #Constraints:      29556
355.01/357.75	c #Conflicts:     779000 | #Constraints:      30556
355.01/357.75	c #Conflicts:     780000 | #Constraints:      31556
355.01/357.75	c #Conflicts:     781000 | #Constraints:      32556
355.01/357.75	c #Conflicts:     782000 | #Constraints:      33556
355.01/357.75	c #Conflicts:     783000 | #Constraints:      34556
355.01/357.75	c #Conflicts:     784000 | #Constraints:      35557
355.01/357.75	c #Conflicts:     785000 | #Constraints:      36557
355.01/357.75	c #Conflicts:     786000 | #Constraints:      37557
355.01/357.75	c #Conflicts:     787000 | #Constraints:      38558
355.01/357.75	c #Conflicts:     788000 | #Constraints:      39558
355.01/357.75	c #Conflicts:     789000 | #Constraints:      40593
355.01/357.75	c #Conflicts:     790000 | #Constraints:      41593
355.01/357.75	c #Conflicts:     791000 | #Constraints:      42593
355.01/357.75	c #Conflicts:     792000 | #Constraints:      43593
355.01/357.75	c INPROCESSING
355.01/357.75	c GARBAGE COLLECT
355.01/357.75	c #Conflicts:     793000 | #Constraints:      26995
355.01/357.75	c #Conflicts:     794000 | #Constraints:      27995
355.01/357.75	c #Conflicts:     795000 | #Constraints:      28995
355.01/357.75	c #Conflicts:     796000 | #Constraints:      29995
355.01/357.75	c #Conflicts:     797000 | #Constraints:      30995
355.01/357.75	c #Conflicts:     798000 | #Constraints:      31995
355.01/357.75	c #Conflicts:     799000 | #Constraints:      32995
355.01/357.75	c #Conflicts:     800000 | #Constraints:      33995
355.01/357.75	c #Conflicts:     801000 | #Constraints:      34995
355.01/357.75	c #Conflicts:     802000 | #Constraints:      35995
355.01/357.75	c #Conflicts:     803000 | #Constraints:      36995
355.01/357.75	c #Conflicts:     804000 | #Constraints:      37995
355.01/357.75	c #Conflicts:     805000 | #Constraints:      38996
355.01/357.75	c #Conflicts:     806000 | #Constraints:      39996
355.01/357.75	c #Conflicts:     807000 | #Constraints:      40996
355.01/357.75	c #Conflicts:     808000 | #Constraints:      41996
355.01/357.75	c #Conflicts:     809000 | #Constraints:      42996
355.01/357.75	c #Conflicts:     810000 | #Constraints:      43996
355.01/357.75	c INPROCESSING
355.01/357.75	c GARBAGE COLLECT
355.01/357.75	WSVECS04 Frhs2[1]: 6 -1.00001 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[9]: 6 -1.00002 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[18]: 6 -1.00005 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[19]: 6 -1.00004 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[22]: 6 -2.00008 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[23]: 6 0 0.236185 shouldn't be
355.01/357.75	WSVECS04 Frhs2[24]: 6 -2.88828 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[25]: 6 -6.33113 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[50]: 6 -1.00001 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[55]: 6 0 1.19929 shouldn't be
355.01/357.75	WSVECS04 Frhs2[62]: 6 -1.00005 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[65]: 6 -1.00004 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[76]: 6 -1.00007 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[77]: 6 -1.00006 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[80]: 6 -1.0001 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[84]: 6 -1.00006 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[85]: 6 -1.00002 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[87]: 6 -3.13921 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[92]: 6 -1.00005 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[93]: 6 -1.00002 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[109]: 6 -1.00001 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[111]: 6 -1.0149 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[115]: 6 -1.18052 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[118]: 6 -2.31255 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[119]: 6 0 1.19929 shouldn't be
355.01/357.75	WSVECS04 Frhs2[123]: 6 -1.84693 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[129]: 6 -1.00008 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[130]: 6 -1.00007 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[142]: 6 -0.995817 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[144]: 6 -0.983119 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[145]: 6 -1.00004 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[151]: 6 -1.90317 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[163]: 6 -1.00004 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[206]: 6 -1.00005 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[209]: 6 -1.00005 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[212]: 6 -1.27077 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[213]: 6 -1.00002 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[233]: 6 -1.00002 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[237]: 6 -1.00004 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[242]: 6 -1.00001 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[267]: 6 -1.00002 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[273]: 6 -1.00004 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[283]: 6 -1.00005 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[284]: 6 -1.00001 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[303]: 6 -1.01698 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[306]: 6 -1.00001 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[307]: 6 -1.18054 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[319]: 6 -1.00005 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[320]: 6 -1.25004 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[330]: 6 -1.00002 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[331]: 6 -1.00009 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[334]: 6 -1.0043 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[351]: 6 -1.00006 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
355.01/357.75	WSVECS04 Frhs2[355]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[362]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[395]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[401]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[402]: 6 -1.06773 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[404]: 6 -1.27074 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[427]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[428]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[429]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[433]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[434]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[437]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[464]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[481]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[491]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[495]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[497]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[514]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[521]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[529]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[536]: 6 -2.88829 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[542]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[553]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[557]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[560]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[561]: 6 -1.0226 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[576]: 6 -1.25008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[577]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[590]: 6 -1.0043 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[591]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[592]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[597]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[605]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[606]: 6 0 0.250057 shouldn't be
355.01/357.76	WSVECS04 Frhs2[608]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[611]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[621]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[631]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[632]: 6 -2.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[635]: 6 -1.84694 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[646]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[666]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[673]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[685]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[688]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[695]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[911]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[931]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[941]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[981]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[982]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[994]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[997]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1009]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1029]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1031]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1041]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1042]: 6 -1.02119 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1044]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1046]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1049]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1056]: 6 -1.31257 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1057]: 6 -1.25005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1058]: 6 -1.25002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1059]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1063]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1064]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1065]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1068]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1069]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1071]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1075]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1079]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1083]: 6 -1.32232 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1085]: 6 -1.28913 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1087]: 6 -1.31253 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1093]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1095]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1101]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1104]: 6 -1.0127 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1118]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1120]: 6 -1.31251 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1124]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1131]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1139]: 6 -1.9483 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1147]: 6 -2.25003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1148]: 6 -2.14456 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1149]: 6 -2.28914 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1150]: 6 -2.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1154]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1155]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1158]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1170]: 6 -1.13542 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1186]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1194]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1204]: 6 -1.3223 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1217]: 6 -1.25008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1222]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1231]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1232]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1251]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1252]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1254]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1258]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1264]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1266]: 6 0 1.23619 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1268]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1272]: 6 -1.0601 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1275]: 6 -0.854451 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1288]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1297]: 6 -1.31253 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1310]: 6 -1.5831 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1316]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1325]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1329]: 6 -0.548522 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1330]: 6 0 0.903149 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1347]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1352]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1355]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1362]: 6 -1.33303 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1365]: 6 -1.31255 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1373]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1385]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1392]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1400]: 6 -2.27574 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1404]: 6 -1.75005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1406]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1410]: 6 -1.25007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1411]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1414]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1415]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1416]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1421]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1424]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1425]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1426]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1430]: 6 0 3.68757 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1431]: 6 -3.19924 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1432]: 6 -2.07291 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1442]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1445]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1447]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1448]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1452]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1462]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1468]: 6 -0.500094 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1472]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1482]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1483]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1488]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1495]: 6 -4.19926 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1498]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1499]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1502]: 6 -2.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1514]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1516]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1527]: 6 0 0.937574 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1528]: 6 -0.750022 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1530]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1538]: 6 0 1.25007 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1544]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1545]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1546]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1549]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1550]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1552]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1557]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1558]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1559]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1560]: 6 -2.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1562]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1565]: 6 -1.50007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1566]: 6 -1.04696 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1567]: 6 -1.09379 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1568]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1572]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1588]: 6 -1.25002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1589]: 6 -0.500076 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1590]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1592]: 6 0 0.250059 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1618]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1628]: 6 -4.12509 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1629]: 6 -3.50006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1631]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1638]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1647]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1648]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1649]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1663]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1683]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1712]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1716]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1889]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1891]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1896]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1901]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1906]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1907]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1909]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1911]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1914]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1916]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1917]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1920]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1930]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1931]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1933]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1935]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1948]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1952]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1987]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1992]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1994]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[1998]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2002]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2003]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2006]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2007]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2014]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2018]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2020]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2023]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2026]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2028]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2032]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2033]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2040]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2048]: 6 -6.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2050]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2054]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2058]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2062]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2078]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2081]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2084]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2085]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2088]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2089]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2092]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2095]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2100]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2101]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2106]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2108]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2110]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2111]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2114]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2117]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2120]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2121]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2124]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2125]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2127]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2129]: 6 -1.25009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2135]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2139]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2142]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2145]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2147]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2153]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2165]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2173]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2177]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2179]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2181]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2183]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2186]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2187]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2190]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2192]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2194]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2200]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2202]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2204]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2207]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2210]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2212]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2218]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2219]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2222]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2223]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2226]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2227]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2229]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2236]: 6 -5.25008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2241]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2242]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2243]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2245]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2253]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2257]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2263]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2274]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2278]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2279]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2282]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2283]: 6 -1.00016 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2286]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2288]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2290]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2292]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2295]: 6 -1.00432 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2298]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2299]: 6 -1.01697 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2302]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2303]: 6 -1.06776 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2306]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2309]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2311]: 6 -2.08283 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2314]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2322]: 6 -9.28912 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2326]: 6 0 16.1563 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2328]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2334]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2336]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2337]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2338]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2341]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2342]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2343]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2344]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2346]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2347]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2350]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2353]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2357]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2364]: 6 -1.32818 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2366]: 6 -1.31254 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2368]: 6 -1.25007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2374]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2375]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2378]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2379]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2382]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2383]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2386]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2387]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2390]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2391]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2394]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2395]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2398]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2399]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2403]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2406]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2410]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2411]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2414]: 6 -1.25003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2426]: 6 -2.62507 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2433]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2434]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2437]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2442]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2444]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2445]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2446]: 6 -1.00854 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2447]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2448]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2450]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2451]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2460]: 6 -0.578162 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2461]: 6 -1.31254 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2462]: 6 -1.31259 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2465]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2468]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2469]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2472]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2476]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2477]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2480]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2481]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2484]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2488]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2490]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2492]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2494]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2495]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2498]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2499]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2501]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2503]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2505]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2509]: 6 -2.12509 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2511]: 6 -3.07235 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2520]: 6 -2.68754 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2530]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2537]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2540]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2545]: 6 -5.33112 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2546]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2551]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2559]: 6 -1.25005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2560]: 6 -1.25006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2562]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2564]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2565]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2568]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2569]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2572]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2573]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2576]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2577]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2580]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2581]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2584]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2586]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2587]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2590]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2593]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2596]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2599]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2602]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2603]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2606]: 6 -1.25008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2616]: 6 -1.31259 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2618]: 6 -1.25005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2628]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2629]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2630]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2632]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2634]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2649]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2656]: 6 -0.500017 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2657]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2660]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2661]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2664]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2666]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2667]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2669]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2672]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2674]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2675]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2678]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2679]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2682]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2683]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2686]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2687]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2690]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2691]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2694]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2695]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2699]: 6 -2.76392 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2702]: 6 -9.94442 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2706]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2710]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2711]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2714]: 6 -1.2501 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2720]: 6 -3.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2724]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2725]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2726]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2730]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2734]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2736]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2738]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2747]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2751]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2752]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2754]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2758]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2760]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2762]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2763]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2765]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2767]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2772]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2775]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2777]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2782]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2783]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2785]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2788]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2789]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2792]: 6 -1.31253 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2803]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2805]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2807]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2809]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2811]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2814]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2815]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2822]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2824]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2826]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2830]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2831]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2833]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2838]: 6 -0.548539 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2843]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2853]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2856]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2858]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2859]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2864]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2865]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2871]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2874]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2876]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2877]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2880]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2881]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2884]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2886]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2899]: 6 -3.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2902]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2907]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2910]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2911]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2914]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2924]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2927]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2934]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2939]: 6 -1.3282 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2946]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2947]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2950]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2952]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2956]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2958]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2959]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2961]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2964]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2965]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2968]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2970]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2974]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2975]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2978]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2980]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2981]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2984]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[2988]: 6 -1.32818 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3010]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3015]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3027]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3031]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3035]: 6 -1.70318 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3037]: 6 -0.812575 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3042]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3045]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3047]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3049]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3051]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3053]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3056]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3057]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3061]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3064]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3068]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3070]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3071]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3074]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3075]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3078]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3079]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3083]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3085]: 6 -1.17724 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3094]: 6 0 2.00004 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3100]: 6 0 2.00007 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3105]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3106]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3107]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3109]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3110]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3111]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3113]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3127]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3132]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3133]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3134]: 6 -1.25004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3137]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3139]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3141]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3143]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3145]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3147]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3149]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3151]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3154]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3158]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3159]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3161]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3162]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3163]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3166]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3167]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3169]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3172]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3176]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3177]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3182]: 6 -0.40628 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3183]: 6 -5.98888 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3188]: 6 -9.75009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3190]: 6 -14.5001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3192]: 6 -1.25001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3194]: 6 -1.25007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3210]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3226]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3232]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3234]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3238]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3239]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3242]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3246]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3248]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3250]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3254]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3256]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3258]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3262]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3265]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3267]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3270]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3271]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3274]: 6 0 2.19925 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3275]: 6 -2.42588 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3277]: 6 -7.64847 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3283]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3286]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3290]: 6 -1.25008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3291]: 6 -3.25001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3297]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3298]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3301]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3318]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3323]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3328]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3330]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3331]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3334]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3336]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3338]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3340]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3342]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3344]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3346]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3350]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3354]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3355]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3358]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3360]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3361]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3364]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3365]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3367]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3370]: 6 -1.31252 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3382]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3384]: 6 -5.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3386]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3388]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3390]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3392]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3396]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3402]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3406]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3411]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3413]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3414]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3418]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3420]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3421]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3422]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3424]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3426]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3431]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3434]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3435]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3438]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3439]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3442]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3445]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3452]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3454]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3457]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3460]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3461]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3463]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3465]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3467]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3471]: 6 -3.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3478]: 6 -8.38766 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3479]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3482]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3486]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3489]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3493]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3503]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3508]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3510]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3516]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3517]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3518]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3519]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3522]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3528]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3530]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3532]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3533]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3536]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3537]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3539]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3541]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3543]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3545]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3548]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3549]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3550]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3554]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3558]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3561]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3571]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3576]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3579]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3582]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3591]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3592]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3594]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3604]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3606]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3608]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3609]: 6 -1.25002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3610]: 6 -0.50004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3618]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3622]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3623]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3626]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3628]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3629]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3632]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3633]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3636]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3641]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3644]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3646]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3647]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3649]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3651]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3653]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3655]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3657]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3660]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3661]: 6 -3.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3664]: 6 -0.500074 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3668]: 6 -2.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3672]: 6 -5.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3673]: 6 -3.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3676]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3677]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3680]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3688]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3690]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3691]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3692]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3702]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3704]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3706]: 6 -1.25009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3713]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3715]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3720]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3728]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3732]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3735]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3738]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3739]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3741]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3751]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3754]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3758]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3760]: 6 -1.25004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3762]: 6 -1.25003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3768]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3769]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3773]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3775]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3777]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3778]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3781]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3783]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3784]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3788]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3789]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3792]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3793]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3803]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3809]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3812]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3813]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3820]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3821]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3824]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3825]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3828]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3830]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3832]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3833]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3836]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3840]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3843]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3845]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3848]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3849]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3852]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3856]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3860]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3862]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3864]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3867]: 6 -1.00001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3875]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3879]: 6 -1.0001 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3880]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3888]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3889]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3894]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3895]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3904]: 6 0 1.25005 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3909]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3911]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3913]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3916]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3920]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3926]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3929]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3931]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3933]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3936]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3937]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3939]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3941]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3944]: 6 -1.00002 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3946]: 6 -1.00005 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3948]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3954]: 6 -5.88768 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3956]: 6 -13.5 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3960]: 6 -0.81256 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3967]: 6 -5.50009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[3988]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4046]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4047]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4048]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4049]: 6 -1.00006 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4060]: 6 -1.00009 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4061]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4067]: 6 -1.00004 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4080]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4104]: 6 -1.00007 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4115]: 6 -1.00003 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4116]: 6 -1.00008 0 shouldn't be
355.01/357.76	WSVECS04 Frhs2[4117]: 6 -1.00009 0 shouldn't be
392.29/395.29	c #Conflicts:     811000 | #Constraints:      27183
392.29/395.29	c #Conflicts:     812000 | #Constraints:      28183
392.29/395.29	c #Conflicts:     813000 | #Constraints:      29183
392.29/395.29	c #Conflicts:     814000 | #Constraints:      30183
392.29/395.29	c #Conflicts:     815000 | #Constraints:      31183
392.29/395.29	c #Conflicts:     816000 | #Constraints:      32183
392.29/395.29	c #Conflicts:     817000 | #Constraints:      33183
392.29/395.29	c #Conflicts:     818000 | #Constraints:      34183
392.29/395.29	c #Conflicts:     819000 | #Constraints:      35183
392.29/395.29	c #Conflicts:     820000 | #Constraints:      36183
392.29/395.29	c #Conflicts:     821000 | #Constraints:      37184
392.29/395.29	c #Conflicts:     822000 | #Constraints:      38184
392.29/395.29	c #Conflicts:     823000 | #Constraints:      39184
392.29/395.29	c #Conflicts:     824000 | #Constraints:      40185
392.29/395.29	c #Conflicts:     825000 | #Constraints:      41185
392.29/395.29	c #Conflicts:     826000 | #Constraints:      42185
392.29/395.29	c #Conflicts:     827000 | #Constraints:      43185
392.29/395.29	c #Conflicts:     828000 | #Constraints:      44185
392.29/395.29	c INPROCESSING
392.29/395.29	c GARBAGE COLLECT
392.29/395.29	c #Conflicts:     829000 | #Constraints:      27192
392.29/395.29	c #Conflicts:     830000 | #Constraints:      28192
392.29/395.29	c #Conflicts:     831000 | #Constraints:      29192
392.29/395.29	c #Conflicts:     832000 | #Constraints:      30192
392.29/395.29	c #Conflicts:     833000 | #Constraints:      31192
392.29/395.29	c #Conflicts:     834000 | #Constraints:      32192
392.29/395.29	c #Conflicts:     835000 | #Constraints:      33192
392.29/395.29	c #Conflicts:     836000 | #Constraints:      34192
392.29/395.29	c #Conflicts:     837000 | #Constraints:      35192
392.29/395.29	c #Conflicts:     838000 | #Constraints:      36192
392.29/395.29	c #Conflicts:     839000 | #Constraints:      37192
392.29/395.29	c #Conflicts:     840000 | #Constraints:      38192
392.29/395.29	c #Conflicts:     841000 | #Constraints:      39192
392.29/395.29	c #Conflicts:     842000 | #Constraints:      40192
392.29/395.29	c #Conflicts:     843000 | #Constraints:      41192
392.29/395.29	c #Conflicts:     844000 | #Constraints:      42192
392.29/395.29	c #Conflicts:     845000 | #Constraints:      43192
392.29/395.29	c #Conflicts:     846000 | #Constraints:      44192
392.29/395.29	c INPROCESSING
392.29/395.29	c GARBAGE COLLECT
392.29/395.29	c #Conflicts:     847000 | #Constraints:      26979
392.29/395.29	c #Conflicts:     848000 | #Constraints:      27979
392.29/395.29	c #Conflicts:     849000 | #Constraints:      28979
392.29/395.29	c #Conflicts:     850000 | #Constraints:      29979
392.29/395.29	c #Conflicts:     851000 | #Constraints:      30979
392.29/395.29	c #Conflicts:     852000 | #Constraints:      31979
392.29/395.29	c #Conflicts:     853000 | #Constraints:      32979
392.29/395.29	c #Conflicts:     854000 | #Constraints:      33979
392.29/395.29	c #Conflicts:     855000 | #Constraints:      34980
392.29/395.29	c #Conflicts:     856000 | #Constraints:      35980
392.29/395.29	c #Conflicts:     857000 | #Constraints:      36980
392.29/395.29	c #Conflicts:     858000 | #Constraints:      37980
392.29/395.29	c #Conflicts:     859000 | #Constraints:      38980
392.29/395.29	c #Conflicts:     860000 | #Constraints:      39980
392.29/395.29	c #Conflicts:     861000 | #Constraints:      40980
392.29/395.29	c #Conflicts:     862000 | #Constraints:      41980
392.29/395.29	c #Conflicts:     863000 | #Constraints:      42980
392.29/395.29	c #Conflicts:     864000 | #Constraints:      43980
392.29/395.29	c #Conflicts:     865000 | #Constraints:      44981
392.29/395.29	c INPROCESSING
392.29/395.29	c GARBAGE COLLECT
392.29/395.29	c #Conflicts:     866000 | #Constraints:      27576
392.29/395.29	c #Conflicts:     867000 | #Constraints:      28576
392.29/395.29	c #Conflicts:     868000 | #Constraints:      29576
392.29/395.29	c #Conflicts:     869000 | #Constraints:      30576
392.29/395.29	c #Conflicts:     870000 | #Constraints:      31576
392.29/395.29	c #Conflicts:     871000 | #Constraints:      32576
392.29/395.29	c #Conflicts:     872000 | #Constraints:      33576
392.29/395.29	c #Conflicts:     873000 | #Constraints:      34576
392.29/395.29	c #Conflicts:     874000 | #Constraints:      35576
392.29/395.29	c #Conflicts:     875000 | #Constraints:      36576
392.29/395.29	c #Conflicts:     876000 | #Constraints:      37576
392.29/395.29	c #Conflicts:     877000 | #Constraints:      38576
392.29/395.29	c #Conflicts:     878000 | #Constraints:      39576
392.29/395.29	c #Conflicts:     879000 | #Constraints:      40576
392.29/395.29	c #Conflicts:     880000 | #Constraints:      41578
392.29/395.29	c #Conflicts:     881000 | #Constraints:      42578
392.29/395.29	c #Conflicts:     882000 | #Constraints:      43578
392.29/395.29	c #Conflicts:     883000 | #Constraints:      44579
392.29/395.29	c #Conflicts:     884000 | #Constraints:      45583
392.29/395.29	c INPROCESSING
392.29/395.29	c GARBAGE COLLECT
392.29/395.29	c #Conflicts:     885000 | #Constraints:      28037
392.29/395.29	c #Conflicts:     886000 | #Constraints:      29037
392.29/395.29	c #Conflicts:     887000 | #Constraints:      30037
433.61/436.86	c #Conflicts:     888000 | #Constraints:      31043
433.61/436.86	c #Conflicts:     889000 | #Constraints:      32044
433.61/436.86	c #Conflicts:     890000 | #Constraints:      33044
433.61/436.86	c #Conflicts:     891000 | #Constraints:      34045
433.61/436.86	c #Conflicts:     892000 | #Constraints:      35045
433.61/436.86	c #Conflicts:     893000 | #Constraints:      36045
433.61/436.86	c #Conflicts:     894000 | #Constraints:      37045
433.61/436.86	c #Conflicts:     895000 | #Constraints:      38045
433.61/436.86	c #Conflicts:     896000 | #Constraints:      39045
433.61/436.86	c #Conflicts:     897000 | #Constraints:      40045
433.61/436.86	c #Conflicts:     898000 | #Constraints:      41045
433.61/436.86	c #Conflicts:     899000 | #Constraints:      42045
433.61/436.86	c #Conflicts:     900000 | #Constraints:      43045
433.61/436.86	c #Conflicts:     901000 | #Constraints:      44045
433.61/436.86	c #Conflicts:     902000 | #Constraints:      45045
433.61/436.86	c #Conflicts:     903000 | #Constraints:      46045
433.61/436.86	c INPROCESSING
433.61/436.86	c GARBAGE COLLECT
433.61/436.86	c #Conflicts:     904000 | #Constraints:      28263
433.61/436.86	c #Conflicts:     905000 | #Constraints:      29263
433.61/436.86	c #Conflicts:     906000 | #Constraints:      30263
433.61/436.86	c #Conflicts:     907000 | #Constraints:      31264
433.61/436.86	c #Conflicts:     908000 | #Constraints:      32264
433.61/436.86	c #Conflicts:     909000 | #Constraints:      33264
433.61/436.86	c #Conflicts:     910000 | #Constraints:      34264
433.61/436.86	c #Conflicts:     911000 | #Constraints:      35264
433.61/436.86	c #Conflicts:     912000 | #Constraints:      36264
433.61/436.86	c #Conflicts:     913000 | #Constraints:      37264
433.61/436.86	c #Conflicts:     914000 | #Constraints:      38264
433.61/436.86	c #Conflicts:     915000 | #Constraints:      39264
433.61/436.86	c #Conflicts:     916000 | #Constraints:      40265
433.61/436.86	c #Conflicts:     917000 | #Constraints:      41265
433.61/436.86	c #Conflicts:     918000 | #Constraints:      42265
433.61/436.86	c #Conflicts:     919000 | #Constraints:      43265
433.61/436.86	c #Conflicts:     920000 | #Constraints:      44265
433.61/436.86	c #Conflicts:     921000 | #Constraints:      45265
433.61/436.86	c #Conflicts:     922000 | #Constraints:      46265
433.61/436.86	c INPROCESSING
433.61/436.86	c GARBAGE COLLECT
433.61/436.86	c #Conflicts:     923000 | #Constraints:      28250
433.61/436.86	c #Conflicts:     924000 | #Constraints:      29250
433.61/436.86	c #Conflicts:     925000 | #Constraints:      30250
433.61/436.86	c #Conflicts:     926000 | #Constraints:      31250
433.61/436.86	c #Conflicts:     927000 | #Constraints:      32250
433.61/436.86	c #Conflicts:     928000 | #Constraints:      33250
433.61/436.86	c #Conflicts:     929000 | #Constraints:      34250
433.61/436.86	c #Conflicts:     930000 | #Constraints:      35250
433.61/436.86	c #Conflicts:     931000 | #Constraints:      36250
433.61/436.86	c #Conflicts:     932000 | #Constraints:      37250
433.61/436.86	c #Conflicts:     933000 | #Constraints:      38250
433.61/436.86	c #Conflicts:     934000 | #Constraints:      39250
433.61/436.86	c #Conflicts:     935000 | #Constraints:      40250
433.61/436.86	c #Conflicts:     936000 | #Constraints:      41250
433.61/436.86	c #Conflicts:     937000 | #Constraints:      42250
433.61/436.86	c #Conflicts:     938000 | #Constraints:      43250
433.61/436.86	c #Conflicts:     939000 | #Constraints:      44250
433.61/436.86	c #Conflicts:     940000 | #Constraints:      45250
433.61/436.86	c #Conflicts:     941000 | #Constraints:      46250
433.61/436.86	c INPROCESSING
433.61/436.86	c GARBAGE COLLECT
433.61/436.86	c #Conflicts:     942000 | #Constraints:      28061
433.61/436.86	c #Conflicts:     943000 | #Constraints:      29061
433.61/436.86	c #Conflicts:     944000 | #Constraints:      30061
433.61/436.86	c #Conflicts:     945000 | #Constraints:      31061
433.61/436.86	c #Conflicts:     946000 | #Constraints:      32061
433.61/436.86	c #Conflicts:     947000 | #Constraints:      33061
433.61/436.86	c #Conflicts:     948000 | #Constraints:      34061
433.61/436.86	c #Conflicts:     949000 | #Constraints:      35061
433.61/436.86	c #Conflicts:     950000 | #Constraints:      36062
433.61/436.86	c #Conflicts:     951000 | #Constraints:      37062
433.61/436.86	c #Conflicts:     952000 | #Constraints:      38062
433.61/436.86	c #Conflicts:     953000 | #Constraints:      39062
433.61/436.86	c #Conflicts:     954000 | #Constraints:      40062
433.61/436.86	c #Conflicts:     955000 | #Constraints:      41062
433.61/436.86	c #Conflicts:     956000 | #Constraints:      42062
433.61/436.86	c #Conflicts:     957000 | #Constraints:      43062
433.61/436.86	c #Conflicts:     958000 | #Constraints:      44062
433.61/436.86	c #Conflicts:     959000 | #Constraints:      45063
433.61/436.86	c #Conflicts:     960000 | #Constraints:      46063
433.61/436.86	c #Conflicts:     961000 | #Constraints:      47063
433.61/436.86	c INPROCESSING
433.61/436.86	c GARBAGE COLLECT
433.61/436.86	c #Conflicts:     962000 | #Constraints:      28639
433.61/436.86	c #Conflicts:     963000 | #Constraints:      29639
499.33/503.07	c #Conflicts:     964000 | #Constraints:      30639
499.33/503.07	c #Conflicts:     965000 | #Constraints:      31639
499.33/503.07	c #Conflicts:     966000 | #Constraints:      32639
499.33/503.07	c #Conflicts:     967000 | #Constraints:      33639
499.33/503.07	c #Conflicts:     968000 | #Constraints:      34639
499.33/503.07	c #Conflicts:     969000 | #Constraints:      35639
499.33/503.07	c #Conflicts:     970000 | #Constraints:      36639
499.33/503.07	c #Conflicts:     971000 | #Constraints:      37639
499.33/503.07	c #Conflicts:     972000 | #Constraints:      38639
499.33/503.07	c #Conflicts:     973000 | #Constraints:      39639
499.33/503.07	c #Conflicts:     974000 | #Constraints:      40640
499.33/503.07	c #Conflicts:     975000 | #Constraints:      41640
499.33/503.07	c #Conflicts:     976000 | #Constraints:      42640
499.33/503.07	c #Conflicts:     977000 | #Constraints:      43640
499.33/503.07	c #Conflicts:     978000 | #Constraints:      44640
499.33/503.07	c #Conflicts:     979000 | #Constraints:      45640
499.33/503.07	c #Conflicts:     980000 | #Constraints:      46640
499.33/503.07	c #Conflicts:     981000 | #Constraints:      47640
499.33/503.07	c INPROCESSING
499.33/503.07	c GARBAGE COLLECT
499.33/503.07	c #Conflicts:     982000 | #Constraints:      29041
499.33/503.07	c #Conflicts:     983000 | #Constraints:      30042
499.33/503.07	c #Conflicts:     984000 | #Constraints:      31042
499.33/503.07	c #Conflicts:     985000 | #Constraints:      32042
499.33/503.07	c #Conflicts:     986000 | #Constraints:      33042
499.33/503.07	c #Conflicts:     987000 | #Constraints:      34050
499.33/503.07	c #Conflicts:     988000 | #Constraints:      35055
499.33/503.07	c #Conflicts:     989000 | #Constraints:      36055
499.33/503.07	c #Conflicts:     990000 | #Constraints:      37055
499.33/503.07	c #Conflicts:     991000 | #Constraints:      38055
499.33/503.07	c #Conflicts:     992000 | #Constraints:      39055
499.33/503.07	c #Conflicts:     993000 | #Constraints:      40055
499.33/503.07	c #Conflicts:     994000 | #Constraints:      41056
499.33/503.07	c #Conflicts:     995000 | #Constraints:      42056
499.33/503.07	c #Conflicts:     996000 | #Constraints:      43056
499.33/503.07	c #Conflicts:     997000 | #Constraints:      44056
499.33/503.07	c #Conflicts:     998000 | #Constraints:      45056
499.33/503.07	c #Conflicts:     999000 | #Constraints:      46056
499.33/503.07	c #Conflicts:    1000000 | #Constraints:      47056
499.33/503.07	c #Conflicts:    1001000 | #Constraints:      48056
499.33/503.07	c INPROCESSING
499.33/503.07	c GARBAGE COLLECT
499.33/503.07	c #Conflicts:    1002000 | #Constraints:      29257
499.33/503.07	c #Conflicts:    1003000 | #Constraints:      30257
499.33/503.07	c #Conflicts:    1004000 | #Constraints:      31257
499.33/503.07	c #Conflicts:    1005000 | #Constraints:      32257
499.33/503.07	c #Conflicts:    1006000 | #Constraints:      33257
499.33/503.07	c #Conflicts:    1007000 | #Constraints:      34257
499.33/503.07	c #Conflicts:    1008000 | #Constraints:      35257
499.33/503.07	c #Conflicts:    1009000 | #Constraints:      36257
499.33/503.07	c #Conflicts:    1010000 | #Constraints:      37257
499.33/503.07	c #Conflicts:    1011000 | #Constraints:      38257
499.33/503.07	c #Conflicts:    1012000 | #Constraints:      39257
499.33/503.07	c #Conflicts:    1013000 | #Constraints:      40257
499.33/503.07	c #Conflicts:    1014000 | #Constraints:      41257
499.33/503.07	c #Conflicts:    1015000 | #Constraints:      42257
499.33/503.07	c #Conflicts:    1016000 | #Constraints:      43257
499.33/503.07	c #Conflicts:    1017000 | #Constraints:      44258
499.33/503.07	c #Conflicts:    1018000 | #Constraints:      45258
499.33/503.07	c #Conflicts:    1019000 | #Constraints:      46258
499.33/503.07	c #Conflicts:    1020000 | #Constraints:      47258
499.33/503.07	c #Conflicts:    1021000 | #Constraints:      48258
499.33/503.07	c INPROCESSING
499.33/503.07	c GARBAGE COLLECT
499.33/503.07	c #Conflicts:    1022000 | #Constraints:      29219
499.33/503.07	c #Conflicts:    1023000 | #Constraints:      30219
499.33/503.07	c #Conflicts:    1024000 | #Constraints:      31219
499.33/503.07	c #Conflicts:    1025000 | #Constraints:      32219
499.33/503.07	c #Conflicts:    1026000 | #Constraints:      33219
499.33/503.07	c #Conflicts:    1027000 | #Constraints:      34219
499.33/503.07	c #Conflicts:    1028000 | #Constraints:      35219
499.33/503.07	c #Conflicts:    1029000 | #Constraints:      36219
499.33/503.07	c #Conflicts:    1030000 | #Constraints:      37219
499.33/503.07	c #Conflicts:    1031000 | #Constraints:      38219
499.33/503.07	c #Conflicts:    1032000 | #Constraints:      39220
499.33/503.07	c #Conflicts:    1033000 | #Constraints:      40220
499.33/503.07	c #Conflicts:    1034000 | #Constraints:      41220
499.33/503.07	c #Conflicts:    1035000 | #Constraints:      42220
499.33/503.07	c #Conflicts:    1036000 | #Constraints:      43220
499.33/503.07	c #Conflicts:    1037000 | #Constraints:      44220
499.33/503.07	c #Conflicts:    1038000 | #Constraints:      45220
499.33/503.07	c #Conflicts:    1039000 | #Constraints:      46221
499.33/503.07	c #Conflicts:    1040000 | #Constraints:      47221
578.35/582.43	c #Conflicts:    1041000 | #Constraints:      48221
578.35/582.43	c INPROCESSING
578.35/582.43	c GARBAGE COLLECT
578.35/582.43	c #Conflicts:    1042000 | #Constraints:      29051
578.35/582.43	c #Conflicts:    1043000 | #Constraints:      30051
578.35/582.43	c #Conflicts:    1044000 | #Constraints:      31051
578.35/582.43	c #Conflicts:    1045000 | #Constraints:      32051
578.35/582.43	c #Conflicts:    1046000 | #Constraints:      33051
578.35/582.43	c #Conflicts:    1047000 | #Constraints:      34051
578.35/582.43	c #Conflicts:    1048000 | #Constraints:      35051
578.35/582.43	c #Conflicts:    1049000 | #Constraints:      36051
578.35/582.43	c #Conflicts:    1050000 | #Constraints:      37051
578.35/582.43	c #Conflicts:    1051000 | #Constraints:      38051
578.35/582.43	c #Conflicts:    1052000 | #Constraints:      39051
578.35/582.43	c #Conflicts:    1053000 | #Constraints:      40051
578.35/582.43	c #Conflicts:    1054000 | #Constraints:      41051
578.35/582.43	c #Conflicts:    1055000 | #Constraints:      42051
578.35/582.43	c #Conflicts:    1056000 | #Constraints:      43051
578.35/582.43	c #Conflicts:    1057000 | #Constraints:      44051
578.35/582.43	c #Conflicts:    1058000 | #Constraints:      45051
578.35/582.43	c #Conflicts:    1059000 | #Constraints:      46051
578.35/582.43	c #Conflicts:    1060000 | #Constraints:      47051
578.35/582.43	c #Conflicts:    1061000 | #Constraints:      48051
578.35/582.43	c #Conflicts:    1062000 | #Constraints:      49051
578.35/582.43	c INPROCESSING
578.35/582.43	c GARBAGE COLLECT
578.35/582.43	c #Conflicts:    1063000 | #Constraints:      29634
578.35/582.43	c #Conflicts:    1064000 | #Constraints:      30634
578.35/582.43	c #Conflicts:    1065000 | #Constraints:      31634
578.35/582.43	c #Conflicts:    1066000 | #Constraints:      32634
578.35/582.43	c #Conflicts:    1067000 | #Constraints:      33634
578.35/582.43	c #Conflicts:    1068000 | #Constraints:      34634
578.35/582.43	c #Conflicts:    1069000 | #Constraints:      35634
578.35/582.43	c #Conflicts:    1070000 | #Constraints:      36635
578.35/582.43	c #Conflicts:    1071000 | #Constraints:      37635
578.35/582.43	c #Conflicts:    1072000 | #Constraints:      38635
578.35/582.43	c #Conflicts:    1073000 | #Constraints:      39635
578.35/582.43	c #Conflicts:    1074000 | #Constraints:      40635
578.35/582.43	c #Conflicts:    1075000 | #Constraints:      41635
578.35/582.43	c #Conflicts:    1076000 | #Constraints:      42635
578.35/582.43	c #Conflicts:    1077000 | #Constraints:      43636
578.35/582.43	c #Conflicts:    1078000 | #Constraints:      44638
578.35/582.43	c #Conflicts:    1079000 | #Constraints:      45638
578.35/582.43	c #Conflicts:    1080000 | #Constraints:      46638
578.35/582.43	c #Conflicts:    1081000 | #Constraints:      47638
578.35/582.43	c #Conflicts:    1082000 | #Constraints:      48642
578.35/582.43	c #Conflicts:    1083000 | #Constraints:      49642
578.35/582.43	c INPROCESSING
578.35/582.43	c GARBAGE COLLECT
578.35/582.43	c #Conflicts:    1084000 | #Constraints:      30054
578.35/582.43	c #Conflicts:    1085000 | #Constraints:      31054
578.35/582.43	c #Conflicts:    1086000 | #Constraints:      32054
578.35/582.43	c #Conflicts:    1087000 | #Constraints:      33055
578.35/582.43	c #Conflicts:    1088000 | #Constraints:      34055
578.35/582.43	c #Conflicts:    1089000 | #Constraints:      35055
578.35/582.43	c #Conflicts:    1090000 | #Constraints:      36055
578.35/582.43	c #Conflicts:    1091000 | #Constraints:      37055
578.35/582.43	c #Conflicts:    1092000 | #Constraints:      38058
578.35/582.43	c #Conflicts:    1093000 | #Constraints:      39061
578.35/582.43	c #Conflicts:    1094000 | #Constraints:      40062
578.35/582.43	c #Conflicts:    1095000 | #Constraints:      41064
578.35/582.43	c #Conflicts:    1096000 | #Constraints:      42064
578.35/582.43	c #Conflicts:    1097000 | #Constraints:      43064
578.35/582.43	c #Conflicts:    1098000 | #Constraints:      44064
578.35/582.43	c #Conflicts:    1099000 | #Constraints:      45064
578.35/582.43	c #Conflicts:    1100000 | #Constraints:      46064
578.35/582.43	c #Conflicts:    1101000 | #Constraints:      47064
578.35/582.43	c #Conflicts:    1102000 | #Constraints:      48064
578.35/582.43	c #Conflicts:    1103000 | #Constraints:      49064
578.35/582.43	c #Conflicts:    1104000 | #Constraints:      50064
578.35/582.43	c INPROCESSING
578.35/582.43	c GARBAGE COLLECT
578.35/582.43	c #Conflicts:    1105000 | #Constraints:      30258
578.35/582.43	c #Conflicts:    1106000 | #Constraints:      31258
578.35/582.43	c #Conflicts:    1107000 | #Constraints:      32258
578.35/582.43	c #Conflicts:    1108000 | #Constraints:      33259
578.35/582.43	c #Conflicts:    1109000 | #Constraints:      34259
578.35/582.43	c #Conflicts:    1110000 | #Constraints:      35259
578.35/582.43	c #Conflicts:    1111000 | #Constraints:      36259
578.35/582.43	c #Conflicts:    1112000 | #Constraints:      37259
578.35/582.43	c #Conflicts:    1113000 | #Constraints:      38259
578.35/582.43	c #Conflicts:    1114000 | #Constraints:      39270
578.35/582.43	c #Conflicts:    1115000 | #Constraints:      40271
578.35/582.43	c #Conflicts:    1116000 | #Constraints:      41271
617.18/621.51	c #Conflicts:    1117000 | #Constraints:      42271
617.18/621.51	c #Conflicts:    1118000 | #Constraints:      43271
617.18/621.51	c #Conflicts:    1119000 | #Constraints:      44271
617.18/621.51	c #Conflicts:    1120000 | #Constraints:      45271
617.18/621.51	c #Conflicts:    1121000 | #Constraints:      46271
617.18/621.51	c #Conflicts:    1122000 | #Constraints:      47271
617.18/621.51	c #Conflicts:    1123000 | #Constraints:      48271
617.18/621.51	c #Conflicts:    1124000 | #Constraints:      49271
617.18/621.51	c #Conflicts:    1125000 | #Constraints:      50271
617.18/621.51	c INPROCESSING
617.18/621.51	c GARBAGE COLLECT
617.18/621.51	c #Conflicts:    1126000 | #Constraints:      30259
617.18/621.51	c #Conflicts:    1127000 | #Constraints:      31259
617.18/621.51	c #Conflicts:    1128000 | #Constraints:      32259
617.18/621.51	c #Conflicts:    1129000 | #Constraints:      33259
617.18/621.51	c #Conflicts:    1130000 | #Constraints:      34259
617.18/621.51	c #Conflicts:    1131000 | #Constraints:      35259
617.18/621.51	c #Conflicts:    1132000 | #Constraints:      36259
617.18/621.51	c #Conflicts:    1133000 | #Constraints:      37259
617.18/621.51	c #Conflicts:    1134000 | #Constraints:      38259
617.18/621.51	c #Conflicts:    1135000 | #Constraints:      39260
617.18/621.51	c #Conflicts:    1136000 | #Constraints:      40260
617.18/621.51	c #Conflicts:    1137000 | #Constraints:      41260
617.18/621.51	c #Conflicts:    1138000 | #Constraints:      42260
617.18/621.51	c #Conflicts:    1139000 | #Constraints:      43260
617.18/621.51	c #Conflicts:    1140000 | #Constraints:      44260
617.18/621.51	c #Conflicts:    1141000 | #Constraints:      45260
617.18/621.51	c #Conflicts:    1142000 | #Constraints:      46260
617.18/621.51	c #Conflicts:    1143000 | #Constraints:      47260
617.18/621.51	c #Conflicts:    1144000 | #Constraints:      48260
617.18/621.51	c #Conflicts:    1145000 | #Constraints:      49260
617.18/621.51	c #Conflicts:    1146000 | #Constraints:      50261
617.18/621.51	c INPROCESSING
617.18/621.51	c GARBAGE COLLECT
617.18/621.51	c #Conflicts:    1147000 | #Constraints:      30039
617.18/621.51	c #Conflicts:    1148000 | #Constraints:      31095
617.18/621.51	c #Conflicts:    1149000 | #Constraints:      32096
617.18/621.51	c #Conflicts:    1150000 | #Constraints:      33096
617.18/621.51	c #Conflicts:    1151000 | #Constraints:      34096
617.18/621.51	c #Conflicts:    1152000 | #Constraints:      35096
617.18/621.51	c #Conflicts:    1153000 | #Constraints:      36096
617.18/621.51	c #Conflicts:    1154000 | #Constraints:      37096
617.18/621.51	c #Conflicts:    1155000 | #Constraints:      38096
617.18/621.51	c #Conflicts:    1156000 | #Constraints:      39096
617.18/621.51	c #Conflicts:    1157000 | #Constraints:      40096
617.18/621.51	c #Conflicts:    1158000 | #Constraints:      41096
617.18/621.51	c #Conflicts:    1159000 | #Constraints:      42096
617.18/621.51	c #Conflicts:    1160000 | #Constraints:      43096
617.18/621.51	c #Conflicts:    1161000 | #Constraints:      44097
617.18/621.51	c #Conflicts:    1162000 | #Constraints:      45097
617.18/621.51	c #Conflicts:    1163000 | #Constraints:      46097
617.18/621.51	c #Conflicts:    1164000 | #Constraints:      47097
617.18/621.51	c #Conflicts:    1165000 | #Constraints:      48097
617.18/621.51	c #Conflicts:    1166000 | #Constraints:      49097
617.18/621.51	c #Conflicts:    1167000 | #Constraints:      50097
617.18/621.51	c #Conflicts:    1168000 | #Constraints:      51097
617.18/621.51	c INPROCESSING
617.18/621.51	c GARBAGE COLLECT
617.18/621.51	c #Conflicts:    1169000 | #Constraints:      30683
617.18/621.51	c #Conflicts:    1170000 | #Constraints:      31683
617.18/621.51	c #Conflicts:    1171000 | #Constraints:      32684
617.18/621.51	c #Conflicts:    1172000 | #Constraints:      33684
617.18/621.51	c #Conflicts:    1173000 | #Constraints:      34684
617.18/621.51	c #Conflicts:    1174000 | #Constraints:      35684
617.18/621.51	c #Conflicts:    1175000 | #Constraints:      36684
617.18/621.51	c #Conflicts:    1176000 | #Constraints:      37684
617.18/621.51	c #Conflicts:    1177000 | #Constraints:      38684
617.18/621.51	c #Conflicts:    1178000 | #Constraints:      39684
617.18/621.51	c #Conflicts:    1179000 | #Constraints:      40788
617.18/621.51	c #Conflicts:    1180000 | #Constraints:      41788
617.18/621.51	c #Conflicts:    1181000 | #Constraints:      42788
617.18/621.51	c #Conflicts:    1182000 | #Constraints:      43788
617.18/621.51	c #Conflicts:    1183000 | #Constraints:      44788
617.18/621.51	c #Conflicts:    1184000 | #Constraints:      45788
617.18/621.51	c #Conflicts:    1185000 | #Constraints:      46788
617.18/621.51	c #Conflicts:    1186000 | #Constraints:      47788
617.18/621.51	c #Conflicts:    1187000 | #Constraints:      48788
617.18/621.51	c #Conflicts:    1188000 | #Constraints:      49788
617.18/621.51	c #Conflicts:    1189000 | #Constraints:      50789
617.18/621.51	c #Conflicts:    1190000 | #Constraints:      51789
617.18/621.51	c INPROCESSING
617.18/621.51	c GARBAGE COLLECT
617.18/621.51	c #Conflicts:    1191000 | #Constraints:      31118
617.18/621.51	c #Conflicts:    1192000 | #Constraints:      32118
660.48/664.94	c #Conflicts:    1193000 | #Constraints:      33118
660.48/664.94	c #Conflicts:    1194000 | #Constraints:      34118
660.48/664.94	c #Conflicts:    1195000 | #Constraints:      35118
660.48/664.94	c #Conflicts:    1196000 | #Constraints:      36118
660.48/664.94	c #Conflicts:    1197000 | #Constraints:      37118
660.48/664.94	c #Conflicts:    1198000 | #Constraints:      38118
660.48/664.94	c #Conflicts:    1199000 | #Constraints:      39118
660.48/664.94	c #Conflicts:    1200000 | #Constraints:      40118
660.48/664.94	c #Conflicts:    1201000 | #Constraints:      41118
660.48/664.94	c #Conflicts:    1202000 | #Constraints:      42119
660.48/664.94	c #Conflicts:    1203000 | #Constraints:      43120
660.48/664.94	c #Conflicts:    1204000 | #Constraints:      44120
660.48/664.94	c #Conflicts:    1205000 | #Constraints:      45120
660.48/664.94	c #Conflicts:    1206000 | #Constraints:      46120
660.48/664.94	c #Conflicts:    1207000 | #Constraints:      47120
660.48/664.94	c #Conflicts:    1208000 | #Constraints:      48120
660.48/664.94	c #Conflicts:    1209000 | #Constraints:      49120
660.48/664.94	c #Conflicts:    1210000 | #Constraints:      50120
660.48/664.94	c #Conflicts:    1211000 | #Constraints:      51120
660.48/664.94	c #Conflicts:    1212000 | #Constraints:      52120
660.48/664.94	c INPROCESSING
660.48/664.94	c GARBAGE COLLECT
660.48/664.94	c #Conflicts:    1213000 | #Constraints:      31276
660.48/664.94	c #Conflicts:    1214000 | #Constraints:      32277
660.48/664.94	c #Conflicts:    1215000 | #Constraints:      33277
660.48/664.94	c #Conflicts:    1216000 | #Constraints:      34277
660.48/664.94	c #Conflicts:    1217000 | #Constraints:      35277
660.48/664.94	c #Conflicts:    1218000 | #Constraints:      36277
660.48/664.94	c #Conflicts:    1219000 | #Constraints:      37277
660.48/664.94	c #Conflicts:    1220000 | #Constraints:      38277
660.48/664.94	c #Conflicts:    1221000 | #Constraints:      39278
660.48/664.94	c #Conflicts:    1222000 | #Constraints:      40278
660.48/664.94	c #Conflicts:    1223000 | #Constraints:      41278
660.48/664.94	c #Conflicts:    1224000 | #Constraints:      42278
660.48/664.94	c #Conflicts:    1225000 | #Constraints:      43278
660.48/664.94	c #Conflicts:    1226000 | #Constraints:      44278
660.48/664.94	c #Conflicts:    1227000 | #Constraints:      45281
660.48/664.94	c #Conflicts:    1228000 | #Constraints:      46281
660.48/664.94	c #Conflicts:    1229000 | #Constraints:      47281
660.48/664.94	c #Conflicts:    1230000 | #Constraints:      48282
660.48/664.94	c #Conflicts:    1231000 | #Constraints:      49285
660.48/664.94	c #Conflicts:    1232000 | #Constraints:      50286
660.48/664.94	c #Conflicts:    1233000 | #Constraints:      51286
660.48/664.94	c #Conflicts:    1234000 | #Constraints:      52286
660.48/664.94	c INPROCESSING
660.48/664.94	c GARBAGE COLLECT
660.48/664.94	c #Conflicts:    1235000 | #Constraints:      31246
660.48/664.94	c #Conflicts:    1236000 | #Constraints:      32246
660.48/664.94	c #Conflicts:    1237000 | #Constraints:      33246
660.48/664.94	c #Conflicts:    1238000 | #Constraints:      34246
660.48/664.94	c #Conflicts:    1239000 | #Constraints:      35246
660.48/664.94	c #Conflicts:    1240000 | #Constraints:      36246
660.48/664.94	c #Conflicts:    1241000 | #Constraints:      37246
660.48/664.94	c #Conflicts:    1242000 | #Constraints:      38246
660.48/664.94	c #Conflicts:    1243000 | #Constraints:      39246
660.48/664.94	c #Conflicts:    1244000 | #Constraints:      40246
660.48/664.94	c #Conflicts:    1245000 | #Constraints:      41246
660.48/664.94	c #Conflicts:    1246000 | #Constraints:      42246
660.48/664.94	c #Conflicts:    1247000 | #Constraints:      43246
660.48/664.94	c #Conflicts:    1248000 | #Constraints:      44246
660.48/664.94	c #Conflicts:    1249000 | #Constraints:      45246
660.48/664.94	c #Conflicts:    1250000 | #Constraints:      46246
660.48/664.94	c #Conflicts:    1251000 | #Constraints:      47246
660.48/664.94	c #Conflicts:    1252000 | #Constraints:      48246
660.48/664.94	c #Conflicts:    1253000 | #Constraints:      49246
660.48/664.94	c #Conflicts:    1254000 | #Constraints:      50246
660.48/664.94	c #Conflicts:    1255000 | #Constraints:      51246
660.48/664.94	c #Conflicts:    1256000 | #Constraints:      52246
660.48/664.94	c INPROCESSING
660.48/664.94	c GARBAGE COLLECT
660.48/664.94	c #Conflicts:    1257000 | #Constraints:      31031
660.48/664.94	c #Conflicts:    1258000 | #Constraints:      32031
660.48/664.94	c #Conflicts:    1259000 | #Constraints:      33031
660.48/664.94	c #Conflicts:    1260000 | #Constraints:      34031
660.48/664.94	c #Conflicts:    1261000 | #Constraints:      35031
660.48/664.94	c #Conflicts:    1262000 | #Constraints:      36031
660.48/664.94	c #Conflicts:    1263000 | #Constraints:      37031
660.48/664.94	c #Conflicts:    1264000 | #Constraints:      38031
660.48/664.94	c #Conflicts:    1265000 | #Constraints:      39031
660.48/664.94	c #Conflicts:    1266000 | #Constraints:      40031
660.48/664.94	c #Conflicts:    1267000 | #Constraints:      41031
660.48/664.94	c #Conflicts:    1268000 | #Constraints:      42031
660.48/664.94	c #Conflicts:    1269000 | #Constraints:      43031
692.40/696.99	c #Conflicts:    1270000 | #Constraints:      44031
692.40/696.99	c #Conflicts:    1271000 | #Constraints:      45031
692.40/696.99	c #Conflicts:    1272000 | #Constraints:      46031
692.40/696.99	c #Conflicts:    1273000 | #Constraints:      47031
692.40/696.99	c #Conflicts:    1274000 | #Constraints:      48031
692.40/696.99	c #Conflicts:    1275000 | #Constraints:      49031
692.40/696.99	c #Conflicts:    1276000 | #Constraints:      50032
692.40/696.99	c #Conflicts:    1277000 | #Constraints:      51032
692.40/696.99	c #Conflicts:    1278000 | #Constraints:      52032
692.40/696.99	c #Conflicts:    1279000 | #Constraints:      53032
692.40/696.99	c INPROCESSING
692.40/696.99	c GARBAGE COLLECT
692.40/696.99	c #Conflicts:    1280000 | #Constraints:      31625
692.40/696.99	c #Conflicts:    1281000 | #Constraints:      32625
692.40/696.99	c #Conflicts:    1282000 | #Constraints:      33625
692.40/696.99	c #Conflicts:    1283000 | #Constraints:      34625
692.40/696.99	c #Conflicts:    1284000 | #Constraints:      35625
692.40/696.99	c #Conflicts:    1285000 | #Constraints:      36625
692.40/696.99	c #Conflicts:    1286000 | #Constraints:      37625
692.40/696.99	c #Conflicts:    1287000 | #Constraints:      38625
692.40/696.99	c #Conflicts:    1288000 | #Constraints:      39625
692.40/696.99	c #Conflicts:    1289000 | #Constraints:      40626
692.40/696.99	c #Conflicts:    1290000 | #Constraints:      41626
692.40/696.99	c #Conflicts:    1291000 | #Constraints:      42626
692.40/696.99	c #Conflicts:    1292000 | #Constraints:      43626
692.40/696.99	c #Conflicts:    1293000 | #Constraints:      44626
692.40/696.99	c #Conflicts:    1294000 | #Constraints:      45626
692.40/696.99	c #Conflicts:    1295000 | #Constraints:      46626
692.40/696.99	c #Conflicts:    1296000 | #Constraints:      47626
692.40/696.99	c #Conflicts:    1297000 | #Constraints:      48642
692.40/696.99	c #Conflicts:    1298000 | #Constraints:      49642
692.40/696.99	c #Conflicts:    1299000 | #Constraints:      50642
692.40/696.99	c #Conflicts:    1300000 | #Constraints:      51642
692.40/696.99	c #Conflicts:    1301000 | #Constraints:      52642
692.40/696.99	c #Conflicts:    1302000 | #Constraints:      53642
692.40/696.99	c INPROCESSING
692.40/696.99	c GARBAGE COLLECT
692.40/696.99	c #Conflicts:    1303000 | #Constraints:      32070
692.40/696.99	c #Conflicts:    1304000 | #Constraints:      33070
692.40/696.99	c #Conflicts:    1305000 | #Constraints:      34070
692.40/696.99	c #Conflicts:    1306000 | #Constraints:      35070
692.40/696.99	c #Conflicts:    1307000 | #Constraints:      36070
692.40/696.99	c #Conflicts:    1308000 | #Constraints:      37070
692.40/696.99	c #Conflicts:    1309000 | #Constraints:      38070
692.40/696.99	c #Conflicts:    1310000 | #Constraints:      39070
692.40/696.99	c #Conflicts:    1311000 | #Constraints:      40070
692.40/696.99	c #Conflicts:    1312000 | #Constraints:      41070
692.40/696.99	c #Conflicts:    1313000 | #Constraints:      42070
692.40/696.99	c #Conflicts:    1314000 | #Constraints:      43070
692.40/696.99	c #Conflicts:    1315000 | #Constraints:      44070
692.40/696.99	c #Conflicts:    1316000 | #Constraints:      45070
692.40/696.99	c #Conflicts:    1317000 | #Constraints:      46070
692.40/696.99	c #Conflicts:    1318000 | #Constraints:      47070
692.40/696.99	c #Conflicts:    1319000 | #Constraints:      48070
692.40/696.99	c #Conflicts:    1320000 | #Constraints:      49070
692.40/696.99	c #Conflicts:    1321000 | #Constraints:      50070
692.40/696.99	c #Conflicts:    1322000 | #Constraints:      51070
692.40/696.99	c #Conflicts:    1323000 | #Constraints:      52070
692.40/696.99	c #Conflicts:    1324000 | #Constraints:      53070
692.40/696.99	c #Conflicts:    1325000 | #Constraints:      54070
692.40/696.99	c INPROCESSING
692.40/696.99	c GARBAGE COLLECT
692.40/696.99	c rational objective 722.204
737.02/741.85	c #Conflicts:    1326000 | #Constraints:      32291
737.02/741.85	c #Conflicts:    1327000 | #Constraints:      33291
737.02/741.85	c #Conflicts:    1328000 | #Constraints:      34291
737.02/741.85	c #Conflicts:    1329000 | #Constraints:      35291
737.02/741.85	c #Conflicts:    1330000 | #Constraints:      36291
737.02/741.85	c #Conflicts:    1331000 | #Constraints:      37291
737.02/741.85	c #Conflicts:    1332000 | #Constraints:      38291
737.02/741.85	c #Conflicts:    1333000 | #Constraints:      39291
737.02/741.85	c #Conflicts:    1334000 | #Constraints:      40291
737.02/741.85	c #Conflicts:    1335000 | #Constraints:      41291
737.02/741.85	c #Conflicts:    1336000 | #Constraints:      42291
737.02/741.85	c #Conflicts:    1337000 | #Constraints:      43291
737.02/741.85	c #Conflicts:    1338000 | #Constraints:      44291
737.02/741.85	c #Conflicts:    1339000 | #Constraints:      45291
737.02/741.85	c #Conflicts:    1340000 | #Constraints:      46291
737.02/741.85	c #Conflicts:    1341000 | #Constraints:      47291
737.02/741.85	c #Conflicts:    1342000 | #Constraints:      48291
737.02/741.85	c #Conflicts:    1343000 | #Constraints:      49291
737.02/741.85	c #Conflicts:    1344000 | #Constraints:      50291
737.02/741.85	c #Conflicts:    1345000 | #Constraints:      51291
737.02/741.85	c #Conflicts:    1346000 | #Constraints:      52291
737.02/741.85	c #Conflicts:    1347000 | #Constraints:      53291
737.02/741.85	c #Conflicts:    1348000 | #Constraints:      54291
737.02/741.85	c INPROCESSING
737.02/741.85	c GARBAGE COLLECT
737.02/741.85	c #Conflicts:    1349000 | #Constraints:      32283
737.02/741.85	c #Conflicts:    1350000 | #Constraints:      33283
737.02/741.85	c #Conflicts:    1351000 | #Constraints:      34284
737.02/741.85	c #Conflicts:    1352000 | #Constraints:      35284
737.02/741.85	c #Conflicts:    1353000 | #Constraints:      36284
737.02/741.85	c #Conflicts:    1354000 | #Constraints:      37284
737.02/741.85	c #Conflicts:    1355000 | #Constraints:      38284
737.02/741.85	c #Conflicts:    1356000 | #Constraints:      39284
737.02/741.85	c #Conflicts:    1357000 | #Constraints:      40284
737.02/741.85	c #Conflicts:    1358000 | #Constraints:      41284
737.02/741.85	c #Conflicts:    1359000 | #Constraints:      42285
737.02/741.85	c #Conflicts:    1360000 | #Constraints:      43285
737.02/741.85	c #Conflicts:    1361000 | #Constraints:      44285
737.02/741.85	c #Conflicts:    1362000 | #Constraints:      45285
737.02/741.85	c #Conflicts:    1363000 | #Constraints:      46285
737.02/741.85	c #Conflicts:    1364000 | #Constraints:      47285
737.02/741.85	c #Conflicts:    1365000 | #Constraints:      48285
737.02/741.85	c #Conflicts:    1366000 | #Constraints:      49285
737.02/741.85	c #Conflicts:    1367000 | #Constraints:      50285
737.02/741.85	c #Conflicts:    1368000 | #Constraints:      51285
737.02/741.85	c #Conflicts:    1369000 | #Constraints:      52285
737.02/741.85	c #Conflicts:    1370000 | #Constraints:      53285
737.02/741.85	c #Conflicts:    1371000 | #Constraints:      54285
737.02/741.85	c INPROCESSING
737.02/741.85	c GARBAGE COLLECT
737.02/741.85	c #Conflicts:    1372000 | #Constraints:      32035
737.02/741.85	c #Conflicts:    1373000 | #Constraints:      33035
737.02/741.85	c #Conflicts:    1374000 | #Constraints:      34036
737.02/741.85	c #Conflicts:    1375000 | #Constraints:      35037
737.02/741.85	c #Conflicts:    1376000 | #Constraints:      36037
737.02/741.85	c #Conflicts:    1377000 | #Constraints:      37037
737.02/741.85	c #Conflicts:    1378000 | #Constraints:      38037
737.02/741.85	c #Conflicts:    1379000 | #Constraints:      39037
737.02/741.85	c #Conflicts:    1380000 | #Constraints:      40037
737.02/741.85	c #Conflicts:    1381000 | #Constraints:      41037
737.02/741.85	c #Conflicts:    1382000 | #Constraints:      42037
737.02/741.85	c #Conflicts:    1383000 | #Constraints:      43037
737.02/741.85	c #Conflicts:    1384000 | #Constraints:      44037
737.02/741.85	c #Conflicts:    1385000 | #Constraints:      45037
737.02/741.85	c #Conflicts:    1386000 | #Constraints:      46037
737.02/741.85	c #Conflicts:    1387000 | #Constraints:      47037
737.02/741.85	c #Conflicts:    1388000 | #Constraints:      48037
737.02/741.85	c #Conflicts:    1389000 | #Constraints:      49037
737.02/741.85	c #Conflicts:    1390000 | #Constraints:      50037
737.02/741.85	c #Conflicts:    1391000 | #Constraints:      51037
737.02/741.85	c #Conflicts:    1392000 | #Constraints:      52037
737.02/741.85	c #Conflicts:    1393000 | #Constraints:      53037
737.02/741.85	c #Conflicts:    1394000 | #Constraints:      54037
737.02/741.85	c #Conflicts:    1395000 | #Constraints:      55037
737.02/741.85	c INPROCESSING
737.02/741.85	c GARBAGE COLLECT
737.02/741.85	c #Conflicts:    1396000 | #Constraints:      32626
737.02/741.85	c #Conflicts:    1397000 | #Constraints:      33626
737.02/741.85	c #Conflicts:    1398000 | #Constraints:      34627
737.02/741.85	c #Conflicts:    1399000 | #Constraints:      35627
737.02/741.85	c #Conflicts:    1400000 | #Constraints:      36627
737.02/741.85	c #Conflicts:    1401000 | #Constraints:      37627
737.02/741.85	c #Conflicts:    1402000 | #Constraints:      38627
780.22/785.22	c #Conflicts:    1403000 | #Constraints:      39627
780.22/785.22	c #Conflicts:    1404000 | #Constraints:      40627
780.22/785.22	c #Conflicts:    1405000 | #Constraints:      41627
780.22/785.22	c #Conflicts:    1406000 | #Constraints:      42627
780.22/785.22	c #Conflicts:    1407000 | #Constraints:      43628
780.22/785.22	c #Conflicts:    1408000 | #Constraints:      44628
780.22/785.22	c #Conflicts:    1409000 | #Constraints:      45628
780.22/785.22	c #Conflicts:    1410000 | #Constraints:      46628
780.22/785.22	c #Conflicts:    1411000 | #Constraints:      47628
780.22/785.22	c #Conflicts:    1412000 | #Constraints:      48628
780.22/785.22	c #Conflicts:    1413000 | #Constraints:      49628
780.22/785.22	c #Conflicts:    1414000 | #Constraints:      50628
780.22/785.22	c #Conflicts:    1415000 | #Constraints:      51628
780.22/785.22	c #Conflicts:    1416000 | #Constraints:      52628
780.22/785.22	c #Conflicts:    1417000 | #Constraints:      53628
780.22/785.22	c #Conflicts:    1418000 | #Constraints:      54628
780.22/785.22	c #Conflicts:    1419000 | #Constraints:      55628
780.22/785.22	c INPROCESSING
780.22/785.22	c GARBAGE COLLECT
780.22/785.22	c #Conflicts:    1420000 | #Constraints:      33048
780.22/785.22	c #Conflicts:    1421000 | #Constraints:      34048
780.22/785.22	c #Conflicts:    1422000 | #Constraints:      35049
780.22/785.22	c #Conflicts:    1423000 | #Constraints:      36049
780.22/785.22	c #Conflicts:    1424000 | #Constraints:      37049
780.22/785.22	c #Conflicts:    1425000 | #Constraints:      38049
780.22/785.22	c #Conflicts:    1426000 | #Constraints:      39049
780.22/785.22	c #Conflicts:    1427000 | #Constraints:      40049
780.22/785.22	c #Conflicts:    1428000 | #Constraints:      41049
780.22/785.22	c #Conflicts:    1429000 | #Constraints:      42049
780.22/785.22	c #Conflicts:    1430000 | #Constraints:      43049
780.22/785.22	c #Conflicts:    1431000 | #Constraints:      44049
780.22/785.22	c #Conflicts:    1432000 | #Constraints:      45049
780.22/785.22	c #Conflicts:    1433000 | #Constraints:      46049
780.22/785.22	c #Conflicts:    1434000 | #Constraints:      47049
780.22/785.22	c #Conflicts:    1435000 | #Constraints:      48049
780.22/785.22	c #Conflicts:    1436000 | #Constraints:      49049
780.22/785.22	c #Conflicts:    1437000 | #Constraints:      50049
780.22/785.22	c #Conflicts:    1438000 | #Constraints:      51049
780.22/785.22	c #Conflicts:    1439000 | #Constraints:      52049
780.22/785.22	c #Conflicts:    1440000 | #Constraints:      53049
780.22/785.22	c #Conflicts:    1441000 | #Constraints:      54049
780.22/785.22	c #Conflicts:    1442000 | #Constraints:      55049
780.22/785.22	c #Conflicts:    1443000 | #Constraints:      56049
780.22/785.22	c INPROCESSING
780.22/785.22	c GARBAGE COLLECT
780.22/785.22	c #Conflicts:    1444000 | #Constraints:      33272
780.22/785.22	c #Conflicts:    1445000 | #Constraints:      34272
780.22/785.22	c #Conflicts:    1446000 | #Constraints:      35272
780.22/785.22	c #Conflicts:    1447000 | #Constraints:      36272
780.22/785.22	c #Conflicts:    1448000 | #Constraints:      37272
780.22/785.22	c #Conflicts:    1449000 | #Constraints:      38272
780.22/785.22	c #Conflicts:    1450000 | #Constraints:      39272
780.22/785.22	c #Conflicts:    1451000 | #Constraints:      40272
780.22/785.22	c #Conflicts:    1452000 | #Constraints:      41272
780.22/785.22	c #Conflicts:    1453000 | #Constraints:      42272
780.22/785.22	c #Conflicts:    1454000 | #Constraints:      43272
780.22/785.22	c #Conflicts:    1455000 | #Constraints:      44272
780.22/785.22	c #Conflicts:    1456000 | #Constraints:      45272
780.22/785.22	c #Conflicts:    1457000 | #Constraints:      46272
780.22/785.22	c #Conflicts:    1458000 | #Constraints:      47272
780.22/785.22	c #Conflicts:    1459000 | #Constraints:      48272
780.22/785.22	c #Conflicts:    1460000 | #Constraints:      49272
780.22/785.22	c #Conflicts:    1461000 | #Constraints:      50272
780.22/785.22	c #Conflicts:    1462000 | #Constraints:      51272
780.22/785.22	c #Conflicts:    1463000 | #Constraints:      52272
780.22/785.22	c #Conflicts:    1464000 | #Constraints:      53272
780.22/785.22	c #Conflicts:    1465000 | #Constraints:      54272
780.22/785.22	c #Conflicts:    1466000 | #Constraints:      55272
780.22/785.22	c #Conflicts:    1467000 | #Constraints:      56272
780.22/785.22	c INPROCESSING
780.22/785.22	c GARBAGE COLLECT
780.22/785.22	c #Conflicts:    1468000 | #Constraints:      33245
780.22/785.22	c #Conflicts:    1469000 | #Constraints:      34245
780.22/785.22	c #Conflicts:    1470000 | #Constraints:      35245
780.22/785.22	c #Conflicts:    1471000 | #Constraints:      36245
780.22/785.22	c #Conflicts:    1472000 | #Constraints:      37245
780.22/785.22	c #Conflicts:    1473000 | #Constraints:      38245
780.22/785.22	c #Conflicts:    1474000 | #Constraints:      39245
780.22/785.22	c #Conflicts:    1475000 | #Constraints:      40246
780.22/785.22	c #Conflicts:    1476000 | #Constraints:      41246
780.22/785.22	c #Conflicts:    1477000 | #Constraints:      42246
780.22/785.22	c #Conflicts:    1478000 | #Constraints:      43246
780.22/785.22	c #Conflicts:    1479000 | #Constraints:      44246
822.99/828.23	c #Conflicts:    1480000 | #Constraints:      45246
822.99/828.23	c #Conflicts:    1481000 | #Constraints:      46246
822.99/828.23	c #Conflicts:    1482000 | #Constraints:      47246
822.99/828.23	c #Conflicts:    1483000 | #Constraints:      48246
822.99/828.23	c #Conflicts:    1484000 | #Constraints:      49246
822.99/828.23	c #Conflicts:    1485000 | #Constraints:      50246
822.99/828.23	c #Conflicts:    1486000 | #Constraints:      51246
822.99/828.23	c #Conflicts:    1487000 | #Constraints:      52246
822.99/828.23	c #Conflicts:    1488000 | #Constraints:      53246
822.99/828.23	c #Conflicts:    1489000 | #Constraints:      54246
822.99/828.23	c #Conflicts:    1490000 | #Constraints:      55246
822.99/828.23	c #Conflicts:    1491000 | #Constraints:      56246
822.99/828.23	c INPROCESSING
822.99/828.23	c GARBAGE COLLECT
822.99/828.23	c #Conflicts:    1492000 | #Constraints:      33033
822.99/828.23	c #Conflicts:    1493000 | #Constraints:      34033
822.99/828.23	c #Conflicts:    1494000 | #Constraints:      35033
822.99/828.23	c #Conflicts:    1495000 | #Constraints:      36033
822.99/828.23	c #Conflicts:    1496000 | #Constraints:      37033
822.99/828.23	c #Conflicts:    1497000 | #Constraints:      38033
822.99/828.23	c #Conflicts:    1498000 | #Constraints:      39033
822.99/828.23	c #Conflicts:    1499000 | #Constraints:      40033
822.99/828.23	c #Conflicts:    1500000 | #Constraints:      41033
822.99/828.23	c #Conflicts:    1501000 | #Constraints:      42034
822.99/828.23	c #Conflicts:    1502000 | #Constraints:      43034
822.99/828.23	c #Conflicts:    1503000 | #Constraints:      44034
822.99/828.23	c #Conflicts:    1504000 | #Constraints:      45034
822.99/828.23	c #Conflicts:    1505000 | #Constraints:      46034
822.99/828.23	c #Conflicts:    1506000 | #Constraints:      47034
822.99/828.23	c #Conflicts:    1507000 | #Constraints:      48034
822.99/828.23	c #Conflicts:    1508000 | #Constraints:      49034
822.99/828.23	c #Conflicts:    1509000 | #Constraints:      50034
822.99/828.23	c #Conflicts:    1510000 | #Constraints:      51034
822.99/828.23	c #Conflicts:    1511000 | #Constraints:      52034
822.99/828.23	c #Conflicts:    1512000 | #Constraints:      53034
822.99/828.23	c #Conflicts:    1513000 | #Constraints:      54034
822.99/828.23	c #Conflicts:    1514000 | #Constraints:      55034
822.99/828.23	c #Conflicts:    1515000 | #Constraints:      56034
822.99/828.23	c #Conflicts:    1516000 | #Constraints:      57034
822.99/828.23	c INPROCESSING
822.99/828.23	c GARBAGE COLLECT
822.99/828.23	c #Conflicts:    1517000 | #Constraints:      33646
822.99/828.23	c #Conflicts:    1518000 | #Constraints:      34647
822.99/828.23	c #Conflicts:    1519000 | #Constraints:      35647
822.99/828.23	c #Conflicts:    1520000 | #Constraints:      36647
822.99/828.23	c #Conflicts:    1521000 | #Constraints:      37647
822.99/828.23	c #Conflicts:    1522000 | #Constraints:      38647
822.99/828.23	c #Conflicts:    1523000 | #Constraints:      39647
822.99/828.23	c #Conflicts:    1524000 | #Constraints:      40647
822.99/828.23	c #Conflicts:    1525000 | #Constraints:      41647
822.99/828.23	c #Conflicts:    1526000 | #Constraints:      42647
822.99/828.23	c #Conflicts:    1527000 | #Constraints:      43647
822.99/828.23	c #Conflicts:    1528000 | #Constraints:      44647
822.99/828.23	c #Conflicts:    1529000 | #Constraints:      45647
822.99/828.23	c #Conflicts:    1530000 | #Constraints:      46647
822.99/828.23	c #Conflicts:    1531000 | #Constraints:      47647
822.99/828.23	c #Conflicts:    1532000 | #Constraints:      48647
822.99/828.23	c #Conflicts:    1533000 | #Constraints:      49647
822.99/828.23	c #Conflicts:    1534000 | #Constraints:      50647
822.99/828.23	c #Conflicts:    1535000 | #Constraints:      51647
822.99/828.23	c #Conflicts:    1536000 | #Constraints:      52647
822.99/828.23	c #Conflicts:    1537000 | #Constraints:      53647
822.99/828.23	c #Conflicts:    1538000 | #Constraints:      54647
822.99/828.23	c #Conflicts:    1539000 | #Constraints:      55647
822.99/828.23	c #Conflicts:    1540000 | #Constraints:      56647
822.99/828.23	c #Conflicts:    1541000 | #Constraints:      57647
822.99/828.23	c INPROCESSING
822.99/828.23	c GARBAGE COLLECT
822.99/828.23	c #Conflicts:    1542000 | #Constraints:      34053
822.99/828.23	c #Conflicts:    1543000 | #Constraints:      35053
822.99/828.23	c #Conflicts:    1544000 | #Constraints:      36053
822.99/828.23	c #Conflicts:    1545000 | #Constraints:      37053
822.99/828.23	c #Conflicts:    1546000 | #Constraints:      38053
822.99/828.23	c #Conflicts:    1547000 | #Constraints:      39053
822.99/828.23	c #Conflicts:    1548000 | #Constraints:      40053
822.99/828.23	c #Conflicts:    1549000 | #Constraints:      41053
822.99/828.23	c #Conflicts:    1550000 | #Constraints:      42053
822.99/828.23	c #Conflicts:    1551000 | #Constraints:      43053
822.99/828.23	c #Conflicts:    1552000 | #Constraints:      44053
822.99/828.23	c #Conflicts:    1553000 | #Constraints:      45053
822.99/828.23	c #Conflicts:    1554000 | #Constraints:      46053
822.99/828.23	c #Conflicts:    1555000 | #Constraints:      47053
822.99/828.23	c #Conflicts:    1556000 | #Constraints:      48053
858.11/863.57	c #Conflicts:    1557000 | #Constraints:      49053
858.11/863.57	c #Conflicts:    1558000 | #Constraints:      50053
858.11/863.57	c #Conflicts:    1559000 | #Constraints:      51053
858.11/863.57	c #Conflicts:    1560000 | #Constraints:      52053
858.11/863.57	c #Conflicts:    1561000 | #Constraints:      53053
858.11/863.57	c #Conflicts:    1562000 | #Constraints:      54053
858.11/863.57	c #Conflicts:    1563000 | #Constraints:      55053
858.11/863.57	c #Conflicts:    1564000 | #Constraints:      56053
858.11/863.57	c #Conflicts:    1565000 | #Constraints:      57053
858.11/863.57	c #Conflicts:    1566000 | #Constraints:      58053
858.11/863.57	c INPROCESSING
858.11/863.57	c GARBAGE COLLECT
858.11/863.57	c #Conflicts:    1567000 | #Constraints:      34257
858.11/863.57	c #Conflicts:    1568000 | #Constraints:      35257
858.11/863.57	c #Conflicts:    1569000 | #Constraints:      36257
858.11/863.57	c #Conflicts:    1570000 | #Constraints:      37257
858.11/863.57	c #Conflicts:    1571000 | #Constraints:      38257
858.11/863.57	c #Conflicts:    1572000 | #Constraints:      39257
858.11/863.57	c #Conflicts:    1573000 | #Constraints:      40257
858.11/863.57	c #Conflicts:    1574000 | #Constraints:      41257
858.11/863.57	c #Conflicts:    1575000 | #Constraints:      42257
858.11/863.57	c #Conflicts:    1576000 | #Constraints:      43257
858.11/863.57	c #Conflicts:    1577000 | #Constraints:      44258
858.11/863.57	c #Conflicts:    1578000 | #Constraints:      45258
858.11/863.57	c #Conflicts:    1579000 | #Constraints:      46258
858.11/863.57	c #Conflicts:    1580000 | #Constraints:      47258
858.11/863.57	c #Conflicts:    1581000 | #Constraints:      48258
858.11/863.57	c #Conflicts:    1582000 | #Constraints:      49505
858.11/863.57	c #Conflicts:    1583000 | #Constraints:      50723
858.11/863.57	c #Conflicts:    1584000 | #Constraints:      51723
858.11/863.57	c #Conflicts:    1585000 | #Constraints:      52723
858.11/863.57	c #Conflicts:    1586000 | #Constraints:      53723
858.11/863.57	c #Conflicts:    1587000 | #Constraints:      54724
858.11/863.57	c #Conflicts:    1588000 | #Constraints:      55724
858.11/863.57	c #Conflicts:    1589000 | #Constraints:      56724
858.11/863.57	c #Conflicts:    1590000 | #Constraints:      57724
858.11/863.57	c #Conflicts:    1591000 | #Constraints:      58724
858.11/863.57	c INPROCESSING
858.11/863.57	c GARBAGE COLLECT
858.11/863.57	WSVECS04 Frhs2[1]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[3]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[6]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[9]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[17]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[22]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[26]: 6 -3.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[27]: 6 -2.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[42]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[60]: 6 -2.31252 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[61]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[62]: 6 -2.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[77]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[78]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[85]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[93]: 6 -6.22658 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[96]: 6 0 0.250052 shouldn't be
858.11/863.57	WSVECS04 Frhs2[98]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[99]: 6 -2.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[101]: 6 -1.18759 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[102]: 6 -2.62504 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[105]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[116]: 6 -1.0024 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[117]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[122]: 6 -2.18075 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[127]: 6 -2.50917 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[144]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[153]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[160]: 6 0 0.750041 shouldn't be
858.11/863.57	WSVECS04 Frhs2[161]: 6 0 0.662208 shouldn't be
858.11/863.57	WSVECS04 Frhs2[173]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[180]: 6 -1.00232 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[181]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[202]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[221]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[222]: 6 -2.25006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[235]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[238]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[248]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[249]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[253]: 6 -1.46882 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[254]: 6 -1.93751 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[258]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[259]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[260]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[269]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[298]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[322]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[323]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[326]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[329]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[331]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[339]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[357]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[358]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[360]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[361]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[373]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[397]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[406]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[419]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[430]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[433]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[434]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[436]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[438]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[457]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[477]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[483]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[484]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[499]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[501]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[513]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[516]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[518]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[519]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[520]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[521]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[526]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[537]: 6 0 0.328147 shouldn't be
858.11/863.57	WSVECS04 Frhs2[544]: 6 0 0.662137 shouldn't be
858.11/863.57	WSVECS04 Frhs2[550]: 6 -2.62502 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[572]: 6 0 0.312553 shouldn't be
858.11/863.57	WSVECS04 Frhs2[573]: 6 0 0.250023 shouldn't be
858.11/863.57	WSVECS04 Frhs2[586]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[595]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[608]: 6 -2.25007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[611]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[613]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[615]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[617]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[621]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[631]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[641]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[644]: 6 -1.3751 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[653]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[664]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[673]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[675]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[683]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[688]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[994]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1025]: 6 0 1.37502 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1026]: 6 -1.25004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1029]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1036]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1043]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1046]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1050]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1051]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1063]: 6 0 1.25009 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1065]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1067]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1071]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1077]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1079]: 6 0 1.13286 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1080]: 6 -1.04611 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1084]: 6 -4.98441 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1085]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1086]: 6 -3.50007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1093]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1095]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1096]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1104]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1105]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1110]: 6 -1.31257 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1113]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1114]: 6 0 0.375089 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1117]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1118]: 6 -1.31252 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1122]: 6 -1.25004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1128]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1139]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1140]: 6 -1.00464 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1141]: 6 -1.37507 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1146]: 6 -1.95905 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1158]: 6 -1.32814 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1161]: 6 -1.25006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1162]: 6 -1.25002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1163]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1176]: 6 -1.3126 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1189]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1195]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1197]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1202]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1207]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1217]: 6 -1.87504 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1222]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1227]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1236]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1240]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1245]: 6 -1.32815 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1250]: 6 -1.25006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1251]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1265]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1273]: 6 -1.31254 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1278]: 6 -1.28913 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1280]: 6 -2.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1283]: 6 -1.25009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1289]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1304]: 6 -2.31256 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1313]: 6 -4.31259 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1324]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1325]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1327]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1335]: 6 -1.32822 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1341]: 6 -2.01569 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1344]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1346]: 6 -1.25009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1347]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1355]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1366]: 6 -1.32817 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1383]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1384]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1385]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1400]: 6 0 2.24421 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1405]: 6 -0.687543 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1412]: 6 -1.31255 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1413]: 6 -0.750072 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1415]: 6 -1.25007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1422]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1431]: 6 -1.32814 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1434]: 6 -1.25982 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1435]: 6 -2.26959 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1441]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1457]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1458]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1462]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1465]: 6 0 0.332103 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1468]: 6 -0.921906 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1473]: 6 -1.25007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1478]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1485]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1488]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1489]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1492]: 6 -1.33204 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1493]: 6 -1.3653 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1496]: 6 -1.31255 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1498]: 6 -1.2501 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1499]: 6 -2.25002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1505]: 6 -1.25008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1508]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1509]: 6 -1.25006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1518]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1522]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1530]: 6 -0.8848 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1531]: 6 -0.921934 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1533]: 6 -0.0234662 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1535]: 6 -1.06258 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1539]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1540]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1542]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1545]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1546]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1549]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1552]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1554]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1557]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1558]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1560]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1563]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1564]: 6 -2.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1566]: 6 0 0.902384 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1572]: 6 -0.750073 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1579]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1588]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1590]: 6 0 1.00004 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1592]: 6 -1.25008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1606]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1611]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1619]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1631]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1638]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1648]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1649]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1650]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1651]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1679]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1683]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1712]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1889]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1894]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1898]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1902]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1906]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1911]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1914]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1916]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1917]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1920]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1921]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1927]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1930]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1931]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1933]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1937]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1940]: 6 -0.726647 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1944]: 6 -1.88545 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1945]: 6 -0.791687 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1946]: 6 0 0.416718 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1985]: 6 -7.77346 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1994]: 6 -4.25001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[1998]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2000]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2008]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2014]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2015]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2021]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2023]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2028]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2029]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2032]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2036]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2040]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2042]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2043]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2046]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2047]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2054]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2081]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2085]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2088]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2090]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2092]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2094]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2096]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2098]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2099]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2102]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2106]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2108]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2110]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2111]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2116]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2120]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2121]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2126]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2128]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2129]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2136]: 6 -9.21879 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2142]: 6 -7.50004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2143]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2151]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2152]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2161]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2165]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2167]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2176]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2180]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2181]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2184]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2185]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2188]: 6 -1.00001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2189]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2192]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2193]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2195]: 6 -1.00011 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2196]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2200]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2204]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2206]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2207]: 6 -1.00067 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2210]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2211]: 6 -1.00238 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2213]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2215]: 6 -1.00931 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2218]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2219]: 6 -1.03688 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2222]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2224]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2226]: 6 -1.31255 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2228]: 6 -2.8047 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2236]: 6 -10.0899 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2238]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2239]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2242]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2248]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2256]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2259]: 6 -1.07376 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2260]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2262]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2265]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2269]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2270]: 6 -1.25004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2273]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2275]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2277]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2279]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2281]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2285]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2291]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2295]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2304]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2305]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2308]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2311]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2313]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2318]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2320]: 6 -1.37504 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2322]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2330]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2335]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2343]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2345]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2349]: 6 -1.00002 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2352]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2356]: 6 -1.00467 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2358]: 6 -1.02774 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2361]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2363]: 6 -1.32819 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2365]: 6 -1.31251 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2366]: 6 -1.31257 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2368]: 6 -1.25007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2387]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2389]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2392]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2393]: 6 -1.00009 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2396]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2400]: 6 -1.00007 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2401]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2404]: 6 -1.00003 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2405]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2408]: 6 -1.00008 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2409]: 6 -1.00004 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2412]: 6 -1.00006 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2416]: 6 -1.66414 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2417]: 6 -1.66412 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2424]: 6 -2.68752 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2435]: 6 -1.00005 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2438]: 6 -1.0001 0 shouldn't be
858.11/863.57	WSVECS04 Frhs2[2441]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2449]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2451]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2455]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2474]: 6 -10 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2475]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2478]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2480]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2482]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2484]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2487]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2490]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2492]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2494]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2496]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2497]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2500]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2501]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2503]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2506]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2507]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2510]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2511]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2514]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2516]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2517]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2520]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2522]: 6 -1.25007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2524]: 6 -0.500047 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2527]: 6 -2.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2533]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2534]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2537]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2539]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2541]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2547]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2550]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2551]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2552]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2553]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2561]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2563]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2565]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2568]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2570]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2572]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2574]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2575]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2578]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2579]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2582]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2586]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2588]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2590]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2591]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2595]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2598]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2601]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2603]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2606]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2608]: 6 0 0.335976 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2610]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2611]: 6 -3.67192 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2614]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2615]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2618]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2623]: 6 -3.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2625]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2627]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2629]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2632]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2636]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2637]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2640]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2641]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2643]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2644]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2646]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2649]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2656]: 6 -1.25003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2657]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2660]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2661]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2664]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2665]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2667]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2669]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2672]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2673]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2676]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2679]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2682]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2685]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2688]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2689]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2692]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2693]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2695]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2697]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2704]: 6 -5.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2705]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2708]: 6 -1.32818 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2727]: 6 -1.25008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2729]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2742]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2745]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2750]: 6 -1.25003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2753]: 6 -6.62508 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2755]: 6 -3.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2770]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2771]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2774]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2775]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2778]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2779]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2784]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2785]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2788]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2790]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2791]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2793]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2796]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2797]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2800]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2802]: 6 -1.32818 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2803]: 6 -1.32814 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2817]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2818]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2819]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2832]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2834]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2837]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2843]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2846]: 6 -1.31252 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2848]: 6 -1.25005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2852]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2853]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2858]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2859]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2862]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2864]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2866]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2867]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2871]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2874]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2876]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2877]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2880]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2881]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2884]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2886]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2888]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2890]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2892]: 6 -1.33303 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2910]: 6 -2.50008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2914]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2915]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2917]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2919]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2921]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2923]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2924]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2928]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2930]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2933]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2942]: 6 -1.31252 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2946]: 6 -11.6485 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2947]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2950]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2951]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2954]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2956]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2960]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2962]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2964]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2966]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2968]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2969]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2972]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2973]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2975]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2976]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2980]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2981]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2984]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2988]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2991]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[2993]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3009]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3011]: 6 -1.31259 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3014]: 6 -1.2501 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3017]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3018]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3026]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3027]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3041]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3043]: 6 -1.31256 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3055]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3058]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3059]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3062]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3064]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3066]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3068]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3070]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3072]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3076]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3080]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3084]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3087]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3089]: 6 -0.990296 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3093]: 6 -2.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3096]: 6 -5.15633 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3098]: 6 -13.3125 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3099]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3102]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3105]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3107]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3120]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3128]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3134]: 6 -1.31255 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3135]: 6 -1.25004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3136]: 6 -1.25002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3137]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3139]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3142]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3143]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3145]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3146]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3150]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3152]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3154]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3156]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3157]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3160]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3161]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3164]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3168]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3172]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3173]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3176]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3179]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3181]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3184]: 6 -1.66414 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3202]: 6 -1.31253 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3205]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3213]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3215]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3219]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3220]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3221]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3225]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3228]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3232]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3233]: 6 -1.31254 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3242]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3243]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3246]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3248]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3250]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3251]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3254]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3255]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3258]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3262]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3263]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3265]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3267]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3269]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3271]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3275]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3280]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3286]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3287]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3290]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3291]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3296]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3297]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3298]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3299]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3301]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3303]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3307]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3309]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3313]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3320]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3324]: 6 -1.46102 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3329]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3332]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3333]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3336]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3337]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3340]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3341]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3344]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3345]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3347]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3350]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3354]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3358]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3361]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3363]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3366]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3367]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3370]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3371]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3373]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3376]: 6 -1.36525 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3405]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3414]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3423]: 6 -1.25006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3425]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3432]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3434]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3438]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3442]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3446]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3450]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3454]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3458]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3462]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3463]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3465]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3471]: 6 -0.0742475 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3473]: 6 -2.85164 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3480]: 6 -5.31252 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3497]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3508]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3515]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3521]: 6 -1.31256 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3536]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3538]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3540]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3542]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3543]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3545]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3548]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3549]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3550]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3556]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3560]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3562]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3564]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3566]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3570]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3571]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3574]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3575]: 6 -3.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3578]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3582]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3594]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3596]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3598]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3601]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3603]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3604]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3605]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3608]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3609]: 6 -1.12505 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3615]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3618]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3619]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3622]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3623]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3626]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3629]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3634]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3635]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3638]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3639]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3642]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3646]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3648]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3652]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3653]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3657]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3660]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3661]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3664]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3665]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3669]: 6 -4.06253 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3672]: 6 -5.06251 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3678]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3683]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3690]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3692]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3696]: 6 -1.0001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3699]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3705]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3706]: 6 -1.33596 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3709]: 6 -1.31252 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3713]: 6 -2.85166 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3715]: 6 -6.29692 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3719]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3720]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3723]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3728]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3732]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3733]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3736]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3740]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3742]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3744]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3745]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3748]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3752]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3753]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3756]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3760]: 6 -1.33601 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3762]: 6 -1.32821 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3777]: 6 0 0.500014 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3780]: 6 -0.500043 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3781]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3783]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3787]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3789]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3791]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3793]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3800]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3809]: 6 -4.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3812]: 6 -0.500056 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3818]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3819]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3822]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3823]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3826]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3827]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3830]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3831]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3834]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3838]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3840]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3842]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3843]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3846]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3850]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3854]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3856]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3857]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3860]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3862]: 6 -7.43755 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3864]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3868]: 6 -1.25002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3876]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3879]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3881]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3890]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3891]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3898]: 6 0 0.121124 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3905]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3908]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3912]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3913]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3916]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3920]: 6 -1.00006 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3922]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3923]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3926]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3929]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3932]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3933]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3936]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3937]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3939]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3942]: 6 -1.00001 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3944]: 6 -1.00007 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3945]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3947]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3950]: 6 -1.00008 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3952]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3958]: 6 -6.57818 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3960]: 6 -5.09377 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[3964]: 6 -4.6251 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[4011]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[4012]: 6 -1.00009 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[4014]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[4015]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[4046]: 6 -1.00005 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[4047]: 6 -1.00002 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[4048]: 6 -1.00004 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[4049]: 6 -1.00003 0 shouldn't be
858.11/863.58	WSVECS04 Frhs2[4091]: 6 0 1.00004 shouldn't be
859.10/864.51	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[96]: 6 0 0.25 shouldn't be
859.10/864.51	WSVECS04 Frhs2[99]: 6 -2 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[100]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[122]: 6 -2.18066 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[127]: 6 -2.50912 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[217]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[220]: 6 -1.03906 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[253]: 6 -1.46875 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[295]: 6 -1.25 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[298]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[414]: 6 0 0.25 shouldn't be
859.10/864.51	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[475]: 6 -1.3125 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[476]: 6 0 0.3125 shouldn't be
859.10/864.51	WSVECS04 Frhs2[490]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[531]: 6 -1.0023 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[537]: 6 0 0.328126 shouldn't be
859.10/864.51	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[570]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[572]: 6 0 0.3125 shouldn't be
859.10/864.51	WSVECS04 Frhs2[608]: 6 -2.25 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[644]: 6 -1.375 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1082]: 6 0 0.625 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1086]: 6 -3.5 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1113]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1143]: 6 -1.5 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1146]: 6 -1.95899 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1161]: 6 -1.25 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1176]: 6 -1.3125 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1207]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1236]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1280]: 6 -2 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1313]: 6 -4.3125 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1376]: 6 -1.0625 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1405]: 6 -0.6875 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1478]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1495]: 6 -1.46094 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1540]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1566]: 6 0 0.902344 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1590]: 6 0 1 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1630]: 6 0 0.46875 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1944]: 6 -1.88542 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1945]: 6 -0.791667 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1946]: 6 0 0.416667 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1985]: 6 -7.77344 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[1996]: 6 -11.5 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2120]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2121]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2133]: 6 0 1.13281 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2136]: 6 -9.21875 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2142]: 6 -7.5 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2177]: 6 -10.9219 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2195]: 6 -1.00001 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2211]: 6 -1.0023 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2215]: 6 -1.00922 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2219]: 6 -1.03687 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2228]: 6 -2.80469 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2236]: 6 -10.0898 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2320]: 6 -1.375 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2487]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2623]: 6 -3 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2704]: 6 -5 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2727]: 6 -1.25 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2802]: 6 -1.32813 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2841]: 6 -1.25 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2946]: 6 -11.6484 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3084]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3090]: 6 0 0.0195314 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3096]: 6 -5.15625 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3324]: 6 -1.46094 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3458]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3575]: 6 -3 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3666]: 6 0 1.5 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3669]: 6 -4.0625 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3713]: 6 -2.85156 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3715]: 6 -6.29688 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3815]: 6 -2 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3850]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3862]: 6 -7.4375 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3898]: 6 0 0.121094 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3960]: 6 -5.09375 0 shouldn't be
859.10/864.51	WSVECS04 Frhs2[3964]: 6 -4.625 0 shouldn't be
918.93/924.66	c #Conflicts:    1592000 | #Constraints:      34484
918.93/924.66	c #Conflicts:    1593000 | #Constraints:      35484
918.93/924.66	c #Conflicts:    1594000 | #Constraints:      36484
918.93/924.66	c #Conflicts:    1595000 | #Constraints:      37485
918.93/924.66	c #Conflicts:    1596000 | #Constraints:      38485
918.93/924.66	c #Conflicts:    1597000 | #Constraints:      39485
918.93/924.66	c #Conflicts:    1598000 | #Constraints:      40485
918.93/924.66	c #Conflicts:    1599000 | #Constraints:      41485
918.93/924.66	c #Conflicts:    1600000 | #Constraints:      42485
918.93/924.66	c #Conflicts:    1601000 | #Constraints:      43489
918.93/924.66	c #Conflicts:    1602000 | #Constraints:      44489
918.93/924.66	c #Conflicts:    1603000 | #Constraints:      45489
918.93/924.66	c #Conflicts:    1604000 | #Constraints:      46489
918.93/924.66	c #Conflicts:    1605000 | #Constraints:      47489
918.93/924.66	c #Conflicts:    1606000 | #Constraints:      48493
918.93/924.66	c #Conflicts:    1607000 | #Constraints:      49493
918.93/924.66	c #Conflicts:    1608000 | #Constraints:      50493
918.93/924.66	c #Conflicts:    1609000 | #Constraints:      51493
918.93/924.66	c #Conflicts:    1610000 | #Constraints:      52493
918.93/924.66	c #Conflicts:    1611000 | #Constraints:      53494
918.93/924.66	c #Conflicts:    1612000 | #Constraints:      54494
918.93/924.66	c #Conflicts:    1613000 | #Constraints:      55494
918.93/924.66	c #Conflicts:    1614000 | #Constraints:      56495
918.93/924.66	c #Conflicts:    1615000 | #Constraints:      57495
918.93/924.66	c #Conflicts:    1616000 | #Constraints:      58496
918.93/924.66	c INPROCESSING
918.93/924.66	c GARBAGE COLLECT
918.93/924.66	c #Conflicts:    1617000 | #Constraints:      34174
918.93/924.66	c #Conflicts:    1618000 | #Constraints:      35175
918.93/924.66	c #Conflicts:    1619000 | #Constraints:      36175
918.93/924.66	c #Conflicts:    1620000 | #Constraints:      37175
918.93/924.66	c #Conflicts:    1621000 | #Constraints:      38175
918.93/924.66	c #Conflicts:    1622000 | #Constraints:      39175
918.93/924.66	c #Conflicts:    1623000 | #Constraints:      40175
918.93/924.66	c #Conflicts:    1624000 | #Constraints:      41175
918.93/924.66	c #Conflicts:    1625000 | #Constraints:      42175
918.93/924.66	c #Conflicts:    1626000 | #Constraints:      43175
918.93/924.66	c #Conflicts:    1627000 | #Constraints:      44175
918.93/924.66	c #Conflicts:    1628000 | #Constraints:      45175
918.93/924.66	c #Conflicts:    1629000 | #Constraints:      46176
918.93/924.66	c #Conflicts:    1630000 | #Constraints:      47176
918.93/924.66	c #Conflicts:    1631000 | #Constraints:      48176
918.93/924.66	c #Conflicts:    1632000 | #Constraints:      49176
918.93/924.66	c #Conflicts:    1633000 | #Constraints:      50176
918.93/924.66	c #Conflicts:    1634000 | #Constraints:      51176
918.93/924.66	c #Conflicts:    1635000 | #Constraints:      52176
918.93/924.66	c #Conflicts:    1636000 | #Constraints:      53176
918.93/924.66	c #Conflicts:    1637000 | #Constraints:      54176
918.93/924.66	c #Conflicts:    1638000 | #Constraints:      55177
918.93/924.66	c #Conflicts:    1639000 | #Constraints:      56177
918.93/924.66	c #Conflicts:    1640000 | #Constraints:      57177
918.93/924.66	c #Conflicts:    1641000 | #Constraints:      58177
918.93/924.66	c #Conflicts:    1642000 | #Constraints:      59177
918.93/924.66	c INPROCESSING
918.93/924.66	c GARBAGE COLLECT
918.93/924.66	c #Conflicts:    1643000 | #Constraints:      34687
918.93/924.66	c #Conflicts:    1644000 | #Constraints:      35687
918.93/924.66	c #Conflicts:    1645000 | #Constraints:      36687
918.93/924.66	c #Conflicts:    1646000 | #Constraints:      37687
918.93/924.66	c #Conflicts:    1647000 | #Constraints:      38687
918.93/924.66	c #Conflicts:    1648000 | #Constraints:      39687
918.93/924.66	c #Conflicts:    1649000 | #Constraints:      40687
918.93/924.66	c #Conflicts:    1650000 | #Constraints:      41687
918.93/924.66	c #Conflicts:    1651000 | #Constraints:      42687
918.93/924.66	c #Conflicts:    1652000 | #Constraints:      43687
918.93/924.66	c #Conflicts:    1653000 | #Constraints:      44688
918.93/924.66	c #Conflicts:    1654000 | #Constraints:      45688
918.93/924.66	c #Conflicts:    1655000 | #Constraints:      46959
918.93/924.66	c #Conflicts:    1656000 | #Constraints:      47959
918.93/924.66	c #Conflicts:    1657000 | #Constraints:      48959
918.93/924.66	c #Conflicts:    1658000 | #Constraints:      49959
918.93/924.66	c #Conflicts:    1659000 | #Constraints:      50959
918.93/924.66	c #Conflicts:    1660000 | #Constraints:      51959
918.93/924.66	c #Conflicts:    1661000 | #Constraints:      52959
918.93/924.66	c #Conflicts:    1662000 | #Constraints:      53959
918.93/924.66	c #Conflicts:    1663000 | #Constraints:      54959
918.93/924.66	c #Conflicts:    1664000 | #Constraints:      55959
918.93/924.66	c #Conflicts:    1665000 | #Constraints:      56959
918.93/924.66	c #Conflicts:    1666000 | #Constraints:      57959
918.93/924.66	c #Conflicts:    1667000 | #Constraints:      58959
918.93/924.66	c #Conflicts:    1668000 | #Constraints:      59960
918.93/924.66	c INPROCESSING
918.93/924.66	c GARBAGE COLLECT
965.94/971.94	c #Conflicts:    1669000 | #Constraints:      35198
965.94/971.94	c #Conflicts:    1670000 | #Constraints:      36198
965.94/971.94	c #Conflicts:    1671000 | #Constraints:      37198
965.94/971.94	c #Conflicts:    1672000 | #Constraints:      38198
965.94/971.94	c #Conflicts:    1673000 | #Constraints:      39198
965.94/971.94	c #Conflicts:    1674000 | #Constraints:      40198
965.94/971.94	c #Conflicts:    1675000 | #Constraints:      41198
965.94/971.94	c #Conflicts:    1676000 | #Constraints:      42199
965.94/971.94	c #Conflicts:    1677000 | #Constraints:      43199
965.94/971.94	c #Conflicts:    1678000 | #Constraints:      44199
965.94/971.94	c #Conflicts:    1679000 | #Constraints:      45199
965.94/971.94	c #Conflicts:    1680000 | #Constraints:      46199
965.94/971.94	c #Conflicts:    1681000 | #Constraints:      47200
965.94/971.94	c #Conflicts:    1682000 | #Constraints:      48200
965.94/971.94	c #Conflicts:    1683000 | #Constraints:      49200
965.94/971.94	c #Conflicts:    1684000 | #Constraints:      50200
965.94/971.94	c #Conflicts:    1685000 | #Constraints:      51200
965.94/971.94	c #Conflicts:    1686000 | #Constraints:      52200
965.94/971.94	c #Conflicts:    1687000 | #Constraints:      53201
965.94/971.94	c #Conflicts:    1688000 | #Constraints:      54201
965.94/971.94	c #Conflicts:    1689000 | #Constraints:      55201
965.94/971.94	c #Conflicts:    1690000 | #Constraints:      56201
965.94/971.94	c #Conflicts:    1691000 | #Constraints:      57201
965.94/971.94	c #Conflicts:    1692000 | #Constraints:      58201
965.94/971.94	c #Conflicts:    1693000 | #Constraints:      59201
965.94/971.94	c #Conflicts:    1694000 | #Constraints:      60201
965.94/971.94	c INPROCESSING
965.94/971.94	c GARBAGE COLLECT
965.94/971.94	c #Conflicts:    1695000 | #Constraints:      35329
965.94/971.94	c #Conflicts:    1696000 | #Constraints:      36329
965.94/971.94	c #Conflicts:    1697000 | #Constraints:      37329
965.94/971.94	c #Conflicts:    1698000 | #Constraints:      38329
965.94/971.94	c #Conflicts:    1699000 | #Constraints:      39329
965.94/971.94	c #Conflicts:    1700000 | #Constraints:      40330
965.94/971.94	c #Conflicts:    1701000 | #Constraints:      41330
965.94/971.94	c #Conflicts:    1702000 | #Constraints:      42330
965.94/971.94	c #Conflicts:    1703000 | #Constraints:      43330
965.94/971.94	c #Conflicts:    1704000 | #Constraints:      44330
965.94/971.94	c #Conflicts:    1705000 | #Constraints:      45330
965.94/971.94	c #Conflicts:    1706000 | #Constraints:      46330
965.94/971.94	c #Conflicts:    1707000 | #Constraints:      47331
965.94/971.94	c #Conflicts:    1708000 | #Constraints:      48331
965.94/971.94	c #Conflicts:    1709000 | #Constraints:      49331
965.94/971.94	c #Conflicts:    1710000 | #Constraints:      50331
965.94/971.94	c #Conflicts:    1711000 | #Constraints:      51331
965.94/971.94	c #Conflicts:    1712000 | #Constraints:      52331
965.94/971.94	c #Conflicts:    1713000 | #Constraints:      53331
965.94/971.94	c #Conflicts:    1714000 | #Constraints:      54331
965.94/971.94	c #Conflicts:    1715000 | #Constraints:      55331
965.94/971.94	c #Conflicts:    1716000 | #Constraints:      56331
965.94/971.94	c #Conflicts:    1717000 | #Constraints:      57331
965.94/971.94	c #Conflicts:    1718000 | #Constraints:      58331
965.94/971.94	c #Conflicts:    1719000 | #Constraints:      59331
965.94/971.94	c #Conflicts:    1720000 | #Constraints:      60331
965.94/971.94	c INPROCESSING
965.94/971.94	c GARBAGE COLLECT
965.94/971.94	c #Conflicts:    1721000 | #Constraints:      35272
965.94/971.94	c #Conflicts:    1722000 | #Constraints:      36272
965.94/971.94	c #Conflicts:    1723000 | #Constraints:      37272
965.94/971.94	c #Conflicts:    1724000 | #Constraints:      38272
965.94/971.94	c #Conflicts:    1725000 | #Constraints:      39272
965.94/971.94	c #Conflicts:    1726000 | #Constraints:      40273
965.94/971.94	c #Conflicts:    1727000 | #Constraints:      41273
965.94/971.94	c #Conflicts:    1728000 | #Constraints:      42273
965.94/971.94	c #Conflicts:    1729000 | #Constraints:      43273
965.94/971.94	c #Conflicts:    1730000 | #Constraints:      44273
965.94/971.94	c #Conflicts:    1731000 | #Constraints:      45273
965.94/971.94	c #Conflicts:    1732000 | #Constraints:      46273
965.94/971.94	c #Conflicts:    1733000 | #Constraints:      47273
965.94/971.94	c #Conflicts:    1734000 | #Constraints:      48274
965.94/971.94	c #Conflicts:    1735000 | #Constraints:      49274
965.94/971.94	c #Conflicts:    1736000 | #Constraints:      50274
965.94/971.94	c #Conflicts:    1737000 | #Constraints:      51274
965.94/971.94	c #Conflicts:    1738000 | #Constraints:      52274
965.94/971.94	c #Conflicts:    1739000 | #Constraints:      53274
965.94/971.94	c #Conflicts:    1740000 | #Constraints:      54274
965.94/971.94	c #Conflicts:    1741000 | #Constraints:      55275
965.94/971.94	c #Conflicts:    1742000 | #Constraints:      56275
965.94/971.94	c #Conflicts:    1743000 | #Constraints:      57275
965.94/971.94	c #Conflicts:    1744000 | #Constraints:      58275
965.94/971.94	c #Conflicts:    1745000 | #Constraints:      59275
965.94/971.94	c #Conflicts:    1746000 | #Constraints:      60275
1008.51/1014.76	c INPROCESSING
1008.51/1014.76	c GARBAGE COLLECT
1008.51/1014.76	c #Conflicts:    1747000 | #Constraints:      35026
1008.51/1014.76	c #Conflicts:    1748000 | #Constraints:      36026
1008.51/1014.76	c #Conflicts:    1749000 | #Constraints:      37026
1008.51/1014.76	c #Conflicts:    1750000 | #Constraints:      38026
1008.51/1014.76	c #Conflicts:    1751000 | #Constraints:      39026
1008.51/1014.76	c #Conflicts:    1752000 | #Constraints:      40026
1008.51/1014.76	c #Conflicts:    1753000 | #Constraints:      41026
1008.51/1014.76	c #Conflicts:    1754000 | #Constraints:      42026
1008.51/1014.76	c #Conflicts:    1755000 | #Constraints:      43026
1008.51/1014.76	c #Conflicts:    1756000 | #Constraints:      44026
1008.51/1014.76	c #Conflicts:    1757000 | #Constraints:      45026
1008.51/1014.76	c #Conflicts:    1758000 | #Constraints:      46026
1008.51/1014.76	c #Conflicts:    1759000 | #Constraints:      47026
1008.51/1014.76	c #Conflicts:    1760000 | #Constraints:      48026
1008.51/1014.76	c #Conflicts:    1761000 | #Constraints:      49026
1008.51/1014.76	c #Conflicts:    1762000 | #Constraints:      50026
1008.51/1014.76	c #Conflicts:    1763000 | #Constraints:      51026
1008.51/1014.76	c #Conflicts:    1764000 | #Constraints:      52026
1008.51/1014.76	c #Conflicts:    1765000 | #Constraints:      53026
1008.51/1014.76	c #Conflicts:    1766000 | #Constraints:      54026
1008.51/1014.76	c #Conflicts:    1767000 | #Constraints:      55027
1008.51/1014.76	c #Conflicts:    1768000 | #Constraints:      56027
1008.51/1014.76	c #Conflicts:    1769000 | #Constraints:      57027
1008.51/1014.76	c #Conflicts:    1770000 | #Constraints:      58027
1008.51/1014.76	c #Conflicts:    1771000 | #Constraints:      59027
1008.51/1014.76	c #Conflicts:    1772000 | #Constraints:      60027
1008.51/1014.76	c #Conflicts:    1773000 | #Constraints:      61027
1008.51/1014.76	c INPROCESSING
1008.51/1014.76	c GARBAGE COLLECT
1008.51/1014.76	c #Conflicts:    1774000 | #Constraints:      35637
1008.51/1014.76	c #Conflicts:    1775000 | #Constraints:      36637
1008.51/1014.76	c #Conflicts:    1776000 | #Constraints:      37637
1008.51/1014.76	c #Conflicts:    1777000 | #Constraints:      38637
1008.51/1014.76	c #Conflicts:    1778000 | #Constraints:      39637
1008.51/1014.76	c #Conflicts:    1779000 | #Constraints:      40637
1008.51/1014.76	c #Conflicts:    1780000 | #Constraints:      41637
1008.51/1014.76	c #Conflicts:    1781000 | #Constraints:      42637
1008.51/1014.76	c #Conflicts:    1782000 | #Constraints:      43637
1008.51/1014.76	c #Conflicts:    1783000 | #Constraints:      44637
1008.51/1014.76	c #Conflicts:    1784000 | #Constraints:      45637
1008.51/1014.76	c #Conflicts:    1785000 | #Constraints:      46637
1008.51/1014.76	c #Conflicts:    1786000 | #Constraints:      47638
1008.51/1014.76	c #Conflicts:    1787000 | #Constraints:      48638
1008.51/1014.76	c #Conflicts:    1788000 | #Constraints:      49638
1008.51/1014.76	c #Conflicts:    1789000 | #Constraints:      50638
1008.51/1014.76	c #Conflicts:    1790000 | #Constraints:      51638
1008.51/1014.76	c #Conflicts:    1791000 | #Constraints:      52638
1008.51/1014.76	c #Conflicts:    1792000 | #Constraints:      53638
1008.51/1014.76	c #Conflicts:    1793000 | #Constraints:      54638
1008.51/1014.76	c #Conflicts:    1794000 | #Constraints:      55638
1008.51/1014.76	c #Conflicts:    1795000 | #Constraints:      56638
1008.51/1014.76	c #Conflicts:    1796000 | #Constraints:      57638
1008.51/1014.76	c #Conflicts:    1797000 | #Constraints:      58638
1008.51/1014.76	c #Conflicts:    1798000 | #Constraints:      59638
1008.51/1014.76	c #Conflicts:    1799000 | #Constraints:      60638
1008.51/1014.76	c #Conflicts:    1800000 | #Constraints:      61638
1008.51/1014.76	c INPROCESSING
1008.51/1014.76	c GARBAGE COLLECT
1008.51/1014.76	c #Conflicts:    1801000 | #Constraints:      36050
1008.51/1014.76	c #Conflicts:    1802000 | #Constraints:      37051
1008.51/1014.76	c #Conflicts:    1803000 | #Constraints:      38051
1008.51/1014.76	c #Conflicts:    1804000 | #Constraints:      39051
1008.51/1014.76	c #Conflicts:    1805000 | #Constraints:      40051
1008.51/1014.76	c #Conflicts:    1806000 | #Constraints:      41051
1008.51/1014.76	c #Conflicts:    1807000 | #Constraints:      42051
1008.51/1014.76	c #Conflicts:    1808000 | #Constraints:      43051
1008.51/1014.76	c #Conflicts:    1809000 | #Constraints:      44051
1008.51/1014.76	c #Conflicts:    1810000 | #Constraints:      45105
1008.51/1014.76	c #Conflicts:    1811000 | #Constraints:      46153
1008.51/1014.76	c #Conflicts:    1812000 | #Constraints:      47153
1008.51/1014.76	c #Conflicts:    1813000 | #Constraints:      48153
1008.51/1014.76	c #Conflicts:    1814000 | #Constraints:      49153
1008.51/1014.76	c #Conflicts:    1815000 | #Constraints:      50153
1008.51/1014.76	c #Conflicts:    1816000 | #Constraints:      51153
1008.51/1014.76	c #Conflicts:    1817000 | #Constraints:      52153
1008.51/1014.76	c #Conflicts:    1818000 | #Constraints:      53153
1008.51/1014.76	c #Conflicts:    1819000 | #Constraints:      54153
1008.51/1014.76	c #Conflicts:    1820000 | #Constraints:      55153
1008.51/1014.76	c #Conflicts:    1821000 | #Constraints:      56153
1008.51/1014.76	c #Conflicts:    1822000 | #Constraints:      57153
1008.51/1014.76	c #Conflicts:    1823000 | #Constraints:      58153
1032.64/1038.93	c #Conflicts:    1824000 | #Constraints:      59153
1032.64/1038.93	c #Conflicts:    1825000 | #Constraints:      60153
1032.64/1038.93	c #Conflicts:    1826000 | #Constraints:      61153
1032.64/1038.93	c #Conflicts:    1827000 | #Constraints:      62153
1032.64/1038.93	c INPROCESSING
1032.64/1038.93	c GARBAGE COLLECT
1032.64/1038.93	c #Conflicts:    1828000 | #Constraints:      36302
1032.64/1038.93	c #Conflicts:    1829000 | #Constraints:      37302
1032.64/1038.93	c #Conflicts:    1830000 | #Constraints:      38302
1032.64/1038.93	c #Conflicts:    1831000 | #Constraints:      39302
1032.64/1038.93	c #Conflicts:    1832000 | #Constraints:      40302
1032.64/1038.93	c #Conflicts:    1833000 | #Constraints:      41302
1032.64/1038.93	c #Conflicts:    1834000 | #Constraints:      42302
1032.64/1038.93	c #Conflicts:    1835000 | #Constraints:      43302
1032.64/1038.93	c #Conflicts:    1836000 | #Constraints:      44302
1032.64/1038.93	c #Conflicts:    1837000 | #Constraints:      45302
1032.64/1038.93	c #Conflicts:    1838000 | #Constraints:      46302
1032.64/1038.93	c #Conflicts:    1839000 | #Constraints:      47302
1032.64/1038.93	c #Conflicts:    1840000 | #Constraints:      48302
1032.64/1038.93	c #Conflicts:    1841000 | #Constraints:      49302
1032.64/1038.93	c #Conflicts:    1842000 | #Constraints:      50302
1032.64/1038.93	c #Conflicts:    1843000 | #Constraints:      51303
1032.64/1038.93	c #Conflicts:    1844000 | #Constraints:      52303
1032.64/1038.93	c #Conflicts:    1845000 | #Constraints:      53303
1032.64/1038.93	c #Conflicts:    1846000 | #Constraints:      54303
1032.64/1038.93	c #Conflicts:    1847000 | #Constraints:      55303
1032.64/1038.93	c #Conflicts:    1848000 | #Constraints:      56303
1032.64/1038.93	c #Conflicts:    1849000 | #Constraints:      57303
1032.64/1038.93	c #Conflicts:    1850000 | #Constraints:      58303
1032.64/1038.93	c #Conflicts:    1851000 | #Constraints:      59303
1032.64/1038.93	c #Conflicts:    1852000 | #Constraints:      60303
1032.64/1038.93	c #Conflicts:    1853000 | #Constraints:      61311
1032.64/1038.93	c #Conflicts:    1854000 | #Constraints:      62832
1032.64/1038.93	c INPROCESSING
1032.64/1038.93	c GARBAGE COLLECT
1032.64/1038.93	WSVECS04 Frhs2[14]: 6 -44.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[36]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[69]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[74]: 6 -0.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[76]: 6 -1.125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[86]: 6 -4 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[174]: 6 -87.5 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[175]: 6 -45.5 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[176]: 6 -2.42188 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[177]: 6 -2.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[181]: 6 -0.5 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[216]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[245]: 6 -0.8125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[283]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[303]: 6 -44.457 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[306]: 6 -0.687501 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[355]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[361]: 6 -0.656251 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[370]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[388]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[396]: 6 -1.14844 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[406]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[411]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[430]: 6 -44.3438 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[441]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[463]: 6 -44.5625 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[514]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[524]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[552]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[562]: 6 -1.3125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[565]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[598]: 6 0 0.75 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[608]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[611]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[617]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[623]: 6 -43.1875 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[655]: 6 -0.437501 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[680]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[689]: 6 -2.46875 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[931]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1034]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1038]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1040]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1057]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1058]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1061]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1093]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1101]: 6 -1.08203 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1106]: 6 -1.33203 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1134]: 6 -1.3125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1136]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1143]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1146]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1186]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1200]: 6 -1.32227 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1203]: 6 -43.4531 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1226]: 6 -1.0625 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1251]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1266]: 6 0 1.95313 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1272]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1293]: 6 -0.6875 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1296]: 6 -1.09375 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1315]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1326]: 6 -0.894532 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1327]: 6 -0.746094 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1357]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1358]: 6 -1.27149 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1368]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1369]: 6 0 1 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1382]: 6 -1.19922 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1384]: 6 -0.796875 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1388]: 6 -6 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1390]: 6 -1.35547 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1397]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1415]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1424]: 6 -2.29102 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1452]: 6 -0.953125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1462]: 6 -5 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1498]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1511]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1532]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1542]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1555]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1557]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1560]: 6 -0.500001 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1587]: 6 -0.687501 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1911]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1919]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1930]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1934]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[1952]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2007]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2029]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2031]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2097]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2123]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2135]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2151]: 6 -1.0625 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2152]: 6 -1.0625 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2211]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2214]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2287]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2442]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2486]: 6 -1.34375 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2492]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2498]: 6 0 1 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2536]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2544]: 6 -1.33203 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2548]: 6 -1.3125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2575]: 6 -0.5 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2588]: 6 -1.33203 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2611]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2685]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2692]: 6 -1.3125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2768]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2835]: 6 -0.812501 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2890]: 6 -8 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2975]: 6 -5.84375 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2989]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3019]: 6 -0.881836 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3058]: 6 -1.125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3070]: 6 -8.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3101]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3116]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3152]: 6 -1.3125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3162]: 6 -0.500001 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3165]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3169]: 6 -5.5625 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3213]: 6 -1.32813 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3221]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3253]: 6 -3.33203 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3273]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3279]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3347]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3361]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3448]: 6 -1.125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3456]: 6 -6.3125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3479]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3501]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3542]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3551]: 6 -2 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3556]: 6 -1.3125 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3563]: 6 -0.5 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3637]: 6 -5 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3659]: 6 -1.5 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3670]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3691]: 6 -0.500001 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3696]: 6 -1.4375 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3728]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3729]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3736]: 6 -0.5 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3745]: 6 -0.5 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3773]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3778]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3789]: 6 -1.375 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3828]: 6 -1.17188 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3845]: 6 -2 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3874]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3889]: 6 -1.25 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3932]: 6 -1.17969 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3952]: 6 -13 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
1032.64/1038.93	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
1089.43/1096.07	c #Conflicts:    1855000 | #Constraints:      36608
1089.43/1096.07	c #Conflicts:    1856000 | #Constraints:      37608
1089.43/1096.07	c #Conflicts:    1857000 | #Constraints:      38608
1089.43/1096.07	c #Conflicts:    1858000 | #Constraints:      39608
1089.43/1096.07	c #Conflicts:    1859000 | #Constraints:      40608
1089.43/1096.07	c #Conflicts:    1860000 | #Constraints:      41608
1089.43/1096.07	c #Conflicts:    1861000 | #Constraints:      42608
1089.43/1096.07	c #Conflicts:    1862000 | #Constraints:      43608
1089.43/1096.07	c #Conflicts:    1863000 | #Constraints:      44608
1089.43/1096.07	c #Conflicts:    1864000 | #Constraints:      45608
1089.43/1096.07	c #Conflicts:    1865000 | #Constraints:      46608
1089.43/1096.07	c #Conflicts:    1866000 | #Constraints:      47608
1089.43/1096.07	c #Conflicts:    1867000 | #Constraints:      48608
1089.43/1096.07	c #Conflicts:    1868000 | #Constraints:      49608
1089.43/1096.07	c #Conflicts:    1869000 | #Constraints:      50608
1089.43/1096.07	c #Conflicts:    1870000 | #Constraints:      51608
1089.43/1096.07	c #Conflicts:    1871000 | #Constraints:      52608
1089.43/1096.07	c #Conflicts:    1872000 | #Constraints:      53608
1089.43/1096.07	c #Conflicts:    1873000 | #Constraints:      54608
1089.43/1096.07	c #Conflicts:    1874000 | #Constraints:      55608
1089.43/1096.07	c #Conflicts:    1875000 | #Constraints:      56608
1089.43/1096.07	c #Conflicts:    1876000 | #Constraints:      57608
1089.43/1096.07	c #Conflicts:    1877000 | #Constraints:      58608
1089.43/1096.07	c #Conflicts:    1878000 | #Constraints:      59608
1089.43/1096.07	c #Conflicts:    1879000 | #Constraints:      60608
1089.43/1096.07	c #Conflicts:    1880000 | #Constraints:      61608
1089.43/1096.07	c #Conflicts:    1881000 | #Constraints:      62608
1089.43/1096.07	c INPROCESSING
1089.43/1096.07	c GARBAGE COLLECT
1089.43/1096.07	c #Conflicts:    1882000 | #Constraints:      36206
1089.43/1096.07	c #Conflicts:    1883000 | #Constraints:      37206
1089.43/1096.07	c #Conflicts:    1884000 | #Constraints:      38206
1089.43/1096.07	c #Conflicts:    1885000 | #Constraints:      39206
1089.43/1096.07	c #Conflicts:    1886000 | #Constraints:      40206
1089.43/1096.07	c #Conflicts:    1887000 | #Constraints:      41206
1089.43/1096.07	c #Conflicts:    1888000 | #Constraints:      42206
1089.43/1096.07	c #Conflicts:    1889000 | #Constraints:      43206
1089.43/1096.07	c #Conflicts:    1890000 | #Constraints:      44206
1089.43/1096.07	c #Conflicts:    1891000 | #Constraints:      45206
1089.43/1096.07	c #Conflicts:    1892000 | #Constraints:      46206
1089.43/1096.07	c #Conflicts:    1893000 | #Constraints:      47206
1089.43/1096.07	c #Conflicts:    1894000 | #Constraints:      48206
1089.43/1096.07	c #Conflicts:    1895000 | #Constraints:      49206
1089.43/1096.07	c #Conflicts:    1896000 | #Constraints:      50206
1089.43/1096.07	c #Conflicts:    1897000 | #Constraints:      51206
1089.43/1096.07	c #Conflicts:    1898000 | #Constraints:      52206
1089.43/1096.07	c #Conflicts:    1899000 | #Constraints:      53206
1089.43/1096.07	c #Conflicts:    1900000 | #Constraints:      54206
1089.43/1096.07	c #Conflicts:    1901000 | #Constraints:      55206
1089.43/1096.07	c #Conflicts:    1902000 | #Constraints:      56206
1089.43/1096.07	c #Conflicts:    1903000 | #Constraints:      57206
1089.43/1096.07	c #Conflicts:    1904000 | #Constraints:      58206
1089.43/1096.07	c #Conflicts:    1905000 | #Constraints:      59206
1089.43/1096.07	c #Conflicts:    1906000 | #Constraints:      60206
1089.43/1096.07	c #Conflicts:    1907000 | #Constraints:      61206
1089.43/1096.07	c #Conflicts:    1908000 | #Constraints:      62206
1089.43/1096.07	c #Conflicts:    1909000 | #Constraints:      63206
1089.43/1096.07	c INPROCESSING
1089.43/1096.07	c GARBAGE COLLECT
1089.43/1096.07	c #Conflicts:    1910000 | #Constraints:      36727
1089.43/1096.07	c #Conflicts:    1911000 | #Constraints:      37727
1089.43/1096.07	c #Conflicts:    1912000 | #Constraints:      38727
1089.43/1096.07	c #Conflicts:    1913000 | #Constraints:      39727
1089.43/1096.07	c #Conflicts:    1914000 | #Constraints:      40727
1089.43/1096.07	c #Conflicts:    1915000 | #Constraints:      41727
1089.43/1096.07	c #Conflicts:    1916000 | #Constraints:      42727
1089.43/1096.07	c #Conflicts:    1917000 | #Constraints:      43727
1089.43/1096.07	c #Conflicts:    1918000 | #Constraints:      44727
1089.43/1096.07	c #Conflicts:    1919000 | #Constraints:      45727
1089.43/1096.07	c #Conflicts:    1920000 | #Constraints:      46727
1089.43/1096.07	c #Conflicts:    1921000 | #Constraints:      47727
1089.43/1096.07	c #Conflicts:    1922000 | #Constraints:      48727
1089.43/1096.07	c #Conflicts:    1923000 | #Constraints:      49727
1089.43/1096.07	c #Conflicts:    1924000 | #Constraints:      50727
1089.43/1096.07	c #Conflicts:    1925000 | #Constraints:      51727
1089.43/1096.07	c #Conflicts:    1926000 | #Constraints:      52727
1089.43/1096.07	c #Conflicts:    1927000 | #Constraints:      53727
1089.43/1096.07	c #Conflicts:    1928000 | #Constraints:      54727
1089.43/1096.07	c #Conflicts:    1929000 | #Constraints:      55727
1089.43/1096.07	c #Conflicts:    1930000 | #Constraints:      56727
1089.43/1096.07	c #Conflicts:    1931000 | #Constraints:      57727
1089.43/1096.07	c #Conflicts:    1932000 | #Constraints:      58727
1127.63/1134.46	c #Conflicts:    1933000 | #Constraints:      59727
1127.63/1134.46	c #Conflicts:    1934000 | #Constraints:      60727
1127.63/1134.46	c #Conflicts:    1935000 | #Constraints:      61727
1127.63/1134.46	c #Conflicts:    1936000 | #Constraints:      62727
1127.63/1134.46	c #Conflicts:    1937000 | #Constraints:      63727
1127.63/1134.46	c INPROCESSING
1127.63/1134.46	c GARBAGE COLLECT
1127.63/1134.46	c #Conflicts:    1938000 | #Constraints:      37068
1127.63/1134.46	c #Conflicts:    1939000 | #Constraints:      38068
1127.63/1134.46	c #Conflicts:    1940000 | #Constraints:      39068
1127.63/1134.46	c #Conflicts:    1941000 | #Constraints:      40068
1127.63/1134.46	c #Conflicts:    1942000 | #Constraints:      41068
1127.63/1134.46	c #Conflicts:    1943000 | #Constraints:      42068
1127.63/1134.46	c #Conflicts:    1944000 | #Constraints:      43068
1127.63/1134.46	c #Conflicts:    1945000 | #Constraints:      44068
1127.63/1134.46	c #Conflicts:    1946000 | #Constraints:      45068
1127.63/1134.46	c #Conflicts:    1947000 | #Constraints:      46068
1127.63/1134.46	c #Conflicts:    1948000 | #Constraints:      47068
1127.63/1134.46	c #Conflicts:    1949000 | #Constraints:      48068
1127.63/1134.46	c #Conflicts:    1950000 | #Constraints:      49068
1127.63/1134.46	c #Conflicts:    1951000 | #Constraints:      50068
1127.63/1134.46	c #Conflicts:    1952000 | #Constraints:      51068
1127.63/1134.46	c #Conflicts:    1953000 | #Constraints:      52068
1127.63/1134.46	c #Conflicts:    1954000 | #Constraints:      53068
1127.63/1134.46	c #Conflicts:    1955000 | #Constraints:      54068
1127.63/1134.46	c #Conflicts:    1956000 | #Constraints:      55068
1127.63/1134.46	c #Conflicts:    1957000 | #Constraints:      56068
1127.63/1134.46	c #Conflicts:    1958000 | #Constraints:      57068
1127.63/1134.46	c #Conflicts:    1959000 | #Constraints:      58068
1127.63/1134.46	c #Conflicts:    1960000 | #Constraints:      59492
1127.63/1134.46	c #Conflicts:    1961000 | #Constraints:      60840
1127.63/1134.46	c #Conflicts:    1962000 | #Constraints:      61840
1127.63/1134.46	c #Conflicts:    1963000 | #Constraints:      62840
1127.63/1134.46	c #Conflicts:    1964000 | #Constraints:      63840
1127.63/1134.46	c #Conflicts:    1965000 | #Constraints:      64840
1127.63/1134.46	c INPROCESSING
1127.63/1134.46	c GARBAGE COLLECT
1127.63/1134.46	c #Conflicts:    1966000 | #Constraints:      37659
1127.63/1134.46	c #Conflicts:    1967000 | #Constraints:      38659
1127.63/1134.46	c #Conflicts:    1968000 | #Constraints:      39659
1127.63/1134.46	c #Conflicts:    1969000 | #Constraints:      40659
1127.63/1134.46	c #Conflicts:    1970000 | #Constraints:      41659
1127.63/1134.46	c #Conflicts:    1971000 | #Constraints:      42659
1127.63/1134.46	c #Conflicts:    1972000 | #Constraints:      43659
1127.63/1134.46	c #Conflicts:    1973000 | #Constraints:      44659
1127.63/1134.46	c #Conflicts:    1974000 | #Constraints:      45660
1127.63/1134.46	c #Conflicts:    1975000 | #Constraints:      46660
1127.63/1134.46	c #Conflicts:    1976000 | #Constraints:      47660
1127.63/1134.46	c #Conflicts:    1977000 | #Constraints:      48660
1127.63/1134.46	c #Conflicts:    1978000 | #Constraints:      49660
1127.63/1134.46	c #Conflicts:    1979000 | #Constraints:      50660
1127.63/1134.46	c #Conflicts:    1980000 | #Constraints:      51660
1127.63/1134.46	c #Conflicts:    1981000 | #Constraints:      52660
1127.63/1134.46	c #Conflicts:    1982000 | #Constraints:      53660
1127.63/1134.46	c #Conflicts:    1983000 | #Constraints:      54660
1127.63/1134.46	c #Conflicts:    1984000 | #Constraints:      55660
1127.63/1134.46	c #Conflicts:    1985000 | #Constraints:      56660
1127.63/1134.46	c #Conflicts:    1986000 | #Constraints:      57660
1127.63/1134.46	c #Conflicts:    1987000 | #Constraints:      58660
1127.63/1134.46	c #Conflicts:    1988000 | #Constraints:      59660
1127.63/1134.46	c #Conflicts:    1989000 | #Constraints:      60660
1127.63/1134.46	c #Conflicts:    1990000 | #Constraints:      61660
1127.63/1134.46	c #Conflicts:    1991000 | #Constraints:      62660
1127.63/1134.46	c #Conflicts:    1992000 | #Constraints:      63660
1127.63/1134.46	c #Conflicts:    1993000 | #Constraints:      64660
1127.63/1134.46	c INPROCESSING
1127.63/1134.46	c GARBAGE COLLECT
1127.63/1134.46	WSVECS04 Frhs2[5]: 6 -0.999852 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[7]: 6 -1.0009 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[9]: 6 -0.999617 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[11]: 6 -1.06605 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[17]: 6 -0.999897 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[18]: 6 -1.00155 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[42]: 6 -224.946 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[53]: 6 -1.00626 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[80]: 6 -0.998987 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[81]: 6 -1.01061 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[82]: 6 -1.02444 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[86]: 6 -0.997751 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[135]: 6 -57.7201 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[141]: 6 -0.762841 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[150]: 6 -1.07097 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[210]: 6 -1.00174 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[212]: 6 -1.00408 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[214]: 6 -1.04286 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[263]: 6 -1.3107 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[274]: 6 -1.0027 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[303]: 6 -0.873485 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[334]: 6 -0.999168 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[337]: 6 -1.00062 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[339]: 6 -0.998422 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[395]: 6 -1.01489 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[423]: 6 -85.0013 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[427]: 6 -1.05185 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[434]: 6 -1.00567 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[458]: 6 -225.196 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[494]: 6 -0.999193 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[518]: 6 -43.1461 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[521]: 6 -0.996739 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[522]: 6 -0.927859 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[529]: 6 -0.994955 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[551]: 6 0 56.5637 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[552]: 6 -1.00681 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[554]: 6 -224.953 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[559]: 6 -0.887348 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[561]: 6 -1.05986 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[564]: 6 -1.31199 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[581]: 6 -1.72085 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[582]: 6 -85.0283 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[615]: 6 -43.0577 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[641]: 6 -0.701205 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[660]: 6 -1.25415 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[683]: 6 -0.995209 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1007]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1031]: 6 0 0.6927 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1034]: 6 -0.981465 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1036]: 6 -1.22827 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1038]: 6 -0.903852 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1039]: 6 -1.25844 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1040]: 6 -1.50989 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1041]: 6 -0.998975 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1042]: 6 -1.0228 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1043]: 6 -0.976204 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1045]: 6 -1.04268 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1046]: 6 -0.990478 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1063]: 6 -1.13795 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1067]: 6 -0.998219 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1070]: 6 -1.29392 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1071]: 6 -0.959786 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1073]: 6 -1.02129 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1076]: 6 -1.31367 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1080]: 6 -1.02859 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1081]: 6 -1.6493 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1093]: 6 0 335.089 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1096]: 6 -6.62374 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1098]: 6 -5.22299 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1099]: 6 -10.3028 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1100]: 6 -1.27208 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1101]: 6 -1.03502 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1102]: 6 -1.03155 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1105]: 6 -0.588692 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1106]: 6 -1.14488 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1110]: 6 -1.59008 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1122]: 6 -3.8769 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1128]: 6 -169.271 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1130]: 6 -337.368 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1137]: 6 -0.994904 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1138]: 6 -1.2183 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1139]: 6 -0.748987 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1142]: 6 -1.25166 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1144]: 6 -1.35996 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1152]: 6 -3.56597 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1162]: 6 -0.88764 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1197]: 6 -0.975785 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1226]: 6 -0.579286 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1238]: 6 -1.00092 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1239]: 6 -1.32769 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1255]: 6 -1.25439 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1256]: 6 -0.878868 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1258]: 6 0 0.468718 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1260]: 6 -0.989967 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1270]: 6 -1.01778 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1290]: 6 -1.00633 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1296]: 6 -1.2009 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1314]: 6 -1.0756 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1320]: 6 -1.2652 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1321]: 6 -1.33041 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1328]: 6 -1.24985 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1346]: 6 -1.00891 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1363]: 6 -1.19046 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1381]: 6 -1.88632 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1383]: 6 -0.30541 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1395]: 6 -1.26717 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1397]: 6 -1.06994 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1410]: 6 -0.940805 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1420]: 6 -1.09567 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1425]: 6 -0.993003 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1427]: 6 -1.32657 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1448]: 6 -1.5212 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1450]: 6 -0.999756 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1452]: 6 -0.718181 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1460]: 6 -0.800276 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1480]: 6 -1.24864 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1489]: 6 -1.31263 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1490]: 6 -1.23749 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1504]: 6 -1.01274 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1509]: 6 -1.08455 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1513]: 6 -1.77083 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1514]: 6 -1.27584 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1516]: 6 -0.91951 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1519]: 6 -1.26254 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1523]: 6 -1.66905 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1545]: 6 -0.83422 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1546]: 6 -0.565736 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1548]: 6 -1.01409 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1551]: 6 -1.07406 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1553]: 6 -1.28116 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1554]: 6 -1.51161 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1575]: 6 -1.14177 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1576]: 6 -1.01062 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1577]: 6 -0.863439 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1585]: 6 -0.743283 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1588]: 6 -1.23436 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1893]: 6 -0.999994 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1902]: 6 -0.999796 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1906]: 6 -1.0002 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1911]: 6 -0.999184 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1915]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1917]: 6 -1.00653 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1929]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1931]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[1933]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2000]: 6 -1.00138 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2004]: 6 -0.9965 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2008]: 6 -1.01591 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2013]: 6 -1.03674 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2016]: 6 -0.996282 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2017]: 6 -0.996282 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2021]: 6 -1.19382 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2030]: 6 -1.03991 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2032]: 6 -1.05191 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2033]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2054]: 6 -0.462813 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2094]: 6 -3.29825 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2096]: 6 -13.0001 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2104]: 6 -1.07132 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2111]: 6 -1.00133 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2114]: 6 -1.00407 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2115]: 6 -0.996507 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2118]: 6 -0.86455 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2119]: 6 -1.05791 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2126]: 6 -1.31245 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2138]: 6 -1.25342 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2152]: 6 -0.998453 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2156]: 6 -1.00463 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2159]: 6 -1.0006 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2161]: 6 -1.01316 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2164]: 6 -1.01933 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2186]: 6 -86.9729 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2197]: 6 -1.00169 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2200]: 6 -1.00845 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2201]: 6 -1.0161 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2206]: 6 -0.997584 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2207]: 6 -0.997489 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2210]: 6 -1.00967 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2211]: 6 -0.999622 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2215]: 6 -0.998487 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2219]: 6 -0.993949 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2222]: 6 -1.33201 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2250]: 6 -4.64201 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2252]: 6 -1.00453 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2253]: 6 -0.998688 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2256]: 6 -0.944019 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2259]: 6 -0.993534 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2261]: 6 -0.998217 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2262]: 6 -1.01198 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2279]: 6 -0.996135 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2286]: 6 -1.24934 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2298]: 6 -1.00525 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2299]: 6 -1.00303 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2302]: 6 -1.06811 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2304]: 6 -1.07328 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2305]: 6 -1.07328 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2312]: 6 -1.02864 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2313]: 6 -1.02864 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2316]: 6 -0.98275 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2320]: 6 -0.8125 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2342]: 6 -166.582 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2344]: 6 -0.966197 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2346]: 6 -1.27634 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2348]: 6 -1.00147 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2378]: 6 -7.75736 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2380]: 6 -10.4999 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2384]: 6 -1.38521 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2386]: 6 -1.15211 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2392]: 6 -1.5 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2438]: 6 -3.53178 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2440]: 6 -1.30717 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2444]: 6 -1.26071 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2447]: 6 -0.993362 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2448]: 6 -1.00221 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2452]: 6 -0.999741 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2482]: 6 -1.25 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2490]: 6 -1.04283 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2494]: 6 -1.00006 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2496]: 6 -1.00013 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2500]: 6 -0.999741 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2508]: 6 -1.00357 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2512]: 6 -1.31487 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2533]: 6 -1.24839 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2536]: 6 -336.916 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2544]: 6 -1.23791 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2545]: 6 -1.24436 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2548]: 6 -1.24998 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2560]: 6 -1.25 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2576]: 6 -1.25 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2584]: 6 -1.28943 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2590]: 6 -2.59375 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2644]: 6 -0.999475 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2685]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2696]: 6 -1.33325 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2764]: 6 -9.87737 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2765]: 6 -5.21744 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2768]: 6 -1.01137 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2773]: 6 -0.999217 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2778]: 6 -1.00627 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2782]: 6 -0.999739 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2790]: 6 -1.25 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2791]: 6 -1.25 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2826]: 6 -1.15254 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2836]: 6 -1.00141 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2858]: 6 -5.96292 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2859]: 6 -3.24756 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2862]: 6 -1.01377 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2877]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2882]: 6 -1.00079 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2883]: 6 -1.00079 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2922]: 6 -1.00904 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2926]: 6 -1.25 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2932]: 6 -1.00005 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2956]: 6 -10.5731 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2960]: 6 -1.00904 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2961]: 6 -1.00904 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2964]: 6 -1.3125 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2969]: 6 -1.25 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2973]: 6 -0.999995 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2975]: 6 -0.999994 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2977]: 6 -0.999995 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2979]: 6 -0.999976 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[2983]: 6 -0.999902 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3014]: 6 -0.948063 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3017]: 6 0 0.0209643 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3019]: 6 -1.08519 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3056]: 6 -5.88632 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3058]: 6 -5.08386 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3062]: 6 -1.00022 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3069]: 6 -1.00031 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3071]: 6 -1.00274 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3073]: 6 -1.0045 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3077]: 6 -1.01799 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3081]: 6 -0.999997 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3110]: 6 0 0.489955 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3116]: 6 -1.0566 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3120]: 6 -0.998046 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3136]: 6 -1.25 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3148]: 6 -6.95982 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3152]: 6 -1.0851 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3153]: 6 -1.0851 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3156]: 6 -0.99895 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3157]: 6 -0.999988 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3160]: 6 -0.902686 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3161]: 6 -0.952008 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3164]: 6 -1.19173 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3165]: 6 -1.02862 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3172]: 6 -0.998954 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3212]: 6 -1.00001 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3217]: 6 -1.00012 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3257]: 6 -0.999998 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3260]: 6 -0.996383 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3261]: 6 -0.996371 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3263]: 6 -0.99998 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3265]: 6 -1.00003 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3267]: 6 -0.999068 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3269]: 6 -1.00201 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3314]: 6 -1.25 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3336]: 6 -9.56921 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3339]: 6 -0.999803 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3343]: 6 -0.999211 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3347]: 6 -0.996843 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3355]: 6 -0.999999 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3357]: 6 -1.00001 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3361]: 6 -1.25005 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3400]: 6 -0.999644 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3405]: 6 -1.00131 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3436]: 6 -10.5754 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3437]: 6 -1.01872 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3444]: 6 -1.00048 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3447]: 6 -1.00045 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3449]: 6 -0.998048 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3452]: 6 -1.00616 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3453]: 6 -1.00553 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3456]: 6 -1.06265 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3459]: 6 -1.00045 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3461]: 6 -1.26043 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3496]: 6 -1.00633 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3506]: 6 -1.01912 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3539]: 6 -0.906345 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3541]: 6 -0.992683 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3543]: 6 -1.02343 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3548]: 6 -1.00594 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3552]: 6 -1.02288 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3556]: 6 -0.988749 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3559]: 6 -1.22533 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3590]: 6 -1.54872 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3594]: 6 -0.741469 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3595]: 6 -0.825279 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3596]: 6 -1.01335 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3597]: 6 -0.979386 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3601]: 6 -0.895965 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3632]: 6 -0.902686 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3633]: 6 -0.958108 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3636]: 6 -2.08395 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3640]: 6 -0.848277 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3641]: 6 -0.902584 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3644]: 6 -1.65137 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3645]: 6 -1.04488 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3648]: 6 -0.819142 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3652]: 6 -1.77863 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3687]: 6 -1.00297 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3688]: 6 -1.05683 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3690]: 6 -0.996898 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3691]: 6 -1.2122 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3696]: 6 -1.48337 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3728]: 6 -0.944155 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3732]: 6 -1.00037 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3738]: 6 -1.31343 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3786]: 6 -0.91949 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3790]: 6 -1.00031 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3809]: 6 -1.00637 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3812]: 6 -2.61452 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3813]: 6 -1.02547 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3828]: 6 -1.37053 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3832]: 6 -0.947672 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3833]: 6 -0.947672 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3836]: 6 -0.998743 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3837]: 6 -0.999985 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3840]: 6 -1.00466 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3874]: 6 -1.00205 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3907]: 6 -0.995878 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3919]: 6 -1.90332 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3926]: 6 -1.00768 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3929]: 6 -1.00011 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[3932]: 6 -1.12455 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[4101]: 6 -0.999255 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
1127.63/1134.46	WSVECS04 Frhs2[4104]: 6 -0.990313 0 shouldn't be
1171.74/1178.87	c #Conflicts:    1994000 | #Constraints:      37435
1171.74/1178.87	c #Conflicts:    1995000 | #Constraints:      38435
1171.74/1178.87	c #Conflicts:    1996000 | #Constraints:      39435
1171.74/1178.87	c #Conflicts:    1997000 | #Constraints:      40435
1171.74/1178.87	c #Conflicts:    1998000 | #Constraints:      41435
1171.74/1178.87	c #Conflicts:    1999000 | #Constraints:      42436
1171.74/1178.87	c #Conflicts:    2000000 | #Constraints:      43436
1171.74/1178.87	c #Conflicts:    2001000 | #Constraints:      44436
1171.74/1178.87	c #Conflicts:    2002000 | #Constraints:      45436
1171.74/1178.87	c #Conflicts:    2003000 | #Constraints:      46436
1171.74/1178.87	c #Conflicts:    2004000 | #Constraints:      47436
1171.74/1178.87	c #Conflicts:    2005000 | #Constraints:      48436
1171.74/1178.87	c #Conflicts:    2006000 | #Constraints:      49436
1171.74/1178.87	c #Conflicts:    2007000 | #Constraints:      50436
1171.74/1178.87	c #Conflicts:    2008000 | #Constraints:      51436
1171.74/1178.87	c #Conflicts:    2009000 | #Constraints:      52436
1171.74/1178.87	c #Conflicts:    2010000 | #Constraints:      53436
1171.74/1178.87	c #Conflicts:    2011000 | #Constraints:      54437
1171.74/1178.87	c #Conflicts:    2012000 | #Constraints:      55437
1171.74/1178.87	c #Conflicts:    2013000 | #Constraints:      56437
1171.74/1178.87	c #Conflicts:    2014000 | #Constraints:      57437
1171.74/1178.87	c #Conflicts:    2015000 | #Constraints:      58438
1171.74/1178.87	c #Conflicts:    2016000 | #Constraints:      59438
1171.74/1178.87	c #Conflicts:    2017000 | #Constraints:      60438
1171.74/1178.87	c #Conflicts:    2018000 | #Constraints:      61438
1171.74/1178.87	c #Conflicts:    2019000 | #Constraints:      62438
1171.74/1178.87	c #Conflicts:    2020000 | #Constraints:      63438
1171.74/1178.87	c #Conflicts:    2021000 | #Constraints:      64438
1171.74/1178.87	c INPROCESSING
1171.74/1178.87	c GARBAGE COLLECT
1171.74/1178.87	c #Conflicts:    2022000 | #Constraints:      37109
1171.74/1178.87	c #Conflicts:    2023000 | #Constraints:      38109
1171.74/1178.87	c #Conflicts:    2024000 | #Constraints:      39110
1171.74/1178.87	c #Conflicts:    2025000 | #Constraints:      40110
1171.74/1178.87	c #Conflicts:    2026000 | #Constraints:      41110
1171.74/1178.87	c #Conflicts:    2027000 | #Constraints:      42110
1171.74/1178.87	c #Conflicts:    2028000 | #Constraints:      43110
1171.74/1178.87	c #Conflicts:    2029000 | #Constraints:      44110
1171.74/1178.87	c #Conflicts:    2030000 | #Constraints:      45110
1171.74/1178.87	c #Conflicts:    2031000 | #Constraints:      46110
1171.74/1178.87	c #Conflicts:    2032000 | #Constraints:      47110
1171.74/1178.87	c #Conflicts:    2033000 | #Constraints:      48112
1171.74/1178.87	c #Conflicts:    2034000 | #Constraints:      49112
1171.74/1178.87	c #Conflicts:    2035000 | #Constraints:      50112
1171.74/1178.87	c #Conflicts:    2036000 | #Constraints:      51112
1171.74/1178.87	c #Conflicts:    2037000 | #Constraints:      52112
1171.74/1178.87	c #Conflicts:    2038000 | #Constraints:      53112
1171.74/1178.87	c #Conflicts:    2039000 | #Constraints:      54112
1171.74/1178.87	c #Conflicts:    2040000 | #Constraints:      55112
1171.74/1178.87	c #Conflicts:    2041000 | #Constraints:      56112
1171.74/1178.87	c #Conflicts:    2042000 | #Constraints:      57112
1171.74/1178.87	c #Conflicts:    2043000 | #Constraints:      58112
1171.74/1178.87	c #Conflicts:    2044000 | #Constraints:      59112
1171.74/1178.87	c #Conflicts:    2045000 | #Constraints:      60112
1171.74/1178.87	c #Conflicts:    2046000 | #Constraints:      61112
1171.74/1178.87	c #Conflicts:    2047000 | #Constraints:      62112
1171.74/1178.87	c #Conflicts:    2048000 | #Constraints:      63112
1171.74/1178.87	c #Conflicts:    2049000 | #Constraints:      64112
1171.74/1178.87	c #Conflicts:    2050000 | #Constraints:      65112
1171.74/1178.87	c INPROCESSING
1171.74/1178.87	c GARBAGE COLLECT
1171.74/1178.87	c #Conflicts:    2051000 | #Constraints:      37665
1171.74/1178.87	c #Conflicts:    2052000 | #Constraints:      38665
1171.74/1178.87	c #Conflicts:    2053000 | #Constraints:      39665
1171.74/1178.87	c #Conflicts:    2054000 | #Constraints:      40665
1171.74/1178.87	c #Conflicts:    2055000 | #Constraints:      41665
1171.74/1178.87	c #Conflicts:    2056000 | #Constraints:      42665
1171.74/1178.87	c #Conflicts:    2057000 | #Constraints:      43665
1171.74/1178.87	c #Conflicts:    2058000 | #Constraints:      44665
1171.74/1178.87	c #Conflicts:    2059000 | #Constraints:      45665
1171.74/1178.87	c #Conflicts:    2060000 | #Constraints:      46665
1171.74/1178.87	c #Conflicts:    2061000 | #Constraints:      47665
1171.74/1178.87	c #Conflicts:    2062000 | #Constraints:      48665
1171.74/1178.87	c #Conflicts:    2063000 | #Constraints:      49665
1171.74/1178.87	c #Conflicts:    2064000 | #Constraints:      50665
1171.74/1178.87	c #Conflicts:    2065000 | #Constraints:      51665
1171.74/1178.87	c #Conflicts:    2066000 | #Constraints:      52665
1171.74/1178.87	c #Conflicts:    2067000 | #Constraints:      53665
1171.74/1178.87	c #Conflicts:    2068000 | #Constraints:      54665
1171.74/1178.87	c #Conflicts:    2069000 | #Constraints:      55666
1171.74/1178.87	c #Conflicts:    2070000 | #Constraints:      56666
1171.74/1178.87	c #Conflicts:    2071000 | #Constraints:      57666
1180.32/1187.49	c #Conflicts:    2072000 | #Constraints:      58666
1180.32/1187.49	c #Conflicts:    2073000 | #Constraints:      59666
1180.32/1187.49	c #Conflicts:    2074000 | #Constraints:      60666
1180.32/1187.49	c #Conflicts:    2075000 | #Constraints:      61666
1180.32/1187.49	c #Conflicts:    2076000 | #Constraints:      62666
1180.32/1187.49	c #Conflicts:    2077000 | #Constraints:      63666
1180.32/1187.49	c #Conflicts:    2078000 | #Constraints:      64745
1180.32/1187.49	c #Conflicts:    2079000 | #Constraints:      66243
1180.32/1187.49	c INPROCESSING
1180.32/1187.49	c GARBAGE COLLECT
1180.32/1187.49	WSVECS04 Frhs2[3]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[7]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[10]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[11]: 6 -0.997663 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[12]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[13]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[15]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[19]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[22]: 6 -1.06259 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[30]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[31]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[35]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[43]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[47]: 6 -0.875039 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[49]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[53]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[57]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[61]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[64]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[70]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[75]: 6 -0.997661 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[78]: 6 -0.87506 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[79]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[81]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[83]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[85]: 6 -0.833421 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[89]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[90]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[92]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[93]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[95]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[116]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[117]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[120]: 6 -0.685597 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[121]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[122]: 6 -0.742223 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[126]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[129]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[134]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[149]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[152]: 6 -1.25008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[154]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[156]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[167]: 6 -0.999946 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[170]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[178]: 6 -0.750055 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[181]: 6 -1.31252 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[184]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[190]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[201]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[204]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[215]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[219]: 6 0 0.332107 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[223]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[231]: 6 -0.999832 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[262]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[266]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[267]: 6 -0.997688 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[268]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[269]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[271]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[273]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[281]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[291]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[293]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[299]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[300]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[303]: 6 -0.875032 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[321]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[322]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[326]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[353]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[355]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[373]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[377]: 6 -1.25003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[378]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[381]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[387]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[393]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[394]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[396]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[397]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[406]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[423]: 6 -0.999796 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[436]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[437]: 6 -0.864664 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[438]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[439]: 6 -0.125011 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[444]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[459]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[465]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[466]: 6 -0.770624 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[475]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[483]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[491]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[494]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[496]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[497]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[500]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[509]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[517]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[518]: 6 -0.99997 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[519]: 6 -0.999858 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[523]: 6 -0.998816 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[525]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[526]: 6 -0.872517 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[529]: 6 -1.27052 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[530]: 6 -1.33208 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[538]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[540]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[541]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[542]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[546]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[547]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[553]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[559]: 6 -1.12502 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[574]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[576]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[577]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[585]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[589]: 6 -0.750051 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[593]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[595]: 6 -1.25001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[596]: 6 -1.25007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[600]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[609]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[626]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[637]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[647]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[652]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[653]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[655]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[658]: 6 -1.31253 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[664]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[665]: 6 -1.25003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[671]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[674]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[679]: 6 -0.999821 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[693]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[697]: 6 -1.25005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[883]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1007]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1029]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1036]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1038]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1040]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1044]: 6 -0.734474 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1047]: 6 -0.812529 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1059]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1064]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1065]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1067]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1068]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1070]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1073]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1075]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1082]: 6 -1.70322 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1085]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1088]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1089]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1106]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1108]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1111]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1112]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1121]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1124]: 6 -0.999982 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1126]: 6 -0.999465 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1129]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1137]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1145]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1149]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1150]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1151]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1152]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1154]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1163]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1176]: 6 -0.671463 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1177]: 6 -0.84285 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1185]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1186]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1187]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1188]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1194]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1198]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1202]: 6 -1.25007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1211]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1213]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1224]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1225]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1236]: 6 -1.31251 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1238]: 6 -1.25001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1249]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1251]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1256]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1273]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1275]: 6 -0.667022 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1278]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1279]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1302]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1303]: 6 -1.03134 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1304]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1310]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1311]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1329]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1339]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1340]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1352]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1355]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1356]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1362]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1366]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1372]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1378]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1383]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1385]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1391]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1394]: 6 -0.942698 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1396]: 6 -0.437595 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1415]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1419]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1421]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1422]: 6 -1.25782 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1425]: 6 -1.12507 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1428]: 6 -1.75004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1432]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1435]: 6 -3.58207 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1441]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1442]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1445]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1446]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1447]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1452]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1459]: 6 -0.742245 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1472]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1476]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1477]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1483]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1484]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1489]: 6 -1.25001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1500]: 6 -0.500081 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1512]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1513]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1515]: 6 -1.2552 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1519]: 6 -1.33212 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1522]: 6 -1.31252 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1526]: 6 -0.750033 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1527]: 6 -1.25002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1539]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1544]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1550]: 6 -1.12253 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1551]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1554]: 6 -1.22954 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1559]: 6 -0.687586 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1563]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1565]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1567]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1568]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1579]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1585]: 6 -0.750021 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1588]: 6 -0.750046 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1590]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1591]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1619]: 6 -0.937514 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1624]: 6 -2.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1625]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1626]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1627]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1631]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1648]: 6 -1.25003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1650]: 6 -0.75002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1677]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1680]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1715]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1893]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1902]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1907]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1910]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1911]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1914]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1915]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1917]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1925]: 6 -1.2657 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1929]: 6 -0.0625604 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1934]: 6 0 0.125026 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1939]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1945]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1947]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1950]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1985]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1988]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1990]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1994]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1996]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[1998]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2000]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2001]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2004]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2005]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2008]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2010]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2013]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2015]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2018]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2020]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2021]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2024]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2026]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2028]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2029]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2032]: 6 -0.29689 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2033]: 6 -0.296946 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2036]: 6 -3.81258 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2040]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2042]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2054]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2058]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2070]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2083]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2086]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2088]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2090]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2092]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2094]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2096]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2098]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2099]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2102]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2104]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2106]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2108]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2110]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2111]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2114]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2115]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2118]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2122]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2126]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2128]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2132]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2136]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2138]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2139]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2144]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2147]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2151]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2156]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2159]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2166]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2170]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2171]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2172]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2174]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2176]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2177]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2179]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2181]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2183]: 6 -0.999965 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2185]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2187]: 6 -0.999787 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2190]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2191]: 6 -0.999123 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2195]: 6 -0.996501 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2197]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2200]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2201]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2204]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2206]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2207]: 6 -0.770575 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2209]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2215]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2218]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2219]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2222]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2224]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2226]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2228]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2232]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2236]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2238]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2239]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2241]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2243]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2246]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2252]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2253]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2255]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2259]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2261]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2263]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2264]: 6 -1.25007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2266]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2268]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2271]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2272]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2273]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2275]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2278]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2279]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2282]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2283]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2286]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2290]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2291]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2294]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2295]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2298]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2299]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2302]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2303]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2306]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2307]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2310]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2314]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2315]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2318]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2322]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2324]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2325]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2328]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2330]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2332]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2334]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2343]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2348]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2352]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2356]: 6 -1.25004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2358]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2359]: 6 -1.25003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2361]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2362]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2363]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2364]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2367]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2368]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2375]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2377]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2379]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2382]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2385]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2388]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2389]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2392]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2394]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2396]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2398]: 6 -1.33208 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2399]: 6 -1.3321 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2403]: 6 -1.32818 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2411]: 6 -1.2501 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2416]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2418]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2420]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2421]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2424]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2426]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2428]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2432]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2434]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2441]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2450]: 6 -1.25009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2455]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2456]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2457]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2463]: 6 -0.999999 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2464]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2465]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2467]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2469]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2472]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2473]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2476]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2477]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2480]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2482]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2483]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2485]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2488]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2491]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2494]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2498]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2499]: 6 -0.500086 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2501]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2503]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2505]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2510]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2514]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2515]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2518]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2519]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2522]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2526]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2527]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2532]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2535]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2537]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2543]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2545]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2546]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2547]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2548]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2553]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2554]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2557]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2558]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2560]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2561]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2568]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2569]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2571]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2573]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2575]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2577]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2579]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2584]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2588]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2592]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2593]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2595]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2598]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2600]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2601]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2604]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2605]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2608]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2609]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2613]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2616]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2617]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2619]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2622]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2623]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2628]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2629]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2630]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2632]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2636]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2638]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2642]: 6 -1.31259 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2644]: 6 -1.25009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2648]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2649]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2650]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2652]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2653]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2655]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2656]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2658]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2659]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2662]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2664]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2666]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2668]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2670]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2672]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2674]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2676]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2677]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2680]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2682]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2684]: 6 -1.32819 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2686]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2687]: 6 -0.343813 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2690]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2693]: 6 -1.2501 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2706]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2710]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2712]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2714]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2716]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2718]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2720]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2732]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2740]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2741]: 6 -1.21072 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2744]: 6 0 0.31454 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2745]: 6 -0.871147 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2746]: 6 0 0.257827 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2749]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2751]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2753]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2755]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2758]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2760]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2762]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2763]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2766]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2768]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2770]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2771]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2774]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2776]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2778]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2780]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2782]: 6 -1.25006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2784]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2787]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2793]: 6 -0.500081 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2800]: 6 -5.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2804]: 6 -6.03133 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2810]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2811]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2814]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2818]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2820]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2821]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2822]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2828]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2833]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2834]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2837]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2838]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2846]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2847]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2848]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2850]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2852]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2853]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2855]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2857]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2860]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2863]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2866]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2871]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2874]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2876]: 6 -1.25008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2878]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2886]: 6 -5.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2887]: 6 -0.500056 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2889]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2894]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2896]: 6 -5.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2898]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2902]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2903]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2906]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2907]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2910]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2912]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2913]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2918]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2919]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2921]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2940]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2942]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2943]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2944]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2946]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2947]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2950]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2952]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2954]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2956]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2957]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2960]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2961]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2964]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2965]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2968]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2970]: 6 -1.25008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2972]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2976]: 6 -1.31253 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2977]: 6 -1.31252 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2981]: 6 -1.25004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2985]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2988]: 6 -1.25002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2996]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[2997]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3000]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3002]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3004]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3006]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3020]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3026]: 6 -1.25009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3027]: 6 -1.12506 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3028]: 6 -1.25006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3029]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3037]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3038]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3041]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3043]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3045]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3048]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3050]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3051]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3054]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3055]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3058]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3059]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3061]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3064]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3065]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3068]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3073]: 6 -1.25003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3082]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3083]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3087]: 6 -0.667082 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3092]: 6 -3.6641 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3093]: 6 -5.66416 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3095]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3098]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3100]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3104]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3108]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3109]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3129]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3130]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3131]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3133]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3134]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3143]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3145]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3149]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3152]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3154]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3157]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3159]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3161]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3163]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3165]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3168]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3172]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3173]: 6 -0.484469 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3176]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3180]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3181]: 6 -2.75005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3184]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3185]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3188]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3192]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3194]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3196]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3198]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3199]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3205]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3206]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3210]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3213]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3216]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3217]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3218]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3228]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3230]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3231]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3235]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3237]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3239]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3242]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3243]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3246]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3247]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3250]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3251]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3254]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3255]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3257]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3258]: 6 -1.25005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3259]: 6 -1.25006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3264]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3268]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3270]: 6 -5.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3271]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3273]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3279]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3282]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3284]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3286]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3287]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3292]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3294]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3296]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3297]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3299]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3306]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3312]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3313]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3314]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3325]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3330]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3334]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3338]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3339]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3342]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3349]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3352]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3353]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3357]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3360]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3362]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3363]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3366]: 6 -1.25006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3367]: 6 -1.25004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3371]: 6 -0.500029 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3375]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3378]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3380]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3382]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3384]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3386]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3387]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3389]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3391]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3407]: 6 -1.12247 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3408]: 6 -1.25514 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3410]: 6 -1.02055 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3425]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3428]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3432]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3434]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3436]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3438]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3442]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3446]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3448]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3450]: 6 -1.25001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3452]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3458]: 6 -1.33207 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3473]: 6 -0.750028 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3477]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3480]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3481]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3483]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3485]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3491]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3501]: 6 -1.0313 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3505]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3508]: 6 -1.25003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3510]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3513]: 6 -1.25009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3518]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3519]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3521]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3524]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3528]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3530]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3534]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3538]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3540]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3543]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3546]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3547]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3550]: 6 -0.500035 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3551]: 6 -0.500058 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3554]: 6 -1.25002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3559]: 6 -0.500036 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3568]: 6 -5.129 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3571]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3573]: 6 -0.484463 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3575]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3577]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3579]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3582]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3583]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3591]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3596]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3603]: 6 -1.06258 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3604]: 6 -1.25009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3616]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3617]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3620]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3624]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3626]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3628]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3629]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3631]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3632]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3634]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3636]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3637]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3639]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3641]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3644]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3645]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3648]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3652]: 6 -1.12504 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3653]: 6 -1.12504 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3664]: 6 -5.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3665]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3668]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3669]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3672]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3673]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3676]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3678]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3680]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3681]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3685]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3687]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3692]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3693]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3711]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3713]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3717]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3720]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3724]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3728]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3729]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3731]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3732]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3738]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3739]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3742]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3751]: 6 -0.500021 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3753]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3755]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3761]: 6 -0.0588887 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3763]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3766]: 6 -5.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3767]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3770]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3771]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3774]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3776]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3781]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3782]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3784]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3785]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3787]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3788]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3791]: 6 -0.750013 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3793]: 6 -1.24617 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3804]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3805]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3811]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3815]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3820]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3824]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3826]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3828]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3829]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3832]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3833]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3836]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3838]: 6 -1.3282 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3840]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3841]: 6 -0.343838 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3847]: 6 -1.25007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3851]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3854]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3855]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3858]: 6 -0.500098 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3862]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3864]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3865]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3868]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3870]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3871]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3874]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3875]: 6 -1.00001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3877]: 6 -1.00008 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3878]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3879]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3890]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3905]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3908]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3913]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3916]: 6 -1.00006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3919]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3925]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3929]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3932]: 6 -1.1251 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3940]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3943]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3946]: 6 -1.25006 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3954]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3958]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3960]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3961]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3964]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3966]: 6 -1.00004 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[3967]: 6 -1.00003 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[4035]: 6 -1.0001 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[4046]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[4047]: 6 -0.93757 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[4060]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[4067]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[4088]: 6 -1.00009 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[4089]: 6 -1.00007 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[4115]: 6 -1.00005 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[4116]: 6 -1.00002 0 shouldn't be
1180.32/1187.49	WSVECS04 Frhs2[4117]: 6 -1.00003 0 shouldn't be
1181.21/1188.40	WSVECS04 Frhs2[9]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[33]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[41]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[44]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[50]: 6 -0.770602 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[56]: 6 -0.685599 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[67]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[72]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[88]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[96]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[101]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[110]: 6 -1.00961 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[130]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[131]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[137]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[151]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[177]: 6 -1.33212 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[238]: 6 -0.750049 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[272]: 6 -1.32817 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[297]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[298]: 6 -0.999487 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[323]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[335]: 6 -1.00001 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[354]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[360]: 6 -0.999798 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[366]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[367]: 6 -1.12506 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[370]: 6 -0.562552 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[371]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[372]: 6 -1.25005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[432]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[440]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[453]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[462]: 6 -0.990464 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[463]: 6 -1.12505 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[464]: 6 -0.942656 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[489]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[492]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[495]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[505]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[507]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[512]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[513]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[524]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[545]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[555]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[563]: 6 -1.25004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[578]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[584]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[587]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[591]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[601]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[635]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[642]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[654]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[661]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[662]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[689]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[698]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1025]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1026]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1048]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1055]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1074]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1105]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1140]: 6 -1.31257 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1141]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1157]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1158]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1159]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1160]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1166]: 6 -1.32822 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1172]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1190]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1195]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1200]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1227]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1229]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1231]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1239]: 6 -1.0001 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1250]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1254]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1255]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1272]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1281]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1290]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1316]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1325]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1350]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1370]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1399]: 6 -1.32821 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1411]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1417]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1420]: 6 -1.31448 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1423]: 6 -0.781328 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1427]: 6 -0.750038 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1448]: 6 -1.00001 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1450]: 6 -1.25002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1479]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1486]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1494]: 6 -1.25005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1504]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1511]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1514]: 6 -1.25002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1523]: 6 -1.64071 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1556]: 6 -1.04696 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1562]: 6 -1.06259 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1566]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1637]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1652]: 6 -0.750092 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1663]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1906]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1921]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[1992]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2011]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2043]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2066]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2165]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2167]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2169]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2173]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2175]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2262]: 6 -1.00001 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2269]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2270]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2360]: 6 -1.0001 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2407]: 6 -0.812546 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2436]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2439]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2507]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2538]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2542]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2559]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2587]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2590]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2596]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2611]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2618]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2633]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2703]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2724]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2795]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2845]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2856]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2899]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[2914]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3007]: 6 -1.00008 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3012]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3077]: 6 -0.750075 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3079]: 6 -0.500046 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3177]: 6 -0.937554 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3301]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3308]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3311]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3321]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3356]: 6 -1.00001 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3393]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3397]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3404]: 6 -1.0001 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3422]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3469]: 6 -0.687586 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3492]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3498]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3500]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3507]: 6 -1.25002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3544]: 6 -1.00003 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3593]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3686]: 6 -1.00006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3688]: 6 -1.00009 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3698]: 6 -1.25006 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3790]: 6 -1.00001 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3818]: 6 -1.00004 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3893]: 6 -1.00002 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3933]: 6 -0.125073 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[3951]: 6 -0.375066 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[4048]: 6 -1.00007 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[4056]: 6 -1.00005 0 shouldn't be
1181.31/1188.40	WSVECS04 Frhs2[4086]: 6 -1.00007 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[11]: 6 -0.99761 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[13]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[22]: 6 -1.0625 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[33]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[35]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[36]: 6 -0.999994 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[38]: 6 -0.999945 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[45]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[61]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[64]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[75]: 6 -0.99761 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[78]: 6 -0.875 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[83]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[96]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[112]: 6 -0.942636 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[120]: 6 -0.685548 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[122]: 6 -0.742188 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[129]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[177]: 6 -1.33203 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[178]: 6 -0.750001 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[181]: 6 -1.3125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[192]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[195]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[198]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[259]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[260]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[265]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[266]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[272]: 6 -1.32813 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[293]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[352]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[353]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[355]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[357]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[360]: 6 -0.999776 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[367]: 6 -1.125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[368]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[372]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[377]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[406]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[409]: 6 -0.666993 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[414]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[438]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[442]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[450]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[466]: 6 -0.770541 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[477]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[495]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[518]: 6 -0.999888 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[523]: 6 -0.998805 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[526]: 6 -0.872437 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[529]: 6 -1.27051 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[530]: 6 -1.33203 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[539]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[548]: 6 -0.999984 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[554]: 6 -0.999403 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[559]: 6 -1.125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[560]: 6 -0.942636 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[563]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[583]: 6 -0.999852 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[589]: 6 -0.75 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[593]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[595]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[601]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[602]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[607]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[620]: 6 -0.996415 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[647]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[654]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[658]: 6 -1.3125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[686]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[702]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1007]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1036]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1037]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1039]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1040]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1047]: 6 -0.8125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1049]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1052]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1081]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1082]: 6 -1.70313 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1088]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1089]: 6 -1.00006 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1110]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1121]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1124]: 6 -0.999972 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1126]: 6 -0.99944 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1129]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1142]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1146]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1154]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1164]: 6 -1.33203 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1176]: 6 -0.671387 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1179]: 6 -0.871094 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1183]: 6 -0.999944 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1186]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1187]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1190]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1192]: 6 -0.995519 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1206]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1215]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1223]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1224]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1225]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1229]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1230]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1231]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1237]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1250]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1269]: 6 -1.125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1272]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1286]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1303]: 6 -1.03125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1311]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1312]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1316]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1330]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1333]: 6 0 0.210694 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1334]: 6 -1.07861 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1335]: 6 -1.15723 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1338]: 6 -2.25781 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1339]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1342]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1345]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1349]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1353]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1366]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1372]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1378]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1380]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1391]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1394]: 6 -0.942628 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1397]: 6 -0.666016 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1403]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1407]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1415]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1419]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1425]: 6 -1.125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1427]: 6 -0.75 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1428]: 6 -1.75 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1432]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1441]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1445]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1446]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1447]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1450]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1452]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1459]: 6 -0.742188 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1465]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1477]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1481]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1486]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1489]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1492]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1493]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1500]: 6 -0.5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1510]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1513]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1522]: 6 -1.3125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1526]: 6 -0.750001 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1527]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1537]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1550]: 6 -1.12244 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1554]: 6 -1.22949 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1559]: 6 -0.6875 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1562]: 6 -1.0625 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1568]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1579]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1585]: 6 -0.75 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1588]: 6 -0.75 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1589]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1591]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1605]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1619]: 6 -0.937501 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1624]: 6 -2 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1631]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1637]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1648]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1649]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1650]: 6 -0.75 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1652]: 6 -0.750001 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1663]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1893]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1910]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1911]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1929]: 6 -0.0625007 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1939]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1951]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2005]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2013]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2032]: 6 -0.296876 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2036]: 6 -3.8125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2042]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2043]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2086]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2102]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2144]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2183]: 6 -0.999944 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2207]: 6 -0.770541 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2264]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2346]: 6 -0.99283 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2359]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2398]: 6 -1.33203 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2403]: 6 -1.32813 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2407]: 6 -0.812501 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2409]: 6 -0.375001 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2450]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2459]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2463]: 6 -0.999944 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2499]: 6 -0.500001 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2503]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2642]: 6 -1.3125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2644]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2684]: 6 -1.32813 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2687]: 6 -0.34375 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2693]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2741]: 6 -1.21069 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2782]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2793]: 6 -0.5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2800]: 6 -5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2804]: 6 -6.03125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2876]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2879]: 6 -0.5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2886]: 6 -5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2887]: 6 -0.5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2896]: 6 -5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2898]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2902]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2932]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2970]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2976]: 6 -1.3125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2977]: 6 -1.3125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[2981]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3026]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3027]: 6 -1.125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3028]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3034]: 6 -0.333985 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3086]: 6 -0.666992 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3092]: 6 -3.66406 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3121]: 6 -1.31445 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3123]: 6 -1.25781 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3165]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3177]: 6 -0.9375 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3181]: 6 -2.75 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3258]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3270]: 6 -5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3273]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3282]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3366]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3369]: 6 -0.75 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3371]: 6 -0.5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3407]: 6 -1.12244 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3410]: 6 -1.02051 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3412]: 6 -1.33203 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3416]: 6 -1.3125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3458]: 6 -1.33203 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3469]: 6 -0.687501 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3473]: 6 -0.75 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3475]: 6 -0.5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3505]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3550]: 6 -0.500001 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3551]: 6 -0.500001 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3575]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3577]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3591]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3603]: 6 -1.0625 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3604]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3652]: 6 -1.125 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3657]: 6 -0.500001 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3664]: 6 -5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3689]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3698]: 6 -1.25 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3749]: 6 -0.750001 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3761]: 6 -0.0588238 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3763]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3766]: 6 -5 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3767]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
1182.52/1189.60	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3785]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3791]: 6 -0.75 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3793]: 6 -1.24609 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3838]: 6 -1.32813 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3843]: 6 -1.3125 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3858]: 6 -0.5 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3878]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3891]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3932]: 6 -1.125 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3951]: 6 -0.375 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3955]: 6 -0.500001 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3966]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[4035]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[4047]: 6 -0.9375 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
1182.52/1189.61	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
1254.90/1262.32	c #Conflicts:    2080000 | #Constraints:      38369
1254.90/1262.32	c #Conflicts:    2081000 | #Constraints:      39369
1254.90/1262.32	c #Conflicts:    2082000 | #Constraints:      40369
1254.90/1262.32	c #Conflicts:    2083000 | #Constraints:      41369
1254.90/1262.32	c #Conflicts:    2084000 | #Constraints:      42369
1254.90/1262.32	c #Conflicts:    2085000 | #Constraints:      43369
1254.90/1262.32	c #Conflicts:    2086000 | #Constraints:      44369
1254.90/1262.32	c #Conflicts:    2087000 | #Constraints:      45369
1254.90/1262.32	c #Conflicts:    2088000 | #Constraints:      46369
1254.90/1262.32	c #Conflicts:    2089000 | #Constraints:      47369
1254.90/1262.32	c #Conflicts:    2090000 | #Constraints:      48369
1254.90/1262.32	c #Conflicts:    2091000 | #Constraints:      49369
1254.90/1262.32	c #Conflicts:    2092000 | #Constraints:      50370
1254.90/1262.32	c #Conflicts:    2093000 | #Constraints:      51370
1254.90/1262.32	c #Conflicts:    2094000 | #Constraints:      52370
1254.90/1262.32	c #Conflicts:    2095000 | #Constraints:      53370
1254.90/1262.32	c #Conflicts:    2096000 | #Constraints:      54370
1254.90/1262.32	c #Conflicts:    2097000 | #Constraints:      55370
1254.90/1262.32	c #Conflicts:    2098000 | #Constraints:      56370
1254.90/1262.32	c #Conflicts:    2099000 | #Constraints:      57370
1254.90/1262.32	c #Conflicts:    2100000 | #Constraints:      58370
1254.90/1262.32	c #Conflicts:    2101000 | #Constraints:      59370
1254.90/1262.32	c #Conflicts:    2102000 | #Constraints:      60372
1254.90/1262.32	c #Conflicts:    2103000 | #Constraints:      61372
1254.90/1262.32	c #Conflicts:    2104000 | #Constraints:      62372
1254.90/1262.32	c #Conflicts:    2105000 | #Constraints:      63372
1254.90/1262.32	c #Conflicts:    2106000 | #Constraints:      64372
1254.90/1262.32	c #Conflicts:    2107000 | #Constraints:      65373
1254.90/1262.32	c #Conflicts:    2108000 | #Constraints:      66373
1254.90/1262.32	c INPROCESSING
1254.90/1262.32	c GARBAGE COLLECT
1254.90/1262.32	c #Conflicts:    2109000 | #Constraints:      38417
1254.90/1262.32	c #Conflicts:    2110000 | #Constraints:      39417
1254.90/1262.32	c #Conflicts:    2111000 | #Constraints:      40417
1254.90/1262.32	c #Conflicts:    2112000 | #Constraints:      41417
1254.90/1262.32	c #Conflicts:    2113000 | #Constraints:      42417
1254.90/1262.32	c #Conflicts:    2114000 | #Constraints:      43417
1254.90/1262.32	c #Conflicts:    2115000 | #Constraints:      44417
1254.90/1262.32	c #Conflicts:    2116000 | #Constraints:      45417
1254.90/1262.32	c #Conflicts:    2117000 | #Constraints:      46417
1254.90/1262.32	c #Conflicts:    2118000 | #Constraints:      47417
1254.90/1262.32	c #Conflicts:    2119000 | #Constraints:      48417
1254.90/1262.32	c #Conflicts:    2120000 | #Constraints:      49417
1254.90/1262.32	c #Conflicts:    2121000 | #Constraints:      50417
1254.90/1262.32	c #Conflicts:    2122000 | #Constraints:      51417
1254.90/1262.32	c #Conflicts:    2123000 | #Constraints:      52417
1254.90/1262.32	c #Conflicts:    2124000 | #Constraints:      53417
1254.90/1262.32	c #Conflicts:    2125000 | #Constraints:      54417
1254.90/1262.32	c #Conflicts:    2126000 | #Constraints:      55417
1254.90/1262.32	c #Conflicts:    2127000 | #Constraints:      56417
1254.90/1262.32	c #Conflicts:    2128000 | #Constraints:      57417
1254.90/1262.32	c #Conflicts:    2129000 | #Constraints:      58417
1254.90/1262.32	c #Conflicts:    2130000 | #Constraints:      59417
1254.90/1262.32	c #Conflicts:    2131000 | #Constraints:      60417
1254.90/1262.32	c #Conflicts:    2132000 | #Constraints:      61417
1254.90/1262.32	c #Conflicts:    2133000 | #Constraints:      62417
1254.90/1262.32	c #Conflicts:    2134000 | #Constraints:      63417
1254.90/1262.32	c #Conflicts:    2135000 | #Constraints:      64417
1254.90/1262.32	c #Conflicts:    2136000 | #Constraints:      65417
1254.90/1262.32	c #Conflicts:    2137000 | #Constraints:      66417
1254.90/1262.32	c INPROCESSING
1254.90/1262.32	c GARBAGE COLLECT
1254.90/1262.32	c #Conflicts:    2138000 | #Constraints:      38370
1254.90/1262.32	c #Conflicts:    2139000 | #Constraints:      39370
1254.90/1262.32	c #Conflicts:    2140000 | #Constraints:      40370
1254.90/1262.32	c #Conflicts:    2141000 | #Constraints:      41370
1254.90/1262.32	c #Conflicts:    2142000 | #Constraints:      42370
1254.90/1262.32	c #Conflicts:    2143000 | #Constraints:      43370
1254.90/1262.32	c #Conflicts:    2144000 | #Constraints:      44370
1254.90/1262.32	c #Conflicts:    2145000 | #Constraints:      45371
1254.90/1262.32	c #Conflicts:    2146000 | #Constraints:      46371
1254.90/1262.32	c #Conflicts:    2147000 | #Constraints:      47371
1254.90/1262.32	c #Conflicts:    2148000 | #Constraints:      48371
1254.90/1262.32	c #Conflicts:    2149000 | #Constraints:      49371
1254.90/1262.32	c #Conflicts:    2150000 | #Constraints:      50371
1254.90/1262.32	c #Conflicts:    2151000 | #Constraints:      51371
1254.90/1262.32	c #Conflicts:    2152000 | #Constraints:      52372
1254.90/1262.3 [...]

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

 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[344]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[345]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[349]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[355]: 6 -1.00199 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[363]: 6 -1.31058 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[367]: 6 -0.812544 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[370]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[378]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[381]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[392]: 6 -1.0626 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[397]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[408]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[409]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[412]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[418]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[422]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[425]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[426]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[427]: 6 -0.99994 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[431]: 6 -0.997607 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[432]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[443]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[446]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[448]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[453]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[465]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[483]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[484]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[486]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[496]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[505]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[513]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[514]: 6 -1.00197 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[516]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[522]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[523]: 6 -0.99988 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[541]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[545]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[547]: 6 -1.00395 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[556]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[557]: 6 -1.37504 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[559]: 6 -1.31257 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[560]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[561]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[562]: 6 -0.751857 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[563]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[567]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[568]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[580]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[584]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[585]: 6 -1.25009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[587]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[596]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[602]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[603]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[609]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[628]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[629]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[648]: 6 -1.06257 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[649]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[665]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[668]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[678]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[686]: 6 -1.25009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[688]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[691]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[693]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[913]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[915]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[941]: 6 -0.250045 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1007]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1025]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1030]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1038]: 6 -1.50008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1041]: 6 -1.25005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1043]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1047]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1048]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1051]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1060]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1061]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1062]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1064]: 6 -1.00194 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1067]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1068]: 6 -1.02957 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1071]: 6 -1.25005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1072]: 6 -0.781312 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1084]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1085]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1093]: 6 -0.311617 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1094]: 6 -0.500071 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1097]: 6 -0.999899 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1102]: 6 -0.701544 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1103]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1109]: 6 -0.528081 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1111]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1113]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1118]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1132]: 6 -2.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1134]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1136]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1139]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1146]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1150]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1154]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1159]: 6 -1.31256 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1162]: 6 -1.75007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1163]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1167]: 6 -2.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1184]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1186]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1187]: 6 -1.50006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1192]: 6 0 0.203173 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1198]: 6 -0.750097 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1203]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1204]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1208]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1210]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1220]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1221]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1227]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1228]: 6 -0.796933 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1229]: 6 -1.10745 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1231]: 6 -0.992252 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1241]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1246]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1258]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1261]: 6 -1.12503 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1263]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1265]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1266]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1273]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1275]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1277]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1280]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1283]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1285]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1287]: 6 -0.500034 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1307]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1310]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1312]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1321]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1331]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1332]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1338]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1339]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1341]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1342]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1348]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1352]: 6 -1.71096 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1354]: 6 -1.93751 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1357]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1358]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1360]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1361]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1362]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1378]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1392]: 6 -1.12506 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1394]: 6 -1.25004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1395]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1400]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1401]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1408]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1413]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1418]: 6 -0.937549 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1420]: 6 -1.06254 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1424]: 6 -1.37502 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1425]: 6 -1.25001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1426]: 6 -1.50006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1428]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1435]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1448]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1450]: 6 -1.06259 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1466]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1472]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1475]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1480]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1483]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1486]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1488]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1499]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1501]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1502]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1531]: 6 -1.25006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1533]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1538]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1542]: 6 -1.2813 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1546]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1549]: 6 -0.937576 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1550]: 6 -0.812534 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1551]: 6 -0.75007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1552]: 6 -0.750039 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1553]: 6 -1.25002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1554]: 6 -1.25009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1556]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1557]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1559]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1560]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1561]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1563]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1565]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1579]: 6 -0.718834 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1585]: 6 -0.625074 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1588]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1589]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1590]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1591]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1605]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1619]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1624]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1625]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1627]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1630]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1637]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1647]: 6 -0.687526 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1648]: 6 -0.500099 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1649]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1651]: 6 -0.87508 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1652]: 6 -1.25006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1662]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1677]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1678]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1711]: 6 -0.37508 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1728]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1891]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1894]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1896]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1900]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1903]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1907]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1910]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1911]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1914]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1915]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1917]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1927]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1930]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1939]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1944]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1945]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1947]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1952]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1985]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1988]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1990]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1991]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1998]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[1999]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2004]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2008]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2010]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2014]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2015]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2025]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2028]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2029]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2032]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2033]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2036]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2040]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2042]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2044]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2046]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2058]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2066]: 6 -1.06258 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2070]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2081]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2084]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2085]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2088]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2094]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2096]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2100]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2101]: 6 -0.999154 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2104]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2106]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2114]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2117]: 6 -0.764064 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2124]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2125]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2128]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2129]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2132]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2136]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2138]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2139]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2142]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2143]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2148]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2151]: 6 0 0.024381 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2152]: 6 0 0.399344 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2159]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2161]: 6 -0.875996 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2168]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2171]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2172]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2177]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2179]: 6 -0.954582 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2181]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2184]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2186]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2190]: 6 -0.625069 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2194]: 6 -8.19471 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2198]: 6 -3.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2204]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2206]: 6 -0.875967 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2207]: 6 -0.876009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2210]: 6 -1.49637 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2212]: 6 -5.99264 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2213]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2216]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2218]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2219]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2222]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2224]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2226]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2228]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2230]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2232]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2235]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2237]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2238]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2243]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2244]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2251]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2252]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2253]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2256]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2257]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2262]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2263]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2264]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2273]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2277]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2280]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2281]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2284]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2290]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2293]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2296]: 6 -5.2579 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2297]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2300]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2304]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2308]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2309]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2312]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2313]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2316]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2317]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2319]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2320]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2322]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2326]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2328]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2330]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2331]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2334]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2338]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2339]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2340]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2343]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2345]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2347]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2348]: 6 -1.31257 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2352]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2353]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2361]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2363]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2366]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2373]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2376]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2378]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2379]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2382]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2383]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2386]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2387]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2390]: 6 -1.31258 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2400]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2402]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2404]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2407]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2409]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2411]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2414]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2415]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2418]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2421]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2424]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2425]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2428]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2430]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2431]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2436]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2448]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2449]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2451]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2452]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2453]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2462]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2465]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2468]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2469]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2472]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2473]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2476]: 6 -1.50004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2477]: 6 -1.50009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2482]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2484]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2485]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2488]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2496]: 6 -0.984445 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2502]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2503]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2506]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2510]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2512]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2516]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2517]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2520]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2522]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2526]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2532]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2533]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2537]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2538]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2550]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2552]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2556]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2558]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2561]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2563]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2566]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2570]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2571]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2574]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2578]: 6 -1.25009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2579]: 6 -1.25005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2581]: 6 -0.500047 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2584]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2587]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2589]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2592]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2593]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2595]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2598]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2602]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2603]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2605]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2608]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2611]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2616]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2617]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2620]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2622]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2627]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2630]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2634]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2636]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2644]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2645]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2646]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2648]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2649]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2656]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2659]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2661]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2664]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2670]: 6 0 2.00007 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2672]: 6 -1.62505 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2674]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2676]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2677]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2680]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2681]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2684]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2685]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2688]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2689]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2692]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2696]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2697]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2700]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2701]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2704]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2706]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2708]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2711]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2712]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2716]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2717]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2720]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2729]: 6 -0.531345 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2730]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2738]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2743]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2744]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2753]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2755]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2758]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2759]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2762]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2763]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2765]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2768]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2769]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2772]: 6 -1.25003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2774]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2778]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2779]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2783]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2785]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2788]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2793]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2795]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2800]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2803]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2816]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2817]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2826]: 6 -0.0625889 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2828]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2829]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2830]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2832]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2834]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2839]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2840]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2843]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2844]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2846]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2848]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2850]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2854]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2857]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2866]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2867]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2869]: 6 -4.75008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2872]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2873]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2876]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2877]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2879]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2881]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2884]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2885]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2888]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2893]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2896]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2898]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2900]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2902]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2906]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2910]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2912]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2913]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2914]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2916]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2920]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2921]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2923]: 6 -1.31065 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2928]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2929]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2937]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2940]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2944]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2946]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2950]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2951]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2954]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2957]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2959]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2962]: 6 -1.31061 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2963]: 6 -1.31062 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2965]: 6 -0.378962 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2975]: 6 -1.12509 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2978]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2979]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2981]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2987]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2990]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2991]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2993]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2996]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[2997]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3000]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3002]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3003]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3007]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3011]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3013]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3026]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3042]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3043]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3046]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3047]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3050]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3056]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3057]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3060]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3066]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3068]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3070]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3071]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3074]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3076]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3082]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3086]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3088]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3090]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3092]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3093]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3096]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3098]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3100]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3101]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3104]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3112]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3126]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3137]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3139]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3141]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3144]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3145]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3147]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3149]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3151]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3154]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3158]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3159]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3162]: 6 -0.500045 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3168]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3170]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3171]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3173]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3176]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3177]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3180]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3181]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3184]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3188]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3189]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3192]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3196]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3197]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3200]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3202]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3204]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3212]: 6 -1.24244 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3214]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3216]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3221]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3222]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3232]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3233]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3235]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3237]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3241]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3244]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3247]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3250]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3252]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3253]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3256]: 6 -0.030359 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3259]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3266]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3267]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3269]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3275]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3279]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3281]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3284]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3288]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3296]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3299]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3302]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3306]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3307]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3313]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3314]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3315]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3319]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3329]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3331]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3334]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3337]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3340]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3341]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3344]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3346]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3348]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3349]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3352]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3354]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3356]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3358]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3360]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3361]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3364]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3368]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3370]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3374]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3375]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3378]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3381]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3384]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3385]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3387]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3389]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3392]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3395]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3400]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3423]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3425]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3427]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3430]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3431]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3434]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3435]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3437]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3440]: 6 -1.25003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3448]: 6 -1.06254 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3451]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3459]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3461]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3475]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3479]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3481]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3484]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3486]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3487]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3491]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3492]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3496]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3516]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3517]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3518]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3519]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3520]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3523]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3528]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3529]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3532]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3536]: 6 -1.31251 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3538]: 6 -1.28128 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3541]: 6 -0.687589 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3545]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3556]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3560]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3563]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3568]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3570]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3571]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3574]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3575]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3578]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3580]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3582]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3583]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3603]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3608]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3609]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3616]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3618]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3622]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3623]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3626]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3627]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3629]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3632]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3633]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3643]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3647]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3651]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3653]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3657]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3659]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3661]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3664]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3668]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3669]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3672]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3673]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3675]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3678]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3680]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3685]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3688]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3693]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3696]: 6 -1.25006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3700]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3702]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3704]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3705]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3712]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3713]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3715]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3719]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3723]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3725]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3728]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3729]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3732]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3735]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3738]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3739]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3741]: 6 -0.375057 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3744]: 6 -0.750085 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3748]: 6 -0.500011 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3754]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3755]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3760]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3762]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3763]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3766]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3767]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3770]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3774]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3776]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3777]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3785]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3788]: 6 -1.25007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3793]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3796]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3798]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3799]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3801]: 6 -1.25007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3805]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3806]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3807]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3809]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3811]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3820]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3821]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3824]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3825]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3828]: 6 -1.25003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3829]: 6 -1.25002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3831]: 6 -0.50006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3836]: 6 -1.25003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3837]: 6 -1.25002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3841]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3843]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3845]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3847]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3850]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3851]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3854]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3856]: 6 -0.500083 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3860]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3862]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3864]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3865]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3868]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3869]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3872]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3874]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3875]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3877]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3878]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3879]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3893]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3898]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3899]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3900]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3901]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3907]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3909]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3912]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3913]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3916]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3917]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3920]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3923]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3926]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3929]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3937]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3939]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3944]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3946]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3947]: 6 -1.00001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3950]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3952]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3953]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3956]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3958]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3960]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3961]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3963]: 6 -1.00005 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3964]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3966]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3982]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3983]: 6 -1.00007 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[3988]: 6 -1.00004 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4014]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4035]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4046]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4047]: 6 -0.875013 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4048]: 6 -1.12505 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4060]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4067]: 6 -1.00002 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4087]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4089]: 6 -1.00003 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4090]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4091]: 6 -1.00008 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4092]: 6 -1.00009 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4115]: 6 -1.0001 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4116]: 6 -1.00006 0 shouldn't be
2020.12/2031.50	WSVECS04 Frhs2[4117]: 6 -1.00007 0 shouldn't be
2071.31/2082.92	c #Conflicts:    2967000 | #Constraints:      48226
2071.31/2082.92	c #Conflicts:    2968000 | #Constraints:      49226
2071.31/2082.92	c #Conflicts:    2969000 | #Constraints:      50226
2071.31/2082.92	c #Conflicts:    2970000 | #Constraints:      51226
2071.31/2082.92	c #Conflicts:    2971000 | #Constraints:      52226
2071.31/2082.92	c #Conflicts:    2972000 | #Constraints:      53226
2071.31/2082.92	c #Conflicts:    2973000 | #Constraints:      54226
2071.31/2082.92	c #Conflicts:    2974000 | #Constraints:      55226
2071.31/2082.92	c #Conflicts:    2975000 | #Constraints:      56226
2071.31/2082.92	c #Conflicts:    2976000 | #Constraints:      57226
2071.31/2082.92	c #Conflicts:    2977000 | #Constraints:      58226
2071.31/2082.92	c #Conflicts:    2978000 | #Constraints:      59226
2071.31/2082.92	c #Conflicts:    2979000 | #Constraints:      60226
2071.31/2082.92	c #Conflicts:    2980000 | #Constraints:      61226
2071.31/2082.92	c #Conflicts:    2981000 | #Constraints:      62226
2071.31/2082.92	c #Conflicts:    2982000 | #Constraints:      63226
2071.31/2082.92	c #Conflicts:    2983000 | #Constraints:      64226
2071.31/2082.92	c #Conflicts:    2984000 | #Constraints:      65226
2071.31/2082.92	c #Conflicts:    2985000 | #Constraints:      66226
2071.31/2082.92	c #Conflicts:    2986000 | #Constraints:      67226
2071.31/2082.92	c #Conflicts:    2987000 | #Constraints:      68226
2071.31/2082.92	c #Conflicts:    2988000 | #Constraints:      69226
2071.31/2082.92	c #Conflicts:    2989000 | #Constraints:      70226
2071.31/2082.92	c #Conflicts:    2990000 | #Constraints:      71226
2071.31/2082.92	c #Conflicts:    2991000 | #Constraints:      72226
2071.31/2082.92	c #Conflicts:    2992000 | #Constraints:      73226
2071.31/2082.92	c #Conflicts:    2993000 | #Constraints:      74226
2071.31/2082.92	c #Conflicts:    2994000 | #Constraints:      75226
2071.31/2082.92	c #Conflicts:    2995000 | #Constraints:      76226
2071.31/2082.92	c #Conflicts:    2996000 | #Constraints:      77226
2071.31/2082.92	c #Conflicts:    2997000 | #Constraints:      78226
2071.31/2082.92	c #Conflicts:    2998000 | #Constraints:      79226
2071.31/2082.92	c #Conflicts:    2999000 | #Constraints:      80226
2071.31/2082.92	c #Conflicts:    3000000 | #Constraints:      81226
2071.31/2082.92	c #Conflicts:    3001000 | #Constraints:      82226
2071.31/2082.92	c INPROCESSING
2071.31/2082.92	c GARBAGE COLLECT
2071.31/2082.92	c #Conflicts:    3002000 | #Constraints:      46214
2071.31/2082.92	c #Conflicts:    3003000 | #Constraints:      47214
2071.31/2082.92	c #Conflicts:    3004000 | #Constraints:      48214
2071.31/2082.92	c #Conflicts:    3005000 | #Constraints:      49214
2071.31/2082.92	c #Conflicts:    3006000 | #Constraints:      50214
2071.31/2082.92	c #Conflicts:    3007000 | #Constraints:      51214
2071.31/2082.92	c #Conflicts:    3008000 | #Constraints:      52214
2071.31/2082.92	c #Conflicts:    3009000 | #Constraints:      53214
2071.31/2082.92	c #Conflicts:    3010000 | #Constraints:      54214
2071.31/2082.92	c #Conflicts:    3011000 | #Constraints:      55214
2071.31/2082.92	c #Conflicts:    3012000 | #Constraints:      56214
2071.31/2082.92	c #Conflicts:    3013000 | #Constraints:      57214
2071.31/2082.92	c #Conflicts:    3014000 | #Constraints:      58214
2071.31/2082.92	c #Conflicts:    3015000 | #Constraints:      59214
2071.31/2082.92	c #Conflicts:    3016000 | #Constraints:      60214
2071.31/2082.92	c #Conflicts:    3017000 | #Constraints:      61214
2071.31/2082.92	c #Conflicts:    3018000 | #Constraints:      62214
2071.31/2082.92	c #Conflicts:    3019000 | #Constraints:      63214
2071.31/2082.92	c #Conflicts:    3020000 | #Constraints:      64214
2071.31/2082.92	c #Conflicts:    3021000 | #Constraints:      65214
2071.31/2082.92	c #Conflicts:    3022000 | #Constraints:      66214
2071.31/2082.92	c #Conflicts:    3023000 | #Constraints:      67214
2071.31/2082.92	c #Conflicts:    3024000 | #Constraints:      68214
2071.31/2082.92	c #Conflicts:    3025000 | #Constraints:      69214
2071.31/2082.92	c #Conflicts:    3026000 | #Constraints:      70214
2071.31/2082.92	c #Conflicts:    3027000 | #Constraints:      71214
2071.31/2082.92	c #Conflicts:    3028000 | #Constraints:      72214
2071.31/2082.92	c #Conflicts:    3029000 | #Constraints:      73214
2071.31/2082.92	c #Conflicts:    3030000 | #Constraints:      74214
2071.31/2082.92	c #Conflicts:    3031000 | #Constraints:      75214
2071.31/2082.92	c #Conflicts:    3032000 | #Constraints:      76214
2071.31/2082.92	c #Conflicts:    3033000 | #Constraints:      77214
2071.31/2082.92	c #Conflicts:    3034000 | #Constraints:      78214
2071.31/2082.92	c #Conflicts:    3035000 | #Constraints:      79214
2071.31/2082.92	c #Conflicts:    3036000 | #Constraints:      80214
2071.31/2082.92	c INPROCESSING
2071.31/2082.92	c GARBAGE COLLECT
2071.31/2082.92	c #Conflicts:    3037000 | #Constraints:      45368
2071.31/2082.92	c #Conflicts:    3038000 | #Constraints:      46368
2071.31/2082.92	c #Conflicts:    3039000 | #Constraints:      47368
2071.31/2082.92	c #Conflicts:    3040000 | #Constraints:      48368
2071.31/2082.92	c #Conflicts:    3041000 | #Constraints:      49368
2071.31/2082.92	c #Conflicts:    3042000 | #Constraints:      50368
2071.31/2082.92	c #Conflicts:    3043000 | #Constraints:      51368
2071.31/2082.92	c #Conflicts:    3044000 | #Constraints:      52368
2121.81/2133.72	c #Conflicts:    3045000 | #Constraints:      53368
2121.81/2133.72	c #Conflicts:    3046000 | #Constraints:      54368
2121.81/2133.72	c #Conflicts:    3047000 | #Constraints:      55368
2121.81/2133.72	c #Conflicts:    3048000 | #Constraints:      56368
2121.81/2133.72	c #Conflicts:    3049000 | #Constraints:      57368
2121.81/2133.72	c #Conflicts:    3050000 | #Constraints:      58369
2121.81/2133.72	c #Conflicts:    3051000 | #Constraints:      59369
2121.81/2133.72	c #Conflicts:    3052000 | #Constraints:      60369
2121.81/2133.72	c #Conflicts:    3053000 | #Constraints:      61369
2121.81/2133.72	c #Conflicts:    3054000 | #Constraints:      62369
2121.81/2133.72	c #Conflicts:    3055000 | #Constraints:      63369
2121.81/2133.72	c #Conflicts:    3056000 | #Constraints:      64369
2121.81/2133.72	c #Conflicts:    3057000 | #Constraints:      65369
2121.81/2133.72	c #Conflicts:    3058000 | #Constraints:      66369
2121.81/2133.72	c #Conflicts:    3059000 | #Constraints:      67369
2121.81/2133.72	c #Conflicts:    3060000 | #Constraints:      68369
2121.81/2133.72	c #Conflicts:    3061000 | #Constraints:      69369
2121.81/2133.72	c #Conflicts:    3062000 | #Constraints:      70369
2121.81/2133.72	c #Conflicts:    3063000 | #Constraints:      71369
2121.81/2133.72	c #Conflicts:    3064000 | #Constraints:      72369
2121.81/2133.72	c #Conflicts:    3065000 | #Constraints:      73369
2121.81/2133.72	c #Conflicts:    3066000 | #Constraints:      74369
2121.81/2133.72	c #Conflicts:    3067000 | #Constraints:      75369
2121.81/2133.72	c #Conflicts:    3068000 | #Constraints:      76370
2121.81/2133.72	c #Conflicts:    3069000 | #Constraints:      77370
2121.81/2133.72	c #Conflicts:    3070000 | #Constraints:      78370
2121.81/2133.72	c #Conflicts:    3071000 | #Constraints:      79370
2121.81/2133.72	c INPROCESSING
2121.81/2133.72	c GARBAGE COLLECT
2121.81/2133.72	c #Conflicts:    3072000 | #Constraints:      44932
2121.81/2133.72	c #Conflicts:    3073000 | #Constraints:      45932
2121.81/2133.72	c #Conflicts:    3074000 | #Constraints:      46932
2121.81/2133.72	c #Conflicts:    3075000 | #Constraints:      47932
2121.81/2133.72	c #Conflicts:    3076000 | #Constraints:      48938
2121.81/2133.72	c #Conflicts:    3077000 | #Constraints:      49938
2121.81/2133.72	c #Conflicts:    3078000 | #Constraints:      50939
2121.81/2133.72	c #Conflicts:    3079000 | #Constraints:      51939
2121.81/2133.72	c #Conflicts:    3080000 | #Constraints:      52939
2121.81/2133.72	c #Conflicts:    3081000 | #Constraints:      53939
2121.81/2133.72	c #Conflicts:    3082000 | #Constraints:      54939
2121.81/2133.72	c #Conflicts:    3083000 | #Constraints:      55940
2121.81/2133.72	c #Conflicts:    3084000 | #Constraints:      56940
2121.81/2133.72	c #Conflicts:    3085000 | #Constraints:      57940
2121.81/2133.72	c #Conflicts:    3086000 | #Constraints:      58940
2121.81/2133.72	c #Conflicts:    3087000 | #Constraints:      59941
2121.81/2133.72	c #Conflicts:    3088000 | #Constraints:      60941
2121.81/2133.72	c #Conflicts:    3089000 | #Constraints:      61941
2121.81/2133.72	c #Conflicts:    3090000 | #Constraints:      62941
2121.81/2133.72	c #Conflicts:    3091000 | #Constraints:      63941
2121.81/2133.72	c #Conflicts:    3092000 | #Constraints:      64941
2121.81/2133.72	c #Conflicts:    3093000 | #Constraints:      65941
2121.81/2133.72	c #Conflicts:    3094000 | #Constraints:      66941
2121.81/2133.72	c #Conflicts:    3095000 | #Constraints:      67941
2121.81/2133.72	c #Conflicts:    3096000 | #Constraints:      68941
2121.81/2133.72	c #Conflicts:    3097000 | #Constraints:      69941
2121.81/2133.72	c #Conflicts:    3098000 | #Constraints:      70942
2121.81/2133.72	c #Conflicts:    3099000 | #Constraints:      71942
2121.81/2133.72	c #Conflicts:    3100000 | #Constraints:      72942
2121.81/2133.72	c #Conflicts:    3101000 | #Constraints:      73942
2121.81/2133.72	c #Conflicts:    3102000 | #Constraints:      74942
2121.81/2133.72	c #Conflicts:    3103000 | #Constraints:      75942
2121.81/2133.72	c #Conflicts:    3104000 | #Constraints:      76942
2121.81/2133.72	c #Conflicts:    3105000 | #Constraints:      77942
2121.81/2133.72	c #Conflicts:    3106000 | #Constraints:      78942
2121.81/2133.72	c INPROCESSING
2121.81/2133.72	c GARBAGE COLLECT
2121.81/2133.72	c #Conflicts:    3107000 | #Constraints:      44578
2121.81/2133.72	c #Conflicts:    3108000 | #Constraints:      45578
2121.81/2133.72	c #Conflicts:    3109000 | #Constraints:      46578
2121.81/2133.72	c #Conflicts:    3110000 | #Constraints:      47578
2121.81/2133.72	c #Conflicts:    3111000 | #Constraints:      48578
2121.81/2133.72	c #Conflicts:    3112000 | #Constraints:      49578
2121.81/2133.72	c #Conflicts:    3113000 | #Constraints:      50578
2121.81/2133.72	c #Conflicts:    3114000 | #Constraints:      51578
2121.81/2133.72	c #Conflicts:    3115000 | #Constraints:      52579
2121.81/2133.72	c #Conflicts:    3116000 | #Constraints:      53579
2121.81/2133.72	c #Conflicts:    3117000 | #Constraints:      54579
2121.81/2133.72	c #Conflicts:    3118000 | #Constraints:      55579
2121.81/2133.72	c #Conflicts:    3119000 | #Constraints:      56579
2121.81/2133.72	c #Conflicts:    3120000 | #Constraints:      57579
2121.81/2133.72	c #Conflicts:    3121000 | #Constraints:      58579
2164.52/2176.68	c #Conflicts:    3122000 | #Constraints:      59579
2164.52/2176.68	c #Conflicts:    3123000 | #Constraints:      60579
2164.52/2176.68	c #Conflicts:    3124000 | #Constraints:      61579
2164.52/2176.68	c #Conflicts:    3125000 | #Constraints:      62579
2164.52/2176.68	c #Conflicts:    3126000 | #Constraints:      63579
2164.52/2176.68	c #Conflicts:    3127000 | #Constraints:      64579
2164.52/2176.68	c #Conflicts:    3128000 | #Constraints:      65579
2164.52/2176.68	c #Conflicts:    3129000 | #Constraints:      66580
2164.52/2176.68	c #Conflicts:    3130000 | #Constraints:      67580
2164.52/2176.68	c #Conflicts:    3131000 | #Constraints:      68580
2164.52/2176.68	c #Conflicts:    3132000 | #Constraints:      69580
2164.52/2176.68	c #Conflicts:    3133000 | #Constraints:      70580
2164.52/2176.68	c #Conflicts:    3134000 | #Constraints:      71580
2164.52/2176.68	c #Conflicts:    3135000 | #Constraints:      72580
2164.52/2176.68	c #Conflicts:    3136000 | #Constraints:      73580
2164.52/2176.68	c #Conflicts:    3137000 | #Constraints:      74580
2164.52/2176.68	c #Conflicts:    3138000 | #Constraints:      75580
2164.52/2176.68	c #Conflicts:    3139000 | #Constraints:      76580
2164.52/2176.68	c #Conflicts:    3140000 | #Constraints:      77580
2164.52/2176.68	c #Conflicts:    3141000 | #Constraints:      78580
2164.52/2176.68	c INPROCESSING
2164.52/2176.68	c GARBAGE COLLECT
2164.52/2176.68	c #Conflicts:    3142000 | #Constraints:      44222
2164.52/2176.68	c #Conflicts:    3143000 | #Constraints:      45222
2164.52/2176.68	c #Conflicts:    3144000 | #Constraints:      46222
2164.52/2176.68	c #Conflicts:    3145000 | #Constraints:      47222
2164.52/2176.68	c #Conflicts:    3146000 | #Constraints:      48222
2164.52/2176.68	c #Conflicts:    3147000 | #Constraints:      49222
2164.52/2176.68	c #Conflicts:    3148000 | #Constraints:      50222
2164.52/2176.68	c #Conflicts:    3149000 | #Constraints:      51222
2164.52/2176.68	c #Conflicts:    3150000 | #Constraints:      52222
2164.52/2176.68	c #Conflicts:    3151000 | #Constraints:      53222
2164.52/2176.68	c #Conflicts:    3152000 | #Constraints:      54222
2164.52/2176.68	c #Conflicts:    3153000 | #Constraints:      55222
2164.52/2176.68	c #Conflicts:    3154000 | #Constraints:      56222
2164.52/2176.68	c #Conflicts:    3155000 | #Constraints:      57222
2164.52/2176.68	c #Conflicts:    3156000 | #Constraints:      58447
2164.52/2176.68	c #Conflicts:    3157000 | #Constraints:      59447
2164.52/2176.68	c #Conflicts:    3158000 | #Constraints:      60451
2164.52/2176.68	c #Conflicts:    3159000 | #Constraints:      61451
2164.52/2176.68	c #Conflicts:    3160000 | #Constraints:      62451
2164.52/2176.68	c #Conflicts:    3161000 | #Constraints:      63451
2164.52/2176.68	c #Conflicts:    3162000 | #Constraints:      64451
2164.52/2176.68	c #Conflicts:    3163000 | #Constraints:      65451
2164.52/2176.68	c #Conflicts:    3164000 | #Constraints:      66451
2164.52/2176.68	c #Conflicts:    3165000 | #Constraints:      67451
2164.52/2176.68	c #Conflicts:    3166000 | #Constraints:      68455
2164.52/2176.68	c #Conflicts:    3167000 | #Constraints:      69455
2164.52/2176.68	c #Conflicts:    3168000 | #Constraints:      70456
2164.52/2176.68	c #Conflicts:    3169000 | #Constraints:      71458
2164.52/2176.68	c #Conflicts:    3170000 | #Constraints:      72459
2164.52/2176.68	c #Conflicts:    3171000 | #Constraints:      73459
2164.52/2176.68	c #Conflicts:    3172000 | #Constraints:      74460
2164.52/2176.68	c #Conflicts:    3173000 | #Constraints:      75460
2164.52/2176.68	c #Conflicts:    3174000 | #Constraints:      76460
2164.52/2176.68	c #Conflicts:    3175000 | #Constraints:      77461
2164.52/2176.68	c #Conflicts:    3176000 | #Constraints:      78461
2164.52/2176.68	c #Conflicts:    3177000 | #Constraints:      79461
2164.52/2176.68	c INPROCESSING
2164.52/2176.68	c GARBAGE COLLECT
2164.52/2176.68	WSVECS04 Frhs2[3]: 6 0 0.00716955 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[14]: 6 -327.972 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[22]: 6 -0.934668 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[38]: 6 -356.35 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[49]: 6 -677.501 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[50]: 6 0 234.424 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[67]: 6 -0.290874 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[77]: 6 0 0.776357 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[85]: 6 -60.1925 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[95]: 6 -302.265 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[97]: 6 -882.67 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[98]: 6 -248.354 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[117]: 6 -232.398 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[138]: 6 -124.99 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[139]: 6 -87.5519 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[149]: 6 0 24.8668 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[159]: 6 -317.798 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[185]: 6 -2.87173 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[191]: 6 0 433.53 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[217]: 6 0 0.409702 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[221]: 6 -19.9883 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[222]: 6 -8.72804 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[224]: 6 -39.5884 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[254]: 6 -360.053 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[255]: 6 -449.854 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[270]: 6 -336.917 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[283]: 6 -0.328125 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[299]: 6 -594.363 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[301]: 6 -67.837 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[335]: 6 -79.141 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[370]: 6 -115.651 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[375]: 6 -1.00738 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[395]: 6 -74.6623 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[411]: 6 0 83.8703 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[427]: 6 -210.878 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[436]: 6 -8.49554 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[437]: 6 -49.2342 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[446]: 6 -14.4109 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[471]: 6 -14.1572 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[474]: 6 -65.2424 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[476]: 6 -121.702 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[488]: 6 0 18.9644 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[495]: 6 -79.3322 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[501]: 6 -7.16074 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[510]: 6 -4.9718 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[518]: 6 -638.423 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[519]: 6 -6.89524 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[523]: 6 -141.69 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[529]: 6 -74.2425 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[533]: 6 -49.2343 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[539]: 6 -23.5441 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[543]: 6 -110.63 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[544]: 6 0 281.534 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[554]: 6 -288.921 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[555]: 6 -610.467 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[558]: 6 -49.9809 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[559]: 6 -379.674 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[564]: 6 -0.0160099 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[572]: 6 0 16.8095 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[574]: 6 -331.226 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[584]: 6 -735.088 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[590]: 6 -1647.32 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[596]: 6 -1.05573 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[603]: 6 0 162.664 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[605]: 6 -224.783 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[651]: 6 -102.651 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[670]: 6 -7.85304 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[941]: 6 -1292.55 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1007]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1032]: 6 -0.452152 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1036]: 6 -302.475 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1039]: 6 -40.4899 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1042]: 6 -87.3673 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1049]: 6 -134.27 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1053]: 6 -275.281 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1063]: 6 0 83.6586 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1066]: 6 0 14.5241 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1067]: 6 0 2.68137 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1073]: 6 0 138.255 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1082]: 6 -4.34845 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1085]: 6 -7.21872 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1087]: 6 -7.69092 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1089]: 6 0 144.255 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1097]: 6 0 37.7152 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1098]: 6 -159.661 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1099]: 6 0 33.2814 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1108]: 6 -5.14551 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1116]: 6 0 3.41707 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1117]: 6 0 10.9751 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1122]: 6 -14.2128 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1126]: 6 -101.708 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1128]: 6 0 71.9191 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1131]: 6 -26.9627 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1135]: 6 -265.398 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1143]: 6 -17.5437 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1144]: 6 -1.23622 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1166]: 6 -7.9556 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1170]: 6 0 66.4912 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1194]: 6 -434.177 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1209]: 6 -18.2324 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1223]: 6 -17.2745 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1247]: 6 -0.875001 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1254]: 6 -14.7571 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1255]: 6 -28.8887 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1256]: 6 -66.8898 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1257]: 6 -123.181 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1259]: 6 -88.744 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1263]: 6 0 56.2076 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1265]: 6 0 70.6988 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1300]: 6 -21.3684 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1303]: 6 -4.75702 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1317]: 6 -91.1173 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1325]: 6 -593.373 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1327]: 6 -439.79 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1333]: 6 -1.94497 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1346]: 6 -90.0496 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1374]: 6 -177.513 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1380]: 6 -70.2303 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1403]: 6 -25.9945 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1408]: 6 0 10.3532 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1412]: 6 -133.733 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1415]: 6 -103.684 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1427]: 6 0 4.25494 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1436]: 6 -55.186 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1437]: 6 -58.4676 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1440]: 6 0 10.746 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1442]: 6 -23.6888 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1458]: 6 -225.068 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1459]: 6 0 20.178 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1465]: 6 -9.26046 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1467]: 6 -123.397 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1470]: 6 0 35.6424 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1474]: 6 -73.3661 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1475]: 6 -384.407 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1480]: 6 0 330.935 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1497]: 6 -627.482 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1520]: 6 -153.212 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1521]: 6 -302.195 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1522]: 6 -12.5751 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1523]: 6 -122.991 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1527]: 6 0 9.53815 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1529]: 6 0 40.1558 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1542]: 6 -297.682 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1544]: 6 -117.805 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1546]: 6 -106.606 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1551]: 6 -161.375 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1561]: 6 -1.49538 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1576]: 6 -503.66 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1585]: 6 -625.031 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1630]: 6 -106.179 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1647]: 6 -70.765 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1651]: 6 -7.47096 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1663]: 6 -0.619657 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1676]: 6 0 173.931 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1680]: 6 -6.78597 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1891]: 6 -1.68033 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1910]: 6 0 3.4719 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1911]: 6 -24.9883 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1916]: 6 -36.7752 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1921]: 6 -33.9075 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1930]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1943]: 6 0 1041.44 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1992]: 6 -2.05697 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[1998]: 6 -4.45988 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2000]: 6 -7.91977 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2015]: 6 0 3.89396 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2019]: 6 0 12.7307 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2022]: 6 0 5.07985 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2042]: 6 -2 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2044]: 6 0 1 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2085]: 6 -21.3878 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2087]: 6 -0.625 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2100]: 6 0 70.6658 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2102]: 6 0 174.702 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2108]: 6 -52.3824 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2110]: 6 -110.357 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2111]: 6 -7.59208 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2116]: 6 0 483.887 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2120]: 6 0 1.71147 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2132]: 6 0 5 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2136]: 6 -25 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2138]: 6 -17.25 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2140]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2144]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2151]: 6 -201 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2177]: 6 -1.00389 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2182]: 6 0 2.14227 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2198]: 6 0 8.51053 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2208]: 6 0 31.1906 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2212]: 6 0 15.9241 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2216]: 6 0 1.07182 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2218]: 6 0 629.053 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2219]: 6 -1.14182 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2222]: 6 -0.905169 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2223]: 6 -1.47245 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2226]: 6 -1.3125 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2228]: 6 0 5.40459 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2231]: 6 -8.80917 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2238]: 6 -0.2 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2239]: 6 -0.2 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2251]: 6 -36.3886 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2264]: 6 -1.25887 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2296]: 6 -258.18 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2298]: 6 -582.734 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2310]: 6 0 536.842 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2313]: 6 -134.962 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2316]: 6 0 79.6866 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2359]: 6 -7.65907 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2370]: 6 -6.31464 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2380]: 6 -2 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2420]: 6 -1.25 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2421]: 6 -1.25 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2428]: 6 -1.5 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2440]: 6 -272.52 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2450]: 6 -1.59909 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2474]: 6 0 2 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2476]: 6 0 3.06545 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2482]: 6 0 1 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2492]: 6 0 1651.53 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2498]: 6 -0.913428 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2500]: 6 0 0.215269 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2503]: 6 -3.08425 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2526]: 6 0 2 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2536]: 6 -7.21843 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2540]: 6 -202.122 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2541]: 6 -1.5 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2544]: 6 -87.2863 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2553]: 6 0 11.486 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2578]: 6 0 5.58801 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2580]: 6 0 7.92602 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2581]: 6 -1.25 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2604]: 6 -2.70665 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2612]: 6 -3 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2625]: 6 -0.90603 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2680]: 6 -1.125 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2727]: 6 -24.2526 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2758]: 6 -2 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2778]: 6 -30.3042 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2781]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2791]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2800]: 6 -2.77619 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2801]: 6 -0.776194 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2805]: 6 -29.5647 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2808]: 6 -8.5809 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2836]: 6 -8.40435 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2869]: 6 -2.99882 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2884]: 6 -8.39391 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2891]: 6 -1.45801 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2896]: 6 0 2 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2901]: 6 -0.656251 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2913]: 6 -0.559119 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2917]: 6 -12.3212 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2929]: 6 -0.999823 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2939]: 6 0 0.255103 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2962]: 6 -75.1803 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2970]: 6 -171.146 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2972]: 6 -0.976035 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2974]: 6 -0.95223 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2975]: 6 -1.00035 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2981]: 6 -1.00142 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2983]: 6 -1.00567 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2985]: 6 -1.00592 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2987]: 6 -1.02268 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2989]: 6 -7.68367 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[2992]: 6 0 0.840884 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3000]: 6 -1.25 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3064]: 6 -1.25 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3066]: 6 -78.056 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3070]: 6 -3.86445 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3080]: 6 0 144.577 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3102]: 6 0 51.1533 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3103]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3115]: 6 -180.983 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3118]: 6 -1.25 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3155]: 6 -229.552 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3158]: 6 -15.8492 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3170]: 6 0 456.198 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3172]: 6 -3.82612 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3173]: 6 -3.90004 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3194]: 6 -1.25 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3195]: 6 -456.411 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3206]: 6 -208.207 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3207]: 6 -36.792 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3208]: 6 -425.222 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3255]: 6 -1.02759 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3259]: 6 -1.11035 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3262]: 6 -1.65886 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3263]: 6 -1.00118 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3266]: 6 -0.55428 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3271]: 6 -1.0262 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3274]: 6 -8.68574 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3312]: 6 -1.00036 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3324]: 6 -1.3125 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3336]: 6 0 1.32788 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3339]: 6 -0.65625 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3355]: 6 -3.03967 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3363]: 6 -0.998817 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3365]: 6 -2.27179 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3369]: 6 -6.08717 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3408]: 6 -138.229 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3410]: 6 -17.9427 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3417]: 6 -32.7157 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3425]: 6 -72.6632 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3438]: 6 0 2685.08 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3444]: 6 -0.973619 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3452]: 6 -60.9768 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3454]: 6 0 94.3942 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3458]: 6 0 220.922 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3472]: 6 -1.04119 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3476]: 6 -192.076 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3481]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3483]: 6 -164.323 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3486]: 6 0 326.896 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3498]: 6 -218.73 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3508]: 6 0 200.603 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3519]: 6 -28.3606 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3522]: 6 0 178.694 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3538]: 6 -18.1121 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3544]: 6 -220.142 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3552]: 6 -107.997 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3553]: 6 -219.501 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3557]: 6 -227.521 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3563]: 6 -1.02604 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3568]: 6 -64.1967 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3572]: 6 -7.12269 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3573]: 6 -7.12269 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3576]: 6 -1.1875 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3585]: 6 -54.4626 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3590]: 6 -201.194 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3620]: 6 0 0.0135329 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3630]: 6 0 226.58 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3636]: 6 0 2.16423 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3638]: 6 -226.083 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3642]: 6 -509.023 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3652]: 6 0 72.9982 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3655]: 6 -3.3069 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3658]: 6 -1.07931 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3660]: 6 0 13.9283 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3661]: 6 0 13.9283 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3673]: 6 -456.473 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3675]: 6 -0.375 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3685]: 6 -9.08597 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3686]: 6 -16.748 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3687]: 6 -32.3208 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3689]: 6 -144.328 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3691]: 6 -149.506 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3703]: 6 -172.741 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3735]: 6 -369.276 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3742]: 6 -19.007 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3747]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3750]: 6 0 41.9273 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3752]: 6 0 84.8583 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3760]: 6 0 2.74795 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3761]: 6 0 2.74795 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3762]: 6 -0.95048 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3766]: 6 0 31.2855 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3771]: 6 -1.25 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3783]: 6 0 248.641 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3784]: 6 0 197.794 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3785]: 6 -619.175 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3810]: 6 0 1 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3828]: 6 -215.165 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3829]: 6 -217.532 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3831]: 6 -1.73571 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3834]: 6 0 491.448 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3843]: 6 -0.997994 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3848]: 6 -1.07303 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3849]: 6 -1.07303 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3859]: 6 -4.30887 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3862]: 6 -13.5336 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3871]: 6 -3 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3881]: 6 -35.6027 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3887]: 6 -70.7798 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3925]: 6 0 37.4575 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3934]: 6 -2584.09 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3935]: 6 -1.05218 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3940]: 6 0 4.12448 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3944]: 6 -21.9255 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3956]: 6 -17.6667 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[4061]: 6 -0.716916 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[4091]: 6 -1 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[4115]: 6 -179.836 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[4116]: 6 -1.11213 0 shouldn't be
2164.52/2176.68	WSVECS04 Frhs2[4117]: 6 -716.309 0 shouldn't be
2229.10/2241.40	c #Conflicts:    3178000 | #Constraints:      44906
2229.10/2241.40	c #Conflicts:    3179000 | #Constraints:      45906
2229.10/2241.40	c #Conflicts:    3180000 | #Constraints:      46907
2229.10/2241.40	c #Conflicts:    3181000 | #Constraints:      47907
2229.10/2241.40	c #Conflicts:    3182000 | #Constraints:      48907
2229.10/2241.40	c #Conflicts:    3183000 | #Constraints:      49907
2229.10/2241.40	c #Conflicts:    3184000 | #Constraints:      50907
2229.10/2241.40	c #Conflicts:    3185000 | #Constraints:      51907
2229.10/2241.40	c #Conflicts:    3186000 | #Constraints:      52907
2229.10/2241.40	c #Conflicts:    3187000 | #Constraints:      53907
2229.10/2241.40	c #Conflicts:    3188000 | #Constraints:      54907
2229.10/2241.40	c #Conflicts:    3189000 | #Constraints:      55907
2229.10/2241.40	c #Conflicts:    3190000 | #Constraints:      56907
2229.10/2241.40	c #Conflicts:    3191000 | #Constraints:      57907
2229.10/2241.40	c #Conflicts:    3192000 | #Constraints:      58907
2229.10/2241.40	c #Conflicts:    3193000 | #Constraints:      59907
2229.10/2241.40	c #Conflicts:    3194000 | #Constraints:      60907
2229.10/2241.40	c #Conflicts:    3195000 | #Constraints:      61907
2229.10/2241.40	c #Conflicts:    3196000 | #Constraints:      62907
2229.10/2241.40	c #Conflicts:    3197000 | #Constraints:      63907
2229.10/2241.40	c #Conflicts:    3198000 | #Constraints:      64907
2229.10/2241.40	c #Conflicts:    3199000 | #Constraints:      65907
2229.10/2241.40	c #Conflicts:    3200000 | #Constraints:      66907
2229.10/2241.40	c #Conflicts:    3201000 | #Constraints:      67907
2229.10/2241.40	c #Conflicts:    3202000 | #Constraints:      68907
2229.10/2241.40	c #Conflicts:    3203000 | #Constraints:      69907
2229.10/2241.40	c #Conflicts:    3204000 | #Constraints:      70907
2229.10/2241.40	c #Conflicts:    3205000 | #Constraints:      71908
2229.10/2241.40	c #Conflicts:    3206000 | #Constraints:      72908
2229.10/2241.40	c #Conflicts:    3207000 | #Constraints:      73908
2229.10/2241.40	c #Conflicts:    3208000 | #Constraints:      74908
2229.10/2241.40	c #Conflicts:    3209000 | #Constraints:      75908
2229.10/2241.40	c #Conflicts:    3210000 | #Constraints:      76908
2229.10/2241.40	c #Conflicts:    3211000 | #Constraints:      77908
2229.10/2241.40	c #Conflicts:    3212000 | #Constraints:      78908
2229.10/2241.40	c #Conflicts:    3213000 | #Constraints:      79908
2229.10/2241.40	c INPROCESSING
2229.10/2241.40	c GARBAGE COLLECT
2229.10/2241.40	c #Conflicts:    3214000 | #Constraints:      45217
2229.10/2241.40	c #Conflicts:    3215000 | #Constraints:      46217
2229.10/2241.40	c #Conflicts:    3216000 | #Constraints:      47217
2229.10/2241.40	c #Conflicts:    3217000 | #Constraints:      48217
2229.10/2241.40	c #Conflicts:    3218000 | #Constraints:      49217
2229.10/2241.40	c #Conflicts:    3219000 | #Constraints:      50217
2229.10/2241.40	c #Conflicts:    3220000 | #Constraints:      51217
2229.10/2241.40	c #Conflicts:    3221000 | #Constraints:      52217
2229.10/2241.40	c #Conflicts:    3222000 | #Constraints:      53217
2229.10/2241.40	c #Conflicts:    3223000 | #Constraints:      54217
2229.10/2241.40	c #Conflicts:    3224000 | #Constraints:      55217
2229.10/2241.40	c #Conflicts:    3225000 | #Constraints:      56217
2229.10/2241.40	c #Conflicts:    3226000 | #Constraints:      57217
2229.10/2241.40	c #Conflicts:    3227000 | #Constraints:      58217
2229.10/2241.40	c #Conflicts:    3228000 | #Constraints:      59217
2229.10/2241.40	c #Conflicts:    3229000 | #Constraints:      60217
2229.10/2241.40	c #Conflicts:    3230000 | #Constraints:      61217
2229.10/2241.40	c #Conflicts:    3231000 | #Constraints:      62218
2229.10/2241.40	c #Conflicts:    3232000 | #Constraints:      63218
2229.10/2241.40	c #Conflicts:    3233000 | #Constraints:      64218
2229.10/2241.40	c #Conflicts:    3234000 | #Constraints:      65218
2229.10/2241.40	c #Conflicts:    3235000 | #Constraints:      66218
2229.10/2241.40	c #Conflicts:    3236000 | #Constraints:      67219
2229.10/2241.40	c #Conflicts:    3237000 | #Constraints:      68219
2229.10/2241.40	c #Conflicts:    3238000 | #Constraints:      69220
2229.10/2241.40	c #Conflicts:    3239000 | #Constraints:      70220
2229.10/2241.40	c #Conflicts:    3240000 | #Constraints:      71221
2229.10/2241.40	c #Conflicts:    3241000 | #Constraints:      72221
2229.10/2241.40	c #Conflicts:    3242000 | #Constraints:      73221
2229.10/2241.40	c #Conflicts:    3243000 | #Constraints:      74221
2229.10/2241.40	c #Conflicts:    3244000 | #Constraints:      75221
2229.10/2241.40	c #Conflicts:    3245000 | #Constraints:      76221
2229.10/2241.40	c #Conflicts:    3246000 | #Constraints:      77221
2229.10/2241.40	c #Conflicts:    3247000 | #Constraints:      78221
2229.10/2241.40	c #Conflicts:    3248000 | #Constraints:      79221
2229.10/2241.40	c #Conflicts:    3249000 | #Constraints:      80221
2229.10/2241.40	c INPROCESSING
2229.10/2241.40	c GARBAGE COLLECT
2229.10/2241.40	c #Conflicts:    3250000 | #Constraints:      45325
2229.10/2241.40	c #Conflicts:    3251000 | #Constraints:      46325
2229.10/2241.40	c #Conflicts:    3252000 | #Constraints:      47325
2229.10/2241.40	c #Conflicts:    3253000 | #Constraints:      48325
2229.10/2241.40	c #Conflicts:    3254000 | #Constraints:      49325
2229.10/2241.40	c #Conflicts:    3255000 | #Constraints:      50325
2280.83/2293.42	c #Conflicts:    3256000 | #Constraints:      51325
2280.83/2293.42	c #Conflicts:    3257000 | #Constraints:      52325
2280.83/2293.42	c #Conflicts:    3258000 | #Constraints:      53325
2280.83/2293.42	c #Conflicts:    3259000 | #Constraints:      54325
2280.83/2293.42	c #Conflicts:    3260000 | #Constraints:      55325
2280.83/2293.42	c #Conflicts:    3261000 | #Constraints:      56325
2280.83/2293.42	c #Conflicts:    3262000 | #Constraints:      57325
2280.83/2293.42	c #Conflicts:    3263000 | #Constraints:      58325
2280.83/2293.42	c #Conflicts:    3264000 | #Constraints:      59325
2280.83/2293.42	c #Conflicts:    3265000 | #Constraints:      60325
2280.83/2293.42	c #Conflicts:    3266000 | #Constraints:      61325
2280.83/2293.42	c #Conflicts:    3267000 | #Constraints:      62325
2280.83/2293.42	c #Conflicts:    3268000 | #Constraints:      63325
2280.83/2293.42	c #Conflicts:    3269000 | #Constraints:      64325
2280.83/2293.42	c #Conflicts:    3270000 | #Constraints:      65325
2280.83/2293.42	c #Conflicts:    3271000 | #Constraints:      66325
2280.83/2293.42	c #Conflicts:    3272000 | #Constraints:      67325
2280.83/2293.42	c #Conflicts:    3273000 | #Constraints:      68325
2280.83/2293.42	c #Conflicts:    3274000 | #Constraints:      69325
2280.83/2293.42	c #Conflicts:    3275000 | #Constraints:      70325
2280.83/2293.42	c #Conflicts:    3276000 | #Constraints:      71325
2280.83/2293.42	c #Conflicts:    3277000 | #Constraints:      72325
2280.83/2293.42	c #Conflicts:    3278000 | #Constraints:      73325
2280.83/2293.42	c #Conflicts:    3279000 | #Constraints:      74325
2280.83/2293.42	c #Conflicts:    3280000 | #Constraints:      75325
2280.83/2293.42	c #Conflicts:    3281000 | #Constraints:      76325
2280.83/2293.42	c #Conflicts:    3282000 | #Constraints:      77325
2280.83/2293.42	c #Conflicts:    3283000 | #Constraints:      78325
2280.83/2293.42	c #Conflicts:    3284000 | #Constraints:      79325
2280.83/2293.42	c #Conflicts:    3285000 | #Constraints:      80325
2280.83/2293.42	c INPROCESSING
2280.83/2293.42	c GARBAGE COLLECT
2280.83/2293.42	c #Conflicts:    3286000 | #Constraints:      45302
2280.83/2293.42	c #Conflicts:    3287000 | #Constraints:      46303
2280.83/2293.42	c #Conflicts:    3288000 | #Constraints:      47303
2280.83/2293.42	c #Conflicts:    3289000 | #Constraints:      48303
2280.83/2293.42	c #Conflicts:    3290000 | #Constraints:      49303
2280.83/2293.42	c #Conflicts:    3291000 | #Constraints:      50303
2280.83/2293.42	c #Conflicts:    3292000 | #Constraints:      51303
2280.83/2293.42	c #Conflicts:    3293000 | #Constraints:      52303
2280.83/2293.42	c #Conflicts:    3294000 | #Constraints:      53303
2280.83/2293.42	c #Conflicts:    3295000 | #Constraints:      54303
2280.83/2293.42	c #Conflicts:    3296000 | #Constraints:      55303
2280.83/2293.42	c #Conflicts:    3297000 | #Constraints:      56303
2280.83/2293.42	c #Conflicts:    3298000 | #Constraints:      57304
2280.83/2293.42	c #Conflicts:    3299000 | #Constraints:      58304
2280.83/2293.42	c #Conflicts:    3300000 | #Constraints:      59304
2280.83/2293.42	c #Conflicts:    3301000 | #Constraints:      60304
2280.83/2293.42	c #Conflicts:    3302000 | #Constraints:      61304
2280.83/2293.42	c #Conflicts:    3303000 | #Constraints:      62304
2280.83/2293.42	c #Conflicts:    3304000 | #Constraints:      63304
2280.83/2293.42	c #Conflicts:    3305000 | #Constraints:      64304
2280.83/2293.42	c #Conflicts:    3306000 | #Constraints:      65304
2280.83/2293.42	c #Conflicts:    3307000 | #Constraints:      66304
2280.83/2293.42	c #Conflicts:    3308000 | #Constraints:      67304
2280.83/2293.42	c #Conflicts:    3309000 | #Constraints:      68304
2280.83/2293.42	c #Conflicts:    3310000 | #Constraints:      69304
2280.83/2293.42	c #Conflicts:    3311000 | #Constraints:      70304
2280.83/2293.42	c #Conflicts:    3312000 | #Constraints:      71304
2280.83/2293.42	c #Conflicts:    3313000 | #Constraints:      72304
2280.83/2293.42	c #Conflicts:    3314000 | #Constraints:      73304
2280.83/2293.42	c #Conflicts:    3315000 | #Constraints:      74304
2280.83/2293.42	c #Conflicts:    3316000 | #Constraints:      75305
2280.83/2293.42	c #Conflicts:    3317000 | #Constraints:      76306
2280.83/2293.42	c #Conflicts:    3318000 | #Constraints:      77306
2280.83/2293.42	c #Conflicts:    3319000 | #Constraints:      78306
2280.83/2293.42	c #Conflicts:    3320000 | #Constraints:      79306
2280.83/2293.42	c #Conflicts:    3321000 | #Constraints:      80306
2280.83/2293.42	c INPROCESSING
2280.83/2293.42	c GARBAGE COLLECT
2280.83/2293.42	c #Conflicts:    3322000 | #Constraints:      45099
2280.83/2293.42	c #Conflicts:    3323000 | #Constraints:      46099
2280.83/2293.42	c #Conflicts:    3324000 | #Constraints:      47099
2280.83/2293.42	c #Conflicts:    3325000 | #Constraints:      48099
2280.83/2293.42	c #Conflicts:    3326000 | #Constraints:      49099
2280.83/2293.42	c #Conflicts:    3327000 | #Constraints:      50099
2280.83/2293.42	c #Conflicts:    3328000 | #Constraints:      51099
2280.83/2293.42	c #Conflicts:    3329000 | #Constraints:      52099
2280.83/2293.42	c #Conflicts:    3330000 | #Constraints:      53099
2280.83/2293.42	WSVECS04 Frhs2[3]: 6 -0.396344 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[9]: 6 -1.25029 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[69]: 6 0 0.0489827 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[113]: 6 0 1.87147 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[131]: 6 -1.28602 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[185]: 6 -0.84924 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[207]: 6 0 0.347956 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[241]: 6 0 2.08851 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[267]: 6 -0.491349 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[355]: 6 -0.0400464 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[400]: 6 0 0.168121 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[421]: 6 -2.8838 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[452]: 6 -2.14868 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[467]: 6 0 2.40738 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[561]: 6 0 1.07352 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[690]: 6 0 0.644914 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1072]: 6 0 2.48874 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1097]: 6 -4.31225 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1099]: 6 -3.71852 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1101]: 6 -3.82871 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1125]: 6 -1.36675 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1130]: 6 -4.64791 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1136]: 6 -4.16724 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1138]: 6 -1.66532 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1190]: 6 -2.29379 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1233]: 6 -2.22208 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1256]: 6 0 0.52926 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1285]: 6 -0.800334 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1320]: 6 0 1.94629 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1413]: 6 -2.54438 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[1998]: 6 -8.51247 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2158]: 6 -3.35096 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2180]: 6 -0.643762 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2185]: 6 -0.879985 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2206]: 6 0 4.78514 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2217]: 6 0 0.382324 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2290]: 6 -0.866343 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2294]: 6 -0.255249 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2295]: 6 0 2.99382 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2315]: 6 -1.20322 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2346]: 6 -2.6492 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2374]: 6 -1.10694 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2473]: 6 -5.26675 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2485]: 6 -0.896648 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2536]: 6 -0.844819 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2672]: 6 -0.800127 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2764]: 6 -4.40544 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2766]: 6 -7.4387 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3049]: 6 -0.294941 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3065]: 6 0 1.67005 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3079]: 6 -0.6607 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3164]: 6 -8.93974 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3166]: 6 -0.403771 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3167]: 6 -0.403771 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3237]: 6 -6.469 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3425]: 6 -0.460809 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3430]: 6 0 1.91878 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3461]: 6 -0.986823 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3528]: 6 0 1.28667 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3561]: 6 -1.20083 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3620]: 6 0 0.989382 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3626]: 6 0 0.0271023 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3638]: 6 0 1.50238 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3641]: 6 -1.00476 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3649]: 6 -0.52195 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3730]: 6 0 1.2642 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3745]: 6 -0.996914 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3809]: 6 -3.02887 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3841]: 6 -0.823919 0 shouldn't be
2280.83/2293.42	WSVECS04 Frhs2[3918]: 6 0 0.587892 shouldn't be
2333.34/2346.25	c #Conflicts:    3331000 | #Constraints:      54100
2333.34/2346.25	c #Conflicts:    3332000 | #Constraints:      55100
2333.34/2346.25	c #Conflicts:    3333000 | #Constraints:      56100
2333.34/2346.25	c #Conflicts:    3334000 | #Constraints:      57100
2333.34/2346.25	c #Conflicts:    3335000 | #Constraints:      58100
2333.34/2346.25	c #Conflicts:    3336000 | #Constraints:      59100
2333.34/2346.25	c #Conflicts:    3337000 | #Constraints:      60100
2333.34/2346.25	c #Conflicts:    3338000 | #Constraints:      61100
2333.34/2346.25	c #Conflicts:    3339000 | #Constraints:      62100
2333.34/2346.25	c #Conflicts:    3340000 | #Constraints:      63100
2333.34/2346.25	c #Conflicts:    3341000 | #Constraints:      64100
2333.34/2346.25	c #Conflicts:    3342000 | #Constraints:      65100
2333.34/2346.25	c #Conflicts:    3343000 | #Constraints:      66100
2333.34/2346.25	c #Conflicts:    3344000 | #Constraints:      67100
2333.34/2346.25	c #Conflicts:    3345000 | #Constraints:      68100
2333.34/2346.25	c #Conflicts:    3346000 | #Constraints:      69100
2333.34/2346.25	c #Conflicts:    3347000 | #Constraints:      70100
2333.34/2346.25	c #Conflicts:    3348000 | #Constraints:      71100
2333.34/2346.25	c #Conflicts:    3349000 | #Constraints:      72100
2333.34/2346.25	c #Conflicts:    3350000 | #Constraints:      73100
2333.34/2346.25	c #Conflicts:    3351000 | #Constraints:      74100
2333.34/2346.25	c #Conflicts:    3352000 | #Constraints:      75100
2333.34/2346.25	c #Conflicts:    3353000 | #Constraints:      76100
2333.34/2346.25	c #Conflicts:    3354000 | #Constraints:      77100
2333.34/2346.25	c #Conflicts:    3355000 | #Constraints:      78100
2333.34/2346.25	c #Conflicts:    3356000 | #Constraints:      79100
2333.34/2346.25	c #Conflicts:    3357000 | #Constraints:      80100
2333.34/2346.25	c #Conflicts:    3358000 | #Constraints:      81100
2333.34/2346.25	c INPROCESSING
2333.34/2346.25	c GARBAGE COLLECT
2333.34/2346.25	c #Conflicts:    3359000 | #Constraints:      45679
2333.34/2346.25	c #Conflicts:    3360000 | #Constraints:      46679
2333.34/2346.25	c #Conflicts:    3361000 | #Constraints:      47679
2333.34/2346.25	c #Conflicts:    3362000 | #Constraints:      48679
2333.34/2346.25	c #Conflicts:    3363000 | #Constraints:      49679
2333.34/2346.25	c #Conflicts:    3364000 | #Constraints:      50679
2333.34/2346.25	c #Conflicts:    3365000 | #Constraints:      51679
2333.34/2346.25	c #Conflicts:    3366000 | #Constraints:      52679
2333.34/2346.25	c #Conflicts:    3367000 | #Constraints:      53679
2333.34/2346.25	c #Conflicts:    3368000 | #Constraints:      54679
2333.34/2346.25	c #Conflicts:    3369000 | #Constraints:      55679
2333.34/2346.25	c #Conflicts:    3370000 | #Constraints:      56679
2333.34/2346.25	c #Conflicts:    3371000 | #Constraints:      57679
2333.34/2346.25	c #Conflicts:    3372000 | #Constraints:      58679
2333.34/2346.25	c #Conflicts:    3373000 | #Constraints:      59679
2333.34/2346.25	c #Conflicts:    3374000 | #Constraints:      60679
2333.34/2346.25	c #Conflicts:    3375000 | #Constraints:      61679
2333.34/2346.25	c #Conflicts:    3376000 | #Constraints:      62679
2333.34/2346.25	c #Conflicts:    3377000 | #Constraints:      63679
2333.34/2346.25	c #Conflicts:    3378000 | #Constraints:      64679
2333.34/2346.25	c #Conflicts:    3379000 | #Constraints:      65679
2333.34/2346.25	c #Conflicts:    3380000 | #Constraints:      66679
2333.34/2346.25	c #Conflicts:    3381000 | #Constraints:      67679
2333.34/2346.25	c #Conflicts:    3382000 | #Constraints:      68680
2333.34/2346.25	c #Conflicts:    3383000 | #Constraints:      69680
2333.34/2346.25	c #Conflicts:    3384000 | #Constraints:      70680
2333.34/2346.25	c #Conflicts:    3385000 | #Constraints:      71680
2333.34/2346.25	c #Conflicts:    3386000 | #Constraints:      72680
2333.34/2346.25	c #Conflicts:    3387000 | #Constraints:      73681
2333.34/2346.25	c #Conflicts:    3388000 | #Constraints:      74681
2333.34/2346.25	c #Conflicts:    3389000 | #Constraints:      75681
2333.34/2346.25	c #Conflicts:    3390000 | #Constraints:      76681
2333.34/2346.25	c #Conflicts:    3391000 | #Constraints:      77681
2333.34/2346.25	c #Conflicts:    3392000 | #Constraints:      78682
2333.34/2346.25	c #Conflicts:    3393000 | #Constraints:      79689
2333.34/2346.25	c #Conflicts:    3394000 | #Constraints:      80690
2333.34/2346.25	c #Conflicts:    3395000 | #Constraints:      81690
2333.34/2346.25	c INPROCESSING
2333.34/2346.25	c GARBAGE COLLECT
2333.34/2346.25	c #Conflicts:    3396000 | #Constraints:      46100
2333.34/2346.25	c #Conflicts:    3397000 | #Constraints:      47100
2333.34/2346.25	c #Conflicts:    3398000 | #Constraints:      48100
2333.34/2346.25	c #Conflicts:    3399000 | #Constraints:      49100
2333.34/2346.25	c #Conflicts:    3400000 | #Constraints:      50100
2333.34/2346.25	c #Conflicts:    3401000 | #Constraints:      51100
2333.34/2346.25	c #Conflicts:    3402000 | #Constraints:      52100
2333.34/2346.25	c #Conflicts:    3403000 | #Constraints:      53100
2333.34/2346.25	c #Conflicts:    3404000 | #Constraints:      54100
2333.34/2346.25	c #Conflicts:    3405000 | #Constraints:      55100
2333.34/2346.25	c #Conflicts:    3406000 | #Constraints:      56100
2333.34/2346.25	c #Conflicts:    3407000 | #Constraints:      57100
2333.34/2346.25	c #Conflicts:    3408000 | #Constraints:      58100
2427.54/2440.80	c #Conflicts:    3409000 | #Constraints:      59100
2427.54/2440.80	c #Conflicts:    3410000 | #Constraints:      60101
2427.54/2440.80	c #Conflicts:    3411000 | #Constraints:      61101
2427.54/2440.80	c #Conflicts:    3412000 | #Constraints:      62102
2427.54/2440.80	c #Conflicts:    3413000 | #Constraints:      63102
2427.54/2440.80	c #Conflicts:    3414000 | #Constraints:      64102
2427.54/2440.80	c #Conflicts:    3415000 | #Constraints:      65103
2427.54/2440.80	c #Conflicts:    3416000 | #Constraints:      66103
2427.54/2440.80	c #Conflicts:    3417000 | #Constraints:      67103
2427.54/2440.80	c #Conflicts:    3418000 | #Constraints:      68103
2427.54/2440.80	c #Conflicts:    3419000 | #Constraints:      69103
2427.54/2440.80	c #Conflicts:    3420000 | #Constraints:      70103
2427.54/2440.80	c #Conflicts:    3421000 | #Constraints:      71103
2427.54/2440.80	c #Conflicts:    3422000 | #Constraints:      72103
2427.54/2440.80	c #Conflicts:    3423000 | #Constraints:      73103
2427.54/2440.80	c #Conflicts:    3424000 | #Constraints:      74103
2427.54/2440.80	c #Conflicts:    3425000 | #Constraints:      75103
2427.54/2440.80	c #Conflicts:    3426000 | #Constraints:      76103
2427.54/2440.80	c #Conflicts:    3427000 | #Constraints:      77103
2427.54/2440.80	c #Conflicts:    3428000 | #Constraints:      78103
2427.54/2440.80	c #Conflicts:    3429000 | #Constraints:      79103
2427.54/2440.80	c #Conflicts:    3430000 | #Constraints:      80103
2427.54/2440.80	c #Conflicts:    3431000 | #Constraints:      81103
2427.54/2440.80	c #Conflicts:    3432000 | #Constraints:      82103
2427.54/2440.80	c INPROCESSING
2427.54/2440.80	c GARBAGE COLLECT
2427.54/2440.80	c #Conflicts:    3433000 | #Constraints:      46319
2427.54/2440.80	c #Conflicts:    3434000 | #Constraints:      47319
2427.54/2440.80	c #Conflicts:    3435000 | #Constraints:      48319
2427.54/2440.80	c #Conflicts:    3436000 | #Constraints:      49319
2427.54/2440.80	c #Conflicts:    3437000 | #Constraints:      50319
2427.54/2440.80	c #Conflicts:    3438000 | #Constraints:      51319
2427.54/2440.80	c #Conflicts:    3439000 | #Constraints:      52319
2427.54/2440.80	c #Conflicts:    3440000 | #Constraints:      53319
2427.54/2440.80	c #Conflicts:    3441000 | #Constraints:      54319
2427.54/2440.80	c #Conflicts:    3442000 | #Constraints:      55319
2427.54/2440.80	c #Conflicts:    3443000 | #Constraints:      56319
2427.54/2440.80	c #Conflicts:    3444000 | #Constraints:      57319
2427.54/2440.80	c #Conflicts:    3445000 | #Constraints:      58319
2427.54/2440.80	c #Conflicts:    3446000 | #Constraints:      59319
2427.54/2440.80	c #Conflicts:    3447000 | #Constraints:      60319
2427.54/2440.80	c #Conflicts:    3448000 | #Constraints:      61320
2427.54/2440.80	c #Conflicts:    3449000 | #Constraints:      62320
2427.54/2440.80	c #Conflicts:    3450000 | #Constraints:      63320
2427.54/2440.80	c #Conflicts:    3451000 | #Constraints:      64320
2427.54/2440.80	c #Conflicts:    3452000 | #Constraints:      65320
2427.54/2440.80	c #Conflicts:    3453000 | #Constraints:      66320
2427.54/2440.80	c #Conflicts:    3454000 | #Constraints:      67320
2427.54/2440.80	c #Conflicts:    3455000 | #Constraints:      68321
2427.54/2440.80	c #Conflicts:    3456000 | #Constraints:      69323
2427.54/2440.80	c #Conflicts:    3457000 | #Constraints:      70323
2427.54/2440.80	c #Conflicts:    3458000 | #Constraints:      71323
2427.54/2440.80	c #Conflicts:    3459000 | #Constraints:      72323
2427.54/2440.80	c #Conflicts:    3460000 | #Constraints:      73517
2427.54/2440.80	c #Conflicts:    3461000 | #Constraints:      74517
2427.54/2440.80	c #Conflicts:    3462000 | #Constraints:      75517
2427.54/2440.80	c #Conflicts:    3463000 | #Constraints:      76517
2427.54/2440.80	c #Conflicts:    3464000 | #Constraints:      77517
2427.54/2440.80	c #Conflicts:    3465000 | #Constraints:      78518
2427.54/2440.80	c #Conflicts:    3466000 | #Constraints:      79518
2427.54/2440.80	c #Conflicts:    3467000 | #Constraints:      80518
2427.54/2440.80	c #Conflicts:    3468000 | #Constraints:      81518
2427.54/2440.80	c #Conflicts:    3469000 | #Constraints:      82518
2427.54/2440.80	c INPROCESSING
2427.54/2440.80	c GARBAGE COLLECT
2427.54/2440.80	c #Conflicts:    3470000 | #Constraints:      46438
2427.54/2440.80	c #Conflicts:    3471000 | #Constraints:      47438
2427.54/2440.80	c #Conflicts:    3472000 | #Constraints:      48438
2427.54/2440.80	c #Conflicts:    3473000 | #Constraints:      49438
2427.54/2440.80	c #Conflicts:    3474000 | #Constraints:      50438
2427.54/2440.80	c #Conflicts:    3475000 | #Constraints:      51438
2427.54/2440.80	c #Conflicts:    3476000 | #Constraints:      52438
2427.54/2440.80	c #Conflicts:    3477000 | #Constraints:      53438
2427.54/2440.80	c #Conflicts:    3478000 | #Constraints:      54438
2427.54/2440.80	c #Conflicts:    3479000 | #Constraints:      55438
2427.54/2440.80	c #Conflicts:    3480000 | #Constraints:      56438
2427.54/2440.80	c #Conflicts:    3481000 | #Constraints:      57438
2427.54/2440.80	c #Conflicts:    3482000 | #Constraints:      58438
2427.54/2440.80	c #Conflicts:    3483000 | #Constraints:      59438
2427.54/2440.80	c #Conflicts:    3484000 | #Constraints:      60438
2427.54/2440.80	c #Conflicts:    3485000 | #Constraints:      61438
2527.63/2541.38	c #Conflicts:    3486000 | #Constraints:      62439
2527.63/2541.38	c #Conflicts:    3487000 | #Constraints:      63439
2527.63/2541.38	c #Conflicts:    3488000 | #Constraints:      64439
2527.63/2541.38	c #Conflicts:    3489000 | #Constraints:      65439
2527.63/2541.38	c #Conflicts:    3490000 | #Constraints:      66439
2527.63/2541.38	c #Conflicts:    3491000 | #Constraints:      67439
2527.63/2541.38	c #Conflicts:    3492000 | #Constraints:      68439
2527.63/2541.38	c #Conflicts:    3493000 | #Constraints:      69439
2527.63/2541.38	c #Conflicts:    3494000 | #Constraints:      70439
2527.63/2541.38	c #Conflicts:    3495000 | #Constraints:      71439
2527.63/2541.38	c #Conflicts:    3496000 | #Constraints:      72439
2527.63/2541.38	c #Conflicts:    3497000 | #Constraints:      73439
2527.63/2541.38	c #Conflicts:    3498000 | #Constraints:      74439
2527.63/2541.38	c #Conflicts:    3499000 | #Constraints:      75439
2527.63/2541.38	c #Conflicts:    3500000 | #Constraints:      76439
2527.63/2541.38	c #Conflicts:    3501000 | #Constraints:      77439
2527.63/2541.38	c #Conflicts:    3502000 | #Constraints:      78439
2527.63/2541.38	c #Conflicts:    3503000 | #Constraints:      79439
2527.63/2541.38	c #Conflicts:    3504000 | #Constraints:      80787
2527.63/2541.38	c #Conflicts:    3505000 | #Constraints:      82011
2527.63/2541.38	c #Conflicts:    3506000 | #Constraints:      83512
2527.63/2541.38	c INPROCESSING
2527.63/2541.38	c GARBAGE COLLECT
2527.63/2541.38	c #Conflicts:    3507000 | #Constraints:      46864
2527.63/2541.38	c #Conflicts:    3508000 | #Constraints:      47864
2527.63/2541.38	c #Conflicts:    3509000 | #Constraints:      48864
2527.63/2541.38	c #Conflicts:    3510000 | #Constraints:      49864
2527.63/2541.38	c #Conflicts:    3511000 | #Constraints:      50864
2527.63/2541.38	c #Conflicts:    3512000 | #Constraints:      51864
2527.63/2541.38	c #Conflicts:    3513000 | #Constraints:      52864
2527.63/2541.38	c #Conflicts:    3514000 | #Constraints:      53864
2527.63/2541.38	c #Conflicts:    3515000 | #Constraints:      54864
2527.63/2541.38	c #Conflicts:    3516000 | #Constraints:      55864
2527.63/2541.38	c #Conflicts:    3517000 | #Constraints:      56864
2527.63/2541.38	c #Conflicts:    3518000 | #Constraints:      57864
2527.63/2541.38	c #Conflicts:    3519000 | #Constraints:      58864
2527.63/2541.38	c #Conflicts:    3520000 | #Constraints:      59864
2527.63/2541.38	c #Conflicts:    3521000 | #Constraints:      60864
2527.63/2541.38	c #Conflicts:    3522000 | #Constraints:      61864
2527.63/2541.38	c #Conflicts:    3523000 | #Constraints:      62864
2527.63/2541.38	c #Conflicts:    3524000 | #Constraints:      63864
2527.63/2541.38	c #Conflicts:    3525000 | #Constraints:      64864
2527.63/2541.38	c #Conflicts:    3526000 | #Constraints:      65864
2527.63/2541.38	c #Conflicts:    3527000 | #Constraints:      66864
2527.63/2541.38	c #Conflicts:    3528000 | #Constraints:      67864
2527.63/2541.38	c #Conflicts:    3529000 | #Constraints:      68864
2527.63/2541.38	c #Conflicts:    3530000 | #Constraints:      69864
2527.63/2541.38	c #Conflicts:    3531000 | #Constraints:      70864
2527.63/2541.38	c #Conflicts:    3532000 | #Constraints:      71864
2527.63/2541.38	c #Conflicts:    3533000 | #Constraints:      72864
2527.63/2541.38	c #Conflicts:    3534000 | #Constraints:      73864
2527.63/2541.38	c #Conflicts:    3535000 | #Constraints:      74864
2527.63/2541.38	c #Conflicts:    3536000 | #Constraints:      75864
2527.63/2541.38	c #Conflicts:    3537000 | #Constraints:      76864
2527.63/2541.38	c #Conflicts:    3538000 | #Constraints:      77864
2527.63/2541.38	c #Conflicts:    3539000 | #Constraints:      78864
2527.63/2541.38	c #Conflicts:    3540000 | #Constraints:      79864
2527.63/2541.38	c #Conflicts:    3541000 | #Constraints:      80864
2527.63/2541.38	c #Conflicts:    3542000 | #Constraints:      81864
2527.63/2541.38	c #Conflicts:    3543000 | #Constraints:      82864
2527.63/2541.38	c #Conflicts:    3544000 | #Constraints:      83864
2527.63/2541.38	c INPROCESSING
2527.63/2541.38	c GARBAGE COLLECT
2527.63/2541.38	c #Conflicts:    3545000 | #Constraints:      47082
2527.63/2541.38	c #Conflicts:    3546000 | #Constraints:      48082
2527.63/2541.38	c #Conflicts:    3547000 | #Constraints:      49082
2527.63/2541.38	c #Conflicts:    3548000 | #Constraints:      50082
2527.63/2541.38	c #Conflicts:    3549000 | #Constraints:      51082
2527.63/2541.38	c #Conflicts:    3550000 | #Constraints:      52082
2527.63/2541.38	c #Conflicts:    3551000 | #Constraints:      53082
2527.63/2541.38	c #Conflicts:    3552000 | #Constraints:      54082
2527.63/2541.38	c #Conflicts:    3553000 | #Constraints:      55082
2527.63/2541.38	c #Conflicts:    3554000 | #Constraints:      56082
2527.63/2541.38	c #Conflicts:    3555000 | #Constraints:      57082
2527.63/2541.38	c #Conflicts:    3556000 | #Constraints:      58082
2527.63/2541.38	c #Conflicts:    3557000 | #Constraints:      59082
2527.63/2541.38	c #Conflicts:    3558000 | #Constraints:      60082
2527.63/2541.38	c #Conflicts:    3559000 | #Constraints:      61082
2527.63/2541.38	c #Conflicts:    3560000 | #Constraints:      62082
2527.63/2541.38	c #Conflicts:    3561000 | #Constraints:      63082
2527.63/2541.38	c #Conflicts:    3562000 | #Constraints:      64082
2527.63/2541.38	c #Conflicts:    3563000 | #Constraints:      65082
2601.32/2615.31	c #Conflicts:    3564000 | #Constraints:      66082
2601.32/2615.31	c #Conflicts:    3565000 | #Constraints:      67082
2601.32/2615.31	c #Conflicts:    3566000 | #Constraints:      68082
2601.32/2615.31	c #Conflicts:    3567000 | #Constraints:      69082
2601.32/2615.31	c #Conflicts:    3568000 | #Constraints:      70082
2601.32/2615.31	c #Conflicts:    3569000 | #Constraints:      71082
2601.32/2615.31	c #Conflicts:    3570000 | #Constraints:      72082
2601.32/2615.31	c #Conflicts:    3571000 | #Constraints:      73082
2601.32/2615.31	c #Conflicts:    3572000 | #Constraints:      74082
2601.32/2615.31	c #Conflicts:    3573000 | #Constraints:      75082
2601.32/2615.31	c #Conflicts:    3574000 | #Constraints:      76082
2601.32/2615.31	c #Conflicts:    3575000 | #Constraints:      77082
2601.32/2615.31	c #Conflicts:    3576000 | #Constraints:      78082
2601.32/2615.31	c #Conflicts:    3577000 | #Constraints:      79082
2601.32/2615.31	c #Conflicts:    3578000 | #Constraints:      80082
2601.32/2615.31	c #Conflicts:    3579000 | #Constraints:      81082
2601.32/2615.31	c #Conflicts:    3580000 | #Constraints:      82082
2601.32/2615.31	c #Conflicts:    3581000 | #Constraints:      83082
2601.32/2615.31	c #Conflicts:    3582000 | #Constraints:      84082
2601.32/2615.31	c INPROCESSING
2601.32/2615.31	c GARBAGE COLLECT
2601.32/2615.31	c #Conflicts:    3583000 | #Constraints:      47315
2601.32/2615.31	c #Conflicts:    3584000 | #Constraints:      48315
2601.32/2615.31	c #Conflicts:    3585000 | #Constraints:      49315
2601.32/2615.31	c #Conflicts:    3586000 | #Constraints:      50315
2601.32/2615.31	c #Conflicts:    3587000 | #Constraints:      51315
2601.32/2615.31	c #Conflicts:    3588000 | #Constraints:      52315
2601.32/2615.31	c #Conflicts:    3589000 | #Constraints:      53315
2601.32/2615.31	c #Conflicts:    3590000 | #Constraints:      54315
2601.32/2615.31	c #Conflicts:    3591000 | #Constraints:      55315
2601.32/2615.31	c #Conflicts:    3592000 | #Constraints:      56315
2601.32/2615.31	c #Conflicts:    3593000 | #Constraints:      57315
2601.32/2615.31	c #Conflicts:    3594000 | #Constraints:      58315
2601.32/2615.31	c #Conflicts:    3595000 | #Constraints:      59315
2601.32/2615.31	c #Conflicts:    3596000 | #Constraints:      60315
2601.32/2615.31	c #Conflicts:    3597000 | #Constraints:      61315
2601.32/2615.31	c #Conflicts:    3598000 | #Constraints:      62315
2601.32/2615.31	c #Conflicts:    3599000 | #Constraints:      63315
2601.32/2615.31	c #Conflicts:    3600000 | #Constraints:      64315
2601.32/2615.31	c #Conflicts:    3601000 | #Constraints:      65315
2601.32/2615.31	c #Conflicts:    3602000 | #Constraints:      66315
2601.32/2615.31	c #Conflicts:    3603000 | #Constraints:      67315
2601.32/2615.31	c #Conflicts:    3604000 | #Constraints:      68315
2601.32/2615.31	c #Conflicts:    3605000 | #Constraints:      69316
2601.32/2615.31	c #Conflicts:    3606000 | #Constraints:      70316
2601.32/2615.31	c #Conflicts:    3607000 | #Constraints:      71316
2601.32/2615.31	c #Conflicts:    3608000 | #Constraints:      72316
2601.32/2615.31	c #Conflicts:    3609000 | #Constraints:      73316
2601.32/2615.31	c #Conflicts:    3610000 | #Constraints:      74316
2601.32/2615.31	c #Conflicts:    3611000 | #Constraints:      75316
2601.32/2615.31	c #Conflicts:    3612000 | #Constraints:      76316
2601.32/2615.31	c #Conflicts:    3613000 | #Constraints:      77316
2601.32/2615.31	c #Conflicts:    3614000 | #Constraints:      78520
2601.32/2615.31	c #Conflicts:    3615000 | #Constraints:      80035
2601.32/2615.31	c #Conflicts:    3616000 | #Constraints:      81065
2601.32/2615.31	c #Conflicts:    3617000 | #Constraints:      82066
2601.32/2615.31	c #Conflicts:    3618000 | #Constraints:      83066
2601.32/2615.31	c #Conflicts:    3619000 | #Constraints:      84066
2601.32/2615.31	c #Conflicts:    3620000 | #Constraints:      85066
2601.32/2615.31	c INPROCESSING
2601.32/2615.31	c GARBAGE COLLECT
2601.32/2615.31	c #Conflicts:    3621000 | #Constraints:      47767
2601.32/2615.31	c #Conflicts:    3622000 | #Constraints:      48767
2601.32/2615.31	c #Conflicts:    3623000 | #Constraints:      49767
2601.32/2615.31	c #Conflicts:    3624000 | #Constraints:      50767
2601.32/2615.31	c #Conflicts:    3625000 | #Constraints:      51767
2601.32/2615.31	c #Conflicts:    3626000 | #Constraints:      52767
2601.32/2615.31	c #Conflicts:    3627000 | #Constraints:      53767
2601.32/2615.31	c #Conflicts:    3628000 | #Constraints:      54767
2601.32/2615.31	c #Conflicts:    3629000 | #Constraints:      55767
2601.32/2615.31	c #Conflicts:    3630000 | #Constraints:      56767
2601.32/2615.31	c #Conflicts:    3631000 | #Constraints:      57767
2601.32/2615.31	c #Conflicts:    3632000 | #Constraints:      58768
2601.32/2615.31	c #Conflicts:    3633000 | #Constraints:      59768
2601.32/2615.31	c #Conflicts:    3634000 | #Constraints:      60768
2601.32/2615.31	c #Conflicts:    3635000 | #Constraints:      61768
2601.32/2615.31	c #Conflicts:    3636000 | #Constraints:      62768
2601.32/2615.31	c #Conflicts:    3637000 | #Constraints:      63768
2601.32/2615.31	c #Conflicts:    3638000 | #Constraints:      64768
2601.32/2615.31	c #Conflicts:    3639000 | #Constraints:      65768
2601.32/2615.31	c #Conflicts:    3640000 | #Constraints:      66768
2605.34/2619.48	c #Conflicts:    3641000 | #Constraints:      67768
2605.34/2619.48	c #Conflicts:    3642000 | #Constraints:      68769
2605.34/2619.48	c #Conflicts:    3643000 | #Constraints:      69770
2605.34/2619.48	c #Conflicts:    3644000 | #Constraints:      70770
2605.34/2619.48	WSVECS04 Frhs2[21]: 6 0 0.785473 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[42]: 6 -0.123907 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[56]: 6 -1.02555 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[69]: 6 -1.69691 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[84]: 6 -1.19286 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[96]: 6 -0.257557 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[101]: 6 -0.989527 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[107]: 6 -0.451703 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[111]: 6 -0.786231 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[113]: 6 0 1.33768 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[121]: 6 -2.04744 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[131]: 6 0 0.00219329 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[140]: 6 -15.4156 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[145]: 6 -0.820097 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[147]: 6 -0.966211 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[154]: 6 -0.716112 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[161]: 6 0 0.266733 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[162]: 6 0 1.42951 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[174]: 6 -0.953265 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[175]: 6 -0.493015 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[182]: 6 -0.675018 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[208]: 6 -0.86423 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[213]: 6 -0.921674 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[217]: 6 -1.00259 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[237]: 6 -0.0278219 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[268]: 6 -0.834819 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[270]: 6 -0.919954 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[275]: 6 -0.912217 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[278]: 6 -0.993334 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[288]: 6 -0.408827 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[303]: 6 -0.942504 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[305]: 6 -0.620896 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[312]: 6 -0.962286 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[341]: 6 -0.965985 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[352]: 6 -0.263948 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[360]: 6 -0.592399 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[366]: 6 -0.928747 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[368]: 6 0 1.98861 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[370]: 6 -0.658116 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[374]: 6 -0.984726 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[387]: 6 -0.994582 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[399]: 6 -0.969294 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[400]: 6 -0.87532 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[410]: 6 -0.563429 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[421]: 6 -1.2383 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[438]: 6 -0.98669 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[459]: 6 -0.286256 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[481]: 6 -0.673827 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[492]: 6 0 1.03653 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[498]: 6 -0.933507 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[501]: 6 -0.974482 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[504]: 6 -0.851428 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[506]: 6 -0.84042 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[508]: 6 -0.978988 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[512]: 6 -0.263948 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[517]: 6 0 1.53804 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[526]: 6 -0.969873 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[530]: 6 -0.902747 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[536]: 6 -2.76941 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[550]: 6 0 1.01361 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[557]: 6 -0.795233 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[561]: 6 -0.419441 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[564]: 6 -1.00576 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[578]: 6 -0.895863 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[585]: 6 -3.91059 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[588]: 6 0 0.162379 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[594]: 6 -0.992987 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[596]: 6 -0.997874 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[602]: 6 -1.13643 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[618]: 6 0 2.86112 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[621]: 6 -0.747773 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[623]: 6 -0.504503 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[626]: 6 -0.82124 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[641]: 6 -0.801987 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[654]: 6 -0.94623 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[655]: 6 -0.981991 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[661]: 6 -0.921086 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[666]: 6 -1.02792 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[670]: 6 -0.98598 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[693]: 6 -0.995106 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[694]: 6 -0.675982 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[700]: 6 -0.877112 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[702]: 6 -1.916 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[963]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1028]: 6 -0.670347 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1035]: 6 -0.999252 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1043]: 6 -1.20413 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1044]: 6 -0.657613 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1062]: 6 -1.17493 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1066]: 6 -0.647177 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1069]: 6 -0.529768 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1125]: 6 -1.15985 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1127]: 6 -0.202162 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1134]: 6 0 6.77924 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1157]: 6 -1.3088 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1179]: 6 -0.947482 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1190]: 6 -0.97564 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1191]: 6 -0.709659 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1196]: 6 -0.79005 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1220]: 6 -0.72438 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1226]: 6 -0.996423 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1233]: 6 0 4.34554 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1266]: 6 -0.791561 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1274]: 6 -1.23458 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1275]: 6 -1.4976 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1286]: 6 -0.721974 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1291]: 6 -0.896283 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1294]: 6 -0.593371 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1297]: 6 -1.00218 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1298]: 6 -0.98684 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1299]: 6 -0.999993 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1320]: 6 -1.51528 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1324]: 6 -0.992793 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1325]: 6 -0.587852 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1326]: 6 -0.517387 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1331]: 6 -0.99228 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1348]: 6 -1.3107 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1349]: 6 -1.17245 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1360]: 6 -0.995076 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1384]: 6 -0.900673 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1387]: 6 -0.219804 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1394]: 6 -1.29787 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1397]: 6 -0.952397 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1410]: 6 -0.688444 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1423]: 6 -0.782422 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1426]: 6 -1.53156 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1454]: 6 -0.549008 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1455]: 6 -1.10907 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1458]: 6 -1.62756 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1459]: 6 -2.16532 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1481]: 6 -0.829097 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1484]: 6 0 0.13643 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1485]: 6 0 1.0924 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1493]: 6 -0.895334 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1510]: 6 0 0.239582 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1516]: 6 -1.69127 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1518]: 6 -0.650872 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1529]: 6 -1.54805 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1541]: 6 -0.0350628 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1550]: 6 -0.848412 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1551]: 6 -0.238104 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1552]: 6 -0.890362 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1555]: 6 -1.49749 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1563]: 6 -0.888825 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1578]: 6 -1.24914 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1605]: 6 0 0.411673 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1651]: 6 -1.15804 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1658]: 6 -1.18029 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1893]: 6 -1.32794 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1897]: 6 -1.31176 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1899]: 6 -0.685763 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1925]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1927]: 6 -1.23984 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[1991]: 6 -0.335624 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2020]: 6 -0.853422 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2029]: 6 -0.94014 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2087]: 6 -0.973383 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2096]: 6 -0.975474 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2101]: 6 -0.999622 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2107]: 6 -0.999985 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2121]: 6 -0.796399 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2124]: 6 -0.994307 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2153]: 6 -1.83478 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2161]: 6 -0.887743 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2188]: 6 0 0.0196017 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2195]: 6 0 8.13046 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2200]: 6 -0.89328 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2210]: 6 -0.914447 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2211]: 6 0 240.855 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2218]: 6 0 7.09083 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2249]: 6 -0.993161 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2286]: 6 -0.960826 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2289]: 6 -0.979726 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2292]: 6 -0.84673 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2293]: 6 -0.846731 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2297]: 6 -0.902715 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2305]: 6 -0.371355 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2311]: 6 -0.9375 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2318]: 6 0 1 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2320]: 6 0 0.00856128 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2341]: 6 -0.248843 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2344]: 6 -1.28997 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2385]: 6 0 0.159872 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2434]: 6 -0.998987 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2443]: 6 -0.705794 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2483]: 6 -0.977032 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2488]: 6 -0.63257 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2494]: 6 -0.999451 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2499]: 6 -1.00016 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2503]: 6 -0.996178 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2534]: 6 -1.00277 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2575]: 6 -0.953831 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2578]: 6 -1.18324 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2593]: 6 -1.34764 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2633]: 6 0 0.797283 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2662]: 6 0 2.64037 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2681]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2701]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2772]: 6 -1.00672 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2773]: 6 -1.00672 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2827]: 6 -1.49997 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2862]: 6 -0.881874 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2877]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2925]: 6 -0.477701 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2926]: 6 -0.999968 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2953]: 6 0 3.99923 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2956]: 6 -1.00465 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2969]: 6 -0.375001 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2972]: 6 -1.00013 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[2974]: 6 -0.000357675 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3013]: 6 -1.16083 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3022]: 6 -1.00128 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3025]: 6 -0.991272 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3046]: 6 -0.834299 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3062]: 6 -0.99814 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3078]: 6 -1.45013 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3080]: 6 -1.51751 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3082]: 6 0 0.487796 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3091]: 6 -0.999923 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3109]: 6 -1.25 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3121]: 6 -0.632885 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3137]: 6 -2.30071 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3158]: 6 0 1.45487 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3174]: 6 -0.989363 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3178]: 6 -1.4424 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3202]: 6 -1.33718 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3208]: 6 -0.830848 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3212]: 6 -1.00001 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3233]: 6 -1.33183 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3254]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3260]: 6 -0.892128 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3266]: 6 -0.998329 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3270]: 6 -1.00586 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3273]: 6 -0.981085 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3306]: 6 -1.45408 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3309]: 6 -1.00002 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3312]: 6 -0.999821 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3331]: 6 -0.500001 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3367]: 6 -0.999818 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3369]: 6 -0.983044 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3401]: 6 -0.998254 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3432]: 6 -1.125 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3439]: 6 -0.999993 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3454]: 6 -1.20387 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3455]: 6 -0.748297 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3458]: 6 -0.137007 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3501]: 6 -0.799041 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3521]: 6 -1.40939 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3527]: 6 -0.5 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3532]: 6 0 1.3689 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3542]: 6 -0.92458 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3544]: 6 -0.598083 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3546]: 6 -1.00001 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3548]: 6 -0.948834 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3554]: 6 -0.590891 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3562]: 6 -0.952113 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3564]: 6 -1.46913 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3598]: 6 -2.2477 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3599]: 6 -1.27006 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3617]: 6 -0.594339 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3623]: 6 -0.500001 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3632]: 6 -1.83478 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3638]: 6 0 6.45495 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3643]: 6 0 1.60132 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3651]: 6 0 2.34066 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3703]: 6 -1.17118 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3715]: 6 -1.57962 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3722]: 6 0 0.945739 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3728]: 6 -1.36224 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3735]: 6 -2.34359 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3742]: 6 -0.963624 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3749]: 6 -0.965515 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3752]: 6 -1.24727 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3755]: 6 -0.993472 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3758]: 6 0 0.567235 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3779]: 6 -0.275457 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3791]: 6 -0.701916 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3831]: 6 -0.998265 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3891]: 6 -1.47951 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3908]: 6 -0.293892 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3909]: 6 -1.04274 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3931]: 6 -0.993389 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3943]: 6 -0.981325 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[3956]: 6 -0.961503 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
2605.34/2619.48	WSVECS04 Frhs2[4104]: 6 -0.819967 0 shouldn't be
2663.36/2677.76	c #Conflicts:    3645000 | #Constraints:      71770
2663.36/2677.76	c #Conflicts:    3646000 | #Constraints:      72770
2663.36/2677.76	c #Conflicts:    3647000 | #Constraints:      73770
2663.36/2677.76	c #Conflicts:    3648000 | #Constraints:      74770
2663.36/2677.76	c #Conflicts:    3649000 | #Constraints:      75770
2663.36/2677.76	c #Conflicts:    3650000 | #Constraints:      76770
2663.36/2677.76	c #Conflicts:    3651000 | #Constraints:      77770
2663.36/2677.76	c #Conflicts:    3652000 | #Constraints:      78770
2663.36/2677.76	c #Conflicts:    3653000 | #Constraints:      79770
2663.36/2677.76	c #Conflicts:    3654000 | #Constraints:      80770
2663.36/2677.76	c #Conflicts:    3655000 | #Constraints:      81770
2663.36/2677.76	c #Conflicts:    3656000 | #Constraints:      82770
2663.36/2677.76	c #Conflicts:    3657000 | #Constraints:      83770
2663.36/2677.76	c #Conflicts:    3658000 | #Constraints:      84770
2663.36/2677.76	c INPROCESSING
2663.36/2677.76	c GARBAGE COLLECT
2663.36/2677.76	c #Conflicts:    3659000 | #Constraints:      47539
2663.36/2677.76	c #Conflicts:    3660000 | #Constraints:      48539
2663.36/2677.76	c #Conflicts:    3661000 | #Constraints:      49539
2663.36/2677.76	c #Conflicts:    3662000 | #Constraints:      50539
2663.36/2677.76	c #Conflicts:    3663000 | #Constraints:      51539
2663.36/2677.76	c #Conflicts:    3664000 | #Constraints:      52539
2663.36/2677.76	c #Conflicts:    3665000 | #Constraints:      53539
2663.36/2677.76	c #Conflicts:    3666000 | #Constraints:      54539
2663.36/2677.76	c #Conflicts:    3667000 | #Constraints:      55539
2663.36/2677.76	c #Conflicts:    3668000 | #Constraints:      56539
2663.36/2677.76	c #Conflicts:    3669000 | #Constraints:      57539
2663.36/2677.76	c #Conflicts:    3670000 | #Constraints:      58539
2663.36/2677.76	c #Conflicts:    3671000 | #Constraints:      59539
2663.36/2677.76	c #Conflicts:    3672000 | #Constraints:      60539
2663.36/2677.76	c #Conflicts:    3673000 | #Constraints:      61539
2663.36/2677.76	c #Conflicts:    3674000 | #Constraints:      62539
2663.36/2677.76	c #Conflicts:    3675000 | #Constraints:      63539
2663.36/2677.76	c #Conflicts:    3676000 | #Constraints:      64539
2663.36/2677.76	c #Conflicts:    3677000 | #Constraints:      65539
2663.36/2677.76	c #Conflicts:    3678000 | #Constraints:      66539
2663.36/2677.76	c #Conflicts:    3679000 | #Constraints:      67539
2663.36/2677.76	c #Conflicts:    3680000 | #Constraints:      68539
2663.36/2677.76	c #Conflicts:    3681000 | #Constraints:      69539
2663.36/2677.76	c #Conflicts:    3682000 | #Constraints:      70539
2663.36/2677.76	c #Conflicts:    3683000 | #Constraints:      71539
2663.36/2677.76	c #Conflicts:    3684000 | #Constraints:      72539
2663.36/2677.76	c #Conflicts:    3685000 | #Constraints:      73539
2663.36/2677.76	c #Conflicts:    3686000 | #Constraints:      74539
2663.36/2677.76	c #Conflicts:    3687000 | #Constraints:      75539
2663.36/2677.76	c #Conflicts:    3688000 | #Constraints:      76539
2663.36/2677.76	c #Conflicts:    3689000 | #Constraints:      77539
2663.36/2677.76	c #Conflicts:    3690000 | #Constraints:      78539
2663.36/2677.76	c #Conflicts:    3691000 | #Constraints:      79539
2663.36/2677.76	c #Conflicts:    3692000 | #Constraints:      80539
2663.36/2677.76	c #Conflicts:    3693000 | #Constraints:      81539
2663.36/2677.76	c #Conflicts:    3694000 | #Constraints:      82539
2663.36/2677.76	c #Conflicts:    3695000 | #Constraints:      83539
2663.36/2677.76	c #Conflicts:    3696000 | #Constraints:      84539
2663.36/2677.76	c INPROCESSING
2663.36/2677.76	c GARBAGE COLLECT
2663.36/2677.76	c #Conflicts:    3697000 | #Constraints:      47227
2663.36/2677.76	c #Conflicts:    3698000 | #Constraints:      48227
2663.36/2677.76	c #Conflicts:    3699000 | #Constraints:      49227
2663.36/2677.76	c #Conflicts:    3700000 | #Constraints:      50227
2663.36/2677.76	c #Conflicts:    3701000 | #Constraints:      51227
2663.36/2677.76	c #Conflicts:    3702000 | #Constraints:      52227
2663.36/2677.76	c #Conflicts:    3703000 | #Constraints:      53227
2663.36/2677.76	c #Conflicts:    3704000 | #Constraints:      54227
2663.36/2677.76	c #Conflicts:    3705000 | #Constraints:      55227
2663.36/2677.76	c #Conflicts:    3706000 | #Constraints:      56227
2663.36/2677.76	c #Conflicts:    3707000 | #Constraints:      57227
2663.36/2677.76	c #Conflicts:    3708000 | #Constraints:      58227
2663.36/2677.76	c #Conflicts:    3709000 | #Constraints:      59227
2663.36/2677.76	c #Conflicts:    3710000 | #Constraints:      60228
2663.36/2677.76	c #Conflicts:    3711000 | #Constraints:      61228
2663.36/2677.76	c #Conflicts:    3712000 | #Constraints:      62228
2663.36/2677.76	c #Conflicts:    3713000 | #Constraints:      63228
2663.36/2677.76	c #Conflicts:    3714000 | #Constraints:      64228
2663.36/2677.76	c #Conflicts:    3715000 | #Constraints:      65228
2663.36/2677.76	c #Conflicts:    3716000 | #Constraints:      66228
2663.36/2677.76	c #Conflicts:    3717000 | #Constraints:      67228
2663.36/2677.76	c #Conflicts:    3718000 | #Constraints:      68228
2663.36/2677.76	c #Conflicts:    3719000 | #Constraints:      69228
2663.36/2677.76	c #Conflicts:    3720000 | #Constraints:      70228
2663.36/2677.76	c #Conflicts:    3721000 | #Constraints:      71228
2663.36/2677.76	c #Conflicts:    3722000 | #Constraints:      72228
2691.08/2705.54	c #Conflicts:    3723000 | #Constraints:      73228
2691.08/2705.54	c #Conflicts:    3724000 | #Constraints:      74228
2691.08/2705.54	c #Conflicts:    3725000 | #Constraints:      75228
2691.08/2705.54	c #Conflicts:    3726000 | #Constraints:      76228
2691.08/2705.54	c #Conflicts:    3727000 | #Constraints:      77228
2691.08/2705.54	c #Conflicts:    3728000 | #Constraints:      78228
2691.08/2705.54	c #Conflicts:    3729000 | #Constraints:      79228
2691.08/2705.54	c #Conflicts:    3730000 | #Constraints:      80228
2691.08/2705.54	c #Conflicts:    3731000 | #Constraints:      81228
2691.08/2705.54	c #Conflicts:    3732000 | #Constraints:      82228
2691.08/2705.54	c #Conflicts:    3733000 | #Constraints:      83228
2691.08/2705.54	c #Conflicts:    3734000 | #Constraints:      84228
2691.08/2705.54	c #Conflicts:    3735000 | #Constraints:      85228
2691.08/2705.54	c INPROCESSING
2691.08/2705.54	c GARBAGE COLLECT
2691.08/2705.54	c #Conflicts:    3736000 | #Constraints:      47760
2691.08/2705.54	c #Conflicts:    3737000 | #Constraints:      48760
2691.08/2705.54	c #Conflicts:    3738000 | #Constraints:      49760
2691.08/2705.54	c #Conflicts:    3739000 | #Constraints:      50760
2691.08/2705.54	c #Conflicts:    3740000 | #Constraints:      51760
2691.08/2705.54	c #Conflicts:    3741000 | #Constraints:      52760
2691.08/2705.54	c #Conflicts:    3742000 | #Constraints:      53760
2691.08/2705.54	c #Conflicts:    3743000 | #Constraints:      54760
2691.08/2705.54	c #Conflicts:    3744000 | #Constraints:      55760
2691.08/2705.54	c #Conflicts:    3745000 | #Constraints:      56760
2691.08/2705.54	c #Conflicts:    3746000 | #Constraints:      57760
2691.08/2705.54	c #Conflicts:    3747000 | #Constraints:      58760
2691.08/2705.54	c #Conflicts:    3748000 | #Constraints:      59760
2691.08/2705.54	c #Conflicts:    3749000 | #Constraints:      60760
2691.08/2705.54	c #Conflicts:    3750000 | #Constraints:      61760
2691.08/2705.54	c #Conflicts:    3751000 | #Constraints:      62760
2691.08/2705.54	c #Conflicts:    3752000 | #Constraints:      63760
2691.08/2705.54	c #Conflicts:    3753000 | #Constraints:      64760
2691.08/2705.54	c #Conflicts:    3754000 | #Constraints:      65760
2691.08/2705.54	c #Conflicts:    3755000 | #Constraints:      66760
2691.08/2705.54	c #Conflicts:    3756000 | #Constraints:      67760
2691.08/2705.54	c #Conflicts:    3757000 | #Constraints:      68762
2691.08/2705.54	c #Conflicts:    3758000 | #Constraints:      69762
2691.08/2705.54	c #Conflicts:    3759000 | #Constraints:      70762
2691.08/2705.54	c #Conflicts:    3760000 | #Constraints:      71762
2691.08/2705.54	c #Conflicts:    3761000 | #Constraints:      72762
2691.08/2705.54	c #Conflicts:    3762000 | #Constraints:      73762
2691.08/2705.54	c #Conflicts:    3763000 | #Constraints:      74762
2691.08/2705.54	WSVECS04 Frhs2[17]: 6 -1.74992 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[19]: 6 -1.00209 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[35]: 6 -1.00147 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[37]: 6 -1.00152 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[46]: 6 -0.842148 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[56]: 6 -1.25046 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[68]: 6 -2.80917 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[69]: 6 -1.00168 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[75]: 6 0 0.0827079 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[80]: 6 0 44.4252 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[83]: 6 -1.2495 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[86]: 6 0 0.0015989 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[95]: 6 -1.25021 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[98]: 6 -1.00081 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[99]: 6 -1.2523 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[100]: 6 0 0.0921578 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[105]: 6 -22.7464 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[121]: 6 -1.00242 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[122]: 6 -1.00378 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[131]: 6 -1.28162 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[133]: 6 -1.00473 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[134]: 6 -0.0181706 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[141]: 6 -0.420044 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[151]: 6 -1.25076 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[154]: 6 -0.999924 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[155]: 6 -0.999487 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[156]: 6 -1.2514 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[164]: 6 -1.04915 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[167]: 6 -1.19831 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[170]: 6 -20.3164 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[173]: 6 -1.2904 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[174]: 6 -0.95443 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[175]: 6 -0.854361 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[176]: 6 -1.21548 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[186]: 6 -1.00885 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[190]: 6 -1.00004 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[191]: 6 -0.741341 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[195]: 6 -1.49936 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[200]: 6 -1.21995 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[201]: 6 -1.29659 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[202]: 6 -1.08349 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[220]: 6 -1.0007 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[224]: 6 -1.00013 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[232]: 6 -1.21995 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[233]: 6 -13.5909 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[246]: 6 -1.00077 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[247]: 6 -1.00223 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[248]: 6 -1.00007 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[252]: 6 -0.936577 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[254]: 6 -1.00004 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[257]: 6 -1.30215 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[258]: 6 -1.25585 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[261]: 6 -0.835659 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[266]: 6 -1.0018 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[284]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[285]: 6 -1.0007 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[290]: 6 -1.25081 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[292]: 6 0 0.374913 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[314]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[316]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[326]: 6 -1.00575 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[327]: 6 -1.5063 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[332]: 6 -1.95832 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[334]: 6 -1.28442 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[340]: 6 0 1.89542 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[345]: 6 -1.00006 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[346]: 6 -1.00032 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[348]: 6 -1.2507 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[353]: 6 -1.00049 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[355]: 6 -0.802619 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[356]: 6 -0.999991 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[367]: 6 0 0.146514 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[368]: 6 -1.21548 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[377]: 6 -1.00115 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[378]: 6 -1.00378 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[385]: 6 -0.834027 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[390]: 6 -1.65867 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[398]: 6 -1.25111 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[409]: 6 -1.62507 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[412]: 6 -1.00069 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[420]: 6 -1.33283 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[421]: 6 0 0.30858 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[431]: 6 0 0.327428 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[446]: 6 -0.741161 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[447]: 6 -0.870774 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[450]: 6 -1.00054 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[454]: 6 -1.6248 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[455]: 6 0 0.39138 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[460]: 6 -1.0356 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[462]: 6 -1.9086 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[471]: 6 -1.00005 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[481]: 6 -0.834241 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[483]: 6 -1.36591 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[491]: 6 -1.35527 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[492]: 6 -1.05849 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[504]: 6 -0.998187 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[506]: 6 -1.00032 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[507]: 6 -0.998998 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[509]: 6 -1.00004 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[514]: 6 -0.928214 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[515]: 6 -1.53203 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[527]: 6 -1.46377 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[536]: 6 -1.00148 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[541]: 6 -1.0007 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[542]: 6 -0.870844 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[544]: 6 -1.00002 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[546]: 6 -1.4997 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[565]: 6 -0.512033 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[567]: 6 -1.00042 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[570]: 6 -0.997191 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[571]: 6 -1.00143 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[576]: 6 -0.83404 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[580]: 6 0 1.15519 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[581]: 6 -1.31488 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[584]: 6 -1.24475 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[586]: 6 -9.01225 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[589]: 6 -2.44048 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[590]: 6 -1.25067 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[592]: 6 0 1.51379 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[603]: 6 -0.934282 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[623]: 6 -0.853487 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[635]: 6 -1.0046 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[637]: 6 -0.935284 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[644]: 6 -1.00179 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[650]: 6 -2.41254 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[651]: 6 -2.58069 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[653]: 6 -1.48458 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[665]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[668]: 6 -1.0007 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[670]: 6 -1.00011 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[673]: 6 -1.31248 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[681]: 6 -13.6568 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[685]: 6 -1.31275 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[689]: 6 0 1.66987 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[695]: 6 -1.00216 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[696]: 6 -0.999928 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[698]: 6 -1.00507 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[700]: 6 -0.935284 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[702]: 6 -1.00004 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[969]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1027]: 6 -2.2428 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1030]: 6 -0.960947 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1036]: 6 -1.07828 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1063]: 6 -0.624741 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1064]: 6 -0.868295 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1067]: 6 -1.31062 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1080]: 6 -1.0625 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1091]: 6 -2.56345 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1093]: 6 -2.62489 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1094]: 6 -2.63831 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1096]: 6 -9.24978 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1105]: 6 -1.32647 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1125]: 6 -1.34612 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1128]: 6 -2.36749 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1137]: 6 -1.23269 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1150]: 6 -1.25064 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1181]: 6 -1.25047 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1186]: 6 -0.816346 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1200]: 6 -1.49819 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1218]: 6 -0.984376 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1225]: 6 -0.236109 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1242]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1249]: 6 -1.00001 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1255]: 6 -0.594592 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1274]: 6 -1.00032 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1280]: 6 -0.83288 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1281]: 6 -0.697946 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1284]: 6 -1.16477 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1285]: 6 -1.16782 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1303]: 6 0 0.00239888 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1306]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1326]: 6 -0.577339 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1337]: 6 -1.00139 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1344]: 6 -1.25017 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1350]: 6 -1.625 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1351]: 6 -1.79903 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1362]: 6 -1.84306 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1373]: 6 -1.5 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1378]: 6 -0.6875 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1382]: 6 -2.65393 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1384]: 6 -1.61051 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1385]: 6 -4.50224 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1386]: 6 -0.812933 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1407]: 6 -1.41785 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1413]: 6 -2.00462 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1418]: 6 0 0.592498 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1433]: 6 -0.374934 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1434]: 6 -0.749866 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1438]: 6 -1.0001 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1444]: 6 -1.75721 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1445]: 6 -1.54851 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1467]: 6 -0.996508 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1504]: 6 -1.33368 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1507]: 6 -0.917292 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1508]: 6 -1.00171 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1509]: 6 -0.666324 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1511]: 6 0 0.334957 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1518]: 6 -0.909887 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1519]: 6 0 0.355641 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1532]: 6 -0.998561 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1536]: 6 -1.00061 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1541]: 6 -1.43738 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1544]: 6 -1.16108 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1548]: 6 -2.2764 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1566]: 6 -1.44536 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1568]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1579]: 6 -0.756273 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1588]: 6 -1.01041 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1606]: 6 -1.27812 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1611]: 6 -0.672879 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1631]: 6 -1.63562 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1662]: 6 -0.999692 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1663]: 6 -1.00202 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1710]: 6 -0.687501 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1711]: 6 -0.375 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1891]: 6 -1.33302 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1907]: 6 -1.25 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1915]: 6 0 0.501227 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1952]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[1994]: 6 -1.32959 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2005]: 6 -0.666976 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2027]: 6 -0.625 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2113]: 6 -0.565998 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2129]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2187]: 6 -1.01254 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2205]: 6 -0.5625 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2222]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2250]: 6 -13.6142 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2253]: 6 -1.25 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2262]: 6 -1.24798 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2291]: 6 -0.290933 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2295]: 6 0 0.838895 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2315]: 6 -0.750001 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2341]: 6 -1.25 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2372]: 6 0 1 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2376]: 6 -1.03787 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2381]: 6 -0.151476 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2389]: 6 -0.687501 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2401]: 6 -3.194 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2412]: 6 -8.58421 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2435]: 6 -1.50013 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2437]: 6 -0.954034 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2438]: 6 -8.87773 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2477]: 6 -0.638438 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2485]: 6 -0.214993 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2491]: 6 -0.500001 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2536]: 6 -1.19971 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2537]: 6 -0.935818 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2538]: 6 -0.871635 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2633]: 6 -1.10889 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2638]: 6 -1.12504 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2639]: 6 0 0.162341 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2664]: 6 0 0.665759 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2669]: 6 -3.33697 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2721]: 6 -1.3125 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2742]: 6 -0.999828 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2768]: 6 -1.1257 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2770]: 6 0 1 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2776]: 6 -2.5 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2821]: 6 -1.25 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2856]: 6 0 1.25 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2857]: 6 -0.5 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2862]: 6 0 2.00265 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2866]: 6 -5.33891 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2887]: 6 -6.79211 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2901]: 6 -1.25 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2903]: 6 -0.500001 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2917]: 6 -1.0003 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2929]: 6 0 3.11112 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2936]: 6 -1.00226 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2954]: 6 -0.49944 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2961]: 6 -7.44199 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2968]: 6 0 2 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2991]: 6 -1.00525 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[2993]: 6 -1.007 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3020]: 6 -1.31249 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3022]: 6 -1.25 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3023]: 6 -1.00017 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3050]: 6 -2 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3057]: 6 -1.18843 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3066]: 6 -6.06072 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3071]: 6 -1.31275 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3084]: 6 -5.00182 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3090]: 6 0 1.50027 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3091]: 6 -0.500006 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3110]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3125]: 6 -0.00202848 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3152]: 6 -5.33261 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3153]: 6 -3.33261 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3206]: 6 -1.51293 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3228]: 6 -1.00055 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3238]: 6 -0.25 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3245]: 6 -1.31653 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3251]: 6 -1.00026 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3255]: 6 -0.930297 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3273]: 6 -0.994939 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3278]: 6 -1.00363 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3279]: 6 -1.00363 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3280]: 6 -1.00726 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3303]: 6 -1.33522 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3304]: 6 -1.25029 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3316]: 6 -1.0021 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3319]: 6 -0.998834 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3339]: 6 -1.33514 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3393]: 6 -1.00188 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3394]: 6 -1.62862 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3416]: 6 -1.00175 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3426]: 6 -1.25576 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3428]: 6 0 1.00657 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3452]: 6 -21 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3455]: 6 0 44 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3460]: 6 -1.00397 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3496]: 6 -1.31218 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3499]: 6 -1.49899 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3504]: 6 -1.24998 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3508]: 6 -0.994682 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3513]: 6 -0.996783 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3517]: 6 -0.99801 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3526]: 6 0 1 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3530]: 6 -1.09375 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3533]: 6 -0.8125 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3543]: 6 -1.125 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3545]: 6 -0.749997 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3555]: 6 -0.995557 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3574]: 6 -1.00009 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3592]: 6 -1.3257 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3614]: 6 -1.00017 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3669]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3675]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3683]: 6 -1.28119 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3686]: 6 -1.25292 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3702]: 6 -1.00239 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3708]: 6 -1.00088 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3728]: 6 -1.00686 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3769]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3775]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3778]: 6 -0.659081 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3779]: 6 -0.999193 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3781]: 6 -0.998673 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3786]: 6 -1.64481 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3789]: 6 -0.331742 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3791]: 6 -1.02063 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3803]: 6 -1.0003 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3815]: 6 -0.994732 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3841]: 6 0 1.6559 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3860]: 6 -1.00576 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3869]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3876]: 6 -1.24959 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3878]: 6 -1.15748 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3879]: 6 -1.3125 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3881]: 6 -1.25 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3890]: 6 -1.00214 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3913]: 6 -0.496699 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3926]: 6 -1.00026 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3929]: 6 -1.3125 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3939]: 6 -1.3125 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3947]: 6 -2.00002 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3956]: 6 -1.00117 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3959]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3962]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3965]: 6 -1.25 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[3983]: 6 -1.00101 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[4035]: 6 -1.00416 0 shouldn't be
2691.08/2705.54	WSVECS04 Frhs2[4060]: 6 -1.0006 0 shouldn't be
2737.58/2752.36	c #Conflicts:    3764000 | #Constraints:      75852
2737.58/2752.36	c #Conflicts:    3765000 | #Constraints:      76852
2737.58/2752.36	c #Conflicts:    3766000 | #Constraints:      77852
2737.58/2752.36	c #Conflicts:    3767000 | #Constraints:      78852
2737.58/2752.36	c #Conflicts:    3768000 | #Constraints:      79852
2737.58/2752.36	c #Conflicts:    3769000 | #Constraints:      80852
2737.58/2752.36	c #Conflicts:    3770000 | #Constraints:      81852
2737.58/2752.36	c #Conflicts:    3771000 | #Constraints:      82852
2737.58/2752.36	c #Conflicts:    3772000 | #Constraints:      83852
2737.58/2752.36	c #Conflicts:    3773000 | #Constraints:      84852
2737.58/2752.36	c #Conflicts:    3774000 | #Constraints:      85852
2737.58/2752.36	c INPROCESSING
2737.58/2752.36	c GARBAGE COLLECT
2737.58/2752.36	c #Conflicts:    3775000 | #Constraints:      48157
2737.58/2752.36	c #Conflicts:    3776000 | #Constraints:      49157
2737.58/2752.36	c #Conflicts:    3777000 | #Constraints:      50157
2737.58/2752.36	c #Conflicts:    3778000 | #Constraints:      51157
2737.58/2752.36	c #Conflicts:    3779000 | #Constraints:      52157
2737.58/2752.36	c #Conflicts:    3780000 | #Constraints:      53157
2737.58/2752.36	c #Conflicts:    3781000 | #Constraints:      54157
2737.58/2752.36	c #Conflicts:    3782000 | #Constraints:      55157
2737.58/2752.36	c #Conflicts:    3783000 | #Constraints:      56157
2737.58/2752.36	c #Conflicts:    3784000 | #Constraints:      57157
2737.58/2752.36	c #Conflicts:    3785000 | #Constraints:      58157
2737.58/2752.36	c #Conflicts:    3786000 | #Constraints:      59157
2737.58/2752.36	c #Conflicts:    3787000 | #Constraints:      60157
2737.58/2752.36	c #Conflicts:    3788000 | #Constraints:      61157
2737.58/2752.36	c #Conflicts:    3789000 | #Constraints:      62157
2737.58/2752.36	c #Conflicts:    3790000 | #Constraints:      63157
2737.58/2752.36	c #Conflicts:    3791000 | #Constraints:      64157
2737.58/2752.36	c #Conflicts:    3792000 | #Constraints:      65157
2737.58/2752.36	c #Conflicts:    3793000 | #Constraints:      66157
2737.58/2752.36	c #Conflicts:    3794000 | #Constraints:      67157
2737.58/2752.36	c #Conflicts:    3795000 | #Constraints:      68157
2737.58/2752.36	c #Conflicts:    3796000 | #Constraints:      69157
2737.58/2752.36	c #Conflicts:    3797000 | #Constraints:      70157
2737.58/2752.36	c #Conflicts:    3798000 | #Constraints:      71157
2737.58/2752.36	c #Conflicts:    3799000 | #Constraints:      72157
2737.58/2752.36	c #Conflicts:    3800000 | #Constraints:      73157
2737.58/2752.36	c #Conflicts:    3801000 | #Constraints:      74157
2737.58/2752.36	c #Conflicts:    3802000 | #Constraints:      75157
2737.58/2752.36	c #Conflicts:    3803000 | #Constraints:      76157
2737.58/2752.36	c #Conflicts:    3804000 | #Constraints:      77157
2737.58/2752.36	c #Conflicts:    3805000 | #Constraints:      78157
2737.58/2752.36	c #Conflicts:    3806000 | #Constraints:      79157
2737.58/2752.36	c #Conflicts:    3807000 | #Constraints:      80158
2737.58/2752.36	c #Conflicts:    3808000 | #Constraints:      81158
2737.58/2752.36	c #Conflicts:    3809000 | #Constraints:      82158
2737.58/2752.36	c #Conflicts:    3810000 | #Constraints:      83158
2737.58/2752.36	c #Conflicts:    3811000 | #Constraints:      84158
2737.58/2752.36	c #Conflicts:    3812000 | #Constraints:      85158
2737.58/2752.36	c #Conflicts:    3813000 | #Constraints:      86158
2737.58/2752.36	c INPROCESSING
2737.58/2752.36	c GARBAGE COLLECT
2737.58/2752.36	WSVECS04 Frhs2[5]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[14]: 6 -5.26565 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[18]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[23]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[26]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[27]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[31]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[32]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[48]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[50]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[63]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[84]: 6 -2.25003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[86]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[88]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[93]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[107]: 6 -2.25008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[117]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[118]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[126]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[131]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[137]: 6 -1.69074 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[144]: 6 -1.31253 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[146]: 6 -1.82816 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[147]: 6 -2.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[150]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[151]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[158]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[169]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[175]: 6 -2.23445 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[179]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[184]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[185]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[188]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[200]: 6 -2.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[211]: 6 -2.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[212]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[214]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[215]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[217]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[251]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[269]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[270]: 6 0 1.4219 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[303]: 6 -1.92189 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[310]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[319]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[337]: 6 -1.25008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[348]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[367]: 6 -0.425122 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[385]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[402]: 6 -1.3126 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[407]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[426]: 6 -2.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[430]: 6 0 1.42191 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[431]: 6 -2.194 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[443]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[448]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[500]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[508]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[510]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[517]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[518]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[532]: 6 -2.25004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[533]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[534]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[535]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[536]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[543]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[544]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[546]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[559]: 6 -2.42191 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[560]: 6 -2.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[573]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[575]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[584]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[597]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[602]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[604]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[614]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[615]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[626]: 6 -2.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[629]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[630]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[643]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[646]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[661]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[662]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[664]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[670]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[673]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[675]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[676]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[678]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1007]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1025]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1026]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1032]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1039]: 6 -1.32816 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1040]: 6 -1.31255 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1042]: 6 -1.25007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1043]: 6 -1.25003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1051]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1057]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1059]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1064]: 6 -1.2501 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1066]: 6 -0.875015 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1070]: 6 -1.25004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1075]: 6 -1.25009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1076]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1079]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1085]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1092]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1093]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1106]: 6 -0.0514844 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1118]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1126]: 6 -0.906291 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1128]: 6 -1.25004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1129]: 6 -1.32815 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1130]: 6 -1.31254 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1135]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1138]: 6 -1.25006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1140]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1141]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1144]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1145]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1151]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1153]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1156]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1162]: 6 -1.35939 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1163]: 6 -1.34377 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1167]: 6 -0.687584 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1171]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1173]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1174]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1177]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1180]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1181]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1185]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1192]: 6 -1.15629 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1194]: 6 -1.62505 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1206]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1221]: 6 -1.31253 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1224]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1231]: 6 -0.875823 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1233]: 6 0 0.74682 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1235]: 6 -1.33205 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1238]: 6 -1.32819 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1239]: 6 -1.31253 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1245]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1255]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1274]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1276]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1279]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1288]: 6 -2.50005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1289]: 6 -2.24846 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1296]: 6 -0.750016 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1297]: 6 -1.50002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1299]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1315]: 6 -1.62506 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1318]: 6 -1.00646 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1320]: 6 -0.0257396 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1324]: 6 -1.31255 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1332]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1333]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1336]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1351]: 6 -1.06295 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1363]: 6 -0.500052 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1386]: 6 0 1.29699 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1403]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1408]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1411]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1416]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1425]: 6 -0.921904 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1440]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1442]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1445]: 6 -1.31259 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1446]: 6 -1.31256 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1447]: 6 -1.25003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1448]: 6 -1.25005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1450]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1464]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1477]: 6 -1.19077 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1478]: 6 -1.00646 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1481]: 6 0 0.94861 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1483]: 6 -0.687581 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1487]: 6 -1.97578 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1490]: 6 -1.25002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1492]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1498]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1499]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1502]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1504]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1507]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1509]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1510]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1512]: 6 -0.774307 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1526]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1527]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1529]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1531]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1534]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1535]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1536]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1537]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1539]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1542]: 6 -1.31256 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1544]: 6 -1.25006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1552]: 6 -0.806123 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1553]: 6 -1.86223 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1554]: 6 -3.4743 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1555]: 6 -6.69861 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1558]: 6 -1.25002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1561]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1565]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1568]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1576]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1577]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1579]: 6 0 0.265655 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1585]: 6 -2.84382 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1587]: 6 -3.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1590]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1591]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1606]: 6 -1.62502 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1611]: 6 -4.70318 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1619]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1624]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1627]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1628]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1630]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1637]: 6 -0.690732 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1648]: 6 -0.750018 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1649]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1650]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1651]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1659]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1664]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1893]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1896]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1898]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1907]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1910]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1914]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1916]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1921]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1927]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1930]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1934]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1937]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1940]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1944]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1952]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1987]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1990]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1991]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1993]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1996]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[1998]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2002]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2010]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2014]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2015]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2018]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2020]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2026]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2027]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2030]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2034]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2037]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2040]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2046]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2047]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2054]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2058]: 6 -1.1251 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2062]: 6 -1.25006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2081]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2083]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2085]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2088]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2089]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2092]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2094]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2095]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2098]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2099]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2110]: 6 -0.47432 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2114]: 6 -3.10292 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2118]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2119]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2122]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2126]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2128]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2129]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2132]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2133]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2136]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2138]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2139]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2142]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2143]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2146]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2151]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2155]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2168]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2169]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2172]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2173]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2176]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2179]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2181]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2183]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2185]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2190]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2194]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2195]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2198]: 6 -1.25002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2204]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2208]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2209]: 6 -3.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2212]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2216]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2217]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2220]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2228]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2236]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2238]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2239]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2246]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2253]: 6 -1.25004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2256]: 6 -1.31259 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2257]: 6 -1.25002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2260]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2268]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2269]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2272]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2275]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2277]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2281]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2284]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2285]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2288]: 6 -0.953224 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2289]: 6 -0.953198 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2296]: 6 -6.07821 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2311]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2318]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2319]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2322]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2325]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2328]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2332]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2335]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2345]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2348]: 6 -1.32819 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2352]: 6 -1.25009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2354]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2358]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2363]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2364]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2366]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2368]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2369]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2372]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2375]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2377]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2379]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2386]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2404]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2406]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2407]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2410]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2413]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2416]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2417]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2420]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2421]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2424]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2428]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2430]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2431]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2434]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2436]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2447]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2450]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2451]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2454]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2455]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2461]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2463]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2464]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2465]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2468]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2469]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2472]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2476]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2480]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2482]: 6 -1.28908 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2483]: 6 -1.2891 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2490]: 6 -0.375031 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2494]: 6 -1.25003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2500]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2502]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2504]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2506]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2509]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2512]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2513]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2516]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2517]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2520]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2522]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2524]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2526]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2528]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2536]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2537]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2538]: 6 -1.31256 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2541]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2547]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2548]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2552]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2555]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2557]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2561]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2564]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2565]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2568]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2569]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2571]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2575]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2578]: 6 -1.25009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2586]: 6 -1.02579 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2588]: 6 -0.0514452 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2592]: 6 -4.79437 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2593]: 6 -2.7944 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2596]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2600]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2603]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2606]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2607]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2609]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2611]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2614]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2615]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2618]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2619]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2622]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2626]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2629]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2632]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2634]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2636]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2638]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2642]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2644]: 6 -1.25002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2646]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2647]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2648]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2649]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2653]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2655]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2657]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2659]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2661]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2664]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2666]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2668]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2669]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2672]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2674]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2675]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2678]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2679]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2681]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2686]: 6 -9.27574 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2689]: 6 -2.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2692]: 6 -1.25005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2700]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2701]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2704]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2709]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2711]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2714]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2718]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2723]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2724]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2729]: 6 -1.00162 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2733]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2741]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2743]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2749]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2750]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2753]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2756]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2757]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2760]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2763]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2765]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2768]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2770]: 6 -1.25009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2772]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2776]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2777]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2780]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2782]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2784]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2786]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2788]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2789]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2792]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2796]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2797]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2800]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2804]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2805]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2808]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2810]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2811]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2814]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2817]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2821]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2832]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2835]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2836]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2838]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2839]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2843]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2845]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2846]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2851]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2853]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2856]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2858]: 6 -1.12504 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2859]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2861]: 6 -1.5001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2876]: 6 -8.79434 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2878]: 6 -20.5887 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2879]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2882]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2883]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2886]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2887]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2890]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2894]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2895]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2898]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2899]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2901]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2903]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2906]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2907]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2910]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2913]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2917]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2920]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2924]: 6 -1.188 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2926]: 6 -0.751684 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2931]: 6 -1.32814 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2932]: 6 -1.32822 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2934]: 6 -1.31257 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2943]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2944]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2946]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2947]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2950]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2954]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2956]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2960]: 6 -1.29703 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2962]: 6 -5.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2972]: 6 -2.32667 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2974]: 6 -7.31921 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2996]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[2999]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3002]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3003]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3006]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3007]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3013]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3016]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3022]: 6 -0.500023 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3028]: 6 -1.25009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3029]: 6 -1.25005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3042]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3045]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3048]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3050]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3054]: 6 0 0.690742 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3056]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3057]: 6 -4.38134 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3064]: 6 -4.50008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3066]: 6 0 2.0001 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3068]: 6 -3.3282 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3070]: 6 -9.32814 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3086]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3087]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3089]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3092]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3096]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3097]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3099]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3103]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3105]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3131]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3133]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3134]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3138]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3142]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3143]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3146]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3147]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3150]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3151]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3154]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3155]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3162]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3164]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3166]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3174]: 6 -6.50005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3175]: 6 -4.50005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3178]: 6 -5.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3179]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3185]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3190]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3192]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3194]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3198]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3200]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3202]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3203]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3205]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3211]: 6 -1.31257 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3223]: 6 -1.00001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3225]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3229]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3230]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3234]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3235]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3238]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3240]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3242]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3243]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3246]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3250]: 6 -1.31252 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3261]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3263]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3265]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3267]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3269]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3288]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3290]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3291]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3302]: 6 -1.00006 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3303]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3305]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3309]: 6 -0.0257879 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3311]: 6 0 3.89723 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3322]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3325]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3326]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3329]: 6 -1.00005 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3331]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3333]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3335]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3338]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3342]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3344]: 6 0 0.809351 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3346]: 6 -1.00646 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3358]: 6 -19.8387 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3362]: 6 -4.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3363]: 6 -1.84381 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3366]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3367]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3370]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3376]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3382]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3384]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3386]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3388]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3390]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3391]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3393]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3394]: 6 -1.00002 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3398]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3414]: 6 -1.00008 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3421]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3425]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3427]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3432]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3434]: 6 -1.00003 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3438]: 6 -1.0001 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3442]: 6 -1.00004 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3444]: 6 -1.00007 0 shouldn't be
2737.58/2752.36	WSVECS04 Frhs2[3445]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3448]: 6 -1.25004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3454]: 6 0 2.00002 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3458]: 6 0 2.00006 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3465]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3472]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3475]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3478]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3480]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3482]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3483]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3486]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3489]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3491]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3497]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3508]: 6 0 4.00008 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3510]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3512]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3518]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3520]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3524]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3528]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3530]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3532]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3536]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3554]: 6 0 1.00009 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3560]: 6 -21 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3564]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3565]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3568]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3569]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3572]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3576]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3577]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3580]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3582]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3586]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3587]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3593]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3604]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3605]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3607]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3608]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3609]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3618]: 6 -1.0001 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3622]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3624]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3626]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3628]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3637]: 6 -4.90633 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3641]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3644]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3647]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3657]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3660]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3661]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3664]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3665]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3668]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3669]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3672]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3673]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3675]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3678]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3679]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3681]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3682]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3693]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3697]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3703]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3705]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3707]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3712]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3713]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3715]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3720]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3721]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3724]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3732]: 6 -5.25002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3734]: 6 0 1.50003 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3738]: 6 -1.25004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3748]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3752]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3753]: 6 -1.0001 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3760]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3762]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3763]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3765]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3768]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3771]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3774]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3776]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3780]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3781]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3783]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3793]: 6 -1.25003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3796]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3797]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3800]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3805]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3806]: 6 -1.00001 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3809]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3812]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3816]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3818]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3820]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3822]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3824]: 6 -0.690688 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3825]: 6 -0.690759 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3828]: 6 -2.23737 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3845]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3848]: 6 -1.0001 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3850]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3853]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3856]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3857]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3860]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3861]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3864]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3865]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3868]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3869]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3872]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3874]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3875]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3880]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3889]: 6 -1.25008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3892]: 6 -1.25008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3893]: 6 -1.25002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3900]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3901]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3903]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3904]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3905]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3908]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3909]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3912]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3916]: 6 -1.0001 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3919]: 6 -1.00001 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3922]: 6 -1.00001 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3926]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3929]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3950]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3951]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3953]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3955]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3958]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3960]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3961]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3964]: 6 -1.00001 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3966]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[3967]: 6 -1.00004 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4035]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4046]: 6 -1.00005 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4047]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4048]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4049]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4086]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4087]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4088]: 6 -1.00007 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4089]: 6 -1.00002 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4090]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4091]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4092]: 6 -1.00001 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4101]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4102]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4103]: 6 -1.00006 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4104]: 6 -1.00009 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4113]: 6 -1.00003 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4115]: 6 -1.0001 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4116]: 6 -1.00008 0 shouldn't be
2737.58/2752.37	WSVECS04 Frhs2[4117]: 6 -1.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[9]: 6 -1.00007 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[43]: 6 0 0.125061 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[71]: 6 -1.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[83]: 6 -1.00005 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[94]: 6 -1.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[105]: 6 -1.00001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[115]: 6 -1.00008 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[130]: 6 -1.0001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[157]: 6 -1.00001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[177]: 6 -1.25006 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[194]: 6 -1.00008 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[195]: 6 -1.00008 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[216]: 6 -1.00002 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[240]: 6 -0.0514801 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[265]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[287]: 6 -1.00007 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[288]: 6 -1.0001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[320]: 6 -1.0001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[353]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[375]: 6 -1.25002 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[423]: 6 -1.00008 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[425]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[427]: 6 -1.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[428]: 6 -1.0001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[447]: 6 -1.00005 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[487]: 6 -1.00005 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[523]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[542]: 6 -1.0001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[545]: 6 -1.00008 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[579]: 6 -1.00002 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[582]: 6 -1.00002 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[601]: 6 -1.0001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[638]: 6 -1.00001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[641]: 6 -1.0001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[704]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[969]: 6 -1.0001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[976]: 6 -1.00006 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1060]: 6 -1.00007 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1067]: 6 -0.875061 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1071]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1091]: 6 -1.00005 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1102]: 6 -1.00005 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1113]: 6 -1.00009 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1190]: 6 -1.2891 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1207]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1293]: 6 -2.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1474]: 6 -1.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1575]: 6 -1.00001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1902]: 6 -1.0001 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[1919]: 6 -1.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2123]: 6 -1.00008 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2270]: 6 -1.00005 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2279]: 6 -1.00006 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2313]: 6 -1.00002 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2334]: 6 -1.00002 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2338]: 6 -1.00007 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2426]: 6 -1.00008 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2508]: 6 -1.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2559]: 6 -1.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2819]: 6 -1.00005 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2918]: 6 -1.00008 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[2919]: 6 -1.00006 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3015]: 6 -1.00007 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3027]: 6 -1.31253 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3195]: 6 -1.00007 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3197]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3209]: 6 -1.00006 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3301]: 6 -1.00002 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3399]: 6 -1.00007 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3456]: 6 0 2.00004 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3473]: 6 -1.00006 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3588]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3696]: 6 -1.25009 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3700]: 6 -1.00004 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3772]: 6 -1.00003 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3854]: 6 -1.00009 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3863]: 6 -1.00008 0 shouldn't be
2738.68/2753.45	WSVECS04 Frhs2[3932]: 6 -1.12505 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[11]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[14]: 6 -5.26563 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[18]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[21]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[57]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[63]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[65]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[71]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[79]: 6 -6.09108 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[83]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[102]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[103]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[105]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[107]: 6 -2.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[117]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[137]: 6 -1.69066 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[144]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[146]: 6 -1.82813 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[147]: 6 -2 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[175]: 6 -2.23438 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[177]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[178]: 6 -2 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[181]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[183]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[199]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[217]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[225]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[227]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[232]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[259]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[288]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[303]: 6 -1.92188 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[319]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[321]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[358]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[367]: 6 -0.42509 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[371]: 6 -1.32813 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[382]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[390]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[402]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[415]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[423]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[426]: 6 -2 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[427]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[429]: 6 -1.8125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[431]: 6 -2.19393 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[448]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[449]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[452]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[496]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[499]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[511]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[516]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[530]: 6 0 4.44858 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[532]: 6 -2.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[534]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[539]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[548]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[559]: 6 -2.42188 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[560]: 6 -2 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[565]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[579]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[612]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[616]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[639]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[675]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[929]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1007]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1025]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1026]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1028]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1032]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1037]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1039]: 6 -1.32813 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1042]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1043]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1046]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1051]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1055]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1060]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1064]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1066]: 6 -0.875001 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1067]: 6 -0.875001 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1070]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1088]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1090]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1091]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1113]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1118]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1125]: 6 -0.953126 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1126]: 6 -0.906251 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1128]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1129]: 6 -1.32813 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1130]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1131]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1140]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1156]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1162]: 6 -1.35938 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1163]: 6 -1.34375 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1170]: 6 -0.750001 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1180]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1192]: 6 -1.15625 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1194]: 6 -1.625 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1195]: 6 -1.5 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1207]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1224]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1231]: 6 -0.875804 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1239]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1241]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1266]: 6 -1.32813 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1269]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1270]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1272]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1273]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1276]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1280]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1281]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1284]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1285]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1287]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1288]: 6 -2.5 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1289]: 6 -2.24839 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1293]: 6 -2 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1294]: 6 -1.44697 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1296]: 6 -0.75 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1305]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1310]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1317]: 6 -1.00321 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1319]: 6 -0.762856 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1320]: 6 -0.0257121 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1324]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1342]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1346]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1349]: 6 -1.29698 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1353]: 6 -0.500001 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1363]: 6 -0.5 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1372]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1373]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1386]: 6 0 1.29698 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1391]: 6 -3.02103 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1411]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1416]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1425]: 6 -0.921875 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1438]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1445]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1446]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1448]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1453]: 6 0 0.953125 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1486]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1487]: 6 -1.97576 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1490]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1507]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1510]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1535]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1536]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1542]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1544]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1548]: 6 -2 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1552]: 6 -0.806073 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1575]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1576]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1577]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1578]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1585]: 6 -2.84375 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1606]: 6 -1.625 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1630]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1637]: 6 -0.690665 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1664]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1893]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1910]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1911]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1919]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1930]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2002]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2030]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2034]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2035]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2058]: 6 -1.125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2062]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2104]: 6 -0.750001 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2111]: 6 -0.474289 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2115]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2146]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2205]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2221]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2253]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2257]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2258]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2269]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2289]: 6 -0.953125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2296]: 6 -6.07813 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2311]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2338]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2348]: 6 -1.32813 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2365]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2445]: 6 -1.15625 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2448]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2482]: 6 -1.28906 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2483]: 6 -1.28906 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2544]: 6 -0.0514237 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2578]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2593]: 6 -2.79431 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2635]: 6 -2.23764 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2681]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2689]: 6 -2 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2797]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2858]: 6 -1.125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2878]: 6 -20.5886 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2924]: 6 -1.1879 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2926]: 6 -0.751607 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2928]: 6 -1.33301 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2934]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2960]: 6 -1.29698 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2962]: 6 -5 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2972]: 6 -2.32658 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3028]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3029]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3031]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3108]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3110]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3174]: 6 -6.5 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3175]: 6 -4.5 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3249]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3309]: 6 -0.0257125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3346]: 6 -1.00643 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3359]: 6 -0.250001 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3362]: 6 -4 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3448]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3539]: 6 -1.3125 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3637]: 6 -4.90625 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3732]: 6 -5.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3738]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3739]: 6 -1.25 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3786]: 6 -0.690665 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3824]: 6 -0.690664 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3825]: 6 -0.690664 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3828]: 6 -2.23735 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3874]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3876]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[4035]: 6 -1 0 shouldn't be
2739.77/2754.59	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
2796.10/2811.13	c #Conflicts:    3814000 | #Constraints:      48340
2796.10/2811.13	c #Conflicts:    3815000 | #Constraints:      49340
2796.10/2811.13	c #Conflicts:    3816000 | #Constraints:      50341
2796.10/2811.13	c #Conflicts:    3817000 | #Constraints:      51341
2796.10/2811.13	c #Conflicts:    3818000 | #Constraints:      52341
2796.10/2811.13	c #Conflicts:    3819000 | #Constraints:      53341
2796.10/2811.13	c #Conflicts:    3820000 | #Constraints:      54341
2796.10/2811.13	c #Conflicts:    3821000 | #Constraints:      55341
2796.10/2811.13	c #Conflicts:    3822000 | #Constraints:      56341
2796.10/2811.13	c #Conflicts:    3823000 | #Constraints:      57341
2796.10/2811.13	c #Conflicts:    3824000 | #Constraints:      58341
2796.10/2811.13	c #Conflicts:    3825000 | #Constraints:      59341
2796.10/2811.13	c #Conflicts:    3826000 | #Constraints:      60342
2796.10/2811.13	c #Conflicts:    3827000 | #Constraints:      61342
2796.10/2811.13	c #Conflicts:    3828000 | #Constraints:      62342
2796.10/2811.13	c #Conflicts:    3829000 | #Constraints:      63342
2796.10/2811.13	c #Conflicts:    3830000 | #Constraints:      64342
2796.10/2811.13	c #Conflicts:    3831000 | #Constraints:      65343
2796.10/2811.13	c #Conflicts:    3832000 | #Constraints:      66343
2796.10/2811.13	c #Conflicts:    3833000 | #Constraints:      67343
2796.10/2811.13	c #Conflicts:    3834000 | #Constraints:      68343
2796.10/2811.13	c #Conflicts:    3835000 | #Constraints:      69343
2796.10/2811.13	c #Conflicts:    3836000 | #Constraints:      70343
2796.10/2811.13	c #Conflicts:    3837000 | #Constraints:      71344
2796.10/2811.13	c #Conflicts:    3838000 | #Constraints:      72344
2796.10/2811.13	c #Conflicts:    3839000 | #Constraints:      73344
2796.10/2811.13	c #Conflicts:    3840000 | #Constraints:      74344
2796.10/2811.13	c #Conflicts:    3841000 | #Constraints:      75344
2796.10/2811.13	c #Conflicts:    3842000 | #Constraints:      76344
2796.10/2811.13	c #Conflicts:    3843000 | #Constraints:      77344
2796.10/2811.13	c #Conflicts:    3844000 | #Constraints:      78344
2796.10/2811.13	c #Conflicts:    3845000 | #Constraints:      79344
2796.10/2811.13	c #Conflicts:    3846000 | #Constraints:      80344
2796.10/2811.13	c #Conflicts:    3847000 | #Constraints:      81344
2796.10/2811.13	c #Conflicts:    3848000 | #Constraints:      82344
2796.10/2811.13	c #Conflicts:    3849000 | #Constraints:      83344
2796.10/2811.13	c #Conflicts:    3850000 | #Constraints:      84344
2796.10/2811.13	c #Conflicts:    3851000 | #Constraints:      85445
2796.10/2811.13	c #Conflicts:    3852000 | #Constraints:      86445
2796.10/2811.13	c INPROCESSING
2796.10/2811.13	c GARBAGE COLLECT
2796.10/2811.13	c #Conflicts:    3853000 | #Constraints:      48388
2796.10/2811.13	c #Conflicts:    3854000 | #Constraints:      49388
2796.10/2811.13	c #Conflicts:    3855000 | #Constraints:      50388
2796.10/2811.13	c #Conflicts:    3856000 | #Constraints:      51388
2796.10/2811.13	c #Conflicts:    3857000 | #Constraints:      52388
2796.10/2811.13	c #Conflicts:    3858000 | #Constraints:      53388
2796.10/2811.13	c #Conflicts:    3859000 | #Constraints:      54388
2796.10/2811.13	c #Conflicts:    3860000 | #Constraints:      55388
2796.10/2811.13	c #Conflicts:    3861000 | #Constraints:      56388
2796.10/2811.13	c #Conflicts:    3862000 | #Constraints:      57388
2796.10/2811.13	c #Conflicts:    3863000 | #Constraints:      58388
2796.10/2811.13	c #Conflicts:    3864000 | #Constraints:      59388
2796.10/2811.13	c #Conflicts:    3865000 | #Constraints:      60388
2796.10/2811.13	c #Conflicts:    3866000 | #Constraints:      61388
2796.10/2811.13	c #Conflicts:    3867000 | #Constraints:      62388
2796.10/2811.13	c #Conflicts:    3868000 | #Constraints:      63388
2796.10/2811.13	c #Conflicts:    3869000 | #Constraints:      64388
2796.10/2811.13	c #Conflicts:    3870000 | #Constraints:      65388
2796.10/2811.13	c #Conflicts:    3871000 | #Constraints:      66388
2796.10/2811.13	c #Conflicts:    3872000 | #Constraints:      67388
2796.10/2811.13	c #Conflicts:    3873000 | #Constraints:      68388
2796.10/2811.13	c #Conflicts:    3874000 | #Constraints:      69388
2796.10/2811.13	c #Conflicts:    3875000 | #Constraints:      70388
2796.10/2811.13	c #Conflicts:    3876000 | #Constraints:      71388
2796.10/2811.13	c #Conflicts:    3877000 | #Constraints:      72388
2796.10/2811.13	c #Conflicts:    3878000 | #Constraints:      73388
2796.10/2811.13	c #Conflicts:    3879000 | #Constraints:      74388
2796.10/2811.13	c #Conflicts:    3880000 | #Constraints:      75388
2796.10/2811.13	c #Conflicts:    3881000 | #Constraints:      76390
2796.10/2811.13	c #Conflicts:    3882000 | #Constraints:      77391
2796.10/2811.13	c #Conflicts:    3883000 | #Constraints:      78391
2796.10/2811.13	c #Conflicts:    3884000 | #Constraints:      79391
2796.10/2811.13	c #Conflicts:    3885000 | #Constraints:      80391
2796.10/2811.13	c #Conflicts:    3886000 | #Constraints:      81392
2796.10/2811.13	c #Conflicts:    3887000 | #Constraints:      82392
2796.10/2811.13	c #Conflicts:    3888000 | #Constraints:      83392
2796.10/2811.13	c #Conflicts:    3889000 | #Constraints:      84392
2796.10/2811.13	c #Conflicts:    3890000 | #Constraints:      85394
2796.10/2811.13	c #Conflicts:    3891000 | #Constraints:      86693
2796.10/2811.13	c INPROCESSING
2852.66/2868.03	c GARBAGE COLLECT
2852.66/2868.03	c #Conflicts:    3892000 | #Constraints:      48281
2852.66/2868.03	c #Conflicts:    3893000 | #Constraints:      49281
2852.66/2868.03	c #Conflicts:    3894000 | #Constraints:      50281
2852.66/2868.03	c #Conflicts:    3895000 | #Constraints:      51281
2852.66/2868.03	c #Conflicts:    3896000 | #Constraints:      52281
2852.66/2868.03	c #Conflicts:    3897000 | #Constraints:      53281
2852.66/2868.03	c #Conflicts:    3898000 | #Constraints:      54281
2852.66/2868.03	c #Conflicts:    3899000 | #Constraints:      55281
2852.66/2868.03	c #Conflicts:    3900000 | #Constraints:      56281
2852.66/2868.03	c #Conflicts:    3901000 | #Constraints:      57281
2852.66/2868.03	c #Conflicts:    3902000 | #Constraints:      58281
2852.66/2868.03	c #Conflicts:    3903000 | #Constraints:      59281
2852.66/2868.03	c #Conflicts:    3904000 | #Constraints:      60281
2852.66/2868.03	c #Conflicts:    3905000 | #Constraints:      61281
2852.66/2868.03	c #Conflicts:    3906000 | #Constraints:      62281
2852.66/2868.03	c #Conflicts:    3907000 | #Constraints:      63281
2852.66/2868.03	c #Conflicts:    3908000 | #Constraints:      64281
2852.66/2868.03	c #Conflicts:    3909000 | #Constraints:      65281
2852.66/2868.03	c #Conflicts:    3910000 | #Constraints:      66282
2852.66/2868.03	c #Conflicts:    3911000 | #Constraints:      67282
2852.66/2868.03	c #Conflicts:    3912000 | #Constraints:      68282
2852.66/2868.03	c #Conflicts:    3913000 | #Constraints:      69282
2852.66/2868.03	c #Conflicts:    3914000 | #Constraints:      70282
2852.66/2868.03	c #Conflicts:    3915000 | #Constraints:      71283
2852.66/2868.03	c #Conflicts:    3916000 | #Constraints:      72283
2852.66/2868.03	c #Conflicts:    3917000 | #Constraints:      73283
2852.66/2868.03	c #Conflicts:    3918000 | #Constraints:      74283
2852.66/2868.03	c #Conflicts:    3919000 | #Constraints:      75283
2852.66/2868.03	c #Conflicts:    3920000 | #Constraints:      76283
2852.66/2868.03	c #Conflicts:    3921000 | #Constraints:      77283
2852.66/2868.03	c #Conflicts:    3922000 | #Constraints:      78283
2852.66/2868.03	c #Conflicts:    3923000 | #Constraints:      79283
2852.66/2868.03	c #Conflicts:    3924000 | #Constraints:      80283
2852.66/2868.03	c #Conflicts:    3925000 | #Constraints:      81284
2852.66/2868.03	c #Conflicts:    3926000 | #Constraints:      82284
2852.66/2868.03	c #Conflicts:    3927000 | #Constraints:      83284
2852.66/2868.03	c #Conflicts:    3928000 | #Constraints:      84284
2852.66/2868.03	c #Conflicts:    3929000 | #Constraints:      85284
2852.66/2868.03	c #Conflicts:    3930000 | #Constraints:      86284
2852.66/2868.03	c #Conflicts:    3931000 | #Constraints:      87284
2852.66/2868.03	c INPROCESSING
2852.66/2868.03	c GARBAGE COLLECT
2852.66/2868.03	c #Conflicts:    3932000 | #Constraints:      48772
2852.66/2868.03	c #Conflicts:    3933000 | #Constraints:      49772
2852.66/2868.03	c #Conflicts:    3934000 | #Constraints:      50772
2852.66/2868.03	c #Conflicts:    3935000 | #Constraints:      51772
2852.66/2868.03	c #Conflicts:    3936000 | #Constraints:      52772
2852.66/2868.03	c #Conflicts:    3937000 | #Constraints:      53772
2852.66/2868.03	c #Conflicts:    3938000 | #Constraints:      54772
2852.66/2868.03	c #Conflicts:    3939000 | #Constraints:      55772
2852.66/2868.03	c #Conflicts:    3940000 | #Constraints:      56772
2852.66/2868.03	c #Conflicts:    3941000 | #Constraints:      57772
2852.66/2868.03	c #Conflicts:    3942000 | #Constraints:      58772
2852.66/2868.03	c #Conflicts:    3943000 | #Constraints:      59772
2852.66/2868.03	c #Conflicts:    3944000 | #Constraints:      60772
2852.66/2868.03	c #Conflicts:    3945000 | #Constraints:      61772
2852.66/2868.03	c #Conflicts:    3946000 | #Constraints:      62772
2852.66/2868.03	c #Conflicts:    3947000 | #Constraints:      63772
2852.66/2868.03	c #Conflicts:    3948000 | #Constraints:      64772
2852.66/2868.03	c #Conflicts:    3949000 | #Constraints:      65772
2852.66/2868.03	c #Conflicts:    3950000 | #Constraints:      66772
2852.66/2868.03	c #Conflicts:    3951000 | #Constraints:      67772
2852.66/2868.03	c #Conflicts:    3952000 | #Constraints:      68772
2852.66/2868.03	c #Conflicts:    3953000 | #Constraints:      69772
2852.66/2868.03	c #Conflicts:    3954000 | #Constraints:      70772
2852.66/2868.03	c #Conflicts:    3955000 | #Constraints:      71772
2852.66/2868.03	c #Conflicts:    3956000 | #Constraints:      72772
2852.66/2868.03	c #Conflicts:    3957000 | #Constraints:      73772
2852.66/2868.03	c #Conflicts:    3958000 | #Constraints:      74772
2852.66/2868.03	c #Conflicts:    3959000 | #Constraints:      75772
2852.66/2868.03	c #Conflicts:    3960000 | #Constraints:      76772
2852.66/2868.03	c #Conflicts:    3961000 | #Constraints:      77772
2852.66/2868.03	c #Conflicts:    3962000 | #Constraints:      78772
2852.66/2868.03	c #Conflicts:    3963000 | #Constraints:      79772
2852.66/2868.03	c #Conflicts:    3964000 | #Constraints:      80772
2852.66/2868.03	c #Conflicts:    3965000 | #Constraints:      81772
2852.66/2868.03	c #Conflicts:    3966000 | #Constraints:      82772
2852.66/2868.03	c #Conflicts:    3967000 | #Constraints:      83772
2852.66/2868.03	c #Conflicts:    3968000 | #Constraints:      84772
2852.66/2868.03	c #Conflicts:    3969000 | #Constraints:      85772
2855.34/2870.70	c #Conflicts:    3970000 | #Constraints:      86772
2855.34/2870.70	c #Conflicts:    3971000 | #Constraints:      87772
2855.34/2870.70	c INPROCESSING
2855.34/2870.70	c GARBAGE COLLECT
2855.34/2870.70	WSVECS04 Frhs2[6]: 6 0 0.0305643 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[23]: 6 0 0.416121 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[31]: 6 -0.999962 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[32]: 6 0 1.10508 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[74]: 6 -4.22145 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[76]: 6 -1.16736 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[80]: 6 -1.35 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[81]: 6 -1.09827 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[82]: 6 -1.0628 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[100]: 6 -3.0549 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[132]: 6 -1.39243 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[138]: 6 0 6.89977 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[152]: 6 -1.03916 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[154]: 6 -1.2668 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[190]: 6 -3.97142 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[330]: 6 0 6.69348 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[355]: 6 0 9.73565 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[388]: 6 -0.946425 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[389]: 6 -1.00244 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[406]: 6 0 0.875592 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[408]: 6 -0.998508 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[421]: 6 -0.00484129 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[437]: 6 0 16.0461 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[446]: 6 -4.39802 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[448]: 6 -0.999808 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[513]: 6 -2.49719 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[533]: 6 0 16.5173 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[536]: 6 -1.02527 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[538]: 6 -1.43776 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[541]: 6 -6.21636 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[543]: 6 -1.63151 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[544]: 6 -3.63086 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[546]: 6 -3.6855 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[548]: 6 0 0.0548423 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[577]: 6 -2.70867 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[579]: 6 -3.77956 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[586]: 6 0 7.56043 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[598]: 6 0 6.65991 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[602]: 6 -0.544715 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[603]: 6 -1.32688 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[604]: 6 -2.57723 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[607]: 6 -1.89295 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[608]: 6 -0.242116 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[609]: 6 -0.994071 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[611]: 6 0 9.46312 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[612]: 6 -1.73323 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[632]: 6 -2.38156 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[635]: 6 -0.530851 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[665]: 6 -1.03298 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[676]: 6 -0.993282 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[701]: 6 -6.13372 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[931]: 6 -1.51865 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[957]: 6 -0.954951 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1011]: 6 -2.02652 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1026]: 6 -1.59625 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1027]: 6 -1.24138 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1053]: 6 -7.45799 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1068]: 6 -1.99936 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1077]: 6 -1.03751 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1079]: 6 -1.0863 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1084]: 6 -2.96976 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1098]: 6 0 6.89062 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1107]: 6 0 3.49902 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1114]: 6 -1.85938 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1115]: 6 -2.46848 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1116]: 6 -0.933957 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1118]: 6 0 0.156757 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1120]: 6 -1.38957 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1121]: 6 -1.34969 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1122]: 6 -1.39145 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1151]: 6 -0.290436 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1152]: 6 -1.32895 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1155]: 6 -3.57566 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1161]: 6 -1.10207 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1177]: 6 0 0.675273 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1178]: 6 0 2.88142 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1187]: 6 -2.26682 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1212]: 6 -0.999843 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1217]: 6 -1.3135 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1241]: 6 -0.51522 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1245]: 6 -0.875058 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1248]: 6 -1.00915 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1274]: 6 -0.785369 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1281]: 6 -1.78408 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1287]: 6 -0.0418716 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1304]: 6 -0.73661 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1307]: 6 -1.42934 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1311]: 6 0 3.06207 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1318]: 6 -1.27269 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1331]: 6 -1.24775 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1338]: 6 -0.548399 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1346]: 6 -1.81815 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1369]: 6 0 1.0846 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1372]: 6 -1.20526 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1374]: 6 -2.00434 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1376]: 6 -1.49524 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1379]: 6 -1.26604 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1380]: 6 -1.77917 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1408]: 6 -0.7633 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1414]: 6 -0.427972 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1435]: 6 0 1.80508 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1440]: 6 0 0.320623 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1442]: 6 -0.886918 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1444]: 6 -3.69228 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1447]: 6 -0.113943 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1459]: 6 0 0.149589 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1466]: 6 -1.00424 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1472]: 6 -1.90595 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1477]: 6 -4.85405 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1478]: 6 0 3.98752 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1479]: 6 -5.46509 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1502]: 6 -0.043959 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1504]: 6 0 2.11927 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1507]: 6 -1.89348 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1510]: 6 -0.998362 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1511]: 6 -1.3159 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1524]: 6 -1.23308 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1526]: 6 -2.61239 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1538]: 6 -2.50356 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1555]: 6 -0.0339959 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1561]: 6 -4.33096 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1562]: 6 -1.83254 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1564]: 6 -1.47652 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1568]: 6 -0.938235 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1589]: 6 0 0.130604 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1591]: 6 0 0.613367 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1592]: 6 -2.94752 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1626]: 6 -1.2448 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1627]: 6 -1.73814 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1628]: 6 -4.88277 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1629]: 6 -4.62945 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1630]: 6 -3.51478 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1638]: 6 -1.71146 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1652]: 6 -1.36218 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1659]: 6 0 0.179367 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1660]: 6 0 0.371017 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1662]: 6 -3.86861 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1663]: 6 -1.04363 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1896]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1904]: 6 -1.00003 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1945]: 6 -5.75419 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1988]: 6 -1.00001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[1992]: 6 -1.31505 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2036]: 6 -1.25006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2046]: 6 -1.0001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2047]: 6 -1.00005 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2070]: 6 -1.25454 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2078]: 6 -2.33841 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2110]: 6 -0.110024 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2119]: 6 0 27.0432 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2128]: 6 -4.55466 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2140]: 6 0 4.18117 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2143]: 6 -1.00004 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2171]: 6 -1.00002 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2175]: 6 -1.00009 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2176]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2226]: 6 -10.9891 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2230]: 6 -1.51765 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2237]: 6 -1.07036 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2239]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2266]: 6 -1.00531 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2332]: 6 -14.1061 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2334]: 6 -10.26 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2361]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2366]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2369]: 6 -1.01538 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2371]: 6 -1.51541 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2426]: 6 -5.00003 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2428]: 6 -1.00004 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2430]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2431]: 6 -1.0001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2434]: 6 -1.00071 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2457]: 6 -1.00004 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2462]: 6 -1.29404 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2464]: 6 -1.00009 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2465]: 6 -1.00071 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2467]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2529]: 6 -0.970688 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2530]: 6 -1.12479 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2558]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2559]: 6 -1.25008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2560]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2561]: 6 -1.00005 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2564]: 6 -1.00005 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2565]: 6 -10.8445 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2568]: 6 -1.31313 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2620]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2624]: 6 -1.00004 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2625]: 6 -1.0001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2631]: 6 -1.36888 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2632]: 6 0 0.00415026 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2657]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2660]: 6 -1.25003 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2704]: 6 0 1.00006 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2707]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2713]: 6 -1.00003 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2718]: 6 -1.00004 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2748]: 6 -1.00528 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2751]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2760]: 6 -9.17981 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2761]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2763]: 6 -1.00003 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2765]: 6 -1.40711 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2800]: 6 -16.9017 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2804]: 6 -1.00002 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2808]: 6 -1.00003 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2809]: 6 -1.00002 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2812]: 6 -1.25008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2814]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2817]: 6 -0.164202 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2846]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2847]: 6 -1.00004 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2848]: 6 -1.00003 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2896]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2900]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2905]: 6 -1.0001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2910]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2936]: 6 -1.24839 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2938]: 6 -1.31182 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2943]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2944]: 6 -0.999943 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2949]: 6 -1.00001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[2951]: 6 -1.37722 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3006]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3011]: 6 -1.00043 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3013]: 6 -0.996936 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3031]: 6 -1.01477 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3033]: 6 -0.999543 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3041]: 6 -1.00019 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3043]: 6 -1.00002 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3046]: 6 -0.996908 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3049]: 6 -1.86211 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3050]: 6 -1.97159 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3065]: 6 0 0.019374 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3085]: 6 -1.00001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3088]: 6 -1.00523 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3092]: 6 -1.24095 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3136]: 6 -1.0001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3137]: 6 -1.00259 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3139]: 6 -1.00005 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3146]: 6 -5.00001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3192]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3194]: 6 -9.06842 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3196]: 6 -3.63666 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3198]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3220]: 6 0 0.0123034 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3225]: 6 -1.09667 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3228]: 6 -0.999797 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3229]: 6 -1.25007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3230]: 6 -1.31257 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3231]: 6 -1.00005 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3232]: 6 -1.25007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3233]: 6 -0.999624 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3235]: 6 -1.50005 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3240]: 6 -1.25543 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3242]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3244]: 6 -1.34051 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3248]: 6 -0.822753 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3268]: 6 0 0.0258975 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3280]: 6 -2.80378 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3284]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3285]: 6 -2.21506 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3288]: 6 -1.31255 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3323]: 6 -0.28971 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3324]: 6 -1.00009 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3325]: 6 -1.0001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3326]: 6 -1.00001 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3329]: 6 -0.874593 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3336]: 6 -7.00751 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3374]: 6 -9.33614 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3381]: 6 -2.88624 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3384]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3385]: 6 -1.00003 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3388]: 6 -1.00002 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3390]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3391]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3393]: 6 -0.999309 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3413]: 6 -1.44728 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3414]: 6 -0.837651 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3423]: 6 -0.998918 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3426]: 6 -1.8352 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3427]: 6 -0.997694 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3432]: 6 -1.31249 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3454]: 6 0 1.41773 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3470]: 6 -6.4674 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3471]: 6 -1.13808 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3474]: 6 -1.02533 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3475]: 6 -1.57879 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3478]: 6 -0.537952 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3480]: 6 -1.00009 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3482]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3484]: 6 -1.94251 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3491]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3493]: 6 -3.57465 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3508]: 6 0 0.40107 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3511]: 6 -0.594745 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3518]: 6 -0.235969 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3519]: 6 -1.00005 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3520]: 6 -0.999726 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3521]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3523]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3526]: 6 0 3.23237 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3528]: 6 -1.04294 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3530]: 6 -1.24731 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3569]: 6 -6.5503 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3571]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3575]: 6 -1.00002 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3578]: 6 -1.00002 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3579]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3582]: 6 -1.00006 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3583]: 6 -1.00004 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3615]: 6 -0.999602 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3618]: 6 -2.22959 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3622]: 6 0 0.623933 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3624]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3626]: 6 -0.557538 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3674]: 6 -6.27321 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3677]: 6 -1.00008 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3680]: 6 -1.00009 0 shouldn't be
2855.34/2870.70	WSVECS04 Frhs2[3681]: 6 -3.21439 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3683]: 6 -0.999998 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3685]: 6 -0.999448 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3706]: 6 -1.04932 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3712]: 6 -1.00009 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3718]: 6 -0.999555 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3719]: 6 -1.37943 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3722]: 6 -1.68719 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3755]: 6 -1.99441 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3758]: 6 0 0.342257 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3760]: 6 -1.00008 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3761]: 6 -1.00006 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3764]: 6 -0.44643 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3774]: 6 -1.00003 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3775]: 6 -1.00004 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3781]: 6 -2.28531 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3803]: 6 -1.2644 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3804]: 6 -1.66711 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3805]: 6 -1.14629 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3806]: 6 -0.706537 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3807]: 6 -1.7502 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3808]: 6 -1.00005 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3814]: 6 -1.00004 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3818]: 6 -4.05307 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3830]: 6 0 0.512486 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3854]: 6 -18.4364 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3860]: 6 -0.961614 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3862]: 6 -1.96253 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3864]: 6 -1.00003 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3868]: 6 -2.17427 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3869]: 6 -1.00001 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3872]: 6 -1.00007 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3874]: 6 -1.05587 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3876]: 6 -2.41951 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3892]: 6 -1.25006 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3901]: 6 -1.00004 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3905]: 6 -3.69249 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3907]: 6 0 1.12315 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3908]: 6 -0.408191 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3909]: 6 -1.00004 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3912]: 6 -3.63684 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3914]: 6 0 5.12434 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3915]: 6 0 0.291535 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3953]: 6 -1.00002 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3956]: 6 -1.07278 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3960]: 6 -1.00003 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3961]: 6 -1.00006 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[3964]: 6 -1.25007 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[4049]: 6 0 1.26166 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[4060]: 6 -1.00131 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[4086]: 6 -1.0001 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[4087]: 6 -1.00009 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[4088]: 6 -1.00003 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[4089]: 6 -1.00002 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[4090]: 6 -1.0001 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[4091]: 6 -1.00007 0 shouldn't be
2855.34/2870.71	WSVECS04 Frhs2[4092]: 6 -1.00004 0 shouldn't be
2922.33/2938.00	c #Conflicts:    3972000 | #Constraints:      49093
2922.33/2938.00	c #Conflicts:    3973000 | #Constraints:      50093
2922.33/2938.00	c #Conflicts:    3974000 | #Constraints:      51093
2922.33/2938.00	c #Conflicts:    3975000 | #Constraints:      52093
2922.33/2938.00	c #Conflicts:    3976000 | #Constraints:      53093
2922.33/2938.00	c #Conflicts:    3977000 | #Constraints:      54093
2922.33/2938.00	c #Conflicts:    3978000 | #Constraints:      55093
2922.33/2938.00	c #Conflicts:    3979000 | #Constraints:      56093
2922.33/2938.00	c #Conflicts:    3980000 | #Constraints:      57093
2922.33/2938.00	c #Conflicts:    3981000 | #Constraints:      58093
2922.33/2938.00	c #Conflicts:    3982000 | #Constraints:      59093
2922.33/2938.00	c #Conflicts:    3983000 | #Constraints:      60093
2922.33/2938.00	c #Conflicts:    3984000 | #Constraints:      61093
2922.33/2938.00	c #Conflicts:    3985000 | #Constraints:      62093
2922.33/2938.00	c #Conflicts:    3986000 | #Constraints:      63093
2922.33/2938.00	c #Conflicts:    3987000 | #Constraints:      64093
2922.33/2938.00	c #Conflicts:    3988000 | #Constraints:      65093
2922.33/2938.00	c #Conflicts:    3989000 | #Constraints:      66093
2922.33/2938.00	c #Conflicts:    3990000 | #Constraints:      67093
2922.33/2938.00	c #Conflicts:    3991000 | #Constraints:      68093
2922.33/2938.00	c #Conflicts:    3992000 | #Constraints:      69093
2922.33/2938.00	c #Conflicts:    3993000 | #Constraints:      70093
2922.33/2938.00	c #Conflicts:    3994000 | #Constraints:      71093
2922.33/2938.00	c #Conflicts:    3995000 | #Constraints:      72093
2922.33/2938.00	c #Conflicts:    3996000 | #Constraints:      73094
2922.33/2938.00	c #Conflicts:    3997000 | #Constraints:      74094
2922.33/2938.00	c #Conflicts:    3998000 | #Constraints:      75094
2922.33/2938.00	c #Conflicts:    3999000 | #Constraints:      76094
2922.33/2938.00	c #Conflicts:    4000000 | #Constraints:      77094
2922.33/2938.00	c #Conflicts:    4001000 | #Constraints:      78094
2922.33/2938.00	c #Conflicts:    4002000 | #Constraints:      79094
2922.33/2938.00	c #Conflicts:    4003000 | #Constraints:      80094
2922.33/2938.00	c #Conflicts:    4004000 | #Constraints:      81094
2922.33/2938.00	c #Conflicts:    4005000 | #Constraints:      82094
2922.33/2938.00	c #Conflicts:    4006000 | #Constraints:      83094
2922.33/2938.00	c #Conflicts:    4007000 | #Constraints:      84094
2922.33/2938.00	c #Conflicts:    4008000 | #Constraints:      85094
2922.33/2938.00	c #Conflicts:    4009000 | #Constraints:      86094
2922.33/2938.00	c #Conflicts:    4010000 | #Constraints:      87094
2922.33/2938.00	c #Conflicts:    4011000 | #Constraints:      88094
2922.33/2938.00	c INPROCESSING
2922.33/2938.00	c GARBAGE COLLECT
2922.33/2938.00	c #Conflicts:    4012000 | #Constraints:      49287
2922.33/2938.00	c #Conflicts:    4013000 | #Constraints:      50287
2922.33/2938.00	c #Conflicts:    4014000 | #Constraints:      51288
2922.33/2938.00	c #Conflicts:    4015000 | #Constraints:      52288
2922.33/2938.00	c #Conflicts:    4016000 | #Constraints:      53288
2922.33/2938.00	c #Conflicts:    4017000 | #Constraints:      54288
2922.33/2938.00	c #Conflicts:    4018000 | #Constraints:      55288
2922.33/2938.00	c #Conflicts:    4019000 | #Constraints:      56288
2922.33/2938.00	c #Conflicts:    4020000 | #Constraints:      57288
2922.33/2938.00	c #Conflicts:    4021000 | #Constraints:      58288
2922.33/2938.00	c #Conflicts:    4022000 | #Constraints:      59454
2922.33/2938.00	c #Conflicts:    4023000 | #Constraints:      60961
2922.33/2938.00	c #Conflicts:    4024000 | #Constraints:      62310
2922.33/2938.00	c #Conflicts:    4025000 | #Constraints:      63310
2922.33/2938.00	c #Conflicts:    4026000 | #Constraints:      64310
2922.33/2938.00	c #Conflicts:    4027000 | #Constraints:      65310
2922.33/2938.00	c #Conflicts:    4028000 | #Constraints:      66310
2922.33/2938.00	c #Conflicts:    4029000 | #Constraints:      67310
2922.33/2938.00	c #Conflicts:    4030000 | #Constraints:      68310
2922.33/2938.00	c #Conflicts:    4031000 | #Constraints:      69310
2922.33/2938.00	c #Conflicts:    4032000 | #Constraints:      70310
2922.33/2938.00	c #Conflicts:    4033000 | #Constraints:      71310
2922.33/2938.00	c #Conflicts:    4034000 | #Constraints:      72310
2922.33/2938.00	c #Conflicts:    4035000 | #Constraints:      73310
2922.33/2938.00	c #Conflicts:    4036000 | #Constraints:      74310
2922.33/2938.00	c #Conflicts:    4037000 | #Constraints:      75310
2922.33/2938.00	c #Conflicts:    4038000 | #Constraints:      76310
2922.33/2938.00	c #Conflicts:    4039000 | #Constraints:      77310
2922.33/2938.00	c #Conflicts:    4040000 | #Constraints:      78310
2922.33/2938.00	c #Conflicts:    4041000 | #Constraints:      79310
2922.33/2938.00	c #Conflicts:    4042000 | #Constraints:      80310
2922.33/2938.00	c #Conflicts:    4043000 | #Constraints:      81310
2922.33/2938.00	c #Conflicts:    4044000 | #Constraints:      82310
2922.33/2938.00	c #Conflicts:    4045000 | #Constraints:      83310
2922.33/2938.00	c #Conflicts:    4046000 | #Constraints:      84310
2922.33/2938.00	c #Conflicts:    4047000 | #Constraints:      85310
2922.33/2938.00	c #Conflicts:    4048000 | #Constraints:      86310
2922.33/2938.00	c #Conflicts:    4049000 | #Constraints:      87310
2922.33/2938.00	c #Conflicts:    4050000 | #Constraints:      88310
3027.06/3043.25	c #Conflicts:    4051000 | #Constraints:      89310
3027.06/3043.25	c INPROCESSING
3027.06/3043.25	c GARBAGE COLLECT
3027.06/3043.25	c #Conflicts:    4052000 | #Constraints:      49783
3027.06/3043.25	c #Conflicts:    4053000 | #Constraints:      50783
3027.06/3043.25	c #Conflicts:    4054000 | #Constraints:      51783
3027.06/3043.25	c #Conflicts:    4055000 | #Constraints:      52783
3027.06/3043.25	c #Conflicts:    4056000 | #Constraints:      53783
3027.06/3043.25	c #Conflicts:    4057000 | #Constraints:      54783
3027.06/3043.25	c #Conflicts:    4058000 | #Constraints:      55783
3027.06/3043.25	c #Conflicts:    4059000 | #Constraints:      56783
3027.06/3043.25	c #Conflicts:    4060000 | #Constraints:      57783
3027.06/3043.25	c #Conflicts:    4061000 | #Constraints:      58783
3027.06/3043.25	c #Conflicts:    4062000 | #Constraints:      59783
3027.06/3043.25	c #Conflicts:    4063000 | #Constraints:      60783
3027.06/3043.25	c #Conflicts:    4064000 | #Constraints:      61783
3027.06/3043.25	c #Conflicts:    4065000 | #Constraints:      62783
3027.06/3043.25	c #Conflicts:    4066000 | #Constraints:      63783
3027.06/3043.25	c #Conflicts:    4067000 | #Constraints:      64783
3027.06/3043.25	c #Conflicts:    4068000 | #Constraints:      65783
3027.06/3043.25	c #Conflicts:    4069000 | #Constraints:      66783
3027.06/3043.25	c #Conflicts:    4070000 | #Constraints:      67783
3027.06/3043.25	c #Conflicts:    4071000 | #Constraints:      68783
3027.06/3043.25	c #Conflicts:    4072000 | #Constraints:      69783
3027.06/3043.25	c #Conflicts:    4073000 | #Constraints:      70783
3027.06/3043.25	c #Conflicts:    4074000 | #Constraints:      71783
3027.06/3043.25	c #Conflicts:    4075000 | #Constraints:      72784
3027.06/3043.25	c #Conflicts:    4076000 | #Constraints:      73784
3027.06/3043.25	c #Conflicts:    4077000 | #Constraints:      74784
3027.06/3043.25	c #Conflicts:    4078000 | #Constraints:      75784
3027.06/3043.25	c #Conflicts:    4079000 | #Constraints:      76784
3027.06/3043.25	c #Conflicts:    4080000 | #Constraints:      77784
3027.06/3043.25	c #Conflicts:    4081000 | #Constraints:      78784
3027.06/3043.25	c #Conflicts:    4082000 | #Constraints:      79784
3027.06/3043.25	c #Conflicts:    4083000 | #Constraints:      80784
3027.06/3043.25	c #Conflicts:    4084000 | #Constraints:      81784
3027.06/3043.25	c #Conflicts:    4085000 | #Constraints:      82784
3027.06/3043.25	c #Conflicts:    4086000 | #Constraints:      84060
3027.06/3043.25	c #Conflicts:    4087000 | #Constraints:      85556
3027.06/3043.25	c #Conflicts:    4088000 | #Constraints:      87055
3027.06/3043.25	c #Conflicts:    4089000 | #Constraints:      88542
3027.06/3043.25	c #Conflicts:    4090000 | #Constraints:      90045
3027.06/3043.25	c #Conflicts:    4091000 | #Constraints:      91571
3027.06/3043.25	c INPROCESSING
3027.06/3043.25	c GARBAGE COLLECT
3027.06/3043.25	c #Conflicts:    4092000 | #Constraints:      50877
3027.06/3043.25	c #Conflicts:    4093000 | #Constraints:      51877
3027.06/3043.25	c #Conflicts:    4094000 | #Constraints:      52877
3027.06/3043.25	c #Conflicts:    4095000 | #Constraints:      53877
3027.06/3043.25	c #Conflicts:    4096000 | #Constraints:      54877
3027.06/3043.25	c #Conflicts:    4097000 | #Constraints:      55877
3027.06/3043.25	c #Conflicts:    4098000 | #Constraints:      56877
3027.06/3043.25	c #Conflicts:    4099000 | #Constraints:      57877
3027.06/3043.25	c #Conflicts:    4100000 | #Constraints:      58877
3027.06/3043.25	c #Conflicts:    4101000 | #Constraints:      59877
3027.06/3043.25	c #Conflicts:    4102000 | #Constraints:      60877
3027.06/3043.25	c #Conflicts:    4103000 | #Constraints:      61877
3027.06/3043.25	c #Conflicts:    4104000 | #Constraints:      62877
3027.06/3043.25	c #Conflicts:    4105000 | #Constraints:      63877
3027.06/3043.25	c #Conflicts:    4106000 | #Constraints:      64877
3027.06/3043.25	c #Conflicts:    4107000 | #Constraints:      65877
3027.06/3043.25	c #Conflicts:    4108000 | #Constraints:      66877
3027.06/3043.25	c #Conflicts:    4109000 | #Constraints:      67877
3027.06/3043.25	c #Conflicts:    4110000 | #Constraints:      68877
3027.06/3043.25	c #Conflicts:    4111000 | #Constraints:      69877
3027.06/3043.25	c #Conflicts:    4112000 | #Constraints:      70877
3027.06/3043.25	c #Conflicts:    4113000 | #Constraints:      71877
3027.06/3043.25	c #Conflicts:    4114000 | #Constraints:      72877
3027.06/3043.25	c #Conflicts:    4115000 | #Constraints:      73877
3027.06/3043.25	c #Conflicts:    4116000 | #Constraints:      74877
3027.06/3043.25	c #Conflicts:    4117000 | #Constraints:      75877
3027.06/3043.25	c #Conflicts:    4118000 | #Constraints:      76877
3027.06/3043.25	c #Conflicts:    4119000 | #Constraints:      77877
3027.06/3043.25	c #Conflicts:    4120000 | #Constraints:      78877
3027.06/3043.25	c #Conflicts:    4121000 | #Constraints:      79877
3027.06/3043.25	c #Conflicts:    4122000 | #Constraints:      80877
3027.06/3043.25	c #Conflicts:    4123000 | #Constraints:      81877
3027.06/3043.25	c #Conflicts:    4124000 | #Constraints:      82877
3027.06/3043.25	c #Conflicts:    4125000 | #Constraints:      83877
3027.06/3043.25	c #Conflicts:    4126000 | #Constraints:      84877
3027.06/3043.25	c #Conflicts:    4127000 | #Constraints:      85877
3088.34/3104.82	c #Conflicts:    4128000 | #Constraints:      86877
3088.34/3104.82	c #Conflicts:    4129000 | #Constraints:      87877
3088.34/3104.82	c #Conflicts:    4130000 | #Constraints:      88877
3088.34/3104.82	c #Conflicts:    4131000 | #Constraints:      89877
3088.34/3104.82	c #Conflicts:    4132000 | #Constraints:      90877
3088.34/3104.82	c INPROCESSING
3088.34/3104.82	c GARBAGE COLLECT
3088.34/3104.82	c #Conflicts:    4133000 | #Constraints:      50566
3088.34/3104.82	c #Conflicts:    4134000 | #Constraints:      51566
3088.34/3104.82	c #Conflicts:    4135000 | #Constraints:      52566
3088.34/3104.82	c #Conflicts:    4136000 | #Constraints:      53566
3088.34/3104.82	c #Conflicts:    4137000 | #Constraints:      54566
3088.34/3104.82	c #Conflicts:    4138000 | #Constraints:      55566
3088.34/3104.82	c #Conflicts:    4139000 | #Constraints:      56566
3088.34/3104.82	c #Conflicts:    4140000 | #Constraints:      57566
3088.34/3104.82	c #Conflicts:    4141000 | #Constraints:      58566
3088.34/3104.82	c #Conflicts:    4142000 | #Constraints:      59566
3088.34/3104.82	c #Conflicts:    4143000 | #Constraints:      60566
3088.34/3104.82	c #Conflicts:    4144000 | #Constraints:      61566
3088.34/3104.82	c #Conflicts:    4145000 | #Constraints:      62566
3088.34/3104.82	c #Conflicts:    4146000 | #Constraints:      63566
3088.34/3104.82	c #Conflicts:    4147000 | #Constraints:      64566
3088.34/3104.82	c #Conflicts:    4148000 | #Constraints:      65566
3088.34/3104.82	c #Conflicts:    4149000 | #Constraints:      66566
3088.34/3104.82	c #Conflicts:    4150000 | #Constraints:      67566
3088.34/3104.82	c #Conflicts:    4151000 | #Constraints:      68566
3088.34/3104.82	c #Conflicts:    4152000 | #Constraints:      69566
3088.34/3104.82	c #Conflicts:    4153000 | #Constraints:      70566
3088.34/3104.82	c #Conflicts:    4154000 | #Constraints:      71566
3088.34/3104.82	c #Conflicts:    4155000 | #Constraints:      72566
3088.34/3104.82	c #Conflicts:    4156000 | #Constraints:      73566
3088.34/3104.82	c #Conflicts:    4157000 | #Constraints:      74566
3088.34/3104.82	c #Conflicts:    4158000 | #Constraints:      75566
3088.34/3104.82	c #Conflicts:    4159000 | #Constraints:      76566
3088.34/3104.82	c #Conflicts:    4160000 | #Constraints:      77566
3088.34/3104.82	c #Conflicts:    4161000 | #Constraints:      78566
3088.34/3104.82	c #Conflicts:    4162000 | #Constraints:      79566
3088.34/3104.82	c #Conflicts:    4163000 | #Constraints:      80566
3088.34/3104.82	c #Conflicts:    4164000 | #Constraints:      81566
3088.34/3104.82	c #Conflicts:    4165000 | #Constraints:      82566
3088.34/3104.82	c #Conflicts:    4166000 | #Constraints:      83566
3088.34/3104.82	c #Conflicts:    4167000 | #Constraints:      84566
3088.34/3104.82	c #Conflicts:    4168000 | #Constraints:      85566
3088.34/3104.82	c #Conflicts:    4169000 | #Constraints:      86566
3088.34/3104.82	c #Conflicts:    4170000 | #Constraints:      87566
3088.34/3104.82	c #Conflicts:    4171000 | #Constraints:      88566
3088.34/3104.82	c #Conflicts:    4172000 | #Constraints:      89566
3088.34/3104.82	c #Conflicts:    4173000 | #Constraints:      90566
3088.34/3104.82	c INPROCESSING
3088.34/3104.82	c GARBAGE COLLECT
3088.34/3104.82	c #Conflicts:    4174000 | #Constraints:      50518
3088.34/3104.82	c #Conflicts:    4175000 | #Constraints:      51518
3088.34/3104.82	c #Conflicts:    4176000 | #Constraints:      52518
3088.34/3104.82	c #Conflicts:    4177000 | #Constraints:      53518
3088.34/3104.82	c #Conflicts:    4178000 | #Constraints:      54518
3088.34/3104.82	c #Conflicts:    4179000 | #Constraints:      55518
3088.34/3104.82	c #Conflicts:    4180000 | #Constraints:      56518
3088.34/3104.82	c #Conflicts:    4181000 | #Constraints:      57518
3088.34/3104.82	c #Conflicts:    4182000 | #Constraints:      58518
3088.34/3104.82	c #Conflicts:    4183000 | #Constraints:      59518
3088.34/3104.82	c #Conflicts:    4184000 | #Constraints:      60518
3088.34/3104.82	c #Conflicts:    4185000 | #Constraints:      61518
3088.34/3104.82	c #Conflicts:    4186000 | #Constraints:      62518
3088.34/3104.82	c #Conflicts:    4187000 | #Constraints:      63518
3088.34/3104.82	c #Conflicts:    4188000 | #Constraints:      64518
3088.34/3104.82	c #Conflicts:    4189000 | #Constraints:      65518
3088.34/3104.82	c #Conflicts:    4190000 | #Constraints:      66518
3088.34/3104.82	c #Conflicts:    4191000 | #Constraints:      67518
3088.34/3104.82	c #Conflicts:    4192000 | #Constraints:      68518
3088.34/3104.82	c #Conflicts:    4193000 | #Constraints:      69518
3088.34/3104.82	c #Conflicts:    4194000 | #Constraints:      70518
3088.34/3104.82	c #Conflicts:    4195000 | #Constraints:      71518
3088.34/3104.82	c #Conflicts:    4196000 | #Constraints:      72518
3088.34/3104.82	c #Conflicts:    4197000 | #Constraints:      73518
3088.34/3104.82	c #Conflicts:    4198000 | #Constraints:      74518
3088.34/3104.82	c #Conflicts:    4199000 | #Constraints:      75518
3088.34/3104.82	c #Conflicts:    4200000 | #Constraints:      76518
3088.34/3104.82	c #Conflicts:    4201000 | #Constraints:      77518
3088.34/3104.82	c #Conflicts:    4202000 | #Constraints:      78518
3088.34/3104.82	c #Conflicts:    4203000 | #Constraints:      79518
3088.34/3104.82	c #Conflicts:    4204000 | #Constraints:      80518
3088.34/3104.82	c #Conflicts:    4205000 | #Constraints:      81518
3139.06/3155.87	c #Conflicts:    4206000 | #Constraints:      82518
3139.06/3155.87	c #Conflicts:    4207000 | #Constraints:      83518
3139.06/3155.87	c #Conflicts:    4208000 | #Constraints:      84518
3139.06/3155.87	c #Conflicts:    4209000 | #Constraints:      85518
3139.06/3155.87	c #Conflicts:    4210000 | #Constraints:      86518
3139.06/3155.87	c #Conflicts:    4211000 | #Constraints:      87518
3139.06/3155.87	c #Conflicts:    4212000 | #Constraints:      88518
3139.06/3155.87	c #Conflicts:    4213000 | #Constraints:      89518
3139.06/3155.87	c #Conflicts:    4214000 | #Constraints:      90518
3139.06/3155.87	c INPROCESSING
3139.06/3155.87	c GARBAGE COLLECT
3139.06/3155.87	c #Conflicts:    4215000 | #Constraints:      50522
3139.06/3155.87	c #Conflicts:    4216000 | #Constraints:      51522
3139.06/3155.87	c #Conflicts:    4217000 | #Constraints:      52522
3139.06/3155.87	c #Conflicts:    4218000 | #Constraints:      53522
3139.06/3155.87	c #Conflicts:    4219000 | #Constraints:      54522
3139.06/3155.87	c #Conflicts:    4220000 | #Constraints:      55522
3139.06/3155.87	c #Conflicts:    4221000 | #Constraints:      56522
3139.06/3155.87	c #Conflicts:    4222000 | #Constraints:      57522
3139.06/3155.87	c #Conflicts:    4223000 | #Constraints:      58522
3139.06/3155.87	c #Conflicts:    4224000 | #Constraints:      59522
3139.06/3155.87	c #Conflicts:    4225000 | #Constraints:      60522
3139.06/3155.87	c #Conflicts:    4226000 | #Constraints:      61522
3139.06/3155.87	c #Conflicts:    4227000 | #Constraints:      62522
3139.06/3155.87	c #Conflicts:    4228000 | #Constraints:      63522
3139.06/3155.87	c #Conflicts:    4229000 | #Constraints:      64522
3139.06/3155.87	c #Conflicts:    4230000 | #Constraints:      65522
3139.06/3155.87	c #Conflicts:    4231000 | #Constraints:      66522
3139.06/3155.87	c #Conflicts:    4232000 | #Constraints:      67522
3139.06/3155.87	c #Conflicts:    4233000 | #Constraints:      68522
3139.06/3155.87	c #Conflicts:    4234000 | #Constraints:      69522
3139.06/3155.87	c #Conflicts:    4235000 | #Constraints:      70522
3139.06/3155.87	c #Conflicts:    4236000 | #Constraints:      71522
3139.06/3155.87	c #Conflicts:    4237000 | #Constraints:      72522
3139.06/3155.87	c #Conflicts:    4238000 | #Constraints:      73522
3139.06/3155.87	c #Conflicts:    4239000 | #Constraints:      74522
3139.06/3155.87	c #Conflicts:    4240000 | #Constraints:      75523
3139.06/3155.87	c #Conflicts:    4241000 | #Constraints:      76523
3139.06/3155.87	c #Conflicts:    4242000 | #Constraints:      77523
3139.06/3155.87	c #Conflicts:    4243000 | #Constraints:      78523
3139.06/3155.87	c #Conflicts:    4244000 | #Constraints:      79523
3139.06/3155.87	c #Conflicts:    4245000 | #Constraints:      80523
3139.06/3155.87	c #Conflicts:    4246000 | #Constraints:      81523
3139.06/3155.87	c #Conflicts:    4247000 | #Constraints:      82523
3139.06/3155.87	c #Conflicts:    4248000 | #Constraints:      83523
3139.06/3155.87	c #Conflicts:    4249000 | #Constraints:      84523
3139.06/3155.87	c #Conflicts:    4250000 | #Constraints:      85523
3139.06/3155.87	c #Conflicts:    4251000 | #Constraints:      86524
3139.06/3155.87	c #Conflicts:    4252000 | #Constraints:      87524
3139.06/3155.87	c #Conflicts:    4253000 | #Constraints:      88524
3139.06/3155.87	c #Conflicts:    4254000 | #Constraints:      89524
3139.06/3155.87	c #Conflicts:    4255000 | #Constraints:      90524
3139.06/3155.87	c INPROCESSING
3139.06/3155.87	c GARBAGE COLLECT
3139.06/3155.87	c #Conflicts:    4256000 | #Constraints:      50402
3139.06/3155.87	c #Conflicts:    4257000 | #Constraints:      51402
3139.06/3155.87	c #Conflicts:    4258000 | #Constraints:      52402
3139.06/3155.87	c #Conflicts:    4259000 | #Constraints:      53402
3139.06/3155.87	c #Conflicts:    4260000 | #Constraints:      54403
3139.06/3155.87	c #Conflicts:    4261000 | #Constraints:      55432
3139.06/3155.87	c #Conflicts:    4262000 | #Constraints:      56432
3139.06/3155.87	c #Conflicts:    4263000 | #Constraints:      57432
3139.06/3155.87	c #Conflicts:    4264000 | #Constraints:      58432
3139.06/3155.87	c #Conflicts:    4265000 | #Constraints:      59432
3139.06/3155.87	c #Conflicts:    4266000 | #Constraints:      60432
3139.06/3155.87	c #Conflicts:    4267000 | #Constraints:      61432
3139.06/3155.87	c #Conflicts:    4268000 | #Constraints:      62432
3139.06/3155.87	c #Conflicts:    4269000 | #Constraints:      63432
3139.06/3155.87	c #Conflicts:    4270000 | #Constraints:      64432
3139.06/3155.87	c #Conflicts:    4271000 | #Constraints:      65432
3139.06/3155.87	c #Conflicts:    4272000 | #Constraints:      66432
3139.06/3155.87	c #Conflicts:    4273000 | #Constraints:      67432
3139.06/3155.87	c #Conflicts:    4274000 | #Constraints:      68432
3139.06/3155.87	c #Conflicts:    4275000 | #Constraints:      69432
3139.06/3155.87	c #Conflicts:    4276000 | #Constraints:      70432
3139.06/3155.87	c #Conflicts:    4277000 | #Constraints:      71432
3139.06/3155.87	c #Conflicts:    4278000 | #Constraints:      72432
3139.06/3155.87	c #Conflicts:    4279000 | #Constraints:      73432
3139.06/3155.87	c #Conflicts:    4280000 | #Constraints:      74432
3139.06/3155.87	c #Conflicts:    4281000 | #Constraints:      75432
3139.06/3155.87	c #Conflicts:    4282000 | #Constraints:      76432
3152.55/3169.43	c #Conflicts:    4283000 | #Constraints:      77432
3152.55/3169.43	c #Conflicts:    4284000 | #Constraints:      78432
3152.55/3169.43	c #Conflicts:    4285000 | #Constraints:      79432
3152.55/3169.43	c #Conflicts:    4286000 | #Constraints:      80433
3152.55/3169.43	c #Conflicts:    4287000 | #Constraints:      81433
3152.55/3169.43	c #Conflicts:    4288000 | #Constraints:      82433
3152.55/3169.43	c #Conflicts:    4289000 | #Constraints:      83433
3152.55/3169.43	c #Conflicts:    4290000 | #Constraints:      84433
3152.55/3169.43	c #Conflicts:    4291000 | #Constraints:      85433
3152.55/3169.43	c #Conflicts:    4292000 | #Constraints:      86433
3152.55/3169.43	c #Conflicts:    4293000 | #Constraints:      87433
3152.55/3169.43	c #Conflicts:    4294000 | #Constraints:      88433
3152.55/3169.43	c #Conflicts:    4295000 | #Constraints:      89433
3152.55/3169.43	c #Conflicts:    4296000 | #Constraints:      90433
3152.55/3169.43	c INPROCESSING
3152.55/3169.43	c GARBAGE COLLECT
3152.55/3169.43	WSVECS04 Frhs2[1]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[8]: 6 -0.990526 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[11]: 6 0 0.244498 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[19]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[27]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[29]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[31]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[44]: 6 0 0.333095 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[48]: 6 -2.09875 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[57]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[63]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[66]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[74]: 6 -2.35647 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[75]: 6 -2.23978 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[82]: 6 0 1.33207 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[85]: 6 -2.25008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[86]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[89]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[97]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[110]: 6 0 0.312997 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[137]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[138]: 6 0 0.33595 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[184]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[192]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[221]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[233]: 6 -0.98096 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[259]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[263]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[264]: 6 -0.990496 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[265]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[279]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[283]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[296]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[319]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[322]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[341]: 6 0 0.250027 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[348]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[389]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[395]: 6 -2.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[401]: 6 0 1.48444 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[420]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[421]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[424]: 6 -0.990471 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[425]: 6 -0.980933 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[435]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[436]: 6 -1.50001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[437]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[439]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[441]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[445]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[458]: 6 -1.1451 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[479]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[482]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[490]: 6 -2.33601 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[508]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[517]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[518]: 6 -0.999935 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[533]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[535]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[536]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[543]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[551]: 6 -0.99997 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[559]: 6 0 0.150947 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[582]: 6 -0.99987 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[603]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[604]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[605]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[631]: 6 -1.50006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[650]: 6 -1.25006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[664]: 6 -2.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[673]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[675]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[676]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[697]: 6 -1.25006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[987]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[994]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1026]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1032]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1033]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1047]: 6 -0.500037 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1051]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1054]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1057]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1059]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1064]: 6 -1.31064 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1065]: 6 -1.25004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1068]: 6 0 1.36337 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1071]: 6 -2.39699 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1072]: 6 -1.32078 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1073]: 6 -2.09653 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1078]: 6 -0.937517 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1079]: 6 -0.375085 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1080]: 6 -0.750096 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1094]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1095]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1098]: 6 -1.31254 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1112]: 6 0 0.88286 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1117]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1127]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1131]: 6 0 2.2435 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1134]: 6 -2.35094 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1137]: 6 -0.563864 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1140]: 6 0 8.70834 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1142]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1144]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1145]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1147]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1148]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1149]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1156]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1162]: 6 -1.31259 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1163]: 6 -1.32815 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1166]: 6 0 0.597991 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1171]: 6 -1.25009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1177]: 6 -1.25002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1181]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1182]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1188]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1202]: 6 0 0.312531 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1210]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1213]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1216]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1219]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1227]: 6 -1.25009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1239]: 6 -2.50002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1240]: 6 -3.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1262]: 6 0 0.640683 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1263]: 6 -0.932772 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1264]: 6 -1.56258 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1266]: 6 -2.50003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1273]: 6 -17.0626 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1278]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1289]: 6 -1.25008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1298]: 6 -10.625 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1307]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1319]: 6 -1.34376 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1331]: 6 -1.1563 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1332]: 6 -0.984425 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1343]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1352]: 6 -1.2305 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1362]: 6 -1.33601 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1372]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1377]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1382]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1385]: 6 -0.500075 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1386]: 6 -2.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1400]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1412]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1414]: 6 0 0.0876574 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1415]: 6 -1.25001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1417]: 6 -1.1667 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1423]: 6 -2.33308 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1431]: 6 -1.3126 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1435]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1436]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1437]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1440]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1446]: 6 -1.41653 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1447]: 6 -1.33304 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1451]: 6 -3.74898 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1452]: 6 -0.987068 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1461]: 6 -1.25005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1463]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1465]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1466]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1468]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1472]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1474]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1479]: 6 -1.33353 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1481]: 6 -1.33404 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1483]: 6 -2.21308 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1485]: 6 -2.02416 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1486]: 6 -0.980511 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1487]: 6 -0.7969 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1495]: 6 -1.5001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1496]: 6 -2.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1498]: 6 -1.50008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1500]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1510]: 6 -1.32232 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1512]: 6 -1.2891 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1513]: 6 -1.25003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1515]: 6 -0.979269 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1516]: 6 -0.916578 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1517]: 6 -1.16708 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1519]: 6 -2.59771 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1522]: 6 -1.66025 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1526]: 6 -0.625035 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1530]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1537]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1543]: 6 -0.500077 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1544]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1545]: 6 -0.285245 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1546]: 6 0 1.42976 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1548]: 6 -1.17083 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1553]: 6 -2.17392 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1556]: 6 -2.51569 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1561]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1562]: 6 -1.31255 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1563]: 6 -1.25008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1565]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1572]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1577]: 6 -0.937585 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1587]: 6 -1.34382 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1588]: 6 0 0.593817 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1589]: 6 -1.93755 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1590]: 6 -0.750036 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1591]: 6 -0.750098 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1606]: 6 -1.05738 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1623]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1625]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1627]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1628]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1631]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1637]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1652]: 6 -2.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1659]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1664]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1889]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1891]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1894]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1898]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1902]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1907]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1909]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1923]: 6 0 3.33864 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1925]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1928]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1929]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1932]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1935]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1937]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1947]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1950]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1990]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1992]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1994]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1996]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1998]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[1999]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2001]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2006]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2009]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2012]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2014]: 6 -1.25006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2020]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2030]: 6 0 1.00006 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2036]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2040]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2044]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2045]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2048]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2054]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2058]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2066]: 6 -1.66604 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2070]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2074]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2081]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2084]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2085]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2088]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2090]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2094]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2100]: 6 -1.65534 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2101]: 6 -1.65534 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2120]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2122]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2124]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2126]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2127]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2128]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2130]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2133]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2136]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2138]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2142]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2151]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2156]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2165]: 6 -1.2501 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2172]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2173]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2176]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2177]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2180]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2184]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2187]: 6 -0.999813 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2192]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2195]: 6 -0.996501 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2197]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2200]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2201]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2204]: 6 -1.38528 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2222]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2223]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2227]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2230]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2231]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2235]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2237]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2240]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2251]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2261]: 6 -0.750054 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2262]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2263]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2266]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2267]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2268]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2269]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2270]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2271]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2272]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2273]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2275]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2279]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2281]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2283]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2288]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2289]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2293]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2300]: 6 -3.08866 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2306]: 6 -20.2916 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2311]: 6 -2.08201 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2314]: 6 -2.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2318]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2320]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2321]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2324]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2326]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2330]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2333]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2334]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2342]: 6 -0.99964 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2343]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2349]: 6 -1.3282 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2353]: 6 -1.25004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2356]: 6 -1.25002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2359]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2360]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2362]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2368]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2369]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2371]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2373]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2375]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2378]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2380]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2384]: 6 -0.314924 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2387]: 6 -2.7024 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2409]: 6 -2.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2411]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2413]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2416]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2417]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2420]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2422]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2424]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2426]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2427]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2430]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2431]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2442]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2449]: 6 -1.30471 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2451]: 6 -1.21885 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2452]: 6 -1.18758 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2454]: 6 -0.750081 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2465]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2467]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2470]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2471]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2474]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2476]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2478]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2480]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2482]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2483]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2494]: 6 -1.30472 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2509]: 6 -2.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2512]: 6 -9.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2513]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2516]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2520]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2522]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2523]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2526]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2527]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2529]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2533]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2545]: 6 -1.26933 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2548]: 6 -0.779362 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2555]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2558]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2561]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2563]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2565]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2568]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2570]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2572]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2573]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2576]: 6 -1.33208 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2577]: 6 -1.33212 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2610]: 6 -65.25 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2612]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2614]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2616]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2618]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2619]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2622]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2623]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2625]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2629]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2630]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2632]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2645]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2646]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2648]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2654]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2655]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2657]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2659]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2662]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2663]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2666]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2667]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2671]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2674]: 6 -1.24452 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2675]: 6 -3.2035 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2690]: 6 -21.4167 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2691]: 6 -19.4167 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2694]: 6 -5.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2695]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2698]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2699]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2702]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2703]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2706]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2707]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2710]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2712]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2713]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2716]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2717]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2721]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2737]: 6 -1.2501 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2738]: 6 -1.25006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2741]: 6 -1.31255 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2742]: 6 -1.31258 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2744]: 6 -1.25008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2745]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2748]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2754]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2755]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2757]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2759]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2762]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2763]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2765]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2768]: 6 -0.146314 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2772]: 6 -2.08206 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2776]: 6 -10.6641 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2778]: 6 -6.45321 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2804]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2805]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2807]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2808]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2812]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2814]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2815]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2833]: 6 0 6.75001 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2834]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2838]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2847]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2852]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2856]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2857]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2859]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2864]: 6 -1.17196 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2865]: 6 -1.17195 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2881]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2883]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2885]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2887]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2889]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2893]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2896]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2897]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2900]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2901]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2904]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2905]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2908]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2910]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2911]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2928]: 6 -1.25004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2930]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2940]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2943]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2945]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2953]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2957]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2964]: 6 -4.94896 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2968]: 6 -1.51699 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2982]: 6 -5.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2983]: 6 -3.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2986]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2987]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2990]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2991]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2994]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2995]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2998]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[2999]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3001]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3006]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3007]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3012]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3013]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3014]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3026]: 6 -1.25005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3029]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3033]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3041]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3043]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3045]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3047]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3050]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3054]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3068]: 6 -3.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3069]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3071]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3088]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3091]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3093]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3096]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3097]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3099]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3109]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3111]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3115]: 6 0 0.0876016 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3131]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3137]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3139]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3141]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3144]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3146]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3147]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3151]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3157]: 6 -3.42518 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3172]: 6 -10.3331 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3173]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3176]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3177]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3180]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3181]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3184]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3188]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3192]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3198]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3202]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3214]: 6 -1.3321 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3216]: 6 -1.32817 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3231]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3232]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3234]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3237]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3242]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3243]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3246]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3250]: 6 -1.41653 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3258]: 6 0 2.00006 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3261]: 6 -2.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3281]: 6 -7.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3284]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3285]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3288]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3289]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3292]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3294]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3296]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3298]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3301]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3311]: 6 -1.33206 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3312]: 6 -1.33599 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3315]: 6 -1.31258 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3316]: 6 -1.37504 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3317]: 6 -1.25004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3322]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3324]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3326]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3330]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3331]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3333]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3337]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3339]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3342]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3343]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3346]: 6 -1.33334 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3347]: 6 -1.33327 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3381]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3383]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3386]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3388]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3390]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3394]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3417]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3429]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3432]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3434]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3438]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3442]: 6 -1.32234 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3462]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3463]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3465]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3468]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3470]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3472]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3474]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3476]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3478]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3479]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3482]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3483]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3486]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3487]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3489]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3498]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3499]: 6 -1.25002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3506]: 6 -1.32821 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3511]: 6 -1.2501 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3512]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3516]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3517]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3518]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3520]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3521]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3528]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3530]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3532]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3536]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3544]: 6 -2.28518 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3548]: 6 -3.85941 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3550]: 6 -11.1329 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3551]: 6 -1.41415 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3558]: 6 0 1.31252 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3568]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3570]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3572]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3578]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3580]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3590]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3601]: 6 -1.31258 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3602]: 6 -1.62502 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3604]: 6 -0.500082 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3606]: 6 -2.13284 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3608]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3616]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3618]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3622]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3623]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3626]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3630]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3631]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3638]: 6 -13.2174 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3640]: 6 -10.3126 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3642]: 6 -9.69796 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3644]: 6 -1.25006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3646]: 6 -5.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3649]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3655]: 6 -2.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3658]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3660]: 6 0 3.53134 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3662]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3664]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3665]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3668]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3672]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3674]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3676]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3678]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3680]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3686]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3687]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3692]: 6 -1.00411 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3694]: 6 -1.25002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3695]: 6 -1.25001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3707]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3712]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3713]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3719]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3724]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3725]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3728]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3729]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3732]: 6 -0.885405 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3733]: 6 -0.885427 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3736]: 6 -1.19271 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3738]: 6 -4.90633 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3748]: 6 -4.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3751]: 6 -3.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3753]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3755]: 6 -1.25002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3761]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3764]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3768]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3773]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3776]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3777]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3778]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3797]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3799]: 6 0 1.00007 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3806]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3807]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3808]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3809]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3812]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3820]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3821]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3824]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3825]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3828]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3832]: 6 -0.500035 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3836]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3854]: 6 -9.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3858]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3859]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3862]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3866]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3868]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3872]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3876]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3880]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3881]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3891]: 6 -1.31256 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3894]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3899]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3902]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3903]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3904]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3907]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3909]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3912]: 6 -1.00008 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3916]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3919]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3922]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3924]: 6 0 1.33238 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3926]: 6 -1.32817 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3929]: 6 -0.343838 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3950]: 6 -1.25002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3958]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3960]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3961]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3964]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3966]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[3967]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4035]: 6 -1.00004 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4048]: 6 -1.0001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4085]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4087]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4088]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4089]: 6 -1.00009 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4090]: 6 -1.00003 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4101]: 6 -1.00002 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4102]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4103]: 6 -1.00006 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4104]: 6 -1.25005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4113]: 6 -1.00007 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4115]: 6 -1.00001 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4116]: 6 -1.00005 0 shouldn't be
3152.55/3169.43	WSVECS04 Frhs2[4117]: 6 -1.00006 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[11]: 6 0 0.244466 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[44]: 6 0 0.333008 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[48]: 6 -2.09867 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[60]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[63]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[74]: 6 -2.35645 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[75]: 6 -2.23969 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[82]: 6 0 1.33203 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[85]: 6 -2.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[108]: 6 0 0.329423 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[110]: 6 0 0.31291 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[129]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[138]: 6 0 0.335938 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[150]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[152]: 6 -2 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[154]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[168]: 6 -0.999777 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[193]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[195]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[221]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[233]: 6 -0.980889 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[263]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[264]: 6 -0.990445 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[341]: 6 0 0.25 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[395]: 6 -2 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[401]: 6 0 1.48438 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[424]: 6 -0.990445 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[425]: 6 -0.980889 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[439]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[458]: 6 -1.14505 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[490]: 6 -2.33594 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[520]: 6 -0.961777 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[534]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[535]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[551]: 6 -0.999926 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[559]: 6 0 0.150883 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[572]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[582]: 6 -0.999777 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[617]: 6 -1.02867 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[664]: 6 -2 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[676]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[945]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[952]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[956]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[957]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[963]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[994]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1000]: 6 -1.125 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1026]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1032]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1047]: 6 -0.500001 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1051]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1055]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1057]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1064]: 6 -1.31055 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1065]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1068]: 6 0 1.36328 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1071]: 6 -2.39697 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1072]: 6 -1.32072 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1074]: 6 -2.4161 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1075]: 6 -1.28402 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1076]: 6 -1.25554 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1079]: 6 -0.375 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1080]: 6 -0.750001 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1087]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1097]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1098]: 6 -1.3125 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1112]: 6 0 0.882813 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1126]: 6 -0.99944 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1127]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1131]: 6 0 2.24347 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1134]: 6 -2.35088 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1137]: 6 -0.563805 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1148]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1162]: 6 -1.3125 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1163]: 6 -1.32813 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1166]: 6 0 0.597962 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1167]: 6 -1.91466 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1175]: 6 -1.3125 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1177]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1192]: 6 -1.24552 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1194]: 6 -1.68517 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1222]: 6 -1.33233 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1223]: 6 -1.32813 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1227]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1238]: 6 -0.250001 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1239]: 6 -2.5 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1240]: 6 -3 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1262]: 6 0 0.640625 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1263]: 6 -0.932679 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1264]: 6 -1.5625 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1266]: 6 -2.5 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1292]: 6 0 0.270183 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1298]: 6 -10.625 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1319]: 6 -1.34375 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1320]: 6 -1.3125 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1352]: 6 -1.23047 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1359]: 6 0 0.916993 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1382]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1386]: 6 -2 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1412]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1414]: 6 0 0.0875657 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1415]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1417]: 6 -1.16667 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1424]: 6 -1.4987 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1436]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1437]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1438]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1444]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1446]: 6 -1.4165 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1447]: 6 -1.33301 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1451]: 6 -3.74894 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1474]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1479]: 6 -1.3335 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1481]: 6 -1.33399 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1483]: 6 -2.21303 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1486]: 6 -0.980469 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1487]: 6 -0.796876 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1495]: 6 -1.5 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1498]: 6 -1.5 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1500]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1512]: 6 -1.28906 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1515]: 6 -0.979249 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1516]: 6 -0.916504 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1517]: 6 -1.16699 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1520]: 6 -1.66406 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1522]: 6 -1.66016 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1527]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1530]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1537]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1543]: 6 -0.500001 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1545]: 6 -0.285157 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1546]: 6 0 1.42969 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1547]: 6 -0.677734 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1548]: 6 -1.17079 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1553]: 6 -2.17383 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1556]: 6 -2.51563 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1561]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1562]: 6 -1.3125 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1563]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1572]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1587]: 6 -1.34375 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1588]: 6 0 0.593751 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1589]: 6 -1.9375 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1590]: 6 -0.750001 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1591]: 6 -0.750001 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1606]: 6 -1.05734 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1623]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1628]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1637]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1659]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1664]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1889]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1891]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1894]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1902]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1923]: 6 0 3.33856 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1925]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1932]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1935]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2007]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2014]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2015]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2030]: 6 0 1 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2031]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2048]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2066]: 6 -1.66602 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2100]: 6 -1.65527 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2101]: 6 -1.65527 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2116]: 6 -3 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2120]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2124]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2127]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2131]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2133]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2187]: 6 -0.999777 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2195]: 6 -0.996415 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2204]: 6 -1.38527 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2222]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2230]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2269]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2300]: 6 -3.08856 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2306]: 6 -20.2915 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2309]: 6 -0.334033 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2311]: 6 -2.08194 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2314]: 6 -2 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2342]: 6 -0.999553 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2349]: 6 -1.32813 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2356]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2384]: 6 -0.314831 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2385]: 6 -0.148816 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2387]: 6 -2.70237 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2409]: 6 -2 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2427]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2439]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2451]: 6 -1.21875 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2452]: 6 -1.1875 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2485]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2494]: 6 -1.30469 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2512]: 6 -9 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2536]: 6 -0.995519 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2545]: 6 -1.26929 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2576]: 6 -1.33203 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2577]: 6 -1.33203 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2610]: 6 -65.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2674]: 6 -1.24447 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2675]: 6 -3.20345 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2694]: 6 -5 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2737]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2738]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2741]: 6 -1.3125 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2742]: 6 -1.3125 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2744]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2768]: 6 -0.146241 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2772]: 6 -2.08203 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2776]: 6 -10.6641 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2778]: 6 -6.45313 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2833]: 6 0 6.75 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2864]: 6 -1.17188 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2865]: 6 -1.17188 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2926]: 6 -1.3125 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2928]: 6 -1.25 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2964]: 6 -4.94889 0 shouldn't be
3153.34/3170.22	WSVECS04 Frhs2[2968]: 6 -1.51692 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[2982]: 6 -5 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[2983]: 6 -3 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3001]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3068]: 6 -3 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3069]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3108]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3157]: 6 -3.42513 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3172]: 6 -10.333 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3250]: 6 -1.4165 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3258]: 6 0 2 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3285]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3289]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3312]: 6 -1.33594 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3315]: 6 -1.3125 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3316]: 6 -1.375 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3317]: 6 -1.25 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3346]: 6 -1.33325 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3347]: 6 -1.33325 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3442]: 6 -1.32227 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3470]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3499]: 6 -1.25 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3506]: 6 -1.32813 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3539]: 6 -1.25 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3544]: 6 -2.28516 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3548]: 6 -3.85938 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3550]: 6 -11.1328 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3551]: 6 -1.41406 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3558]: 6 0 1.3125 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3601]: 6 -1.3125 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3602]: 6 -1.625 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3604]: 6 -0.5 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3638]: 6 -13.2174 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3640]: 6 -10.3125 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3642]: 6 -9.69788 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3644]: 6 -1.25 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3646]: 6 -5 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3655]: 6 -2 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3691]: 6 -1.05734 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3695]: 6 -1.25 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3704]: 6 -1.5 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3732]: 6 -0.885331 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3733]: 6 -0.885331 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3736]: 6 -1.19267 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3738]: 6 -4.90625 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3748]: 6 -4 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3751]: 6 -3 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3755]: 6 -1.25 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3769]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3778]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3799]: 6 0 1 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3832]: 6 -0.5 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3854]: 6 -9 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3869]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3891]: 6 -1.3125 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3925]: 6 0 1.33233 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3929]: 6 -0.34375 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3932]: 6 -1.30859 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3950]: 6 -1.25 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3963]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3966]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4035]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4085]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
3153.34/3170.23	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
3202.96/3220.08	c #Conflicts:    4297000 | #Constraints:      50157
3202.96/3220.08	c #Conflicts:    4298000 | #Constraints:      51157
3202.96/3220.08	c #Conflicts:    4299000 | #Constraints:      52157
3202.96/3220.08	c #Conflicts:    4300000 | #Constraints:      53157
3202.96/3220.08	c #Conflicts:    4301000 | #Constraints:      54157
3202.96/3220.08	c #Conflicts:    4302000 | #Constraints:      55157
3202.96/3220.08	c #Conflicts:    4303000 | #Constraints:      56157
3202.96/3220.08	c #Conflicts:    4304000 | #Constraints:      57157
3202.96/3220.08	c #Conflicts:    4305000 | #Constraints:      58157
3202.96/3220.08	c #Conflicts:    4306000 | #Constraints:      59157
3202.96/3220.08	c #Conflicts:    4307000 | #Constraints:      60157
3202.96/3220.08	c #Conflicts:    4308000 | #Constraints:      61157
3202.96/3220.08	c #Conflicts:    4309000 | #Constraints:      62157
3202.96/3220.08	c #Conflicts:    4310000 | #Constraints:      63157
3202.96/3220.08	c #Conflicts:    4311000 | #Constraints:      64157
3202.96/3220.08	c #Conflicts:    4312000 | #Constraints:      65157
3202.96/3220.08	c #Conflicts:    4313000 | #Constraints:      66157
3202.96/3220.08	c #Conflicts:    4314000 | #Constraints:      67157
3202.96/3220.08	c #Conflicts:    4315000 | #Constraints:      68157
3202.96/3220.08	c #Conflicts:    4316000 | #Constraints:      69698
3202.96/3220.08	c #Conflicts:    4317000 | #Constraints:      71236
3202.96/3220.08	c #Conflicts:    4318000 | #Constraints:      72750
3202.96/3220.08	c #Conflicts:    4319000 | #Constraints:      74271
3202.96/3220.08	c #Conflicts:    4320000 | #Constraints:      75792
3202.96/3220.08	c #Conflicts:    4321000 | #Constraints:      77311
3202.96/3220.08	c #Conflicts:    4322000 | #Constraints:      78823
3202.96/3220.08	c #Conflicts:    4323000 | #Constraints:      80342
3202.96/3220.08	c #Conflicts:    4324000 | #Constraints:      81841
3202.96/3220.08	c #Conflicts:    4325000 | #Constraints:      83361
3202.96/3220.08	c #Conflicts:    4326000 | #Constraints:      84887
3202.96/3220.08	c #Conflicts:    4327000 | #Constraints:      86412
3202.96/3220.08	c #Conflicts:    4328000 | #Constraints:      87932
3202.96/3220.08	c #Conflicts:    4329000 | #Constraints:      89438
3202.96/3220.08	c #Conflicts:    4330000 | #Constraints:      90970
3202.96/3220.08	c #Conflicts:    4331000 | #Constraints:      92492
3202.96/3220.08	WSVECS04 Frhs2[4]: 6 0 3.18629 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[10]: 6 0 4.52004 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[39]: 6 0 2.37242 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[41]: 6 0 0.0662889 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[74]: 6 0 9.22687 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[97]: 6 0 1.76087 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[103]: 6 -2.1649 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[118]: 6 0 0.727662 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[135]: 6 0 0.686038 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[138]: 6 0 0.497649 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[140]: 6 -3.14101 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[150]: 6 0 2.84592 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[158]: 6 -0.939849 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[169]: 6 0 0.504082 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[173]: 6 -1.01308 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[182]: 6 0 0.00758278 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[201]: 6 0 1.7246 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[237]: 6 0 16.9205 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[253]: 6 0 5.32565 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[330]: 6 0 1.47895 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[344]: 6 -0.966719 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[359]: 6 0 0.257416 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[361]: 6 0 7.98916 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[390]: 6 0 0.56735 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[409]: 6 -0.885079 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[412]: 6 -0.24582 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[417]: 6 0 8.93139 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[419]: 6 -3.83966 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[424]: 6 0 3.54674 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[428]: 6 0 13.1737 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[437]: 6 0 1.07684 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[438]: 6 0 1.29427 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[440]: 6 0 0.815038 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[481]: 6 0 2.18056 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[551]: 6 0 2.56908 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[552]: 6 0 0.808015 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[584]: 6 0 9.22645 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[586]: 6 -0.16849 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[603]: 6 -3.84366 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[615]: 6 0 0.256721 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[674]: 6 0 4.06883 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[677]: 6 -8.97733 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[678]: 6 -19.2044 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[688]: 6 -2.46493 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[994]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1030]: 6 -1.80022 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1045]: 6 0 2.3452 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1091]: 6 0 3.80594 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1107]: 6 0 0.428686 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1136]: 6 0 0.845224 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1151]: 6 -0.977627 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1160]: 6 0 4.66149 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1166]: 6 0 1.55305 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1190]: 6 -1.15824 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1191]: 6 0 1.72311 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1193]: 6 0 1.00877 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1232]: 6 -1.37492 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1379]: 6 -0.503056 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1413]: 6 0 3.77587 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1426]: 6 -1.77221 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1443]: 6 0 7.54506 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1445]: 6 0 4.7655 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1507]: 6 0 0.300537 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1541]: 6 0 7.72785 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1568]: 6 -1.2046 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1577]: 6 -9.27432 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1578]: 6 -4.40787 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1606]: 6 -12.282 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1889]: 6 -1.00004 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1920]: 6 -10.6269 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1928]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1929]: 6 -0.500001 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1943]: 6 -7.00531 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2004]: 6 -1.33149 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2020]: 6 0 0.532457 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2023]: 6 -3.73627 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2030]: 6 0 3.32794 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2032]: 6 0 3.65588 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2048]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2090]: 6 0 2.07798 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2091]: 6 -0.955063 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2096]: 6 -0.155326 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2098]: 6 0 1.00055 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2146]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2168]: 6 -1.76708 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2177]: 6 -0.999901 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2200]: 6 -3.28393 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2208]: 6 0 0.977565 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2210]: 6 -0.126662 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2288]: 6 -0.94358 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2289]: 6 -0.67383 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2292]: 6 0 1.55772 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2294]: 6 0 1.11696 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2300]: 6 0 2.78947 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2302]: 6 0 5.91577 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2304]: 6 0 5.5724 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2306]: 6 0 7.2155 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2314]: 6 0 1 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2381]: 6 -2.92046 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2440]: 6 0 3.92961 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2441]: 6 0 1.18502 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2481]: 6 -5.45807 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2491]: 6 -0.5 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2535]: 6 0 4.7943 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2565]: 6 -1.25 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2574]: 6 -5.33121 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2576]: 6 -1.16992 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2584]: 6 -3 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2598]: 6 -1.375 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2599]: 6 -0.5 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2640]: 6 -1.31241 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2758]: 6 -1.03185 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2783]: 6 0 4.55521 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2866]: 6 0 1.33231 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2873]: 6 -0.658466 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2916]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2932]: 6 -1.00006 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2971]: 6 -0.999999 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2973]: 6 -0.828325 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2978]: 6 0 0.999985 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[2981]: 6 -0.999969 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3046]: 6 0 1.55967 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3062]: 6 -0.153249 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3094]: 6 -0.999363 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3150]: 6 0 1.04655 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3158]: 6 0 1.32308 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3184]: 6 -0.954155 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3186]: 6 0 0.90831 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3214]: 6 -1.62383 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3215]: 6 -1.24946 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3243]: 6 -2.69181 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3265]: 6 -1.00068 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3271]: 6 -0.999421 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3276]: 6 0 1.49801 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3282]: 6 0 0.510938 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3335]: 6 -0.999938 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3339]: 6 -0.999747 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3346]: 6 0 1.9959 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3360]: 6 0 1.375 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3376]: 6 -2 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3393]: 6 -0.55501 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3429]: 6 -1.00026 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3469]: 6 -0.999771 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3535]: 6 0 1.21155 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3559]: 6 -9.03235 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3585]: 6 -0.99656 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3621]: 6 -0.999674 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3628]: 6 0 12.9988 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3636]: 6 0 2.70821 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3639]: 6 -3.43525 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3645]: 6 0 4.69129 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3658]: 6 -4.99739 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3681]: 6 0 6.35 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3737]: 6 -0.500001 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3761]: 6 -0.999955 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3778]: 6 0 0.702013 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3781]: 6 0 7.34139 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3805]: 6 -0.138424 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3834]: 6 0 5.33414 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3850]: 6 -0.500335 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3854]: 6 -1.00064 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[3948]: 6 0 0.640164 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[4035]: 6 -0.997618 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[4101]: 6 -0.99902 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
3202.96/3220.08	WSVECS04 Frhs2[4104]: 6 -0.991682 0 shouldn't be
3238.54/3255.74	c #Conflicts:    4332000 | #Constraints:      93605
3238.54/3255.74	c #Conflicts:    4333000 | #Constraints:      94605
3238.54/3255.74	c #Conflicts:    4334000 | #Constraints:      95605
3238.54/3255.74	c #Conflicts:    4335000 | #Constraints:      96605
3238.54/3255.74	c #Conflicts:    4336000 | #Constraints:      97605
3238.54/3255.74	c #Conflicts:    4337000 | #Constraints:      98605
3238.54/3255.74	c #Conflicts:    4338000 | #Constraints:      99605
3238.54/3255.74	c INPROCESSING
3238.54/3255.74	c GARBAGE COLLECT
3238.54/3255.74	c #Conflicts:    4339000 | #Constraints:      54958
3238.54/3255.74	c #Conflicts:    4340000 | #Constraints:      55958
3238.54/3255.74	c #Conflicts:    4341000 | #Constraints:      56958
3238.54/3255.74	c #Conflicts:    4342000 | #Constraints:      57958
3238.54/3255.74	c #Conflicts:    4343000 | #Constraints:      58958
3238.54/3255.74	c #Conflicts:    4344000 | #Constraints:      59958
3238.54/3255.74	c #Conflicts:    4345000 | #Constraints:      60958
3238.54/3255.74	c #Conflicts:    4346000 | #Constraints:      61958
3238.54/3255.74	c #Conflicts:    4347000 | #Constraints:      62958
3238.54/3255.74	c #Conflicts:    4348000 | #Constraints:      63958
3238.54/3255.74	c #Conflicts:    4349000 | #Constraints:      64958
3238.54/3255.74	c #Conflicts:    4350000 | #Constraints:      65958
3238.54/3255.74	c #Conflicts:    4351000 | #Constraints:      66958
3238.54/3255.74	c #Conflicts:    4352000 | #Constraints:      67958
3238.54/3255.74	c #Conflicts:    4353000 | #Constraints:      68958
3238.54/3255.74	c #Conflicts:    4354000 | #Constraints:      69958
3238.54/3255.74	c #Conflicts:    4355000 | #Constraints:      70958
3238.54/3255.74	c #Conflicts:    4356000 | #Constraints:      71958
3238.54/3255.74	c #Conflicts:    4357000 | #Constraints:      72958
3238.54/3255.74	c #Conflicts:    4358000 | #Constraints:      73958
3238.54/3255.74	c #Conflicts:    4359000 | #Constraints:      74958
3238.54/3255.74	c #Conflicts:    4360000 | #Constraints:      75958
3238.54/3255.74	c #Conflicts:    4361000 | #Constraints:      76958
3238.54/3255.74	c #Conflicts:    4362000 | #Constraints:      77958
3238.54/3255.74	c #Conflicts:    4363000 | #Constraints:      78958
3238.54/3255.74	c #Conflicts:    4364000 | #Constraints:      79958
3238.54/3255.74	c #Conflicts:    4365000 | #Constraints:      80958
3238.54/3255.74	c #Conflicts:    4366000 | #Constraints:      81958
3238.54/3255.74	c #Conflicts:    4367000 | #Constraints:      82958
3238.54/3255.74	c #Conflicts:    4368000 | #Constraints:      83958
3238.54/3255.74	c #Conflicts:    4369000 | #Constraints:      84958
3238.54/3255.74	c #Conflicts:    4370000 | #Constraints:      85959
3238.54/3255.74	c #Conflicts:    4371000 | #Constraints:      86959
3238.54/3255.74	c #Conflicts:    4372000 | #Constraints:      87959
3238.54/3255.74	c #Conflicts:    4373000 | #Constraints:      88959
3238.54/3255.74	c #Conflicts:    4374000 | #Constraints:      89959
3238.54/3255.74	c #Conflicts:    4375000 | #Constraints:      90959
3238.54/3255.74	c #Conflicts:    4376000 | #Constraints:      91959
3238.54/3255.74	c #Conflicts:    4377000 | #Constraints:      92959
3238.54/3255.74	c #Conflicts:    4378000 | #Constraints:      93959
3238.54/3255.74	c #Conflicts:    4379000 | #Constraints:      94960
3238.54/3255.74	c #Conflicts:    4380000 | #Constraints:      95960
3238.54/3255.74	c INPROCESSING
3238.54/3255.74	c GARBAGE COLLECT
3238.54/3255.74	WSVECS04 Frhs2[85]: 6 -1.42751 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[103]: 6 -0.703168 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[117]: 6 -1.19371 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[143]: 6 -1.6295 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[145]: 6 -2.88838 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[244]: 6 0 0.24977 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[276]: 6 0 0.187564 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[295]: 6 -0.435238 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[339]: 6 -1.55149 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[355]: 6 -33.9322 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[379]: 6 -1.00917 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[388]: 6 -1.02202 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[441]: 6 -1.16784 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[452]: 6 -0.937336 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[511]: 6 -0.262578 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[524]: 6 -0.153679 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[556]: 6 0 0.215827 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1032]: 6 -1.49487 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1045]: 6 -1.18644 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1066]: 6 -1.40996 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1086]: 6 -1.02458 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1130]: 6 -0.925431 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1207]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1233]: 6 -0.0589865 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1302]: 6 -1.75562 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1321]: 6 -1.25029 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1325]: 6 -0.673224 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1329]: 6 -1.65796 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1360]: 6 -1.40703 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1374]: 6 -0.575434 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1403]: 6 -0.812224 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1413]: 6 -0.0904421 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1436]: 6 -1.13358 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1437]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1442]: 6 -0.933621 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1475]: 6 -0.060692 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1493]: 6 -0.480474 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1524]: 6 -3.75571 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1528]: 6 -1.53108 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1566]: 6 -4.66286 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1606]: 6 -2.3066 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1652]: 6 -0.866724 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1912]: 6 0 4.25565 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1914]: 6 0 1.45358 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1927]: 6 -0.5 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1946]: 6 0 3.46027 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2000]: 6 -0.982572 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2006]: 6 -0.999999 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2014]: 6 -0.132731 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2022]: 6 0 3.77543 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2078]: 6 -0.981792 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2081]: 6 -1.01276 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2084]: 6 -0.998324 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2085]: 6 -0.99732 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2088]: 6 -0.80213 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2092]: 6 -0.995225 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2094]: 6 -0.990449 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2096]: 6 -0.967239 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2100]: 6 0 4.59624 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2106]: 6 0 1.64866 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2110]: 6 -0.704583 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2112]: 6 0 1.68315 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2123]: 6 -1.2462 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2129]: 6 -0.997551 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2136]: 6 -0.941205 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2139]: 6 -1.0392 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2142]: 6 -0.843211 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2192]: 6 -3.22992 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2195]: 6 0 1.36804 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2198]: 6 0 1 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2202]: 6 0 0.838299 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2203]: 6 -0.672239 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2207]: 6 0 0.283068 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2210]: 6 -0.888093 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2211]: 6 0 4.24417 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2213]: 6 -1.02024 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2219]: 6 -0.999884 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2229]: 6 -0.998142 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2232]: 6 -0.992566 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2273]: 6 -0.999959 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2279]: 6 -0.990063 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2287]: 6 -0.826481 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2289]: 6 -0.996629 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2294]: 6 0 0.423393 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2298]: 6 0 0.274274 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2300]: 6 -0.514452 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2306]: 6 0 8.16561 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2313]: 6 -0.671817 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2316]: 6 -1.19767 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2344]: 6 -1.125 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2375]: 6 -0.978819 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2385]: 6 -0.5 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2388]: 6 -3 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2396]: 6 -1.33203 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2480]: 6 0 0.98466 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2488]: 6 -0.509203 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2489]: 6 -0.509203 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2563]: 6 -0.999993 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2567]: 6 -0.99997 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2571]: 6 -0.99988 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2576]: 6 -1.49902 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2578]: 6 0 1.99808 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2584]: 6 -0.915971 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2608]: 6 -0.984523 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2670]: 6 0 0.772903 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2772]: 6 -1.00897 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2781]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2789]: 6 -0.59375 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2830]: 6 -1.25 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2850]: 6 -0.585738 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2882]: 6 -0.990944 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2884]: 6 -0.981887 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2921]: 6 -1.25 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2926]: 6 -0.999983 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2947]: 6 -1.00694 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2971]: 6 -0.999997 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2972]: 6 -1.00007 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2974]: 6 -1.00013 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2975]: 6 -0.999971 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2994]: 6 -1.01536 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3018]: 6 -1.00001 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3042]: 6 -0.999858 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3062]: 6 -0.997515 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3070]: 6 0 1.00058 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3074]: 6 -1.24536 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3085]: 6 -3.14838 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3088]: 6 -0.997808 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3092]: 6 -1.00384 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3126]: 6 -0.651456 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3142]: 6 -0.478574 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3143]: 6 -0.991289 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3150]: 6 -1.01243 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3154]: 6 0 0.445046 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3156]: 6 -0.994922 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3160]: 6 -2.11507 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3161]: 6 -1.54911 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3227]: 6 -1.12875 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3282]: 6 -4.19788 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3284]: 6 -10.8819 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3285]: 6 -0.486148 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3339]: 6 -0.999046 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3342]: 6 -1.41916 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3370]: 6 0 0.725155 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3427]: 6 -0.987411 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3438]: 6 0 0.374711 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3448]: 6 -0.216415 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3452]: 6 -0.00305566 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3454]: 6 0 0.785809 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3471]: 6 -7.17231 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3476]: 6 -0.531896 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3507]: 6 -1.11948 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3525]: 6 -1.32379 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3534]: 6 -0.750029 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3538]: 6 -1.78803 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3540]: 6 -3.4457 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3552]: 6 0 1.65781 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3565]: 6 -0.750001 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3573]: 6 -0.984908 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3621]: 6 -1.00005 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3628]: 6 0 0.788542 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3658]: 6 -27.4617 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3672]: 6 0 0.115067 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3675]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3720]: 6 0 66.4475 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3724]: 6 0 1.0792 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3728]: 6 -1.58935 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3732]: 6 -0.434124 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3734]: 6 0 0.314298 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3735]: 6 -0.817451 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3743]: 6 -0.413979 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3755]: 6 -0.577651 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3757]: 6 -0.994789 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3760]: 6 -0.999995 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3766]: 6 -0.98243 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3789]: 6 -0.87615 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3796]: 6 -1.1309 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3825]: 6 -2.06164 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3834]: 6 0 0.405289 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3836]: 6 -1.0144 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3840]: 6 -0.940622 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3852]: 6 0 1.50016 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3860]: 6 -1.00265 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3863]: 6 -0.937927 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3865]: 6 -1.12415 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3868]: 6 -0.503412 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3892]: 6 -1.25 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3899]: 6 -5.06284 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3907]: 6 -1.04723 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3910]: 6 0 0.0399324 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3920]: 6 0 0.558959 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3924]: 6 0 1.45564 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3932]: 6 -1.1228 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[3950]: 6 -1.24597 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[4035]: 6 -0.990914 0 shouldn't be
3238.54/3255.74	WSVECS04 Frhs2[4117]: 6 0 0.752386 shouldn't be
3293.22/3310.72	c #Conflicts:    4381000 | #Constraints:      53217
3293.22/3310.72	c #Conflicts:    4382000 | #Constraints:      54218
3293.22/3310.72	c #Conflicts:    4383000 | #Constraints:      55218
3293.22/3310.72	c #Conflicts:    4384000 | #Constraints:      56218
3293.22/3310.72	c #Conflicts:    4385000 | #Constraints:      57218
3293.22/3310.72	c #Conflicts:    4386000 | #Constraints:      58218
3293.22/3310.72	c #Conflicts:    4387000 | #Constraints:      59218
3293.22/3310.72	c #Conflicts:    4388000 | #Constraints:      60218
3293.22/3310.72	c #Conflicts:    4389000 | #Constraints:      61218
3293.22/3310.72	c #Conflicts:    4390000 | #Constraints:      62218
3293.22/3310.72	c #Conflicts:    4391000 | #Constraints:      63218
3293.22/3310.72	c #Conflicts:    4392000 | #Constraints:      64218
3293.22/3310.72	c #Conflicts:    4393000 | #Constraints:      65218
3293.22/3310.72	c #Conflicts:    4394000 | #Constraints:      66218
3293.22/3310.72	c #Conflicts:    4395000 | #Constraints:      67218
3293.22/3310.72	c #Conflicts:    4396000 | #Constraints:      68218
3293.22/3310.72	c #Conflicts:    4397000 | #Constraints:      69218
3293.22/3310.72	c #Conflicts:    4398000 | #Constraints:      70218
3293.22/3310.72	c #Conflicts:    4399000 | #Constraints:      71218
3293.22/3310.72	c #Conflicts:    4400000 | #Constraints:      72218
3293.22/3310.72	c #Conflicts:    4401000 | #Constraints:      73220
3293.22/3310.72	c #Conflicts:    4402000 | #Constraints:      74220
3293.22/3310.72	c #Conflicts:    4403000 | #Constraints:      75220
3293.22/3310.72	c #Conflicts:    4404000 | #Constraints:      76220
3293.22/3310.72	c #Conflicts:    4405000 | #Constraints:      77220
3293.22/3310.72	c #Conflicts:    4406000 | #Constraints:      78240
3293.22/3310.72	c #Conflicts:    4407000 | #Constraints:      79240
3293.22/3310.72	c #Conflicts:    4408000 | #Constraints:      80240
3293.22/3310.72	c #Conflicts:    4409000 | #Constraints:      81240
3293.22/3310.72	c #Conflicts:    4410000 | #Constraints:      82240
3293.22/3310.72	c #Conflicts:    4411000 | #Constraints:      83240
3293.22/3310.72	c #Conflicts:    4412000 | #Constraints:      84240
3293.22/3310.72	c #Conflicts:    4413000 | #Constraints:      85240
3293.22/3310.72	c #Conflicts:    4414000 | #Constraints:      86240
3293.22/3310.72	c #Conflicts:    4415000 | #Constraints:      87240
3293.22/3310.72	c #Conflicts:    4416000 | #Constraints:      88240
3293.22/3310.72	c #Conflicts:    4417000 | #Constraints:      89240
3293.22/3310.72	c #Conflicts:    4418000 | #Constraints:      90240
3293.22/3310.72	c #Conflicts:    4419000 | #Constraints:      91240
3293.22/3310.72	c #Conflicts:    4420000 | #Constraints:      92240
3293.22/3310.72	c #Conflicts:    4421000 | #Constraints:      93240
3293.22/3310.72	c #Conflicts:    4422000 | #Constraints:      94240
3293.22/3310.72	c INPROCESSING
3293.22/3310.72	c GARBAGE COLLECT
3293.22/3310.72	c #Conflicts:    4423000 | #Constraints:      52393
3293.22/3310.72	c #Conflicts:    4424000 | #Constraints:      53393
3293.22/3310.72	c #Conflicts:    4425000 | #Constraints:      54393
3293.22/3310.72	c #Conflicts:    4426000 | #Constraints:      55393
3293.22/3310.72	c #Conflicts:    4427000 | #Constraints:      56393
3293.22/3310.72	c #Conflicts:    4428000 | #Constraints:      57393
3293.22/3310.72	c #Conflicts:    4429000 | #Constraints:      58393
3293.22/3310.72	c #Conflicts:    4430000 | #Constraints:      59393
3293.22/3310.72	c #Conflicts:    4431000 | #Constraints:      60393
3293.22/3310.72	c #Conflicts:    4432000 | #Constraints:      61394
3293.22/3310.72	c #Conflicts:    4433000 | #Constraints:      62397
3293.22/3310.72	c #Conflicts:    4434000 | #Constraints:      63400
3293.22/3310.72	c #Conflicts:    4435000 | #Constraints:      64401
3293.22/3310.72	c #Conflicts:    4436000 | #Constraints:      65401
3293.22/3310.72	c #Conflicts:    4437000 | #Constraints:      66401
3293.22/3310.72	c #Conflicts:    4438000 | #Constraints:      67401
3293.22/3310.72	c #Conflicts:    4439000 | #Constraints:      68401
3293.22/3310.72	c #Conflicts:    4440000 | #Constraints:      69401
3293.22/3310.72	c #Conflicts:    4441000 | #Constraints:      70401
3293.22/3310.72	c #Conflicts:    4442000 | #Constraints:      71402
3293.22/3310.72	c #Conflicts:    4443000 | #Constraints:      72402
3293.22/3310.72	c #Conflicts:    4444000 | #Constraints:      73402
3293.22/3310.72	c #Conflicts:    4445000 | #Constraints:      74402
3293.22/3310.72	c #Conflicts:    4446000 | #Constraints:      75402
3293.22/3310.72	c #Conflicts:    4447000 | #Constraints:      76402
3293.22/3310.72	c #Conflicts:    4448000 | #Constraints:      77402
3293.22/3310.72	c #Conflicts:    4449000 | #Constraints:      78402
3293.22/3310.72	c #Conflicts:    4450000 | #Constraints:      79402
3293.22/3310.72	c #Conflicts:    4451000 | #Constraints:      80402
3293.22/3310.72	c #Conflicts:    4452000 | #Constraints:      81402
3293.22/3310.72	c #Conflicts:    4453000 | #Constraints:      82403
3293.22/3310.72	c #Conflicts:    4454000 | #Constraints:      83403
3293.22/3310.72	c #Conflicts:    4455000 | #Constraints:      84403
3293.22/3310.72	c #Conflicts:    4456000 | #Constraints:      85403
3293.22/3310.72	c #Conflicts:    4457000 | #Constraints:      86403
3293.22/3310.72	c #Conflicts:    4458000 | #Constraints:      87403
3293.22/3310.72	c #Conflicts:    4459000 | #Constraints:      88403
3357.39/3375.31	c #Conflicts:    4460000 | #Constraints:      89403
3357.39/3375.31	c #Conflicts:    4461000 | #Constraints:      90403
3357.39/3375.31	c #Conflicts:    4462000 | #Constraints:      91403
3357.39/3375.31	c #Conflicts:    4463000 | #Constraints:      92403
3357.39/3375.31	c #Conflicts:    4464000 | #Constraints:      93403
3357.39/3375.31	c INPROCESSING
3357.39/3375.31	c GARBAGE COLLECT
3357.39/3375.31	c #Conflicts:    4465000 | #Constraints:      51881
3357.39/3375.31	c #Conflicts:    4466000 | #Constraints:      52881
3357.39/3375.31	c #Conflicts:    4467000 | #Constraints:      53881
3357.39/3375.31	c #Conflicts:    4468000 | #Constraints:      54881
3357.39/3375.31	c #Conflicts:    4469000 | #Constraints:      55881
3357.39/3375.31	c #Conflicts:    4470000 | #Constraints:      56881
3357.39/3375.31	c #Conflicts:    4471000 | #Constraints:      57881
3357.39/3375.31	c #Conflicts:    4472000 | #Constraints:      58881
3357.39/3375.31	c #Conflicts:    4473000 | #Constraints:      59881
3357.39/3375.31	c #Conflicts:    4474000 | #Constraints:      60881
3357.39/3375.31	c #Conflicts:    4475000 | #Constraints:      61881
3357.39/3375.31	c #Conflicts:    4476000 | #Constraints:      62881
3357.39/3375.31	c #Conflicts:    4477000 | #Constraints:      63881
3357.39/3375.31	c #Conflicts:    4478000 | #Constraints:      64881
3357.39/3375.31	c #Conflicts:    4479000 | #Constraints:      65881
3357.39/3375.31	c #Conflicts:    4480000 | #Constraints:      66881
3357.39/3375.31	c #Conflicts:    4481000 | #Constraints:      67881
3357.39/3375.31	c #Conflicts:    4482000 | #Constraints:      68881
3357.39/3375.31	c #Conflicts:    4483000 | #Constraints:      69881
3357.39/3375.31	c #Conflicts:    4484000 | #Constraints:      70881
3357.39/3375.31	c #Conflicts:    4485000 | #Constraints:      71881
3357.39/3375.31	c #Conflicts:    4486000 | #Constraints:      72881
3357.39/3375.31	c #Conflicts:    4487000 | #Constraints:      73881
3357.39/3375.31	c #Conflicts:    4488000 | #Constraints:      74881
3357.39/3375.31	c #Conflicts:    4489000 | #Constraints:      75881
3357.39/3375.31	c #Conflicts:    4490000 | #Constraints:      76881
3357.39/3375.31	c #Conflicts:    4491000 | #Constraints:      77881
3357.39/3375.31	c #Conflicts:    4492000 | #Constraints:      78881
3357.39/3375.31	c #Conflicts:    4493000 | #Constraints:      79881
3357.39/3375.31	c #Conflicts:    4494000 | #Constraints:      80881
3357.39/3375.31	c #Conflicts:    4495000 | #Constraints:      81881
3357.39/3375.31	c #Conflicts:    4496000 | #Constraints:      82881
3357.39/3375.31	c #Conflicts:    4497000 | #Constraints:      83881
3357.39/3375.31	c #Conflicts:    4498000 | #Constraints:      84881
3357.39/3375.31	c #Conflicts:    4499000 | #Constraints:      85881
3357.39/3375.31	c #Conflicts:    4500000 | #Constraints:      86881
3357.39/3375.31	c #Conflicts:    4501000 | #Constraints:      87882
3357.39/3375.31	c #Conflicts:    4502000 | #Constraints:      88882
3357.39/3375.31	c #Conflicts:    4503000 | #Constraints:      89882
3357.39/3375.31	c #Conflicts:    4504000 | #Constraints:      90882
3357.39/3375.31	c #Conflicts:    4505000 | #Constraints:      91882
3357.39/3375.31	c #Conflicts:    4506000 | #Constraints:      92882
3357.39/3375.31	c INPROCESSING
3357.39/3375.31	c GARBAGE COLLECT
3357.39/3375.31	c #Conflicts:    4507000 | #Constraints:      51358
3357.39/3375.31	c #Conflicts:    4508000 | #Constraints:      52358
3357.39/3375.31	c #Conflicts:    4509000 | #Constraints:      53358
3357.39/3375.31	c #Conflicts:    4510000 | #Constraints:      54397
3357.39/3375.31	c #Conflicts:    4511000 | #Constraints:      55397
3357.39/3375.31	c #Conflicts:    4512000 | #Constraints:      56397
3357.39/3375.31	c #Conflicts:    4513000 | #Constraints:      57397
3357.39/3375.31	c #Conflicts:    4514000 | #Constraints:      58398
3357.39/3375.31	c #Conflicts:    4515000 | #Constraints:      59398
3357.39/3375.31	c #Conflicts:    4516000 | #Constraints:      60400
3357.39/3375.31	c #Conflicts:    4517000 | #Constraints:      61400
3357.39/3375.31	c #Conflicts:    4518000 | #Constraints:      62400
3357.39/3375.31	c #Conflicts:    4519000 | #Constraints:      63525
3357.39/3375.31	c #Conflicts:    4520000 | #Constraints:      64716
3357.39/3375.31	c #Conflicts:    4521000 | #Constraints:      65716
3357.39/3375.31	c #Conflicts:    4522000 | #Constraints:      66716
3357.39/3375.31	c #Conflicts:    4523000 | #Constraints:      67716
3357.39/3375.31	c #Conflicts:    4524000 | #Constraints:      68716
3357.39/3375.31	c #Conflicts:    4525000 | #Constraints:      69716
3357.39/3375.31	c #Conflicts:    4526000 | #Constraints:      70716
3357.39/3375.31	c #Conflicts:    4527000 | #Constraints:      71716
3357.39/3375.31	c #Conflicts:    4528000 | #Constraints:      73148
3357.39/3375.31	c #Conflicts:    4529000 | #Constraints:      74645
3357.39/3375.31	c #Conflicts:    4530000 | #Constraints:      76166
3357.39/3375.31	c #Conflicts:    4531000 | #Constraints:      77647
3357.39/3375.31	c #Conflicts:    4532000 | #Constraints:      79150
3357.39/3375.31	c #Conflicts:    4533000 | #Constraints:      80661
3357.39/3375.31	c #Conflicts:    4534000 | #Constraints:      82180
3357.39/3375.31	c #Conflicts:    4535000 | #Constraints:      83691
3357.39/3375.31	c #Conflicts:    4536000 | #Constraints:      85185
3449.95/3468.33	c #Conflicts:    4537000 | #Constraints:      86371
3449.95/3468.33	c #Conflicts:    4538000 | #Constraints:      87371
3449.95/3468.33	c #Conflicts:    4539000 | #Constraints:      88371
3449.95/3468.33	c #Conflicts:    4540000 | #Constraints:      89371
3449.95/3468.33	c #Conflicts:    4541000 | #Constraints:      90371
3449.95/3468.33	c #Conflicts:    4542000 | #Constraints:      91371
3449.95/3468.33	c #Conflicts:    4543000 | #Constraints:      92371
3449.95/3468.33	c #Conflicts:    4544000 | #Constraints:      93371
3449.95/3468.33	c #Conflicts:    4545000 | #Constraints:      94371
3449.95/3468.33	c #Conflicts:    4546000 | #Constraints:      95371
3449.95/3468.33	c #Conflicts:    4547000 | #Constraints:      96371
3449.95/3468.33	c #Conflicts:    4548000 | #Constraints:      97371
3449.95/3468.33	c #Conflicts:    4549000 | #Constraints:      98371
3449.95/3468.33	c INPROCESSING
3449.95/3468.33	c GARBAGE COLLECT
3449.95/3468.33	c #Conflicts:    4550000 | #Constraints:      54377
3449.95/3468.33	c #Conflicts:    4551000 | #Constraints:      55377
3449.95/3468.33	c #Conflicts:    4552000 | #Constraints:      56377
3449.95/3468.33	c #Conflicts:    4553000 | #Constraints:      57377
3449.95/3468.33	c #Conflicts:    4554000 | #Constraints:      58377
3449.95/3468.33	c #Conflicts:    4555000 | #Constraints:      59377
3449.95/3468.33	c #Conflicts:    4556000 | #Constraints:      60377
3449.95/3468.33	c #Conflicts:    4557000 | #Constraints:      61377
3449.95/3468.33	c #Conflicts:    4558000 | #Constraints:      62377
3449.95/3468.33	c #Conflicts:    4559000 | #Constraints:      63377
3449.95/3468.33	c #Conflicts:    4560000 | #Constraints:      64377
3449.95/3468.33	c #Conflicts:    4561000 | #Constraints:      65377
3449.95/3468.33	c #Conflicts:    4562000 | #Constraints:      66377
3449.95/3468.33	c #Conflicts:    4563000 | #Constraints:      67377
3449.95/3468.33	c #Conflicts:    4564000 | #Constraints:      68377
3449.95/3468.33	c #Conflicts:    4565000 | #Constraints:      69377
3449.95/3468.33	c #Conflicts:    4566000 | #Constraints:      70377
3449.95/3468.33	c #Conflicts:    4567000 | #Constraints:      71377
3449.95/3468.33	c #Conflicts:    4568000 | #Constraints:      72377
3449.95/3468.33	c #Conflicts:    4569000 | #Constraints:      73377
3449.95/3468.33	c #Conflicts:    4570000 | #Constraints:      74377
3449.95/3468.33	c #Conflicts:    4571000 | #Constraints:      75377
3449.95/3468.33	c #Conflicts:    4572000 | #Constraints:      76377
3449.95/3468.33	c #Conflicts:    4573000 | #Constraints:      77377
3449.95/3468.33	c #Conflicts:    4574000 | #Constraints:      78377
3449.95/3468.33	c #Conflicts:    4575000 | #Constraints:      79377
3449.95/3468.33	c #Conflicts:    4576000 | #Constraints:      80377
3449.95/3468.33	c #Conflicts:    4577000 | #Constraints:      81377
3449.95/3468.33	c #Conflicts:    4578000 | #Constraints:      82377
3449.95/3468.33	c #Conflicts:    4579000 | #Constraints:      83377
3449.95/3468.33	c #Conflicts:    4580000 | #Constraints:      84377
3449.95/3468.33	c #Conflicts:    4581000 | #Constraints:      85377
3449.95/3468.33	c #Conflicts:    4582000 | #Constraints:      86377
3449.95/3468.33	c #Conflicts:    4583000 | #Constraints:      87377
3449.95/3468.33	c #Conflicts:    4584000 | #Constraints:      88377
3449.95/3468.33	c #Conflicts:    4585000 | #Constraints:      89377
3449.95/3468.33	c #Conflicts:    4586000 | #Constraints:      90377
3449.95/3468.33	c #Conflicts:    4587000 | #Constraints:      91377
3449.95/3468.33	c #Conflicts:    4588000 | #Constraints:      92377
3449.95/3468.33	c #Conflicts:    4589000 | #Constraints:      93377
3449.95/3468.33	c #Conflicts:    4590000 | #Constraints:      94377
3449.95/3468.33	c #Conflicts:    4591000 | #Constraints:      95377
3449.95/3468.33	c #Conflicts:    4592000 | #Constraints:      96377
3449.95/3468.33	c INPROCESSING
3449.95/3468.33	c GARBAGE COLLECT
3449.95/3468.33	c #Conflicts:    4593000 | #Constraints:      53472
3449.95/3468.33	c #Conflicts:    4594000 | #Constraints:      54472
3449.95/3468.33	c #Conflicts:    4595000 | #Constraints:      55472
3449.95/3468.33	c #Conflicts:    4596000 | #Constraints:      56472
3449.95/3468.33	c #Conflicts:    4597000 | #Constraints:      57472
3449.95/3468.33	c #Conflicts:    4598000 | #Constraints:      58472
3449.95/3468.33	c #Conflicts:    4599000 | #Constraints:      59472
3449.95/3468.33	c #Conflicts:    4600000 | #Constraints:      60472
3449.95/3468.33	c #Conflicts:    4601000 | #Constraints:      61472
3449.95/3468.33	c #Conflicts:    4602000 | #Constraints:      62472
3449.95/3468.33	c #Conflicts:    4603000 | #Constraints:      63473
3449.95/3468.33	c #Conflicts:    4604000 | #Constraints:      64473
3449.95/3468.33	c #Conflicts:    4605000 | #Constraints:      65473
3449.95/3468.33	c #Conflicts:    4606000 | #Constraints:      66473
3449.95/3468.33	c #Conflicts:    4607000 | #Constraints:      67473
3449.95/3468.33	c #Conflicts:    4608000 | #Constraints:      68473
3449.95/3468.33	c #Conflicts:    4609000 | #Constraints:      69473
3449.95/3468.33	c #Conflicts:    4610000 | #Constraints:      70473
3449.95/3468.33	c #Conflicts:    4611000 | #Constraints:      71473
3449.95/3468.33	c #Conflicts:    4612000 | #Constraints:      72473
3449.95/3468.33	c #Conflicts:    4613000 | #Constraints:      73473
3449.95/3468.33	c #Conflicts:    4614000 | #Constraints:      74474
3570.67/3589.52	c #Conflicts:    4615000 | #Constraints:      75476
3570.67/3589.52	c #Conflicts:    4616000 | #Constraints:      76476
3570.67/3589.52	c #Conflicts:    4617000 | #Constraints:      77476
3570.67/3589.52	c #Conflicts:    4618000 | #Constraints:      78479
3570.67/3589.52	c #Conflicts:    4619000 | #Constraints:      79524
3570.67/3589.52	c #Conflicts:    4620000 | #Constraints:      80944
3570.67/3589.52	c #Conflicts:    4621000 | #Constraints:      81950
3570.67/3589.52	c #Conflicts:    4622000 | #Constraints:      82953
3570.67/3589.52	c #Conflicts:    4623000 | #Constraints:      83957
3570.67/3589.52	c #Conflicts:    4624000 | #Constraints:      84960
3570.67/3589.52	c #Conflicts:    4625000 | #Constraints:      85960
3570.67/3589.52	c #Conflicts:    4626000 | #Constraints:      86960
3570.67/3589.52	c #Conflicts:    4627000 | #Constraints:      87960
3570.67/3589.52	c #Conflicts:    4628000 | #Constraints:      88960
3570.67/3589.52	c #Conflicts:    4629000 | #Constraints:      89960
3570.67/3589.52	c #Conflicts:    4630000 | #Constraints:      90960
3570.67/3589.52	c #Conflicts:    4631000 | #Constraints:      91960
3570.67/3589.52	c #Conflicts:    4632000 | #Constraints:      92960
3570.67/3589.52	c #Conflicts:    4633000 | #Constraints:      93960
3570.67/3589.52	c #Conflicts:    4634000 | #Constraints:      94960
3570.67/3589.52	c #Conflicts:    4635000 | #Constraints:      95960
3570.67/3589.52	c INPROCESSING
3570.67/3589.52	c GARBAGE COLLECT
3570.67/3589.52	c #Conflicts:    4636000 | #Constraints:      53257
3570.67/3589.52	c #Conflicts:    4637000 | #Constraints:      54258
3570.67/3589.52	c #Conflicts:    4638000 | #Constraints:      55259
3570.67/3589.52	c #Conflicts:    4639000 | #Constraints:      56259
3570.67/3589.52	c #Conflicts:    4640000 | #Constraints:      57259
3570.67/3589.52	c #Conflicts:    4641000 | #Constraints:      58259
3570.67/3589.52	c #Conflicts:    4642000 | #Constraints:      59259
3570.67/3589.52	c #Conflicts:    4643000 | #Constraints:      60260
3570.67/3589.52	c #Conflicts:    4644000 | #Constraints:      61260
3570.67/3589.52	c #Conflicts:    4645000 | #Constraints:      62260
3570.67/3589.52	c #Conflicts:    4646000 | #Constraints:      63260
3570.67/3589.52	c #Conflicts:    4647000 | #Constraints:      64260
3570.67/3589.52	c #Conflicts:    4648000 | #Constraints:      65260
3570.67/3589.52	c #Conflicts:    4649000 | #Constraints:      66260
3570.67/3589.52	c #Conflicts:    4650000 | #Constraints:      67260
3570.67/3589.52	c #Conflicts:    4651000 | #Constraints:      68260
3570.67/3589.52	c #Conflicts:    4652000 | #Constraints:      69260
3570.67/3589.52	c #Conflicts:    4653000 | #Constraints:      70260
3570.67/3589.52	c #Conflicts:    4654000 | #Constraints:      71260
3570.67/3589.52	c #Conflicts:    4655000 | #Constraints:      72260
3570.67/3589.52	c #Conflicts:    4656000 | #Constraints:      73260
3570.67/3589.52	c #Conflicts:    4657000 | #Constraints:      74260
3570.67/3589.52	c #Conflicts:    4658000 | #Constraints:      75260
3570.67/3589.52	c #Conflicts:    4659000 | #Constraints:      76260
3570.67/3589.52	c #Conflicts:    4660000 | #Constraints:      77261
3570.67/3589.52	c #Conflicts:    4661000 | #Constraints:      78261
3570.67/3589.52	c #Conflicts:    4662000 | #Constraints:      79261
3570.67/3589.52	c #Conflicts:    4663000 | #Constraints:      80261
3570.67/3589.52	c #Conflicts:    4664000 | #Constraints:      81261
3570.67/3589.52	c #Conflicts:    4665000 | #Constraints:      82261
3570.67/3589.52	c #Conflicts:    4666000 | #Constraints:      83261
3570.67/3589.52	c #Conflicts:    4667000 | #Constraints:      84261
3570.67/3589.52	c #Conflicts:    4668000 | #Constraints:      85261
3570.67/3589.52	c #Conflicts:    4669000 | #Constraints:      86261
3570.67/3589.52	c #Conflicts:    4670000 | #Constraints:      87261
3570.67/3589.52	c #Conflicts:    4671000 | #Constraints:      88261
3570.67/3589.52	c #Conflicts:    4672000 | #Constraints:      89261
3570.67/3589.52	c #Conflicts:    4673000 | #Constraints:      90261
3570.67/3589.52	c #Conflicts:    4674000 | #Constraints:      91262
3570.67/3589.52	c #Conflicts:    4675000 | #Constraints:      92262
3570.67/3589.52	c #Conflicts:    4676000 | #Constraints:      93262
3570.67/3589.52	c #Conflicts:    4677000 | #Constraints:      94262
3570.67/3589.52	c #Conflicts:    4678000 | #Constraints:      95262
3570.67/3589.52	c INPROCESSING
3570.67/3589.52	c GARBAGE COLLECT
3570.67/3589.52	c #Conflicts:    4679000 | #Constraints:      52826
3570.67/3589.52	c #Conflicts:    4680000 | #Constraints:      53827
3570.67/3589.52	c #Conflicts:    4681000 | #Constraints:      54827
3570.67/3589.52	c #Conflicts:    4682000 | #Constraints:      55827
3570.67/3589.52	c #Conflicts:    4683000 | #Constraints:      56827
3570.67/3589.52	c #Conflicts:    4684000 | #Constraints:      57827
3570.67/3589.52	c #Conflicts:    4685000 | #Constraints:      58827
3570.67/3589.52	c #Conflicts:    4686000 | #Constraints:      59827
3570.67/3589.52	c #Conflicts:    4687000 | #Constraints:      60827
3570.67/3589.52	c #Conflicts:    4688000 | #Constraints:      61827
3570.67/3589.52	c #Conflicts:    4689000 | #Constraints:      62828
3570.67/3589.52	c #Conflicts:    4690000 | #Constraints:      63828
3570.67/3589.52	c #Conflicts:    4691000 | #Constraints:      64828
3600.06/3619.00	c #Conflicts:    4692000 | #Constraints:      65828
3600.06/3619.00	c #Conflicts:    4693000 | #Constraints:      66828
3600.06/3619.00	c #Conflicts:    4694000 | #Constraints:      67828
3600.06/3619.00	c #Conflicts:    4695000 | #Constraints:      68828
3600.06/3619.00	c #Conflicts:    4696000 | #Constraints:      69828
3600.06/3619.00	c #Conflicts:    4697000 | #Constraints:      70838
3600.06/3619.00	c #Conflicts:    4698000 | #Constraints:      71961
3600.06/3619.00	c #Conflicts:    4699000 | #Constraints:      72961
3600.06/3619.00	c #Conflicts:    4700000 | #Constraints:      73961
3600.06/3619.00	c #Conflicts:    4701000 | #Constraints:      74961
3600.06/3619.00	c #Conflicts:    4702000 | #Constraints:      75961
3600.06/3619.00	c #Conflicts:    4703000 | #Constraints:      76962
3600.06/3619.00	c #Conflicts:    4704000 | #Constraints:      77962
3600.06/3619.00	c cpu time 3563.51 s
3600.06/3619.00	c deterministic time 191998395732 1.92e+11
3600.06/3619.00	c optimization time 41.4991 s
3600.06/3619.00	c total solve time 3521.96 s
3600.06/3619.00	c core-guided solve time 0 s
3600.06/3619.00	c propagation time 2279.12 s
3600.06/3619.00	c conflict analysis time 1077.24 s
3600.06/3619.00	c propagations 660921968
3600.06/3619.00	c resolve steps 152103812
3600.06/3619.00	c decisions 13435584
3600.06/3619.00	c conflicts 4704847
3600.06/3619.00	c restarts 8188
3600.06/3619.00	c inprocessing phases 207
3600.06/3619.00	c garbage collections 207 ,( 100.00 )
3600.06/3619.00	c input clauses 7358 ,( 81.04 )
3600.06/3619.00	c input cardinalities 0 ,( 0.00 )
3600.06/3619.00	c input general constraints 1722 ,( 18.96 )
3600.06/3619.00	c input average constraint length 4.49
3600.06/3619.00	c input average constraint degree 1.87
3600.06/3619.00	c learned clauses 2030483 ,( 42.60 )
3600.06/3619.00	c learned cardinalities 918 ,( 0.02 )
3600.06/3619.00	c learned general constraints 2734932 ,( 57.38 )
3600.06/3619.00	c learned average constraint length 187.77
3600.06/3619.00	c learned average constraint degree 19418229.27
3600.06/3619.00	c watched  CF 32, 64, 128, Arb: 817757 , 0 , 0 , 0
3600.06/3619.00	c counting CF 32, 64, 128, Arb: 1918897 , 0 , 0 , 0
3600.06/3619.00	c watched   constraints 817757 ,( 29.88 ) 
3600.06/3619.00	c counting  constraints 1918897 ,( 70.12 ) 
3600.06/3619.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 946903972 , 2569706 , 22197548932 ,( 1059977876 , 21137571056 )
3600.06/3619.00	c gcd simplifications 408605
3600.06/3619.00	c detected cardinalities 44
3600.06/3619.00	c weakened non-implied lits 121689821
3600.06/3619.00	c weakened non-implying lits 1278886
3600.06/3619.00	c original variables 4128
3600.06/3619.00	c clausal propagations 157971375
3600.06/3619.00	c cardinality propagations 45607
3600.06/3619.00	c watched propagations 2836234
3600.06/3619.00	c counting propagations 495131034
3600.06/3619.00	c watch lookups 106348991431
3600.06/3619.00	c watch backjump lookups 0
3600.06/3619.00	c watch checks 41310496279
3600.06/3619.00	c propagation checks 40397877400
3600.06/3619.00	c constraint additions 2586674622
3600.06/3619.00	c trail pops 679058827
3600.06/3619.00	c formula constraints 9080
3600.06/3619.00	c learned constraints 4704843
3600.06/3619.00	c bound constraints 0
3600.06/3619.00	c core-guided constraints 0
3600.06/3619.00	c encountered formula constraints 115032263
3600.06/3619.00	c encountered learned constraints 41715925
3600.06/3619.00	c encountered bound constraints 0
3600.06/3619.00	c encountered core-guided constraints 0
3600.06/3619.00	c LP total time 258.815 s
3600.06/3619.00	c LP solve time 230.9 s
3600.06/3619.00	c LP constraints added 9464
3600.06/3619.00	c LP constraints removed 84
3600.06/3619.00	c LP pivots internal 470729
3600.06/3619.00	c LP pivots root 468891
3600.06/3619.00	c LP calls 77768
3600.06/3619.00	c LP optimalities 14
3600.06/3619.00	c LP no pivot count 0
3600.06/3619.00	c LP infeasibilities 77565
3600.06/3619.00	c LP valid Farkas constraints 61446
3600.06/3619.00	c LP learned Farkas constraints 3
3600.06/3619.00	c LP basis resets 185
3600.06/3619.00	c LP cycling count 0
3600.06/3619.00	c LP singular count 184
3600.06/3619.00	c LP no primal count 0
3600.06/3619.00	c LP no farkas count 1
3600.06/3619.00	c LP other issue count 0
3600.06/3619.00	c LP Gomory cuts 41
3600.06/3619.00	c LP learned cuts 343
3600.06/3619.00	c LP deleted cuts 84
3600.06/3619.00	c LP encountered Gomory constraints 4812
3600.06/3619.00	c LP encountered Farkas constraints 55655
3600.06/3619.00	c LP encountered learned Farkas constraints 1
3600.06/3619.00	c CG auxiliary variables introduced 0
3600.06/3619.00	c CG solutions found 0
3600.06/3619.00	c CG cores constructed 0
3600.06/3619.00	c CG core cardinality constraints returned 0
3600.06/3619.00	c CG unit cores 0
3600.06/3619.00	c CG single cores 0
3600.06/3619.00	c CG blocks removed during cardinality reduction 0
3600.06/3619.00	c CG first core best 0
3600.06/3619.00	c CG decision core best 0
3600.06/3619.00	c CG core reduction tie 0
3600.06/3619.00	c CG core degree average 0.00
3600.06/3619.00	c CG core slack average 0.00
3600.06/3619.00	c CG core upper bound improvements 0
3600.06/3619.00	c STR number of successful calls 0
3600.06/3619.00	c STR number of unsuccessful calls 0
3600.06/3619.00	c STR number of inconclusive calls 0
3600.06/3619.00	c STR number of successful attempts 0
3600.06/3619.00	c STR number of unsuccessful attempts 0
3600.06/3619.00	c STR number of inconclusive attempts 0
3600.06/3619.00	c STR average degree increase per successful call inf
3600.06/3619.00	c STR average degree increase per successful attempt inf
3600.06/3619.00	c STR total number of conflicts for successful attempts 0
3600.06/3619.00	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3619.00	c STR total number of conflicts for inconclusive attempts 0
3600.06/3619.00	c STR average number of conflicts per successful attempt inf
3600.06/3619.00	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3619.00	c STR average number of conflicts per inconclusive attempt inf
3600.06/3619.00	c AVG.sumWPerc 55.72 
3600.06/3619.00	c bigint constraints 0 
3600.06/3619.00	s UNKNOWN
3600.06/3619.00	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100066 s]*
/proc/loadavg: 4.18 4.18 4.12 5/271 24590
/proc/meminfo: memFree=110487372/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=67668 memory=22068 CPUtime=0.05 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 3049 0 0 0 4 1 0 0 20 0 1 0 36162348 69292032 5517 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 16917 5517 2272 1147 0 4344 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 71860 KiB
Current children cumulated memory: 25012 KiB

[startup+0.205766 s]*
/proc/loadavg: 4.18 4.18 4.12 5/271 24590
/proc/meminfo: memFree=110476976/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=76080 memory=30504 CPUtime=0.15 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 5181 0 0 0 14 1 0 0 20 0 1 0 36162348 77905920 7626 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 19020 7626 2304 1147 0 6447 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 80272 KiB
Current children cumulated memory: 33448 KiB

[startup+0.305767 s]*
/proc/loadavg: 4.18 4.18 4.12 5/271 24590
/proc/meminfo: memFree=110476976/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=77164 memory=31656 CPUtime=0.25 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 5452 0 0 0 23 2 0 0 20 0 1 0 36162348 79015936 7914 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 19291 7914 2336 1147 0 6718 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 81356 KiB
Current children cumulated memory: 34600 KiB

[startup+0.700164 s]
/proc/loadavg: 4.18 4.18 4.12 5/271 24590
/proc/meminfo: memFree=110476976/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=77744 memory=32680 CPUtime=0.64 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 5673 0 0 0 59 5 0 0 20 0 1 0 36162348 79609856 8170 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 19436 8170 2368 1147 0 6863 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 81936 KiB
Current children cumulated memory: 35624 KiB

[startup+1.50021 s]
/proc/loadavg: 4.18 4.18 4.12 5/271 24590
/proc/meminfo: memFree=110453036/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=79620 memory=34472 CPUtime=1.44 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 6124 0 0 0 136 8 0 0 20 0 1 0 36162348 81530880 8618 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 19905 8618 2368 1147 0 7332 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 83812 KiB
Current children cumulated memory: 37416 KiB

[startup+3.10554 s]
/proc/loadavg: 4.18 4.18 4.12 5/271 24590
/proc/meminfo: memFree=110434152/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=82184 memory=38972 CPUtime=3.04 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 6731 0 0 0 289 15 0 0 20 0 1 0 36162348 84156416 9743 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 20546 9743 2368 1147 0 7973 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 86376 KiB
Current children cumulated memory: 41916 KiB

[startup+6.30018 s]
/proc/loadavg: 4.16 4.17 4.12 5/271 24590
/proc/meminfo: memFree=110411264/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=85504 memory=41788 CPUtime=6.23 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 7448 0 0 0 596 27 0 0 20 0 1 0 36162348 87556096 10447 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 21376 10447 2368 1147 0 8803 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 89696 KiB
Current children cumulated memory: 44732 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.17 4.12 5/271 24590
/proc/meminfo: memFree=110324096/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=99848 memory=54972 CPUtime=12.6 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 10775 0 0 0 1215 45 0 0 20 0 1 0 36162348 102244352 13743 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 24962 13743 2368 1147 0 12389 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 104040 KiB
Current children cumulated memory: 57916 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.16 4.12 5/271 24590
/proc/meminfo: memFree=110162156/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=119036 memory=73040 CPUtime=25.37 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 14806 0 0 0 2458 79 0 0 20 0 1 0 36162348 121892864 18260 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 29759 18260 2368 1147 0 17186 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 123228 KiB
Current children cumulated memory: 75984 KiB

[startup+51.1056 s]
/proc/loadavg: 4.14 4.16 4.12 5/271 24591
/proc/meminfo: memFree=109831184/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=143884 memory=96080 CPUtime=50.76 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 20426 0 0 0 4930 146 0 0 20 0 1 0 36162348 147337216 24020 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 35971 24020 2496 1147 0 23398 0
Current children cumulated CPU time: 50.77 s
Current children cumulated vsize: 148076 KiB
Current children cumulated memory: 99024 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/272 24594
/proc/meminfo: memFree=109251340/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=195088 memory=134640 CPUtime=100.92 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 28550 0 0 0 9850 242 0 0 20 0 1 0 36162348 199770112 33660 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 48772 33660 2496 1147 0 36199 0
Current children cumulated CPU time: 100.93 s
Current children cumulated vsize: 199280 KiB
Current children cumulated memory: 137584 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.14 4.11 5/272 24598
/proc/meminfo: memFree=108703264/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=209840 memory=149744 CPUtime=160.65 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 32366 0 0 0 15717 348 0 0 20 0 1 0 36162348 214876160 37436 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 52460 37436 2496 1147 0 39887 0
Current children cumulated CPU time: 160.66 s
Current children cumulated vsize: 214032 KiB
Current children cumulated memory: 152688 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.14 4.11 5/272 24602
/proc/meminfo: memFree=108078364/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=248156 memory=193236 CPUtime=220.34 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 41185 0 0 0 21620 414 0 0 20 0 1 0 36162348 254111744 48309 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 62039 48309 2496 1147 0 49466 0

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

/proc/24590/statm: 168131 144301 2496 1147 0 155558 0
Current children cumulated CPU time: 3026.16 s
Current children cumulated vsize: 676716 KiB
Current children cumulated memory: 580148 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/271 24942
/proc/meminfo: memFree=105580748/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=673500 memory=578100 CPUtime=3085.84 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 112681 0 0 0 305321 3263 0 0 20 0 1 0 36162348 689664000 144525 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 168375 144525 2496 1147 0 155802 0
Current children cumulated CPU time: 3085.85 s
Current children cumulated vsize: 677692 KiB
Current children cumulated memory: 581044 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 24944
/proc/meminfo: memFree=104932372/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=673500 memory=578100 CPUtime=3145.53 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 112686 0 0 0 311228 3325 0 0 20 0 1 0 36162348 689664000 144525 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 168375 144525 2496 1147 0 155802 0
Current children cumulated CPU time: 3145.54 s
Current children cumulated vsize: 677692 KiB
Current children cumulated memory: 581044 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/270 24948
/proc/meminfo: memFree=104263592/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=673500 memory=578100 CPUtime=3205.24 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 112688 0 0 0 317154 3370 0 0 20 0 1 0 36162348 689664000 144525 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 168375 144525 2496 1147 0 155802 0
Current children cumulated CPU time: 3205.25 s
Current children cumulated vsize: 677692 KiB
Current children cumulated memory: 581044 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/270 24952
/proc/meminfo: memFree=103647788/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=673500 memory=578100 CPUtime=3264.96 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 112690 0 0 0 323062 3434 0 0 20 0 1 0 36162348 689664000 144525 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 168375 144525 2496 1147 0 155802 0
Current children cumulated CPU time: 3264.97 s
Current children cumulated vsize: 677692 KiB
Current children cumulated memory: 581044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 24954
/proc/meminfo: memFree=103044676/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=673500 memory=578100 CPUtime=3324.66 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 112690 0 0 0 328965 3501 0 0 20 0 1 0 36162348 689664000 144525 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 168375 144525 2496 1147 0 155802 0
Current children cumulated CPU time: 3324.67 s
Current children cumulated vsize: 677692 KiB
Current children cumulated memory: 581044 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/271 24957
/proc/meminfo: memFree=102465044/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=677916 memory=582580 CPUtime=3384.25 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 113795 0 0 0 334874 3551 0 0 20 0 1 0 36162348 694185984 145645 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 169479 145645 2496 1147 0 156906 0
Current children cumulated CPU time: 3384.26 s
Current children cumulated vsize: 682108 KiB
Current children cumulated memory: 585524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/271 24959
/proc/meminfo: memFree=101915404/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=680912 memory=585524 CPUtime=3443.96 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 114545 0 0 0 340811 3585 0 0 20 0 1 0 36162348 697253888 146381 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 170228 146381 2496 1147 0 157655 0
Current children cumulated CPU time: 3443.97 s
Current children cumulated vsize: 685104 KiB
Current children cumulated memory: 588468 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/271 24961
/proc/meminfo: memFree=101422568/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=682808 memory=599724 CPUtime=3503.7 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 115035 0 0 0 346752 3618 0 0 20 0 1 0 36162348 699195392 149931 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 170702 149931 2496 1147 0 158129 0
Current children cumulated CPU time: 3503.71 s
Current children cumulated vsize: 687000 KiB
Current children cumulated memory: 602668 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/270 24965
/proc/meminfo: memFree=100926120/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=693596 memory=609068 CPUtime=3563.48 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 117359 0 0 0 352708 3640 0 0 20 0 1 0 36162348 710242304 152267 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 173399 152267 2496 1147 0 160826 0
Current children cumulated CPU time: 3563.49 s
Current children cumulated vsize: 697788 KiB
Current children cumulated memory: 612012 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619 s]*
/proc/loadavg: 4.15 4.10 4.09 5/270 24967
/proc/meminfo: memFree=100587204/131249996 swapFree=33010684/33010684
[pid=24587] ppid=24584 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/24587/stat : 24587 (run-dec-break-l) S 24584 24587 21214 0 -1 4194304 239 3067 0 0 0 0 1 0 20 0 1 0 36162345 4292608 736 18446744073709551615 94428688572416 94428689466949 140732779041312 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94428689706000 94428689753744 94428708274176 140732779043093 140732779043294 140732779043294 140732779048896 0
/proc/24587/statm: 1048 736 672 219 0 110 0
[pid=24590] ppid=24587 vsize=693772 memory=609068 CPUtime=3600.05 cores=4,6
/proc/24590/stat : 24590 (roundingsat) R 24587 24587 21214 0 -1 4194304 117402 0 0 0 356351 3654 0 0 20 0 1 0 36162348 710422528 152267 18446744073709551615 4227072 8923433 140726510188016 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 43397120 140726510192884 140726510193192 140726510193192 140726510198762 0
/proc/24590/statm: 173443 152267 2496 1147 0 160870 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 697964 KiB
Current children cumulated memory: 612012 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.011408 s, system=0.009787 s

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

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

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

Child status: 2

Real time (s): 3619.06
CPU time (s): 3600.09
CPU user time (s): 3563.53
CPU system time (s): 36.5589
CPU usage (%): 99.4758
Max. virtual memory (cumulated for all children) (KiB): 697964
Max. memory (cumulated for all children) (KiB): 612012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.53
system time used= 36.5589
maximum resident set size= 609196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120726
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18456784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1197
involuntary context switches= 6622


# summary of solver processes directly reported to runsolver:
#   pid: 24587,24590
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3563.53
#   total CPU system time (s): 36.5589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.81483 second user time and 15.9388 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 15:47:08
IDJOB=4513011
IDBENCH=162247
IDSOLVER=3358
FILE ID=nodeC030/4513011-1751204828
RUNJOBID= nodeC030-1751197546-21225
SLURM_JOB_ID= 9587610
Free space on /tmp= 433012 MiB

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

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

MD5SUM BENCH= 62b9b3a7043eef7698d06bd9353a3da3
RANDOM SEED=721108749

nodeC030 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		: 3600.333
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	: 7000.62
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		: 3600.383
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.830
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	: 7000.62
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		: 3642.681
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	: 7000.62
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		: 3600.354
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	: 7000.62
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.330
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	: 7000.62
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		: 3602.278
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	: 7000.62
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		: 3671.979
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110499756 kB
MemAvailable:   128406416 kB
Buffers:            3280 kB
Cached:         18692904 kB
SwapCached:            0 kB
Active:          1717800 kB
Inactive:       18436064 kB
Active(anon):    1475844 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file): 18436064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            147324 kB
Writeback:             0 kB
AnonPages:       1459100 kB
Mapped:           117536 kB
Shmem:             18064 kB
KReclaimable:     135356 kB
Slab:             226804 kB
SReclaimable:     135356 kB
SUnreclaim:        91448 kB
KernelStack:        4384 kB
PageTables:         6116 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1909664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1236992 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC030 at 2025-06-29 16:47:27