Trace number 4513010

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22ad? (TO) 3600.07 3610.01

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-4513010-1751204426.opb'
0.00/0.01	c 	read 0.38MB  (5.44ms)
0.00/0.01	c	 [cnf: #variables 4128 #clauses 8704 #duplicates 0 #arr 37113]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (5.79ms)
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.90ms)
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.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.99ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 62 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4513010-1751204426.opb.pre'
0.00/0.02	c 	wrote 0.38MB (1.06ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   5.79ms 36.97% approx_orbits
0.00/0.02	c                   5.44ms 34.71% parse
0.00/0.02	c                   1.99ms 12.69% detect_generic
0.00/0.02	c                   1.06ms  6.74% output
0.00/0.02	c                   0.90ms  5.75% detect_special
0.00/0.02	c                   0.37ms  2.34% other
0.00/0.02	c                   0.12ms  0.80% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  15.67ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.08	c #variables 4128 #constraints 9080
6.45/6.59	c #Conflicts:       1000 | #Constraints:      10080
6.45/6.59	c #Conflicts:       2000 | #Constraints:      11080
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c #Conflicts:       3000 | #Constraints:      10017
6.45/6.59	c #Conflicts:       4000 | #Constraints:      11017
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c #Conflicts:       5000 | #Constraints:      10447
6.45/6.59	c #Conflicts:       6000 | #Constraints:      11448
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c #Conflicts:       7000 | #Constraints:      10481
6.45/6.59	c #Conflicts:       8000 | #Constraints:      11481
6.45/6.59	c #Conflicts:       9000 | #Constraints:      12481
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c #Conflicts:      10000 | #Constraints:      11185
6.45/6.59	c #Conflicts:      11000 | #Constraints:      12185
6.45/6.59	c #Conflicts:      12000 | #Constraints:      13185
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c #Conflicts:      13000 | #Constraints:      11657
6.45/6.59	c #Conflicts:      14000 | #Constraints:      12657
6.45/6.59	c #Conflicts:      15000 | #Constraints:      13657
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c #Conflicts:      16000 | #Constraints:      11892
6.45/6.59	c #Conflicts:      17000 | #Constraints:      12892
6.45/6.59	c #Conflicts:      18000 | #Constraints:      13892
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c #Conflicts:      19000 | #Constraints:      11921
6.45/6.59	c #Conflicts:      20000 | #Constraints:      12921
6.45/6.59	c #Conflicts:      21000 | #Constraints:      13921
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c #Conflicts:      22000 | #Constraints:      11729
6.45/6.59	c #Conflicts:      23000 | #Constraints:      12729
6.45/6.59	c #Conflicts:      24000 | #Constraints:      13729
6.45/6.59	c #Conflicts:      25000 | #Constraints:      14729
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c #Conflicts:      26000 | #Constraints:      12336
6.45/6.59	c #Conflicts:      27000 | #Constraints:      13336
6.45/6.59	c #Conflicts:      28000 | #Constraints:      14336
6.45/6.59	c #Conflicts:      29000 | #Constraints:      15336
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c #Conflicts:      30000 | #Constraints:      12732
6.45/6.59	c #Conflicts:      31000 | #Constraints:      13732
6.45/6.59	c #Conflicts:      32000 | #Constraints:      14732
6.45/6.59	c #Conflicts:      33000 | #Constraints:      15732
6.45/6.59	c INPROCESSING
6.45/6.59	c GARBAGE COLLECT
6.45/6.59	c rational objective 627.454
25.10/25.29	c #Conflicts:      34000 | #Constraints:      12987
25.10/25.29	c #Conflicts:      35000 | #Constraints:      13987
25.10/25.29	c #Conflicts:      36000 | #Constraints:      14987
25.10/25.29	c #Conflicts:      37000 | #Constraints:      15987
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      38000 | #Constraints:      13008
25.10/25.29	c #Conflicts:      39000 | #Constraints:      14008
25.10/25.29	c #Conflicts:      40000 | #Constraints:      15008
25.10/25.29	c #Conflicts:      41000 | #Constraints:      16008
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      42000 | #Constraints:      12807
25.10/25.29	c #Conflicts:      43000 | #Constraints:      13807
25.10/25.29	c #Conflicts:      44000 | #Constraints:      14807
25.10/25.29	c #Conflicts:      45000 | #Constraints:      15807
25.10/25.29	c #Conflicts:      46000 | #Constraints:      16807
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      47000 | #Constraints:      13368
25.10/25.29	c #Conflicts:      48000 | #Constraints:      14368
25.10/25.29	c #Conflicts:      49000 | #Constraints:      15368
25.10/25.29	c #Conflicts:      50000 | #Constraints:      16368
25.10/25.29	c #Conflicts:      51000 | #Constraints:      17368
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      52000 | #Constraints:      13776
25.10/25.29	c #Conflicts:      53000 | #Constraints:      14776
25.10/25.29	c #Conflicts:      54000 | #Constraints:      15776
25.10/25.29	c #Conflicts:      55000 | #Constraints:      16776
25.10/25.29	c #Conflicts:      56000 | #Constraints:      17776
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      57000 | #Constraints:      13992
25.10/25.29	c #Conflicts:      58000 | #Constraints:      14992
25.10/25.29	c #Conflicts:      59000 | #Constraints:      15992
25.10/25.29	c #Conflicts:      60000 | #Constraints:      16992
25.10/25.29	c #Conflicts:      61000 | #Constraints:      17992
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      62000 | #Constraints:      14002
25.10/25.29	c #Conflicts:      63000 | #Constraints:      15002
25.10/25.29	c #Conflicts:      64000 | #Constraints:      16002
25.10/25.29	c #Conflicts:      65000 | #Constraints:      17002
25.10/25.29	c #Conflicts:      66000 | #Constraints:      18002
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      67000 | #Constraints:      13824
25.10/25.29	c #Conflicts:      68000 | #Constraints:      14824
25.10/25.29	c #Conflicts:      69000 | #Constraints:      15824
25.10/25.29	c #Conflicts:      70000 | #Constraints:      16824
25.10/25.29	c #Conflicts:      71000 | #Constraints:      17824
25.10/25.29	c #Conflicts:      72000 | #Constraints:      18824
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      73000 | #Constraints:      14426
25.10/25.29	c #Conflicts:      74000 | #Constraints:      15426
25.10/25.29	c #Conflicts:      75000 | #Constraints:      16426
25.10/25.29	c #Conflicts:      76000 | #Constraints:      17426
25.10/25.29	c #Conflicts:      77000 | #Constraints:      18426
25.10/25.29	c #Conflicts:      78000 | #Constraints:      19426
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      79000 | #Constraints:      14814
25.10/25.29	c #Conflicts:      80000 | #Constraints:      15814
25.10/25.29	c #Conflicts:      81000 | #Constraints:      16814
25.10/25.29	c #Conflicts:      82000 | #Constraints:      17814
25.10/25.29	c #Conflicts:      83000 | #Constraints:      18814
25.10/25.29	c #Conflicts:      84000 | #Constraints:      19814
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      85000 | #Constraints:      15038
25.10/25.29	c #Conflicts:      86000 | #Constraints:      16038
25.10/25.29	c #Conflicts:      87000 | #Constraints:      17038
25.10/25.29	c #Conflicts:      88000 | #Constraints:      18038
25.10/25.29	c #Conflicts:      89000 | #Constraints:      19038
25.10/25.29	c #Conflicts:      90000 | #Constraints:      20038
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      91000 | #Constraints:      15061
25.10/25.29	c #Conflicts:      92000 | #Constraints:      16061
25.10/25.29	c #Conflicts:      93000 | #Constraints:      17061
25.10/25.29	c #Conflicts:      94000 | #Constraints:      18061
25.10/25.29	c #Conflicts:      95000 | #Constraints:      19061
25.10/25.29	c #Conflicts:      96000 | #Constraints:      20061
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:      97000 | #Constraints:      14891
25.10/25.29	c #Conflicts:      98000 | #Constraints:      15891
25.10/25.29	c #Conflicts:      99000 | #Constraints:      16891
25.10/25.29	c #Conflicts:     100000 | #Constraints:      17891
25.10/25.29	c #Conflicts:     101000 | #Constraints:      18891
25.10/25.29	c #Conflicts:     102000 | #Constraints:      19891
25.10/25.29	c #Conflicts:     103000 | #Constraints:      20891
25.10/25.29	c INPROCESSING
25.10/25.29	c GARBAGE COLLECT
25.10/25.29	c #Conflicts:     104000 | #Constraints:      15427
39.56/39.70	c #Conflicts:     105000 | #Constraints:      16427
39.56/39.70	c #Conflicts:     106000 | #Constraints:      17427
39.56/39.70	c #Conflicts:     107000 | #Constraints:      18427
39.56/39.70	c #Conflicts:     108000 | #Constraints:      19427
39.56/39.70	c #Conflicts:     109000 | #Constraints:      20427
39.56/39.70	c #Conflicts:     110000 | #Constraints:      21427
39.56/39.70	c INPROCESSING
39.56/39.70	c GARBAGE COLLECT
39.56/39.70	c #Conflicts:     111000 | #Constraints:      15843
39.56/39.70	c #Conflicts:     112000 | #Constraints:      16843
39.56/39.70	c #Conflicts:     113000 | #Constraints:      17843
39.56/39.70	c #Conflicts:     114000 | #Constraints:      18843
39.56/39.70	c #Conflicts:     115000 | #Constraints:      19843
39.56/39.70	c #Conflicts:     116000 | #Constraints:      20843
39.56/39.70	c #Conflicts:     117000 | #Constraints:      21843
39.56/39.70	c INPROCESSING
39.56/39.70	c GARBAGE COLLECT
39.56/39.70	c #Conflicts:     118000 | #Constraints:      16056
39.56/39.70	c #Conflicts:     119000 | #Constraints:      17056
39.56/39.70	c #Conflicts:     120000 | #Constraints:      18056
39.56/39.70	c #Conflicts:     121000 | #Constraints:      19056
39.56/39.70	c #Conflicts:     122000 | #Constraints:      20056
39.56/39.70	c #Conflicts:     123000 | #Constraints:      21056
39.56/39.70	c #Conflicts:     124000 | #Constraints:      22056
39.56/39.70	c INPROCESSING
39.56/39.70	c GARBAGE COLLECT
39.56/39.70	c #Conflicts:     125000 | #Constraints:      16050
39.56/39.70	c #Conflicts:     126000 | #Constraints:      17050
39.56/39.70	c #Conflicts:     127000 | #Constraints:      18050
39.56/39.70	c #Conflicts:     128000 | #Constraints:      19050
39.56/39.70	c #Conflicts:     129000 | #Constraints:      20050
39.56/39.70	c #Conflicts:     130000 | #Constraints:      21050
39.56/39.70	c #Conflicts:     131000 | #Constraints:      22050
39.56/39.70	c INPROCESSING
39.56/39.70	c GARBAGE COLLECT
39.56/39.70	c #Conflicts:     132000 | #Constraints:      15851
39.56/39.70	c #Conflicts:     133000 | #Constraints:      16851
39.56/39.70	c #Conflicts:     134000 | #Constraints:      17851
39.56/39.70	c #Conflicts:     135000 | #Constraints:      18851
39.56/39.70	c #Conflicts:     136000 | #Constraints:      19851
39.56/39.70	c #Conflicts:     137000 | #Constraints:      20851
39.56/39.70	c #Conflicts:     138000 | #Constraints:      21851
39.56/39.70	c #Conflicts:     139000 | #Constraints:      22851
39.56/39.70	c INPROCESSING
39.56/39.70	c GARBAGE COLLECT
39.56/39.70	c #Conflicts:     140000 | #Constraints:      16499
39.56/39.70	c #Conflicts:     141000 | #Constraints:      17499
39.56/39.70	c #Conflicts:     142000 | #Constraints:      18499
39.56/39.70	c #Conflicts:     143000 | #Constraints:      19499
39.56/39.70	c #Conflicts:     144000 | #Constraints:      20499
39.56/39.70	c #Conflicts:     145000 | #Constraints:      21499
39.56/39.70	c #Conflicts:     146000 | #Constraints:      22499
39.56/39.70	c #Conflicts:     147000 | #Constraints:      23499
39.56/39.70	c INPROCESSING
39.56/39.70	c GARBAGE COLLECT
39.56/39.70	c #Conflicts:     148000 | #Constraints:      16917
39.56/39.70	c #Conflicts:     149000 | #Constraints:      17917
39.56/39.70	c #Conflicts:     150000 | #Constraints:      18917
39.56/39.70	c #Conflicts:     151000 | #Constraints:      19917
39.56/39.70	c #Conflicts:     152000 | #Constraints:      20917
39.56/39.70	c #Conflicts:     153000 | #Constraints:      21917
39.56/39.70	c #Conflicts:     154000 | #Constraints:      22917
39.56/39.70	c #Conflicts:     155000 | #Constraints:      23917
39.56/39.70	c INPROCESSING
39.56/39.70	c GARBAGE COLLECT
39.56/39.70	c #Conflicts:     156000 | #Constraints:      17094
39.56/39.70	c #Conflicts:     157000 | #Constraints:      18094
39.56/39.70	c #Conflicts:     158000 | #Constraints:      19094
39.56/39.70	c #Conflicts:     159000 | #Constraints:      20094
39.56/39.70	c #Conflicts:     160000 | #Constraints:      21094
39.56/39.70	c #Conflicts:     161000 | #Constraints:      22094
39.56/39.70	c #Conflicts:     162000 | #Constraints:      23094
39.56/39.70	c #Conflicts:     163000 | #Constraints:      24094
39.56/39.70	c INPROCESSING
39.56/39.70	c GARBAGE COLLECT
39.56/39.70	c rational objective 691.144
68.89/69.15	c #Conflicts:     164000 | #Constraints:      17102
68.89/69.15	c #Conflicts:     165000 | #Constraints:      18102
68.89/69.15	c #Conflicts:     166000 | #Constraints:      19102
68.89/69.15	c #Conflicts:     167000 | #Constraints:      20102
68.89/69.15	c #Conflicts:     168000 | #Constraints:      21102
68.89/69.15	c #Conflicts:     169000 | #Constraints:      22102
68.89/69.15	c #Conflicts:     170000 | #Constraints:      23102
68.89/69.15	c #Conflicts:     171000 | #Constraints:      24102
68.89/69.15	c INPROCESSING
68.89/69.15	c GARBAGE COLLECT
68.89/69.15	c #Conflicts:     172000 | #Constraints:      16868
68.89/69.15	c #Conflicts:     173000 | #Constraints:      17868
68.89/69.15	c #Conflicts:     174000 | #Constraints:      18868
68.89/69.15	c #Conflicts:     175000 | #Constraints:      19868
68.89/69.15	c #Conflicts:     176000 | #Constraints:      20868
68.89/69.15	c #Conflicts:     177000 | #Constraints:      21868
68.89/69.15	c #Conflicts:     178000 | #Constraints:      22868
68.89/69.15	c #Conflicts:     179000 | #Constraints:      23868
68.89/69.15	c #Conflicts:     180000 | #Constraints:      24868
68.89/69.15	c INPROCESSING
68.89/69.15	c GARBAGE COLLECT
68.89/69.15	c #Conflicts:     181000 | #Constraints:      17492
68.89/69.15	c #Conflicts:     182000 | #Constraints:      18492
68.89/69.15	c #Conflicts:     183000 | #Constraints:      19492
68.89/69.15	c #Conflicts:     184000 | #Constraints:      20492
68.89/69.15	c #Conflicts:     185000 | #Constraints:      21492
68.89/69.15	c #Conflicts:     186000 | #Constraints:      22492
68.89/69.15	c #Conflicts:     187000 | #Constraints:      23492
68.89/69.15	c #Conflicts:     188000 | #Constraints:      24492
68.89/69.15	c #Conflicts:     189000 | #Constraints:      25492
68.89/69.15	c INPROCESSING
68.89/69.15	c GARBAGE COLLECT
68.89/69.15	c #Conflicts:     190000 | #Constraints:      17911
68.89/69.15	c #Conflicts:     191000 | #Constraints:      18911
68.89/69.15	c #Conflicts:     192000 | #Constraints:      19911
68.89/69.15	c #Conflicts:     193000 | #Constraints:      20911
68.89/69.15	c #Conflicts:     194000 | #Constraints:      21911
68.89/69.15	c #Conflicts:     195000 | #Constraints:      22911
68.89/69.15	c #Conflicts:     196000 | #Constraints:      23911
68.89/69.15	c #Conflicts:     197000 | #Constraints:      24911
68.89/69.15	c #Conflicts:     198000 | #Constraints:      25911
68.89/69.15	c INPROCESSING
68.89/69.15	c GARBAGE COLLECT
68.89/69.15	c #Conflicts:     199000 | #Constraints:      18128
68.89/69.15	c #Conflicts:     200000 | #Constraints:      19128
68.89/69.15	c #Conflicts:     201000 | #Constraints:      20128
68.89/69.15	c #Conflicts:     202000 | #Constraints:      21128
68.89/69.15	c #Conflicts:     203000 | #Constraints:      22128
68.89/69.15	c #Conflicts:     204000 | #Constraints:      23128
68.89/69.15	c #Conflicts:     205000 | #Constraints:      24128
68.89/69.15	c #Conflicts:     206000 | #Constraints:      25128
68.89/69.15	c #Conflicts:     207000 | #Constraints:      26128
68.89/69.15	c INPROCESSING
68.89/69.15	c GARBAGE COLLECT
68.89/69.15	c #Conflicts:     208000 | #Constraints:      18129
68.89/69.15	c #Conflicts:     209000 | #Constraints:      19129
68.89/69.15	c #Conflicts:     210000 | #Constraints:      20130
68.89/69.15	c #Conflicts:     211000 | #Constraints:      21130
68.89/69.15	c #Conflicts:     212000 | #Constraints:      22130
68.89/69.15	c #Conflicts:     213000 | #Constraints:      23130
68.89/69.15	c #Conflicts:     214000 | #Constraints:      24130
68.89/69.15	c #Conflicts:     215000 | #Constraints:      25130
68.89/69.15	c #Conflicts:     216000 | #Constraints:      26130
68.89/69.15	c INPROCESSING
68.89/69.15	c GARBAGE COLLECT
68.89/69.15	c #Conflicts:     217000 | #Constraints:      17949
68.89/69.15	c #Conflicts:     218000 | #Constraints:      18949
68.89/69.15	c #Conflicts:     219000 | #Constraints:      20387
68.89/69.15	c #Conflicts:     220000 | #Constraints:      21887
68.89/69.15	c #Conflicts:     221000 | #Constraints:      23433
68.89/69.15	c #Conflicts:     222000 | #Constraints:      24945
68.89/69.15	c #Conflicts:     223000 | #Constraints:      26468
68.89/69.15	c #Conflicts:     224000 | #Constraints:      27987
68.89/69.15	c #Conflicts:     225000 | #Constraints:      29494
68.89/69.15	c #Conflicts:     226000 | #Constraints:      31023
68.89/69.15	c INPROCESSING
68.89/69.15	c GARBAGE COLLECT
68.89/69.15	c #Conflicts:     227000 | #Constraints:      20639
68.89/69.15	c #Conflicts:     228000 | #Constraints:      21639
68.89/69.15	c #Conflicts:     229000 | #Constraints:      22639
68.89/69.15	c #Conflicts:     230000 | #Constraints:      23639
68.89/69.15	c #Conflicts:     231000 | #Constraints:      24639
68.89/69.15	c #Conflicts:     232000 | #Constraints:      25639
68.89/69.15	c #Conflicts:     233000 | #Constraints:      26639
68.89/69.15	c #Conflicts:     234000 | #Constraints:      27639
68.89/69.15	c #Conflicts:     235000 | #Constraints:      28639
68.89/69.15	c #Conflicts:     236000 | #Constraints:      29639
68.89/69.15	c INPROCESSING
68.89/69.15	c GARBAGE COLLECT
68.89/69.15	c #Conflicts:     237000 | #Constraints:      19968
91.23/91.54	c #Conflicts:     238000 | #Constraints:      20968
91.23/91.54	c #Conflicts:     239000 | #Constraints:      21968
91.23/91.54	c #Conflicts:     240000 | #Constraints:      22968
91.23/91.54	c #Conflicts:     241000 | #Constraints:      23968
91.23/91.54	c #Conflicts:     242000 | #Constraints:      24968
91.23/91.54	c #Conflicts:     243000 | #Constraints:      25968
91.23/91.54	c #Conflicts:     244000 | #Constraints:      26968
91.23/91.54	c #Conflicts:     245000 | #Constraints:      27968
91.23/91.54	c #Conflicts:     246000 | #Constraints:      28968
91.23/91.54	c INPROCESSING
91.23/91.54	c GARBAGE COLLECT
91.23/91.54	c #Conflicts:     247000 | #Constraints:      19631
91.23/91.54	c #Conflicts:     248000 | #Constraints:      20631
91.23/91.54	c #Conflicts:     249000 | #Constraints:      21631
91.23/91.54	c #Conflicts:     250000 | #Constraints:      22631
91.23/91.54	c #Conflicts:     251000 | #Constraints:      23631
91.23/91.54	c #Conflicts:     252000 | #Constraints:      24631
91.23/91.54	c #Conflicts:     253000 | #Constraints:      25631
91.23/91.54	c #Conflicts:     254000 | #Constraints:      26631
91.23/91.54	c #Conflicts:     255000 | #Constraints:      27631
91.23/91.54	c #Conflicts:     256000 | #Constraints:      28631
91.23/91.54	c INPROCESSING
91.23/91.54	c GARBAGE COLLECT
91.23/91.54	c #Conflicts:     257000 | #Constraints:      19363
91.23/91.54	c #Conflicts:     258000 | #Constraints:      20363
91.23/91.54	c #Conflicts:     259000 | #Constraints:      21363
91.23/91.54	c #Conflicts:     260000 | #Constraints:      22363
91.23/91.54	c #Conflicts:     261000 | #Constraints:      23363
91.23/91.54	c #Conflicts:     262000 | #Constraints:      24363
91.23/91.54	c #Conflicts:     263000 | #Constraints:      25363
91.23/91.54	c #Conflicts:     264000 | #Constraints:      26363
91.23/91.54	c #Conflicts:     265000 | #Constraints:      27363
91.23/91.54	c #Conflicts:     266000 | #Constraints:      28363
91.23/91.54	c INPROCESSING
91.23/91.54	c GARBAGE COLLECT
91.23/91.54	c #Conflicts:     267000 | #Constraints:      19035
91.23/91.54	c #Conflicts:     268000 | #Constraints:      20035
91.23/91.54	c #Conflicts:     269000 | #Constraints:      21035
91.23/91.54	c #Conflicts:     270000 | #Constraints:      22035
91.23/91.54	c #Conflicts:     271000 | #Constraints:      23035
91.23/91.54	c #Conflicts:     272000 | #Constraints:      24035
91.23/91.54	c #Conflicts:     273000 | #Constraints:      25035
91.23/91.54	c #Conflicts:     274000 | #Constraints:      26035
91.23/91.54	c #Conflicts:     275000 | #Constraints:      27035
91.23/91.54	c #Conflicts:     276000 | #Constraints:      28035
91.23/91.54	c #Conflicts:     277000 | #Constraints:      29035
91.23/91.54	c INPROCESSING
91.23/91.54	c GARBAGE COLLECT
91.23/91.54	c #Conflicts:     278000 | #Constraints:      19575
91.23/91.54	c #Conflicts:     279000 | #Constraints:      20575
91.23/91.54	c #Conflicts:     280000 | #Constraints:      21575
91.23/91.54	c #Conflicts:     281000 | #Constraints:      22575
91.23/91.54	c #Conflicts:     282000 | #Constraints:      23575
91.23/91.54	c #Conflicts:     283000 | #Constraints:      24575
91.23/91.54	c #Conflicts:     284000 | #Constraints:      25575
91.23/91.54	c #Conflicts:     285000 | #Constraints:      26575
91.23/91.54	c #Conflicts:     286000 | #Constraints:      27575
91.23/91.54	c #Conflicts:     287000 | #Constraints:      28575
91.23/91.54	c #Conflicts:     288000 | #Constraints:      29575
91.23/91.54	c INPROCESSING
91.23/91.54	c GARBAGE COLLECT
91.23/91.54	c #Conflicts:     289000 | #Constraints:      19937
91.23/91.54	c #Conflicts:     290000 | #Constraints:      20937
91.23/91.54	c #Conflicts:     291000 | #Constraints:      21937
91.23/91.54	c #Conflicts:     292000 | #Constraints:      22937
91.23/91.54	c #Conflicts:     293000 | #Constraints:      23937
91.23/91.54	c #Conflicts:     294000 | #Constraints:      24937
91.23/91.54	c #Conflicts:     295000 | #Constraints:      25937
91.23/91.54	c #Conflicts:     296000 | #Constraints:      26938
91.23/91.54	c #Conflicts:     297000 | #Constraints:      27938
91.23/91.54	c #Conflicts:     298000 | #Constraints:      28938
91.23/91.54	c #Conflicts:     299000 | #Constraints:      29938
91.23/91.54	c INPROCESSING
91.23/91.54	c GARBAGE COLLECT
91.23/91.54	c #Conflicts:     300000 | #Constraints:      20121
91.23/91.54	c #Conflicts:     301000 | #Constraints:      21121
91.23/91.54	c #Conflicts:     302000 | #Constraints:      22121
91.23/91.54	c #Conflicts:     303000 | #Constraints:      23121
91.23/91.54	c #Conflicts:     304000 | #Constraints:      24121
91.23/91.54	c #Conflicts:     305000 | #Constraints:      25121
91.23/91.54	c #Conflicts:     306000 | #Constraints:      26121
91.23/91.54	c #Conflicts:     307000 | #Constraints:      27121
91.23/91.54	c #Conflicts:     308000 | #Constraints:      28121
91.23/91.54	c #Conflicts:     309000 | #Constraints:      29121
91.23/91.54	c #Conflicts:     310000 | #Constraints:      30121
91.23/91.54	c INPROCESSING
91.23/91.54	c GARBAGE COLLECT
91.23/91.54	c #Conflicts:     311000 | #Constraints:      20107
91.23/91.54	c #Conflicts:     312000 | #Constraints:      21107
118.36/118.75	c #Conflicts:     313000 | #Constraints:      22107
118.36/118.75	c #Conflicts:     314000 | #Constraints:      23107
118.36/118.75	c #Conflicts:     315000 | #Constraints:      24107
118.36/118.75	c #Conflicts:     316000 | #Constraints:      25107
118.36/118.75	c #Conflicts:     317000 | #Constraints:      26108
118.36/118.75	c #Conflicts:     318000 | #Constraints:      27108
118.36/118.75	c #Conflicts:     319000 | #Constraints:      28108
118.36/118.75	c #Conflicts:     320000 | #Constraints:      29108
118.36/118.75	c #Conflicts:     321000 | #Constraints:      30108
118.36/118.75	c INPROCESSING
118.36/118.75	c GARBAGE COLLECT
118.36/118.75	c #Conflicts:     322000 | #Constraints:      19915
118.36/118.75	c #Conflicts:     323000 | #Constraints:      20915
118.36/118.75	c #Conflicts:     324000 | #Constraints:      21915
118.36/118.75	c #Conflicts:     325000 | #Constraints:      22915
118.36/118.75	c #Conflicts:     326000 | #Constraints:      23928
118.36/118.75	c #Conflicts:     327000 | #Constraints:      24930
118.36/118.75	c #Conflicts:     328000 | #Constraints:      25930
118.36/118.75	c #Conflicts:     329000 | #Constraints:      26930
118.36/118.75	c #Conflicts:     330000 | #Constraints:      27930
118.36/118.75	c #Conflicts:     331000 | #Constraints:      28930
118.36/118.75	c #Conflicts:     332000 | #Constraints:      29930
118.36/118.75	c #Conflicts:     333000 | #Constraints:      30930
118.36/118.75	c INPROCESSING
118.36/118.75	c GARBAGE COLLECT
118.36/118.75	c #Conflicts:     334000 | #Constraints:      20508
118.36/118.75	c #Conflicts:     335000 | #Constraints:      21508
118.36/118.75	c #Conflicts:     336000 | #Constraints:      22508
118.36/118.75	c #Conflicts:     337000 | #Constraints:      23508
118.36/118.75	c #Conflicts:     338000 | #Constraints:      24508
118.36/118.75	c #Conflicts:     339000 | #Constraints:      25508
118.36/118.75	c #Conflicts:     340000 | #Constraints:      26508
118.36/118.75	c #Conflicts:     341000 | #Constraints:      27508
118.36/118.75	c #Conflicts:     342000 | #Constraints:      28508
118.36/118.75	c #Conflicts:     343000 | #Constraints:      29508
118.36/118.75	c #Conflicts:     344000 | #Constraints:      30508
118.36/118.75	c #Conflicts:     345000 | #Constraints:      31508
118.36/118.75	c INPROCESSING
118.36/118.75	c GARBAGE COLLECT
118.36/118.75	c #Conflicts:     346000 | #Constraints:      20909
118.36/118.75	c #Conflicts:     347000 | #Constraints:      21909
118.36/118.75	c #Conflicts:     348000 | #Constraints:      22909
118.36/118.75	c #Conflicts:     349000 | #Constraints:      23909
118.36/118.75	c #Conflicts:     350000 | #Constraints:      24910
118.36/118.75	c #Conflicts:     351000 | #Constraints:      25910
118.36/118.75	c #Conflicts:     352000 | #Constraints:      26910
118.36/118.75	c #Conflicts:     353000 | #Constraints:      27910
118.36/118.75	c #Conflicts:     354000 | #Constraints:      28910
118.36/118.75	c #Conflicts:     355000 | #Constraints:      29910
118.36/118.75	c #Conflicts:     356000 | #Constraints:      30910
118.36/118.75	c #Conflicts:     357000 | #Constraints:      31910
118.36/118.75	c INPROCESSING
118.36/118.75	c GARBAGE COLLECT
118.36/118.75	c #Conflicts:     358000 | #Constraints:      21099
118.36/118.75	c #Conflicts:     359000 | #Constraints:      22099
118.36/118.75	c #Conflicts:     360000 | #Constraints:      23099
118.36/118.75	c #Conflicts:     361000 | #Constraints:      24099
118.36/118.75	c #Conflicts:     362000 | #Constraints:      25099
118.36/118.75	c #Conflicts:     363000 | #Constraints:      26099
118.36/118.75	c #Conflicts:     364000 | #Constraints:      27099
118.36/118.75	c #Conflicts:     365000 | #Constraints:      28099
118.36/118.75	c #Conflicts:     366000 | #Constraints:      29099
118.36/118.75	c #Conflicts:     367000 | #Constraints:      30099
118.36/118.75	c #Conflicts:     368000 | #Constraints:      31099
118.36/118.75	c #Conflicts:     369000 | #Constraints:      32099
118.36/118.75	c INPROCESSING
118.36/118.75	c GARBAGE COLLECT
118.36/118.75	c #Conflicts:     370000 | #Constraints:      21136
118.36/118.75	c #Conflicts:     371000 | #Constraints:      22136
118.36/118.75	c #Conflicts:     372000 | #Constraints:      23136
118.36/118.75	c #Conflicts:     373000 | #Constraints:      24136
118.36/118.75	c #Conflicts:     374000 | #Constraints:      25136
118.36/118.75	c #Conflicts:     375000 | #Constraints:      26136
118.36/118.75	c #Conflicts:     376000 | #Constraints:      27136
118.36/118.75	c #Conflicts:     377000 | #Constraints:      28136
118.36/118.75	c #Conflicts:     378000 | #Constraints:      29136
118.36/118.75	c #Conflicts:     379000 | #Constraints:      30136
118.36/118.75	c #Conflicts:     380000 | #Constraints:      31136
118.36/118.75	c #Conflicts:     381000 | #Constraints:      32136
118.36/118.75	c INPROCESSING
118.36/118.75	c GARBAGE COLLECT
118.36/118.75	c #Conflicts:     382000 | #Constraints:      20937
118.36/118.75	c #Conflicts:     383000 | #Constraints:      21937
118.36/118.75	c #Conflicts:     384000 | #Constraints:      22937
118.36/118.75	c #Conflicts:     385000 | #Constraints:      23937
118.36/118.75	c #Conflicts:     386000 | #Constraints:      24937
156.57/157.02	c #Conflicts:     387000 | #Constraints:      25937
156.57/157.02	c #Conflicts:     388000 | #Constraints:      26937
156.57/157.02	c #Conflicts:     389000 | #Constraints:      27937
156.57/157.02	c #Conflicts:     390000 | #Constraints:      28937
156.57/157.02	c #Conflicts:     391000 | #Constraints:      29937
156.57/157.02	c #Conflicts:     392000 | #Constraints:      30937
156.57/157.02	c #Conflicts:     393000 | #Constraints:      31937
156.57/157.02	c #Conflicts:     394000 | #Constraints:      32937
156.57/157.02	c INPROCESSING
156.57/157.02	c GARBAGE COLLECT
156.57/157.02	c #Conflicts:     395000 | #Constraints:      21538
156.57/157.02	c #Conflicts:     396000 | #Constraints:      22538
156.57/157.02	c #Conflicts:     397000 | #Constraints:      23538
156.57/157.02	c #Conflicts:     398000 | #Constraints:      24538
156.57/157.02	c #Conflicts:     399000 | #Constraints:      25538
156.57/157.02	c #Conflicts:     400000 | #Constraints:      26538
156.57/157.02	c #Conflicts:     401000 | #Constraints:      27538
156.57/157.02	c #Conflicts:     402000 | #Constraints:      28538
156.57/157.02	c #Conflicts:     403000 | #Constraints:      29538
156.57/157.02	c #Conflicts:     404000 | #Constraints:      30538
156.57/157.02	c #Conflicts:     405000 | #Constraints:      31538
156.57/157.02	c #Conflicts:     406000 | #Constraints:      32538
156.57/157.02	c #Conflicts:     407000 | #Constraints:      33538
156.57/157.02	c INPROCESSING
156.57/157.02	c GARBAGE COLLECT
156.57/157.02	c #Conflicts:     408000 | #Constraints:      21926
156.57/157.02	c #Conflicts:     409000 | #Constraints:      22926
156.57/157.02	c #Conflicts:     410000 | #Constraints:      23926
156.57/157.02	c #Conflicts:     411000 | #Constraints:      24926
156.57/157.02	c #Conflicts:     412000 | #Constraints:      25926
156.57/157.02	c #Conflicts:     413000 | #Constraints:      26926
156.57/157.02	c #Conflicts:     414000 | #Constraints:      27926
156.57/157.02	c #Conflicts:     415000 | #Constraints:      28926
156.57/157.02	c #Conflicts:     416000 | #Constraints:      29926
156.57/157.02	c #Conflicts:     417000 | #Constraints:      30926
156.57/157.02	c #Conflicts:     418000 | #Constraints:      31926
156.57/157.02	c #Conflicts:     419000 | #Constraints:      32926
156.57/157.02	c #Conflicts:     420000 | #Constraints:      33926
156.57/157.02	c INPROCESSING
156.57/157.02	c GARBAGE COLLECT
156.57/157.02	c #Conflicts:     421000 | #Constraints:      22159
156.57/157.02	c #Conflicts:     422000 | #Constraints:      23159
156.57/157.02	c #Conflicts:     423000 | #Constraints:      24160
156.57/157.02	c #Conflicts:     424000 | #Constraints:      25160
156.57/157.02	c #Conflicts:     425000 | #Constraints:      26160
156.57/157.02	c #Conflicts:     426000 | #Constraints:      27160
156.57/157.02	c #Conflicts:     427000 | #Constraints:      28160
156.57/157.02	c #Conflicts:     428000 | #Constraints:      29160
156.57/157.02	c #Conflicts:     429000 | #Constraints:      30160
156.57/157.02	c #Conflicts:     430000 | #Constraints:      31160
156.57/157.02	c #Conflicts:     431000 | #Constraints:      32160
156.57/157.02	c #Conflicts:     432000 | #Constraints:      33160
156.57/157.02	c #Conflicts:     433000 | #Constraints:      34160
156.57/157.02	c INPROCESSING
156.57/157.02	c GARBAGE COLLECT
156.57/157.02	c #Conflicts:     434000 | #Constraints:      22141
156.57/157.02	c #Conflicts:     435000 | #Constraints:      23141
156.57/157.02	c #Conflicts:     436000 | #Constraints:      24141
156.57/157.02	c #Conflicts:     437000 | #Constraints:      25141
156.57/157.02	c #Conflicts:     438000 | #Constraints:      26141
156.57/157.02	c #Conflicts:     439000 | #Constraints:      27141
156.57/157.02	c #Conflicts:     440000 | #Constraints:      28141
156.57/157.02	c #Conflicts:     441000 | #Constraints:      29141
156.57/157.02	c #Conflicts:     442000 | #Constraints:      30141
156.57/157.02	c #Conflicts:     443000 | #Constraints:      31141
156.57/157.02	c #Conflicts:     444000 | #Constraints:      32142
156.57/157.02	c #Conflicts:     445000 | #Constraints:      33142
156.57/157.02	c #Conflicts:     446000 | #Constraints:      34142
156.57/157.02	c INPROCESSING
156.57/157.02	c GARBAGE COLLECT
156.57/157.02	c #Conflicts:     447000 | #Constraints:      21998
156.57/157.02	c #Conflicts:     448000 | #Constraints:      22998
156.57/157.02	c #Conflicts:     449000 | #Constraints:      23998
156.57/157.02	c #Conflicts:     450000 | #Constraints:      24998
156.57/157.02	c #Conflicts:     451000 | #Constraints:      25998
156.57/157.02	c #Conflicts:     452000 | #Constraints:      26998
156.57/157.02	c #Conflicts:     453000 | #Constraints:      28224
156.57/157.02	c #Conflicts:     454000 | #Constraints:      29742
156.57/157.02	c #Conflicts:     455000 | #Constraints:      31253
156.57/157.02	c #Conflicts:     456000 | #Constraints:      32786
156.57/157.02	c #Conflicts:     457000 | #Constraints:      34307
156.57/157.02	c #Conflicts:     458000 | #Constraints:      35822
156.57/157.02	c #Conflicts:     459000 | #Constraints:      37327
156.57/157.02	c #Conflicts:     460000 | #Constraints:      38838
156.57/157.02	c INPROCESSING
156.57/157.02	c GARBAGE COLLECT
156.57/157.02	WSVECS04 Frhs2[1]: 6 -11.002 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2]: 6 -0.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[5]: 6 -0.999893 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[50]: 6 -0.999849 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[66]: 6 -1.0625 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[68]: 6 -1.24999 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[75]: 6 -0.999962 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[78]: 6 -1.49915 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[79]: 6 -0.999391 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[80]: 6 -0.999044 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[81]: 6 -0.999173 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[82]: 6 -0.998013 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[83]: 6 -0.994324 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[97]: 6 -0.999998 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[113]: 6 -0.999788 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[114]: 6 -0.999937 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[116]: 6 -0.999646 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[127]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[140]: 6 -0.999956 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[179]: 6 -0.999291 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[195]: 6 -0.998037 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[199]: 6 -1.24982 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[214]: 6 -0.997602 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[227]: 6 -0.999982 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[235]: 6 -0.997501 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[270]: 6 -1.49921 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[272]: 6 -0.999512 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[273]: 6 -0.999823 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[301]: 6 -0.999985 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[306]: 6 -0.999848 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[309]: 6 -0.997163 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[335]: 6 -0.999646 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[340]: 6 -0.999956 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[370]: 6 -0.999911 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[373]: 6 -0.997473 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[386]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[387]: 6 -0.998036 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[401]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[411]: 6 -0.992196 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[429]: 6 -0.999871 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[436]: 6 -0.998582 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[439]: 6 -0.998825 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[440]: 6 -0.998049 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[463]: 6 -1.49834 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[492]: 6 -0.999976 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[523]: 6 -1.00002 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[526]: 6 -1.99842 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[531]: 6 -0.999646 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[550]: 6 -1.08401 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[555]: 6 -1.31081 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[557]: 6 -1.24999 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[577]: 6 -3.50051 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[583]: 6 -0.999466 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[588]: 6 -1.00002 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[594]: 6 -0.997038 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[596]: 6 -0.997429 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[599]: 6 -0.99765 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[608]: 6 -6.25103 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[640]: 6 -0.999509 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[643]: 6 -1.1367 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[646]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[656]: 6 -0.999044 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[662]: 6 -0.997603 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[683]: 6 -0.997502 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[700]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[702]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[703]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[931]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[957]: 6 -0.994113 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[986]: 6 -0.875118 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1011]: 6 -0.998781 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1026]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1030]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1036]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1038]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1040]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1045]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1060]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1061]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1063]: 6 -1.3125 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1085]: 6 -1.3125 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1087]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1089]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1091]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1118]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1123]: 6 -1.125 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1127]: 6 -0.00010791 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1148]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1159]: 6 -0.625001 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1176]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1202]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1215]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1223]: 6 -0.750001 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1232]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1235]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1239]: 6 -0.999646 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1250]: 6 -0.75 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1271]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1288]: 6 -2 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1308]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1338]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1340]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1357]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1358]: 6 -0.999989 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1366]: 6 -0.997162 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1378]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1389]: 6 -0.999993 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1396]: 6 -0.998543 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1417]: 6 -1.08409 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1418]: 6 -1.08132 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1423]: 6 -1.24717 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1427]: 6 -0.999329 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1435]: 6 -0.996098 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1446]: 6 -1.3125 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1478]: 6 0 1.15439e-06 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1488]: 6 -0.999823 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1497]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1510]: 6 -1.13474 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1511]: 6 -1.24972 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1538]: 6 -1.08398 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1543]: 6 -1.3125 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1558]: 6 -1.00284 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1561]: 6 -0.996098 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1563]: 6 -0.992195 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1575]: 6 -0.750093 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1576]: 6 -0.668776 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1577]: 6 -1.00082 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1585]: 6 -1.99614 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1605]: 6 -0.749803 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1619]: 6 -0.999493 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1624]: 6 -1.0039 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1625]: 6 -1.00781 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1660]: 6 -0.750188 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1683]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1889]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1891]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1894]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1911]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1921]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1925]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1928]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1933]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1952]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2000]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2043]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2085]: 6 -0.750001 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2102]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2105]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2123]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2149]: 6 -1.02778 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2176]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2213]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2222]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2230]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2236]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2242]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2282]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2283]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2365]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2376]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2429]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2431]: 6 -0.500001 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2433]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2439]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2469]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2475]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2515]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2525]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2529]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2563]: 6 -0.500001 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2570]: 6 -0.84375 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2571]: 6 -0.84375 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2576]: 6 -6.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2583]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2589]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2629]: 6 -0.000107875 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2663]: 6 -0.000108082 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2666]: 6 -4.99957 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2671]: 6 -3 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2743]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2790]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2840]: 6 -0.988648 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2843]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2853]: 6 -3.94471e-05 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2856]: 6 -4.99984 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2867]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2871]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2877]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2898]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2902]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2906]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2957]: 6 -0.00071597 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2960]: 6 -4.99714 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3008]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3013]: 6 -1.02778 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3022]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3028]: 6 -0.999979 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3034]: 6 -0.999602 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3056]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3171]: 6 -0.998581 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3175]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3197]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3254]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3255]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3272]: 6 -0.988647 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3273]: 6 -0.988647 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3275]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3282]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3319]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3330]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3361]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3371]: 6 -0.999291 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3406]: 6 -1.00017 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3410]: 6 -1.00009 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3427]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3435]: 6 -0.999999 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3443]: 6 -0.99997 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3447]: 6 -0.999878 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3455]: 6 -0.998049 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3460]: 6 -0.999291 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3461]: 6 -0.995389 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3494]: 6 -3.00003 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3501]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3504]: 6 -0.999962 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3533]: 6 -0.832032 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3549]: 6 -0.999962 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3573]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3578]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3598]: 6 -0.999823 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3604]: 6 -1.00461 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3621]: 6 -1.18746 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3629]: 6 -0.999379 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3634]: 6 -0.995004 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3635]: 6 -0.995003 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3637]: 6 -1.00005 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3640]: 6 -0.999823 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3642]: 6 -0.999646 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3667]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3720]: 6 -3.05148 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3735]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3745]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3775]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3781]: 6 -1.24969 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3785]: 6 -1.15624 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3786]: 6 -1.3125 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3808]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3813]: 6 -1.13474 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3846]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3850]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3868]: 6 -1.25 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3875]: 6 -0.99981 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3877]: 6 -0.999688 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3952]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[4046]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[4047]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[4049]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
156.57/157.02	WSVECS04 Frhs2[4104]: 6 -0.993531 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[4]: 6 -0.999974 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[6]: 6 -0.999845 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[11]: 6 -0.999979 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[13]: 6 -0.999848 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[21]: 6 -0.999158 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[24]: 6 -0.998049 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[40]: 6 -0.999284 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[70]: 6 -0.999845 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[71]: 6 -0.999108 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[73]: 6 -0.999693 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[85]: 6 -0.999158 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[88]: 6 -0.998049 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[90]: 6 -0.992195 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[111]: 6 -0.999042 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[133]: 6 -0.999964 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[145]: 6 -0.998995 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[168]: 6 -0.999284 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[181]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[183]: 6 -0.999757 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[197]: 6 -1.31246 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[224]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[260]: 6 -0.999975 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[262]: 6 -0.999844 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[267]: 6 -0.999979 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[282]: 6 -0.992196 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[296]: 6 -0.999284 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[307]: 6 -0.993142 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[327]: 6 -0.999466 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[339]: 6 -0.994324 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[361]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[380]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[389]: 6 -1.02774 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[396]: 6 -0.999981 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[407]: 6 -0.99765 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[409]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[422]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[453]: 6 -0.999911 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[462]: 6 -1.00001 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[470]: 6 -0.991486 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[478]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[481]: 6 -3.50051 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[487]: 6 -0.999465 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[500]: 6 -1.00004 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[506]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[511]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[539]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[545]: 6 -0.999261 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[547]: 6 -2.93513e-06 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[558]: 6 -0.999989 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[574]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[582]: 6 -0.999444 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[584]: 6 -1.00031 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[607]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[630]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[636]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[641]: 6 -3.78493 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[645]: 6 -0.999964 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[652]: 6 -1.24998 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[658]: 6 -0.997747 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[661]: 6 -0.999594 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[681]: 6 -0.999688 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[694]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1031]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1032]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1041]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1086]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1088]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1101]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1187]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1241]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1249]: 6 -0.75 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1285]: 6 -1.99989 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1305]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1313]: 6 -0.875001 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1341]: 6 -1.00001 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1347]: 6 -0.000715912 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1349]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1362]: 6 -1.00001 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1398]: 6 -0.983326 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1416]: 6 0 4.00008 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1434]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1449]: 6 -1.00036 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1455]: 6 -0.999912 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1456]: 6 -0.999646 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1467]: 6 -0.992196 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1482]: 6 -0.999997 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1487]: 6 -0.99994 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1498]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1502]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1503]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1514]: 6 -0.998629 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1545]: 6 -1.24937 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1556]: 6 -0.996098 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1559]: 6 -0.997073 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1588]: 6 -1.01845 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1592]: 6 -0.994147 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1626]: 6 -1.03122 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1631]: 6 -0.99953 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1638]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1651]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1905]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1917]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1919]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1929]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1935]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2023]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2027]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2030]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2031]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2034]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2113]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2125]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2129]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2144]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2159]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2379]: 6 -0.500001 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2428]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2459]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2465]: 6 -0.5 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2468]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2536]: 6 0 0.3125 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2679]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2791]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2795]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2833]: 6 -0.999912 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2851]: 6 -0.999981 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2933]: 6 -0.998581 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2945]: 6 -0.375 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2947]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3019]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3031]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3114]: 6 -0.999996 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3124]: 6 -0.997163 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3363]: 6 -0.999956 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3375]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3407]: 6 -1.00006 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3473]: 6 -0.992196 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3496]: 6 -1.33132 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3503]: 6 -0.993614 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3508]: 6 -0.988071 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3527]: 6 0 0.229018 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3555]: 6 -0.990067 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3557]: 6 -0.979523 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3563]: 6 -1.00098 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3568]: 6 -0.992196 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3590]: 6 -1.24984 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3669]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3677]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3782]: 6 -0.999998 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3789]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3790]: 6 -1.5 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3807]: 6 -0.99953 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3836]: 6 0 1 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3869]: 6 -1.25 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3874]: 6 -6.25103 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3889]: 6 -0.999493 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3894]: 6 -0.996098 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3900]: 6 -0.750189 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3983]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[4056]: 6 -0.75171 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
157.26/157.76	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
197.96/198.55	c #Conflicts:     461000 | #Constraints:      24587
197.96/198.55	c #Conflicts:     462000 | #Constraints:      25587
197.96/198.55	c #Conflicts:     463000 | #Constraints:      26587
197.96/198.55	c #Conflicts:     464000 | #Constraints:      27587
197.96/198.55	c #Conflicts:     465000 | #Constraints:      28587
197.96/198.55	c #Conflicts:     466000 | #Constraints:      29587
197.96/198.55	c #Conflicts:     467000 | #Constraints:      30587
197.96/198.55	c #Conflicts:     468000 | #Constraints:      31587
197.96/198.55	c #Conflicts:     469000 | #Constraints:      32587
197.96/198.55	c #Conflicts:     470000 | #Constraints:      33587
197.96/198.55	c #Conflicts:     471000 | #Constraints:      34587
197.96/198.55	c #Conflicts:     472000 | #Constraints:      35587
197.96/198.55	c #Conflicts:     473000 | #Constraints:      36587
197.96/198.55	c #Conflicts:     474000 | #Constraints:      37587
197.96/198.55	c INPROCESSING
197.96/198.55	c GARBAGE COLLECT
197.96/198.55	c #Conflicts:     475000 | #Constraints:      23975
197.96/198.55	c #Conflicts:     476000 | #Constraints:      24975
197.96/198.55	c #Conflicts:     477000 | #Constraints:      25975
197.96/198.55	c #Conflicts:     478000 | #Constraints:      26975
197.96/198.55	c #Conflicts:     479000 | #Constraints:      27975
197.96/198.55	c #Conflicts:     480000 | #Constraints:      28975
197.96/198.55	c #Conflicts:     481000 | #Constraints:      29975
197.96/198.55	c #Conflicts:     482000 | #Constraints:      30975
197.96/198.55	c #Conflicts:     483000 | #Constraints:      31975
197.96/198.55	c #Conflicts:     484000 | #Constraints:      32975
197.96/198.55	c #Conflicts:     485000 | #Constraints:      33975
197.96/198.55	c #Conflicts:     486000 | #Constraints:      34975
197.96/198.55	c #Conflicts:     487000 | #Constraints:      35975
197.96/198.55	c #Conflicts:     488000 | #Constraints:      36975
197.96/198.55	c INPROCESSING
197.96/198.55	c GARBAGE COLLECT
197.96/198.55	c #Conflicts:     489000 | #Constraints:      23644
197.96/198.55	c #Conflicts:     490000 | #Constraints:      24644
197.96/198.55	c #Conflicts:     491000 | #Constraints:      25644
197.96/198.55	c #Conflicts:     492000 | #Constraints:      26644
197.96/198.55	c #Conflicts:     493000 | #Constraints:      27644
197.96/198.55	c #Conflicts:     494000 | #Constraints:      28644
197.96/198.55	c #Conflicts:     495000 | #Constraints:      29644
197.96/198.55	c #Conflicts:     496000 | #Constraints:      30644
197.96/198.55	c #Conflicts:     497000 | #Constraints:      31644
197.96/198.55	c #Conflicts:     498000 | #Constraints:      32644
197.96/198.55	c #Conflicts:     499000 | #Constraints:      33644
197.96/198.55	c #Conflicts:     500000 | #Constraints:      34644
197.96/198.55	c #Conflicts:     501000 | #Constraints:      35644
197.96/198.55	c #Conflicts:     502000 | #Constraints:      36644
197.96/198.55	c INPROCESSING
197.96/198.55	c GARBAGE COLLECT
197.96/198.55	c #Conflicts:     503000 | #Constraints:      23424
197.96/198.55	c #Conflicts:     504000 | #Constraints:      24424
197.96/198.55	c #Conflicts:     505000 | #Constraints:      25424
197.96/198.55	c #Conflicts:     506000 | #Constraints:      26424
197.96/198.55	c #Conflicts:     507000 | #Constraints:      27424
197.96/198.55	c #Conflicts:     508000 | #Constraints:      28424
197.96/198.55	c #Conflicts:     509000 | #Constraints:      29424
197.96/198.55	c #Conflicts:     510000 | #Constraints:      30424
197.96/198.55	c #Conflicts:     511000 | #Constraints:      31424
197.96/198.55	c #Conflicts:     512000 | #Constraints:      32424
197.96/198.55	c #Conflicts:     513000 | #Constraints:      33424
197.96/198.55	c #Conflicts:     514000 | #Constraints:      34424
197.96/198.55	c #Conflicts:     515000 | #Constraints:      35424
197.96/198.55	c #Conflicts:     516000 | #Constraints:      36424
197.96/198.55	c INPROCESSING
197.96/198.55	c GARBAGE COLLECT
197.96/198.55	c #Conflicts:     517000 | #Constraints:      23107
197.96/198.55	c #Conflicts:     518000 | #Constraints:      24107
197.96/198.55	c #Conflicts:     519000 | #Constraints:      25107
197.96/198.55	c #Conflicts:     520000 | #Constraints:      26107
197.96/198.55	c #Conflicts:     521000 | #Constraints:      27107
197.96/198.55	c #Conflicts:     522000 | #Constraints:      28107
197.96/198.55	c #Conflicts:     523000 | #Constraints:      29107
197.96/198.55	c #Conflicts:     524000 | #Constraints:      30107
197.96/198.55	c #Conflicts:     525000 | #Constraints:      31107
197.96/198.55	c #Conflicts:     526000 | #Constraints:      32107
197.96/198.55	c #Conflicts:     527000 | #Constraints:      33107
197.96/198.55	c #Conflicts:     528000 | #Constraints:      34107
197.96/198.55	c #Conflicts:     529000 | #Constraints:      35107
197.96/198.55	c #Conflicts:     530000 | #Constraints:      36107
197.96/198.55	c #Conflicts:     531000 | #Constraints:      37107
197.96/198.55	c INPROCESSING
197.96/198.55	c GARBAGE COLLECT
197.96/198.55	c #Conflicts:     532000 | #Constraints:      23636
197.96/198.55	c #Conflicts:     533000 | #Constraints:      24636
197.96/198.55	c #Conflicts:     534000 | #Constraints:      25636
197.96/198.55	c #Conflicts:     535000 | #Constraints:      26636
197.96/198.55	c #Conflicts:     536000 | #Constraints:      27636
227.28/227.96	c #Conflicts:     537000 | #Constraints:      28636
227.28/227.96	c #Conflicts:     538000 | #Constraints:      29636
227.28/227.96	c #Conflicts:     539000 | #Constraints:      30636
227.28/227.96	c #Conflicts:     540000 | #Constraints:      31636
227.28/227.96	c #Conflicts:     541000 | #Constraints:      32636
227.28/227.96	c #Conflicts:     542000 | #Constraints:      33636
227.28/227.96	c #Conflicts:     543000 | #Constraints:      34636
227.28/227.96	c #Conflicts:     544000 | #Constraints:      35636
227.28/227.96	c #Conflicts:     545000 | #Constraints:      36636
227.28/227.96	c #Conflicts:     546000 | #Constraints:      37636
227.28/227.96	c INPROCESSING
227.28/227.96	c GARBAGE COLLECT
227.28/227.96	c #Conflicts:     547000 | #Constraints:      23992
227.28/227.96	c #Conflicts:     548000 | #Constraints:      24992
227.28/227.96	c #Conflicts:     549000 | #Constraints:      25992
227.28/227.96	c #Conflicts:     550000 | #Constraints:      26992
227.28/227.96	c #Conflicts:     551000 | #Constraints:      27992
227.28/227.96	c #Conflicts:     552000 | #Constraints:      28992
227.28/227.96	c #Conflicts:     553000 | #Constraints:      29992
227.28/227.96	c #Conflicts:     554000 | #Constraints:      30992
227.28/227.96	c #Conflicts:     555000 | #Constraints:      31992
227.28/227.96	c #Conflicts:     556000 | #Constraints:      32992
227.28/227.96	c #Conflicts:     557000 | #Constraints:      33992
227.28/227.96	c #Conflicts:     558000 | #Constraints:      34992
227.28/227.96	c #Conflicts:     559000 | #Constraints:      35992
227.28/227.96	c #Conflicts:     560000 | #Constraints:      36992
227.28/227.96	c #Conflicts:     561000 | #Constraints:      37992
227.28/227.96	c INPROCESSING
227.28/227.96	c GARBAGE COLLECT
227.28/227.96	c #Conflicts:     562000 | #Constraints:      24155
227.28/227.96	c #Conflicts:     563000 | #Constraints:      25155
227.28/227.96	c #Conflicts:     564000 | #Constraints:      26155
227.28/227.96	c #Conflicts:     565000 | #Constraints:      27155
227.28/227.96	c #Conflicts:     566000 | #Constraints:      28155
227.28/227.96	c #Conflicts:     567000 | #Constraints:      29155
227.28/227.96	c #Conflicts:     568000 | #Constraints:      30156
227.28/227.96	c #Conflicts:     569000 | #Constraints:      31156
227.28/227.96	c #Conflicts:     570000 | #Constraints:      32156
227.28/227.96	c #Conflicts:     571000 | #Constraints:      33156
227.28/227.96	c #Conflicts:     572000 | #Constraints:      34156
227.28/227.96	c #Conflicts:     573000 | #Constraints:      35156
227.28/227.96	c #Conflicts:     574000 | #Constraints:      36156
227.28/227.96	c #Conflicts:     575000 | #Constraints:      37156
227.28/227.96	c #Conflicts:     576000 | #Constraints:      38156
227.28/227.96	c INPROCESSING
227.28/227.96	c GARBAGE COLLECT
227.28/227.96	c #Conflicts:     577000 | #Constraints:      24184
227.28/227.96	c #Conflicts:     578000 | #Constraints:      25184
227.28/227.96	c #Conflicts:     579000 | #Constraints:      26184
227.28/227.96	c #Conflicts:     580000 | #Constraints:      27184
227.28/227.96	c #Conflicts:     581000 | #Constraints:      28184
227.28/227.96	c #Conflicts:     582000 | #Constraints:      29184
227.28/227.96	c #Conflicts:     583000 | #Constraints:      30184
227.28/227.96	c #Conflicts:     584000 | #Constraints:      31184
227.28/227.96	c #Conflicts:     585000 | #Constraints:      32184
227.28/227.96	c #Conflicts:     586000 | #Constraints:      33184
227.28/227.96	c #Conflicts:     587000 | #Constraints:      34184
227.28/227.96	c #Conflicts:     588000 | #Constraints:      35184
227.28/227.96	c #Conflicts:     589000 | #Constraints:      36184
227.28/227.96	c #Conflicts:     590000 | #Constraints:      37184
227.28/227.96	c #Conflicts:     591000 | #Constraints:      38184
227.28/227.96	c INPROCESSING
227.28/227.96	c GARBAGE COLLECT
227.28/227.96	c #Conflicts:     592000 | #Constraints:      23970
227.28/227.96	c #Conflicts:     593000 | #Constraints:      24970
227.28/227.96	c #Conflicts:     594000 | #Constraints:      25970
227.28/227.96	c #Conflicts:     595000 | #Constraints:      26970
227.28/227.96	c #Conflicts:     596000 | #Constraints:      27971
227.28/227.96	c #Conflicts:     597000 | #Constraints:      28971
227.28/227.96	c #Conflicts:     598000 | #Constraints:      29971
227.28/227.96	c #Conflicts:     599000 | #Constraints:      30971
227.28/227.96	c #Conflicts:     600000 | #Constraints:      31971
227.28/227.96	c #Conflicts:     601000 | #Constraints:      32971
227.28/227.96	c #Conflicts:     602000 | #Constraints:      33971
227.28/227.96	c #Conflicts:     603000 | #Constraints:      34971
227.28/227.96	c #Conflicts:     604000 | #Constraints:      35971
227.28/227.96	c #Conflicts:     605000 | #Constraints:      36971
227.28/227.96	c #Conflicts:     606000 | #Constraints:      37975
227.28/227.96	c #Conflicts:     607000 | #Constraints:      38975
227.28/227.96	c INPROCESSING
227.28/227.96	c GARBAGE COLLECT
227.28/227.96	c #Conflicts:     608000 | #Constraints:      24575
227.28/227.96	c #Conflicts:     609000 | #Constraints:      25575
227.28/227.96	c #Conflicts:     610000 | #Constraints:      26575
227.28/227.96	c #Conflicts:     611000 | #Constraints:      27575
227.28/227.96	c #Conflicts:     612000 | #Constraints:      28575
254.42/255.20	c #Conflicts:     613000 | #Constraints:      29575
254.42/255.20	c #Conflicts:     614000 | #Constraints:      30575
254.42/255.20	c #Conflicts:     615000 | #Constraints:      31575
254.42/255.20	c #Conflicts:     616000 | #Constraints:      32575
254.42/255.20	c #Conflicts:     617000 | #Constraints:      33575
254.42/255.20	c #Conflicts:     618000 | #Constraints:      34575
254.42/255.20	c #Conflicts:     619000 | #Constraints:      35575
254.42/255.20	c #Conflicts:     620000 | #Constraints:      36575
254.42/255.20	c #Conflicts:     621000 | #Constraints:      37575
254.42/255.20	c #Conflicts:     622000 | #Constraints:      38575
254.42/255.20	c #Conflicts:     623000 | #Constraints:      39575
254.42/255.20	c INPROCESSING
254.42/255.20	c GARBAGE COLLECT
254.42/255.20	c #Conflicts:     624000 | #Constraints:      24978
254.42/255.20	c #Conflicts:     625000 | #Constraints:      25978
254.42/255.20	c #Conflicts:     626000 | #Constraints:      26978
254.42/255.20	c #Conflicts:     627000 | #Constraints:      27978
254.42/255.20	c #Conflicts:     628000 | #Constraints:      28978
254.42/255.20	c #Conflicts:     629000 | #Constraints:      29978
254.42/255.20	c #Conflicts:     630000 | #Constraints:      30978
254.42/255.20	c #Conflicts:     631000 | #Constraints:      31978
254.42/255.20	c #Conflicts:     632000 | #Constraints:      32978
254.42/255.20	c #Conflicts:     633000 | #Constraints:      33978
254.42/255.20	c #Conflicts:     634000 | #Constraints:      34978
254.42/255.20	c #Conflicts:     635000 | #Constraints:      35979
254.42/255.20	c #Conflicts:     636000 | #Constraints:      36979
254.42/255.20	c #Conflicts:     637000 | #Constraints:      37979
254.42/255.20	c #Conflicts:     638000 | #Constraints:      38979
254.42/255.20	c #Conflicts:     639000 | #Constraints:      39979
254.42/255.20	c INPROCESSING
254.42/255.20	c GARBAGE COLLECT
254.42/255.20	c #Conflicts:     640000 | #Constraints:      25165
254.42/255.20	c #Conflicts:     641000 | #Constraints:      26165
254.42/255.20	c #Conflicts:     642000 | #Constraints:      27165
254.42/255.20	c #Conflicts:     643000 | #Constraints:      28165
254.42/255.20	c #Conflicts:     644000 | #Constraints:      29165
254.42/255.20	c #Conflicts:     645000 | #Constraints:      30239
254.42/255.20	c #Conflicts:     646000 | #Constraints:      31239
254.42/255.20	c #Conflicts:     647000 | #Constraints:      32239
254.42/255.20	c #Conflicts:     648000 | #Constraints:      33239
254.42/255.20	c #Conflicts:     649000 | #Constraints:      34239
254.42/255.20	c #Conflicts:     650000 | #Constraints:      35239
254.42/255.20	c #Conflicts:     651000 | #Constraints:      36239
254.42/255.20	c #Conflicts:     652000 | #Constraints:      37239
254.42/255.20	c #Conflicts:     653000 | #Constraints:      38239
254.42/255.20	c #Conflicts:     654000 | #Constraints:      39239
254.42/255.20	c #Conflicts:     655000 | #Constraints:      40239
254.42/255.20	c INPROCESSING
254.42/255.20	c GARBAGE COLLECT
254.42/255.20	c #Conflicts:     656000 | #Constraints:      25210
254.42/255.20	c #Conflicts:     657000 | #Constraints:      26210
254.42/255.20	c #Conflicts:     658000 | #Constraints:      27210
254.42/255.20	c #Conflicts:     659000 | #Constraints:      28210
254.42/255.20	c #Conflicts:     660000 | #Constraints:      29210
254.42/255.20	c #Conflicts:     661000 | #Constraints:      30210
254.42/255.20	c #Conflicts:     662000 | #Constraints:      31210
254.42/255.20	c #Conflicts:     663000 | #Constraints:      32211
254.42/255.20	c #Conflicts:     664000 | #Constraints:      33211
254.42/255.20	c #Conflicts:     665000 | #Constraints:      34211
254.42/255.20	c #Conflicts:     666000 | #Constraints:      35211
254.42/255.20	c #Conflicts:     667000 | #Constraints:      36211
254.42/255.20	c #Conflicts:     668000 | #Constraints:      37211
254.42/255.20	c #Conflicts:     669000 | #Constraints:      38211
254.42/255.20	c #Conflicts:     670000 | #Constraints:      39211
254.42/255.20	c #Conflicts:     671000 | #Constraints:      40211
254.42/255.20	c INPROCESSING
254.42/255.20	c GARBAGE COLLECT
254.42/255.20	c #Conflicts:     672000 | #Constraints:      24986
254.42/255.20	c #Conflicts:     673000 | #Constraints:      25986
254.42/255.20	c #Conflicts:     674000 | #Constraints:      26986
254.42/255.20	c #Conflicts:     675000 | #Constraints:      28176
254.42/255.20	c #Conflicts:     676000 | #Constraints:      29413
254.42/255.20	c #Conflicts:     677000 | #Constraints:      30414
254.42/255.20	c #Conflicts:     678000 | #Constraints:      31414
254.42/255.20	c #Conflicts:     679000 | #Constraints:      32414
254.42/255.20	c #Conflicts:     680000 | #Constraints:      33414
254.42/255.20	c #Conflicts:     681000 | #Constraints:      34414
254.42/255.20	c #Conflicts:     682000 | #Constraints:      35414
254.42/255.20	c #Conflicts:     683000 | #Constraints:      36414
254.42/255.20	c #Conflicts:     684000 | #Constraints:      37414
254.42/255.20	c #Conflicts:     685000 | #Constraints:      38414
254.42/255.20	c #Conflicts:     686000 | #Constraints:      39414
254.42/255.20	c #Conflicts:     687000 | #Constraints:      40414
254.42/255.20	c #Conflicts:     688000 | #Constraints:      41414
296.91/297.70	c INPROCESSING
296.91/297.70	c GARBAGE COLLECT
296.91/297.70	c #Conflicts:     689000 | #Constraints:      25771
296.91/297.70	c #Conflicts:     690000 | #Constraints:      26771
296.91/297.70	c #Conflicts:     691000 | #Constraints:      27772
296.91/297.70	c #Conflicts:     692000 | #Constraints:      28772
296.91/297.70	c #Conflicts:     693000 | #Constraints:      29772
296.91/297.70	c #Conflicts:     694000 | #Constraints:      30772
296.91/297.70	c #Conflicts:     695000 | #Constraints:      31772
296.91/297.70	c #Conflicts:     696000 | #Constraints:      32772
296.91/297.70	c #Conflicts:     697000 | #Constraints:      33772
296.91/297.70	c #Conflicts:     698000 | #Constraints:      34772
296.91/297.70	c #Conflicts:     699000 | #Constraints:      35772
296.91/297.70	c #Conflicts:     700000 | #Constraints:      36773
296.91/297.70	c #Conflicts:     701000 | #Constraints:      37773
296.91/297.70	c #Conflicts:     702000 | #Constraints:      38774
296.91/297.70	c #Conflicts:     703000 | #Constraints:      39774
296.91/297.70	c #Conflicts:     704000 | #Constraints:      40774
296.91/297.70	c #Conflicts:     705000 | #Constraints:      41786
296.91/297.70	c INPROCESSING
296.91/297.70	c GARBAGE COLLECT
296.91/297.70	c #Conflicts:     706000 | #Constraints:      26081
296.91/297.70	c #Conflicts:     707000 | #Constraints:      27081
296.91/297.70	c #Conflicts:     708000 | #Constraints:      28081
296.91/297.70	c #Conflicts:     709000 | #Constraints:      29081
296.91/297.70	c #Conflicts:     710000 | #Constraints:      30081
296.91/297.70	c #Conflicts:     711000 | #Constraints:      31081
296.91/297.70	c #Conflicts:     712000 | #Constraints:      32081
296.91/297.70	c #Conflicts:     713000 | #Constraints:      33081
296.91/297.70	c #Conflicts:     714000 | #Constraints:      34081
296.91/297.70	c #Conflicts:     715000 | #Constraints:      35081
296.91/297.70	c #Conflicts:     716000 | #Constraints:      36081
296.91/297.70	c #Conflicts:     717000 | #Constraints:      37081
296.91/297.70	c #Conflicts:     718000 | #Constraints:      38081
296.91/297.70	c #Conflicts:     719000 | #Constraints:      39081
296.91/297.70	c #Conflicts:     720000 | #Constraints:      40081
296.91/297.70	c #Conflicts:     721000 | #Constraints:      41081
296.91/297.70	c #Conflicts:     722000 | #Constraints:      42082
296.91/297.70	c INPROCESSING
296.91/297.70	c GARBAGE COLLECT
296.91/297.70	c #Conflicts:     723000 | #Constraints:      26240
296.91/297.70	c #Conflicts:     724000 | #Constraints:      27240
296.91/297.70	c #Conflicts:     725000 | #Constraints:      28240
296.91/297.70	c #Conflicts:     726000 | #Constraints:      29240
296.91/297.70	c #Conflicts:     727000 | #Constraints:      30240
296.91/297.70	c #Conflicts:     728000 | #Constraints:      31240
296.91/297.70	c #Conflicts:     729000 | #Constraints:      32240
296.91/297.70	c #Conflicts:     730000 | #Constraints:      33240
296.91/297.70	c #Conflicts:     731000 | #Constraints:      34240
296.91/297.70	c #Conflicts:     732000 | #Constraints:      35240
296.91/297.70	c #Conflicts:     733000 | #Constraints:      36240
296.91/297.70	c #Conflicts:     734000 | #Constraints:      37240
296.91/297.70	c #Conflicts:     735000 | #Constraints:      38240
296.91/297.70	c #Conflicts:     736000 | #Constraints:      39240
296.91/297.70	c #Conflicts:     737000 | #Constraints:      40241
296.91/297.70	c #Conflicts:     738000 | #Constraints:      41241
296.91/297.70	c #Conflicts:     739000 | #Constraints:      42241
296.91/297.70	c INPROCESSING
296.91/297.70	c GARBAGE COLLECT
296.91/297.70	c #Conflicts:     740000 | #Constraints:      26215
296.91/297.70	c #Conflicts:     741000 | #Constraints:      27215
296.91/297.70	c #Conflicts:     742000 | #Constraints:      28215
296.91/297.70	c #Conflicts:     743000 | #Constraints:      29215
296.91/297.70	c #Conflicts:     744000 | #Constraints:      30215
296.91/297.70	c #Conflicts:     745000 | #Constraints:      31215
296.91/297.70	c #Conflicts:     746000 | #Constraints:      32215
296.91/297.70	c #Conflicts:     747000 | #Constraints:      33215
296.91/297.70	c #Conflicts:     748000 | #Constraints:      34215
296.91/297.70	c #Conflicts:     749000 | #Constraints:      35215
296.91/297.70	c #Conflicts:     750000 | #Constraints:      36215
296.91/297.70	c #Conflicts:     751000 | #Constraints:      37216
296.91/297.70	c #Conflicts:     752000 | #Constraints:      38216
296.91/297.70	c #Conflicts:     753000 | #Constraints:      39216
296.91/297.70	c #Conflicts:     754000 | #Constraints:      40217
296.91/297.70	c #Conflicts:     755000 | #Constraints:      41217
296.91/297.70	c #Conflicts:     756000 | #Constraints:      42217
296.91/297.70	c INPROCESSING
296.91/297.70	c GARBAGE COLLECT
296.91/297.70	c #Conflicts:     757000 | #Constraints:      25988
296.91/297.70	c #Conflicts:     758000 | #Constraints:      26988
296.91/297.70	c #Conflicts:     759000 | #Constraints:      27988
296.91/297.70	c #Conflicts:     760000 | #Constraints:      28988
296.91/297.70	c #Conflicts:     761000 | #Constraints:      29988
296.91/297.70	c #Conflicts:     762000 | #Constraints:      30988
296.91/297.70	c #Conflicts:     763000 | #Constraints:      31988
296.91/297.70	c #Conflicts:     764000 | #Constraints:      32988
314.35/315.22	c #Conflicts:     765000 | #Constraints:      33988
314.35/315.22	c #Conflicts:     766000 | #Constraints:      34988
314.35/315.22	c #Conflicts:     767000 | #Constraints:      35988
314.35/315.22	c #Conflicts:     768000 | #Constraints:      36988
314.35/315.22	c #Conflicts:     769000 | #Constraints:      37988
314.35/315.22	c #Conflicts:     770000 | #Constraints:      38988
314.35/315.22	c #Conflicts:     771000 | #Constraints:      39988
314.35/315.22	c #Conflicts:     772000 | #Constraints:      40988
314.35/315.22	c #Conflicts:     773000 | #Constraints:      41988
314.35/315.22	c #Conflicts:     774000 | #Constraints:      42988
314.35/315.22	c INPROCESSING
314.35/315.22	c GARBAGE COLLECT
314.35/315.22	c #Conflicts:     775000 | #Constraints:      26555
314.35/315.22	c #Conflicts:     776000 | #Constraints:      27556
314.35/315.22	c #Conflicts:     777000 | #Constraints:      28556
314.35/315.22	c #Conflicts:     778000 | #Constraints:      29556
314.35/315.22	c #Conflicts:     779000 | #Constraints:      30556
314.35/315.22	c #Conflicts:     780000 | #Constraints:      31556
314.35/315.22	c #Conflicts:     781000 | #Constraints:      32556
314.35/315.22	c #Conflicts:     782000 | #Constraints:      33556
314.35/315.22	c #Conflicts:     783000 | #Constraints:      34556
314.35/315.22	c #Conflicts:     784000 | #Constraints:      35557
314.35/315.22	c #Conflicts:     785000 | #Constraints:      36557
314.35/315.22	c #Conflicts:     786000 | #Constraints:      37557
314.35/315.22	c #Conflicts:     787000 | #Constraints:      38558
314.35/315.22	c #Conflicts:     788000 | #Constraints:      39558
314.35/315.22	c #Conflicts:     789000 | #Constraints:      40593
314.35/315.22	c #Conflicts:     790000 | #Constraints:      41593
314.35/315.22	c #Conflicts:     791000 | #Constraints:      42593
314.35/315.22	c #Conflicts:     792000 | #Constraints:      43593
314.35/315.22	c INPROCESSING
314.35/315.22	c GARBAGE COLLECT
314.35/315.22	c #Conflicts:     793000 | #Constraints:      26995
314.35/315.22	c #Conflicts:     794000 | #Constraints:      27995
314.35/315.22	c #Conflicts:     795000 | #Constraints:      28995
314.35/315.22	c #Conflicts:     796000 | #Constraints:      29995
314.35/315.22	c #Conflicts:     797000 | #Constraints:      30995
314.35/315.22	c #Conflicts:     798000 | #Constraints:      31995
314.35/315.22	c #Conflicts:     799000 | #Constraints:      32995
314.35/315.22	c #Conflicts:     800000 | #Constraints:      33995
314.35/315.22	c #Conflicts:     801000 | #Constraints:      34995
314.35/315.22	c #Conflicts:     802000 | #Constraints:      35995
314.35/315.22	c #Conflicts:     803000 | #Constraints:      36995
314.35/315.22	c #Conflicts:     804000 | #Constraints:      37995
314.35/315.22	c #Conflicts:     805000 | #Constraints:      38996
314.35/315.22	c #Conflicts:     806000 | #Constraints:      39996
314.35/315.22	c #Conflicts:     807000 | #Constraints:      40996
314.35/315.22	c #Conflicts:     808000 | #Constraints:      41996
314.35/315.22	c #Conflicts:     809000 | #Constraints:      42996
314.35/315.22	c #Conflicts:     810000 | #Constraints:      43996
314.35/315.22	c INPROCESSING
314.35/315.22	c GARBAGE COLLECT
314.35/315.22	WSVECS04 Frhs2[1]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[9]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[18]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[19]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[22]: 6 -2.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[23]: 6 0 0.236185 shouldn't be
314.35/315.22	WSVECS04 Frhs2[24]: 6 -2.88828 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[25]: 6 -6.33113 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[50]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[55]: 6 0 1.19929 shouldn't be
314.35/315.22	WSVECS04 Frhs2[62]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[65]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[76]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[77]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[80]: 6 -1.0001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[84]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[85]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[87]: 6 -3.13921 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[92]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[93]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[109]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[111]: 6 -1.0149 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[115]: 6 -1.18052 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[118]: 6 -2.31255 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[119]: 6 0 1.19929 shouldn't be
314.35/315.22	WSVECS04 Frhs2[123]: 6 -1.84693 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[129]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[130]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[142]: 6 -0.995817 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[144]: 6 -0.983119 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[145]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[151]: 6 -1.90317 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[163]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[206]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[209]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[212]: 6 -1.27077 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[213]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[233]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[237]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[242]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[267]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[273]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[283]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[284]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[303]: 6 -1.01698 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[306]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[307]: 6 -1.18054 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[319]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[320]: 6 -1.25004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[330]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[331]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[334]: 6 -1.0043 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[351]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[355]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[362]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[395]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[401]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[402]: 6 -1.06773 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[404]: 6 -1.27074 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[427]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[428]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[429]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[433]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[434]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[437]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[464]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[481]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[491]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[495]: 6 -1.0001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[497]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[514]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[521]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[529]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[536]: 6 -2.88829 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[542]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[553]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[557]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[560]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[561]: 6 -1.0226 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[576]: 6 -1.25008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[577]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[590]: 6 -1.0043 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[591]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[592]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[597]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[605]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[606]: 6 0 0.250057 shouldn't be
314.35/315.22	WSVECS04 Frhs2[608]: 6 -1.0001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[611]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[621]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[631]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[632]: 6 -2.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[635]: 6 -1.84694 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[646]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[666]: 6 -1.0001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[673]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[685]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[688]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[695]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[911]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[931]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[941]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[981]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[982]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[994]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[997]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1009]: 6 -1.0001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1029]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1031]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1041]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1042]: 6 -1.02119 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1044]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1046]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1049]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1056]: 6 -1.31257 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1057]: 6 -1.25005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1058]: 6 -1.25002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1059]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1063]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1064]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1065]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1068]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1069]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1071]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1075]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1079]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1083]: 6 -1.32232 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1085]: 6 -1.28913 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1087]: 6 -1.31253 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1093]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1095]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1101]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1104]: 6 -1.0127 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1118]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1120]: 6 -1.31251 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1124]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1131]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1139]: 6 -1.9483 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1147]: 6 -2.25003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1148]: 6 -2.14456 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1149]: 6 -2.28914 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1150]: 6 -2.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1154]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1155]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1158]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1170]: 6 -1.13542 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1186]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1194]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1204]: 6 -1.3223 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1217]: 6 -1.25008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1222]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1231]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1232]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1251]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1252]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1254]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1258]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1264]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1266]: 6 0 1.23619 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1268]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1272]: 6 -1.0601 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1275]: 6 -0.854451 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1288]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1297]: 6 -1.31253 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1310]: 6 -1.5831 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1316]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1325]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1329]: 6 -0.548522 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1330]: 6 0 0.903149 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1347]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1352]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1355]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1362]: 6 -1.33303 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1365]: 6 -1.31255 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1373]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1385]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1392]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1400]: 6 -2.27574 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1404]: 6 -1.75005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1406]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1410]: 6 -1.25007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1411]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1414]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1415]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1416]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1421]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1424]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1425]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1426]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1430]: 6 0 3.68757 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1431]: 6 -3.19924 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1432]: 6 -2.07291 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1442]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1445]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1447]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1448]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1452]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1462]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1468]: 6 -0.500094 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1472]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1482]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1483]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1488]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1495]: 6 -4.19926 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1498]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1499]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1502]: 6 -2.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1514]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1516]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1527]: 6 0 0.937574 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1528]: 6 -0.750022 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1530]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1538]: 6 0 1.25007 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1544]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1545]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1546]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1549]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1550]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1552]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1557]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1558]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1559]: 6 -1.00001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1560]: 6 -2.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1562]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1565]: 6 -1.50007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1566]: 6 -1.04696 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1567]: 6 -1.09379 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1568]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1572]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1588]: 6 -1.25002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1589]: 6 -0.500076 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1590]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1592]: 6 0 0.250059 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1618]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1628]: 6 -4.12509 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1629]: 6 -3.50006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1631]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1638]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1647]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1648]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1649]: 6 -1.00002 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1663]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1683]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1712]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1716]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1889]: 6 -1.0001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1891]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1896]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1901]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1906]: 6 -1.00003 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1907]: 6 -1.00007 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1909]: 6 -1.00009 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1911]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1914]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1916]: 6 -1.00008 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1917]: 6 -1.00006 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1920]: 6 -1.0001 0 shouldn't be
314.35/315.22	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1930]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1931]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1933]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1935]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1948]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1952]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1987]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1992]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1994]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[1998]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2002]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2003]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2006]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2007]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2014]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2018]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2020]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2023]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2026]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2028]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2032]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2033]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2040]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2048]: 6 -6.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2050]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2054]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2058]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2062]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2078]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2081]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2084]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2085]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2088]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2089]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2092]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2095]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2100]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2101]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2106]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2108]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2110]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2111]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2114]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2117]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2120]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2121]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2124]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2125]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2127]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2129]: 6 -1.25009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2135]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2139]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2142]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2145]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2147]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2153]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2165]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2173]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2177]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2179]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2181]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2183]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2186]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2187]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2190]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2192]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2194]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2200]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2202]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2204]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2207]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2210]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2212]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2218]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2219]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2222]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2223]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2226]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2227]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2229]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2236]: 6 -5.25008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2241]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2242]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2243]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2245]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2253]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2257]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2263]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2274]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2278]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2279]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2282]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2283]: 6 -1.00016 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2286]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2288]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2290]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2292]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2295]: 6 -1.00432 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2298]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2299]: 6 -1.01697 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2302]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2303]: 6 -1.06776 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2306]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2309]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2311]: 6 -2.08283 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2314]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2322]: 6 -9.28912 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2326]: 6 0 16.1563 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2328]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2334]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2336]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2337]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2338]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2341]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2342]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2343]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2344]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2346]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2347]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2350]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2353]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2357]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2364]: 6 -1.32818 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2366]: 6 -1.31254 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2368]: 6 -1.25007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2374]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2375]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2378]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2379]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2382]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2383]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2386]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2387]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2390]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2391]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2394]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2395]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2398]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2399]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2403]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2406]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2410]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2411]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2414]: 6 -1.25003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2426]: 6 -2.62507 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2433]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2434]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2437]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2442]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2444]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2445]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2446]: 6 -1.00854 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2447]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2448]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2450]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2451]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2460]: 6 -0.578162 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2461]: 6 -1.31254 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2462]: 6 -1.31259 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2465]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2468]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2469]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2472]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2476]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2477]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2480]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2481]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2484]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2488]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2490]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2492]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2494]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2495]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2498]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2499]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2501]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2503]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2505]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2509]: 6 -2.12509 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2511]: 6 -3.07235 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2520]: 6 -2.68754 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2530]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2537]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2540]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2545]: 6 -5.33112 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2546]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2551]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2559]: 6 -1.25005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2560]: 6 -1.25006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2562]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2564]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2565]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2568]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2569]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2572]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2573]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2576]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2577]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2580]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2581]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2584]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2586]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2587]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2590]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2593]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2596]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2599]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2602]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2603]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2606]: 6 -1.25008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2616]: 6 -1.31259 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2618]: 6 -1.25005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2628]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2629]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2630]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2632]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2634]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2649]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2656]: 6 -0.500017 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2657]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2660]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2661]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2664]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2666]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2667]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2669]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2672]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2674]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2675]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2678]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2679]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2682]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2683]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2686]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2687]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2690]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2691]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2694]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2695]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2699]: 6 -2.76392 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2702]: 6 -9.94442 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2706]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2710]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2711]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2714]: 6 -1.2501 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2720]: 6 -3.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2724]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2725]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2726]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2730]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2734]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2736]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2738]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2747]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2751]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2752]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2754]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2758]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2760]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2762]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2763]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2765]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2767]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2772]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2775]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2777]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2782]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2783]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2785]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2788]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2789]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2792]: 6 -1.31253 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2803]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2805]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2807]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2809]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2811]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2814]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2815]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2822]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2824]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2826]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2830]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2831]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2833]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2838]: 6 -0.548539 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2843]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2853]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2856]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2858]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2859]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2864]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2865]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2871]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2874]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2876]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2877]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2880]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2881]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2884]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2886]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2899]: 6 -3.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2902]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2907]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2910]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2911]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2914]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2924]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2927]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2934]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2939]: 6 -1.3282 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2946]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2947]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2950]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2952]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2956]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2958]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2959]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2961]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2964]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2965]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2968]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2970]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2974]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2975]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2978]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2980]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2981]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2984]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[2988]: 6 -1.32818 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3010]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3015]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3027]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3031]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3035]: 6 -1.70318 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3037]: 6 -0.812575 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3042]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3045]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3047]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3049]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3051]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3053]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3056]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3057]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3061]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3064]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3068]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3070]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3071]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3074]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3075]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3078]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3079]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3083]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3085]: 6 -1.17724 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3094]: 6 0 2.00004 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3100]: 6 0 2.00007 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3105]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3106]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3107]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3109]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3110]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3111]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3113]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3127]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3132]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3133]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3134]: 6 -1.25004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3137]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3139]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3141]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3143]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3145]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3147]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3149]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3151]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3154]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3158]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3159]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3161]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3162]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3163]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3166]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3167]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3169]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3172]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3176]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3177]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3182]: 6 -0.40628 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3183]: 6 -5.98888 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3188]: 6 -9.75009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3190]: 6 -14.5001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3192]: 6 -1.25001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3194]: 6 -1.25007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3210]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3226]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3232]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3234]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3238]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3239]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3242]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3246]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3248]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3250]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3254]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3256]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3258]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3262]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3265]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3267]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3270]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3271]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3274]: 6 0 2.19925 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3275]: 6 -2.42588 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3277]: 6 -7.64847 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3283]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3286]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3290]: 6 -1.25008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3291]: 6 -3.25001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3297]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3298]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3301]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3318]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3323]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3328]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3330]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3331]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3334]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3336]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3338]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3340]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3342]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3344]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3346]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3350]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3354]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3355]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3358]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3360]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3361]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3364]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3365]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3367]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3370]: 6 -1.31252 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3382]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3384]: 6 -5.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3386]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3388]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3390]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3392]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3396]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3402]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3406]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3411]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3413]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3414]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3418]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3420]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3421]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3422]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3424]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3426]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3431]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3434]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3435]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3438]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3439]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3442]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3445]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3452]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3454]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3457]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3460]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3461]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3463]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3465]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3467]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3471]: 6 -3.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3478]: 6 -8.38766 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3479]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3482]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3486]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3489]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3493]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3503]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3508]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3510]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3516]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3517]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3518]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3519]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3522]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3528]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3530]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3532]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3533]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3536]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3537]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3539]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3541]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3543]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3545]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3548]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3549]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3550]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3554]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3558]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3561]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3571]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3576]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3579]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3582]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3591]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3592]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3594]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3604]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3606]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3608]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3609]: 6 -1.25002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3610]: 6 -0.50004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3618]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3622]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3623]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3626]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3628]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3629]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3632]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3633]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3636]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3641]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3644]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3646]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3647]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3649]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3651]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3653]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3655]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3657]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3660]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3661]: 6 -3.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3664]: 6 -0.500074 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3668]: 6 -2.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3672]: 6 -5.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3673]: 6 -3.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3676]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3677]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3680]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3688]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3690]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3691]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3692]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3702]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3704]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3706]: 6 -1.25009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3713]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3715]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3720]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3728]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3732]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3735]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3738]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3739]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3741]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3751]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3754]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3758]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3760]: 6 -1.25004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3762]: 6 -1.25003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3768]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3769]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3773]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3775]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3777]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3778]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3781]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3783]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3784]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3788]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3789]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3792]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3793]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3803]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3809]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3812]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3813]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3820]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3821]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3824]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3825]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3828]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3830]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3832]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3833]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3836]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3840]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3843]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3845]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3848]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3849]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3852]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3856]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3860]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3862]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3864]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3867]: 6 -1.00001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3875]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3879]: 6 -1.0001 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3880]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3888]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3889]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3894]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3895]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3904]: 6 0 1.25005 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3909]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3911]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3913]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3916]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3920]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3926]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3929]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3931]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3933]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3936]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3937]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3939]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3941]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3944]: 6 -1.00002 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3946]: 6 -1.00005 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3948]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3954]: 6 -5.88768 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3956]: 6 -13.5 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3960]: 6 -0.81256 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3967]: 6 -5.50009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[3988]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4046]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4047]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4048]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4049]: 6 -1.00006 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4060]: 6 -1.00009 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4061]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4067]: 6 -1.00004 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4080]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4104]: 6 -1.00007 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4115]: 6 -1.00003 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4116]: 6 -1.00008 0 shouldn't be
314.35/315.23	WSVECS04 Frhs2[4117]: 6 -1.00009 0 shouldn't be
347.47/348.45	c #Conflicts:     811000 | #Constraints:      27183
347.47/348.45	c #Conflicts:     812000 | #Constraints:      28183
347.47/348.45	c #Conflicts:     813000 | #Constraints:      29183
347.47/348.45	c #Conflicts:     814000 | #Constraints:      30183
347.47/348.45	c #Conflicts:     815000 | #Constraints:      31183
347.47/348.45	c #Conflicts:     816000 | #Constraints:      32183
347.47/348.45	c #Conflicts:     817000 | #Constraints:      33183
347.47/348.45	c #Conflicts:     818000 | #Constraints:      34183
347.47/348.45	c #Conflicts:     819000 | #Constraints:      35183
347.47/348.45	c #Conflicts:     820000 | #Constraints:      36183
347.47/348.45	c #Conflicts:     821000 | #Constraints:      37184
347.47/348.45	c #Conflicts:     822000 | #Constraints:      38184
347.47/348.45	c #Conflicts:     823000 | #Constraints:      39184
347.47/348.45	c #Conflicts:     824000 | #Constraints:      40185
347.47/348.45	c #Conflicts:     825000 | #Constraints:      41185
347.47/348.45	c #Conflicts:     826000 | #Constraints:      42185
347.47/348.45	c #Conflicts:     827000 | #Constraints:      43185
347.47/348.45	c #Conflicts:     828000 | #Constraints:      44185
347.47/348.45	c INPROCESSING
347.47/348.45	c GARBAGE COLLECT
347.47/348.45	c #Conflicts:     829000 | #Constraints:      27192
347.47/348.45	c #Conflicts:     830000 | #Constraints:      28192
347.47/348.45	c #Conflicts:     831000 | #Constraints:      29192
347.47/348.45	c #Conflicts:     832000 | #Constraints:      30192
347.47/348.45	c #Conflicts:     833000 | #Constraints:      31192
347.47/348.45	c #Conflicts:     834000 | #Constraints:      32192
347.47/348.45	c #Conflicts:     835000 | #Constraints:      33192
347.47/348.45	c #Conflicts:     836000 | #Constraints:      34192
347.47/348.45	c #Conflicts:     837000 | #Constraints:      35192
347.47/348.45	c #Conflicts:     838000 | #Constraints:      36192
347.47/348.45	c #Conflicts:     839000 | #Constraints:      37192
347.47/348.45	c #Conflicts:     840000 | #Constraints:      38192
347.47/348.45	c #Conflicts:     841000 | #Constraints:      39192
347.47/348.45	c #Conflicts:     842000 | #Constraints:      40192
347.47/348.45	c #Conflicts:     843000 | #Constraints:      41192
347.47/348.45	c #Conflicts:     844000 | #Constraints:      42192
347.47/348.45	c #Conflicts:     845000 | #Constraints:      43192
347.47/348.45	c #Conflicts:     846000 | #Constraints:      44192
347.47/348.45	c INPROCESSING
347.47/348.45	c GARBAGE COLLECT
347.47/348.45	c #Conflicts:     847000 | #Constraints:      26979
347.47/348.45	c #Conflicts:     848000 | #Constraints:      27979
347.47/348.45	c #Conflicts:     849000 | #Constraints:      28979
347.47/348.45	c #Conflicts:     850000 | #Constraints:      29979
347.47/348.45	c #Conflicts:     851000 | #Constraints:      30979
347.47/348.45	c #Conflicts:     852000 | #Constraints:      31979
347.47/348.45	c #Conflicts:     853000 | #Constraints:      32979
347.47/348.45	c #Conflicts:     854000 | #Constraints:      33979
347.47/348.45	c #Conflicts:     855000 | #Constraints:      34980
347.47/348.45	c #Conflicts:     856000 | #Constraints:      35980
347.47/348.45	c #Conflicts:     857000 | #Constraints:      36980
347.47/348.45	c #Conflicts:     858000 | #Constraints:      37980
347.47/348.45	c #Conflicts:     859000 | #Constraints:      38980
347.47/348.45	c #Conflicts:     860000 | #Constraints:      39980
347.47/348.45	c #Conflicts:     861000 | #Constraints:      40980
347.47/348.45	c #Conflicts:     862000 | #Constraints:      41980
347.47/348.45	c #Conflicts:     863000 | #Constraints:      42980
347.47/348.45	c #Conflicts:     864000 | #Constraints:      43980
347.47/348.45	c #Conflicts:     865000 | #Constraints:      44981
347.47/348.45	c INPROCESSING
347.47/348.45	c GARBAGE COLLECT
347.47/348.45	c #Conflicts:     866000 | #Constraints:      27576
347.47/348.45	c #Conflicts:     867000 | #Constraints:      28576
347.47/348.45	c #Conflicts:     868000 | #Constraints:      29576
347.47/348.45	c #Conflicts:     869000 | #Constraints:      30576
347.47/348.45	c #Conflicts:     870000 | #Constraints:      31576
347.47/348.45	c #Conflicts:     871000 | #Constraints:      32576
347.47/348.45	c #Conflicts:     872000 | #Constraints:      33576
347.47/348.45	c #Conflicts:     873000 | #Constraints:      34576
347.47/348.45	c #Conflicts:     874000 | #Constraints:      35576
347.47/348.45	c #Conflicts:     875000 | #Constraints:      36576
347.47/348.45	c #Conflicts:     876000 | #Constraints:      37576
347.47/348.45	c #Conflicts:     877000 | #Constraints:      38576
347.47/348.45	c #Conflicts:     878000 | #Constraints:      39576
347.47/348.45	c #Conflicts:     879000 | #Constraints:      40576
347.47/348.45	c #Conflicts:     880000 | #Constraints:      41578
347.47/348.45	c #Conflicts:     881000 | #Constraints:      42578
347.47/348.45	c #Conflicts:     882000 | #Constraints:      43578
347.47/348.45	c #Conflicts:     883000 | #Constraints:      44579
347.47/348.45	c #Conflicts:     884000 | #Constraints:      45583
347.47/348.45	c INPROCESSING
347.47/348.45	c GARBAGE COLLECT
347.47/348.45	c #Conflicts:     885000 | #Constraints:      28037
347.47/348.45	c #Conflicts:     886000 | #Constraints:      29037
347.47/348.45	c #Conflicts:     887000 | #Constraints:      30037
384.78/385.87	c #Conflicts:     888000 | #Constraints:      31043
384.78/385.87	c #Conflicts:     889000 | #Constraints:      32044
384.78/385.87	c #Conflicts:     890000 | #Constraints:      33044
384.78/385.87	c #Conflicts:     891000 | #Constraints:      34045
384.78/385.87	c #Conflicts:     892000 | #Constraints:      35045
384.78/385.87	c #Conflicts:     893000 | #Constraints:      36045
384.78/385.87	c #Conflicts:     894000 | #Constraints:      37045
384.78/385.87	c #Conflicts:     895000 | #Constraints:      38045
384.78/385.87	c #Conflicts:     896000 | #Constraints:      39045
384.78/385.87	c #Conflicts:     897000 | #Constraints:      40045
384.78/385.87	c #Conflicts:     898000 | #Constraints:      41045
384.78/385.87	c #Conflicts:     899000 | #Constraints:      42045
384.78/385.87	c #Conflicts:     900000 | #Constraints:      43045
384.78/385.87	c #Conflicts:     901000 | #Constraints:      44045
384.78/385.87	c #Conflicts:     902000 | #Constraints:      45045
384.78/385.87	c #Conflicts:     903000 | #Constraints:      46045
384.78/385.87	c INPROCESSING
384.78/385.87	c GARBAGE COLLECT
384.78/385.87	c #Conflicts:     904000 | #Constraints:      28263
384.78/385.87	c #Conflicts:     905000 | #Constraints:      29263
384.78/385.87	c #Conflicts:     906000 | #Constraints:      30263
384.78/385.87	c #Conflicts:     907000 | #Constraints:      31264
384.78/385.87	c #Conflicts:     908000 | #Constraints:      32264
384.78/385.87	c #Conflicts:     909000 | #Constraints:      33264
384.78/385.87	c #Conflicts:     910000 | #Constraints:      34264
384.78/385.87	c #Conflicts:     911000 | #Constraints:      35264
384.78/385.87	c #Conflicts:     912000 | #Constraints:      36264
384.78/385.87	c #Conflicts:     913000 | #Constraints:      37264
384.78/385.87	c #Conflicts:     914000 | #Constraints:      38264
384.78/385.87	c #Conflicts:     915000 | #Constraints:      39264
384.78/385.87	c #Conflicts:     916000 | #Constraints:      40265
384.78/385.87	c #Conflicts:     917000 | #Constraints:      41265
384.78/385.87	c #Conflicts:     918000 | #Constraints:      42265
384.78/385.87	c #Conflicts:     919000 | #Constraints:      43265
384.78/385.87	c #Conflicts:     920000 | #Constraints:      44265
384.78/385.87	c #Conflicts:     921000 | #Constraints:      45265
384.78/385.87	c #Conflicts:     922000 | #Constraints:      46265
384.78/385.87	c INPROCESSING
384.78/385.87	c GARBAGE COLLECT
384.78/385.87	c #Conflicts:     923000 | #Constraints:      28250
384.78/385.87	c #Conflicts:     924000 | #Constraints:      29250
384.78/385.87	c #Conflicts:     925000 | #Constraints:      30250
384.78/385.87	c #Conflicts:     926000 | #Constraints:      31250
384.78/385.87	c #Conflicts:     927000 | #Constraints:      32250
384.78/385.87	c #Conflicts:     928000 | #Constraints:      33250
384.78/385.87	c #Conflicts:     929000 | #Constraints:      34250
384.78/385.87	c #Conflicts:     930000 | #Constraints:      35250
384.78/385.87	c #Conflicts:     931000 | #Constraints:      36250
384.78/385.87	c #Conflicts:     932000 | #Constraints:      37250
384.78/385.87	c #Conflicts:     933000 | #Constraints:      38250
384.78/385.87	c #Conflicts:     934000 | #Constraints:      39250
384.78/385.87	c #Conflicts:     935000 | #Constraints:      40250
384.78/385.87	c #Conflicts:     936000 | #Constraints:      41250
384.78/385.87	c #Conflicts:     937000 | #Constraints:      42250
384.78/385.87	c #Conflicts:     938000 | #Constraints:      43250
384.78/385.87	c #Conflicts:     939000 | #Constraints:      44250
384.78/385.87	c #Conflicts:     940000 | #Constraints:      45250
384.78/385.87	c #Conflicts:     941000 | #Constraints:      46250
384.78/385.87	c INPROCESSING
384.78/385.87	c GARBAGE COLLECT
384.78/385.87	c #Conflicts:     942000 | #Constraints:      28061
384.78/385.87	c #Conflicts:     943000 | #Constraints:      29061
384.78/385.87	c #Conflicts:     944000 | #Constraints:      30061
384.78/385.87	c #Conflicts:     945000 | #Constraints:      31061
384.78/385.87	c #Conflicts:     946000 | #Constraints:      32061
384.78/385.87	c #Conflicts:     947000 | #Constraints:      33061
384.78/385.87	c #Conflicts:     948000 | #Constraints:      34061
384.78/385.87	c #Conflicts:     949000 | #Constraints:      35061
384.78/385.87	c #Conflicts:     950000 | #Constraints:      36062
384.78/385.87	c #Conflicts:     951000 | #Constraints:      37062
384.78/385.87	c #Conflicts:     952000 | #Constraints:      38062
384.78/385.87	c #Conflicts:     953000 | #Constraints:      39062
384.78/385.87	c #Conflicts:     954000 | #Constraints:      40062
384.78/385.87	c #Conflicts:     955000 | #Constraints:      41062
384.78/385.87	c #Conflicts:     956000 | #Constraints:      42062
384.78/385.87	c #Conflicts:     957000 | #Constraints:      43062
384.78/385.87	c #Conflicts:     958000 | #Constraints:      44062
384.78/385.87	c #Conflicts:     959000 | #Constraints:      45063
384.78/385.87	c #Conflicts:     960000 | #Constraints:      46063
384.78/385.87	c #Conflicts:     961000 | #Constraints:      47063
384.78/385.87	c INPROCESSING
384.78/385.87	c GARBAGE COLLECT
384.78/385.87	c #Conflicts:     962000 | #Constraints:      28639
384.78/385.87	c #Conflicts:     963000 | #Constraints:      29639
444.70/446.00	c #Conflicts:     964000 | #Constraints:      30639
444.70/446.00	c #Conflicts:     965000 | #Constraints:      31639
444.70/446.00	c #Conflicts:     966000 | #Constraints:      32639
444.70/446.00	c #Conflicts:     967000 | #Constraints:      33639
444.70/446.00	c #Conflicts:     968000 | #Constraints:      34639
444.70/446.00	c #Conflicts:     969000 | #Constraints:      35639
444.70/446.00	c #Conflicts:     970000 | #Constraints:      36639
444.70/446.00	c #Conflicts:     971000 | #Constraints:      37639
444.70/446.00	c #Conflicts:     972000 | #Constraints:      38639
444.70/446.00	c #Conflicts:     973000 | #Constraints:      39639
444.70/446.00	c #Conflicts:     974000 | #Constraints:      40640
444.70/446.00	c #Conflicts:     975000 | #Constraints:      41640
444.70/446.00	c #Conflicts:     976000 | #Constraints:      42640
444.70/446.00	c #Conflicts:     977000 | #Constraints:      43640
444.70/446.00	c #Conflicts:     978000 | #Constraints:      44640
444.70/446.00	c #Conflicts:     979000 | #Constraints:      45640
444.70/446.00	c #Conflicts:     980000 | #Constraints:      46640
444.70/446.00	c #Conflicts:     981000 | #Constraints:      47640
444.70/446.00	c INPROCESSING
444.70/446.00	c GARBAGE COLLECT
444.70/446.00	c #Conflicts:     982000 | #Constraints:      29041
444.70/446.00	c #Conflicts:     983000 | #Constraints:      30042
444.70/446.00	c #Conflicts:     984000 | #Constraints:      31042
444.70/446.00	c #Conflicts:     985000 | #Constraints:      32042
444.70/446.00	c #Conflicts:     986000 | #Constraints:      33042
444.70/446.00	c #Conflicts:     987000 | #Constraints:      34050
444.70/446.00	c #Conflicts:     988000 | #Constraints:      35055
444.70/446.00	c #Conflicts:     989000 | #Constraints:      36055
444.70/446.00	c #Conflicts:     990000 | #Constraints:      37055
444.70/446.00	c #Conflicts:     991000 | #Constraints:      38055
444.70/446.00	c #Conflicts:     992000 | #Constraints:      39055
444.70/446.00	c #Conflicts:     993000 | #Constraints:      40055
444.70/446.00	c #Conflicts:     994000 | #Constraints:      41056
444.70/446.00	c #Conflicts:     995000 | #Constraints:      42056
444.70/446.00	c #Conflicts:     996000 | #Constraints:      43056
444.70/446.00	c #Conflicts:     997000 | #Constraints:      44056
444.70/446.00	c #Conflicts:     998000 | #Constraints:      45056
444.70/446.00	c #Conflicts:     999000 | #Constraints:      46056
444.70/446.00	c #Conflicts:    1000000 | #Constraints:      47056
444.70/446.00	c #Conflicts:    1001000 | #Constraints:      48056
444.70/446.00	c INPROCESSING
444.81/446.00	c GARBAGE COLLECT
444.81/446.00	c #Conflicts:    1002000 | #Constraints:      29257
444.81/446.00	c #Conflicts:    1003000 | #Constraints:      30257
444.81/446.00	c #Conflicts:    1004000 | #Constraints:      31257
444.81/446.00	c #Conflicts:    1005000 | #Constraints:      32257
444.81/446.00	c #Conflicts:    1006000 | #Constraints:      33257
444.81/446.00	c #Conflicts:    1007000 | #Constraints:      34257
444.81/446.00	c #Conflicts:    1008000 | #Constraints:      35257
444.81/446.00	c #Conflicts:    1009000 | #Constraints:      36257
444.81/446.00	c #Conflicts:    1010000 | #Constraints:      37257
444.81/446.00	c #Conflicts:    1011000 | #Constraints:      38257
444.81/446.00	c #Conflicts:    1012000 | #Constraints:      39257
444.81/446.00	c #Conflicts:    1013000 | #Constraints:      40257
444.81/446.00	c #Conflicts:    1014000 | #Constraints:      41257
444.81/446.00	c #Conflicts:    1015000 | #Constraints:      42257
444.81/446.00	c #Conflicts:    1016000 | #Constraints:      43257
444.81/446.00	c #Conflicts:    1017000 | #Constraints:      44258
444.81/446.00	c #Conflicts:    1018000 | #Constraints:      45258
444.81/446.00	c #Conflicts:    1019000 | #Constraints:      46258
444.81/446.00	c #Conflicts:    1020000 | #Constraints:      47258
444.81/446.00	c #Conflicts:    1021000 | #Constraints:      48258
444.81/446.00	c INPROCESSING
444.81/446.00	c GARBAGE COLLECT
444.81/446.00	c #Conflicts:    1022000 | #Constraints:      29219
444.81/446.00	c #Conflicts:    1023000 | #Constraints:      30219
444.81/446.00	c #Conflicts:    1024000 | #Constraints:      31219
444.81/446.00	c #Conflicts:    1025000 | #Constraints:      32219
444.81/446.00	c #Conflicts:    1026000 | #Constraints:      33219
444.81/446.00	c #Conflicts:    1027000 | #Constraints:      34219
444.81/446.00	c #Conflicts:    1028000 | #Constraints:      35219
444.81/446.00	c #Conflicts:    1029000 | #Constraints:      36219
444.81/446.00	c #Conflicts:    1030000 | #Constraints:      37219
444.81/446.00	c #Conflicts:    1031000 | #Constraints:      38219
444.81/446.00	c #Conflicts:    1032000 | #Constraints:      39220
444.81/446.00	c #Conflicts:    1033000 | #Constraints:      40220
444.81/446.00	c #Conflicts:    1034000 | #Constraints:      41220
444.81/446.00	c #Conflicts:    1035000 | #Constraints:      42220
444.81/446.00	c #Conflicts:    1036000 | #Constraints:      43220
444.81/446.00	c #Conflicts:    1037000 | #Constraints:      44220
444.81/446.00	c #Conflicts:    1038000 | #Constraints:      45220
444.81/446.00	c #Conflicts:    1039000 | #Constraints:      46221
444.81/446.00	c #Conflicts:    1040000 | #Constraints:      47221
517.69/519.17	c #Conflicts:    1041000 | #Constraints:      48221
517.69/519.17	c INPROCESSING
517.69/519.17	c GARBAGE COLLECT
517.69/519.17	c #Conflicts:    1042000 | #Constraints:      29051
517.69/519.17	c #Conflicts:    1043000 | #Constraints:      30051
517.69/519.17	c #Conflicts:    1044000 | #Constraints:      31051
517.69/519.17	c #Conflicts:    1045000 | #Constraints:      32051
517.69/519.17	c #Conflicts:    1046000 | #Constraints:      33051
517.69/519.17	c #Conflicts:    1047000 | #Constraints:      34051
517.69/519.17	c #Conflicts:    1048000 | #Constraints:      35051
517.69/519.17	c #Conflicts:    1049000 | #Constraints:      36051
517.69/519.17	c #Conflicts:    1050000 | #Constraints:      37051
517.69/519.17	c #Conflicts:    1051000 | #Constraints:      38051
517.69/519.17	c #Conflicts:    1052000 | #Constraints:      39051
517.69/519.17	c #Conflicts:    1053000 | #Constraints:      40051
517.69/519.17	c #Conflicts:    1054000 | #Constraints:      41051
517.69/519.17	c #Conflicts:    1055000 | #Constraints:      42051
517.69/519.17	c #Conflicts:    1056000 | #Constraints:      43051
517.69/519.17	c #Conflicts:    1057000 | #Constraints:      44051
517.69/519.17	c #Conflicts:    1058000 | #Constraints:      45051
517.69/519.17	c #Conflicts:    1059000 | #Constraints:      46051
517.69/519.17	c #Conflicts:    1060000 | #Constraints:      47051
517.69/519.17	c #Conflicts:    1061000 | #Constraints:      48051
517.69/519.17	c #Conflicts:    1062000 | #Constraints:      49051
517.69/519.17	c INPROCESSING
517.69/519.17	c GARBAGE COLLECT
517.69/519.17	c #Conflicts:    1063000 | #Constraints:      29634
517.69/519.17	c #Conflicts:    1064000 | #Constraints:      30634
517.69/519.17	c #Conflicts:    1065000 | #Constraints:      31634
517.69/519.17	c #Conflicts:    1066000 | #Constraints:      32634
517.69/519.17	c #Conflicts:    1067000 | #Constraints:      33634
517.69/519.17	c #Conflicts:    1068000 | #Constraints:      34634
517.69/519.17	c #Conflicts:    1069000 | #Constraints:      35634
517.69/519.17	c #Conflicts:    1070000 | #Constraints:      36635
517.69/519.17	c #Conflicts:    1071000 | #Constraints:      37635
517.69/519.17	c #Conflicts:    1072000 | #Constraints:      38635
517.69/519.17	c #Conflicts:    1073000 | #Constraints:      39635
517.69/519.17	c #Conflicts:    1074000 | #Constraints:      40635
517.69/519.17	c #Conflicts:    1075000 | #Constraints:      41635
517.69/519.17	c #Conflicts:    1076000 | #Constraints:      42635
517.69/519.17	c #Conflicts:    1077000 | #Constraints:      43636
517.69/519.17	c #Conflicts:    1078000 | #Constraints:      44638
517.69/519.17	c #Conflicts:    1079000 | #Constraints:      45638
517.69/519.17	c #Conflicts:    1080000 | #Constraints:      46638
517.69/519.17	c #Conflicts:    1081000 | #Constraints:      47638
517.69/519.17	c #Conflicts:    1082000 | #Constraints:      48642
517.69/519.17	c #Conflicts:    1083000 | #Constraints:      49642
517.69/519.17	c INPROCESSING
517.69/519.17	c GARBAGE COLLECT
517.69/519.17	c #Conflicts:    1084000 | #Constraints:      30054
517.69/519.17	c #Conflicts:    1085000 | #Constraints:      31054
517.69/519.17	c #Conflicts:    1086000 | #Constraints:      32054
517.69/519.17	c #Conflicts:    1087000 | #Constraints:      33055
517.69/519.17	c #Conflicts:    1088000 | #Constraints:      34055
517.69/519.17	c #Conflicts:    1089000 | #Constraints:      35055
517.69/519.17	c #Conflicts:    1090000 | #Constraints:      36055
517.69/519.17	c #Conflicts:    1091000 | #Constraints:      37055
517.69/519.17	c #Conflicts:    1092000 | #Constraints:      38058
517.69/519.17	c #Conflicts:    1093000 | #Constraints:      39061
517.69/519.17	c #Conflicts:    1094000 | #Constraints:      40062
517.69/519.17	c #Conflicts:    1095000 | #Constraints:      41064
517.69/519.17	c #Conflicts:    1096000 | #Constraints:      42064
517.69/519.17	c #Conflicts:    1097000 | #Constraints:      43064
517.69/519.17	c #Conflicts:    1098000 | #Constraints:      44064
517.69/519.17	c #Conflicts:    1099000 | #Constraints:      45064
517.69/519.17	c #Conflicts:    1100000 | #Constraints:      46064
517.69/519.17	c #Conflicts:    1101000 | #Constraints:      47064
517.69/519.17	c #Conflicts:    1102000 | #Constraints:      48064
517.69/519.17	c #Conflicts:    1103000 | #Constraints:      49064
517.69/519.17	c #Conflicts:    1104000 | #Constraints:      50064
517.69/519.17	c INPROCESSING
517.69/519.17	c GARBAGE COLLECT
517.69/519.17	c #Conflicts:    1105000 | #Constraints:      30258
517.69/519.17	c #Conflicts:    1106000 | #Constraints:      31258
517.69/519.17	c #Conflicts:    1107000 | #Constraints:      32258
517.69/519.17	c #Conflicts:    1108000 | #Constraints:      33259
517.69/519.17	c #Conflicts:    1109000 | #Constraints:      34259
517.69/519.17	c #Conflicts:    1110000 | #Constraints:      35259
517.69/519.17	c #Conflicts:    1111000 | #Constraints:      36259
517.69/519.17	c #Conflicts:    1112000 | #Constraints:      37259
517.69/519.17	c #Conflicts:    1113000 | #Constraints:      38259
517.69/519.17	c #Conflicts:    1114000 | #Constraints:      39270
517.69/519.17	c #Conflicts:    1115000 | #Constraints:      40271
517.69/519.17	c #Conflicts:    1116000 | #Constraints:      41271
553.28/554.86	c #Conflicts:    1117000 | #Constraints:      42271
553.28/554.86	c #Conflicts:    1118000 | #Constraints:      43271
553.28/554.86	c #Conflicts:    1119000 | #Constraints:      44271
553.28/554.86	c #Conflicts:    1120000 | #Constraints:      45271
553.28/554.86	c #Conflicts:    1121000 | #Constraints:      46271
553.28/554.86	c #Conflicts:    1122000 | #Constraints:      47271
553.28/554.86	c #Conflicts:    1123000 | #Constraints:      48271
553.28/554.86	c #Conflicts:    1124000 | #Constraints:      49271
553.28/554.86	c #Conflicts:    1125000 | #Constraints:      50271
553.28/554.86	c INPROCESSING
553.28/554.86	c GARBAGE COLLECT
553.28/554.86	c #Conflicts:    1126000 | #Constraints:      30259
553.28/554.86	c #Conflicts:    1127000 | #Constraints:      31259
553.28/554.86	c #Conflicts:    1128000 | #Constraints:      32259
553.28/554.86	c #Conflicts:    1129000 | #Constraints:      33259
553.28/554.86	c #Conflicts:    1130000 | #Constraints:      34259
553.28/554.86	c #Conflicts:    1131000 | #Constraints:      35259
553.28/554.86	c #Conflicts:    1132000 | #Constraints:      36259
553.28/554.86	c #Conflicts:    1133000 | #Constraints:      37259
553.28/554.86	c #Conflicts:    1134000 | #Constraints:      38259
553.28/554.86	c #Conflicts:    1135000 | #Constraints:      39260
553.28/554.86	c #Conflicts:    1136000 | #Constraints:      40260
553.28/554.86	c #Conflicts:    1137000 | #Constraints:      41260
553.28/554.86	c #Conflicts:    1138000 | #Constraints:      42260
553.28/554.86	c #Conflicts:    1139000 | #Constraints:      43260
553.28/554.86	c #Conflicts:    1140000 | #Constraints:      44260
553.28/554.86	c #Conflicts:    1141000 | #Constraints:      45260
553.28/554.86	c #Conflicts:    1142000 | #Constraints:      46260
553.28/554.86	c #Conflicts:    1143000 | #Constraints:      47260
553.28/554.86	c #Conflicts:    1144000 | #Constraints:      48260
553.28/554.86	c #Conflicts:    1145000 | #Constraints:      49260
553.28/554.86	c #Conflicts:    1146000 | #Constraints:      50261
553.28/554.86	c INPROCESSING
553.28/554.86	c GARBAGE COLLECT
553.28/554.86	c #Conflicts:    1147000 | #Constraints:      30039
553.28/554.86	c #Conflicts:    1148000 | #Constraints:      31095
553.28/554.86	c #Conflicts:    1149000 | #Constraints:      32096
553.28/554.86	c #Conflicts:    1150000 | #Constraints:      33096
553.28/554.86	c #Conflicts:    1151000 | #Constraints:      34096
553.28/554.86	c #Conflicts:    1152000 | #Constraints:      35096
553.28/554.86	c #Conflicts:    1153000 | #Constraints:      36096
553.28/554.86	c #Conflicts:    1154000 | #Constraints:      37096
553.28/554.86	c #Conflicts:    1155000 | #Constraints:      38096
553.28/554.86	c #Conflicts:    1156000 | #Constraints:      39096
553.28/554.86	c #Conflicts:    1157000 | #Constraints:      40096
553.28/554.86	c #Conflicts:    1158000 | #Constraints:      41096
553.28/554.86	c #Conflicts:    1159000 | #Constraints:      42096
553.28/554.86	c #Conflicts:    1160000 | #Constraints:      43096
553.28/554.86	c #Conflicts:    1161000 | #Constraints:      44097
553.28/554.86	c #Conflicts:    1162000 | #Constraints:      45097
553.28/554.86	c #Conflicts:    1163000 | #Constraints:      46097
553.28/554.86	c #Conflicts:    1164000 | #Constraints:      47097
553.28/554.86	c #Conflicts:    1165000 | #Constraints:      48097
553.28/554.86	c #Conflicts:    1166000 | #Constraints:      49097
553.28/554.86	c #Conflicts:    1167000 | #Constraints:      50097
553.28/554.86	c #Conflicts:    1168000 | #Constraints:      51097
553.28/554.86	c INPROCESSING
553.28/554.86	c GARBAGE COLLECT
553.28/554.86	c #Conflicts:    1169000 | #Constraints:      30683
553.28/554.86	c #Conflicts:    1170000 | #Constraints:      31683
553.28/554.86	c #Conflicts:    1171000 | #Constraints:      32684
553.28/554.86	c #Conflicts:    1172000 | #Constraints:      33684
553.28/554.86	c #Conflicts:    1173000 | #Constraints:      34684
553.28/554.86	c #Conflicts:    1174000 | #Constraints:      35684
553.28/554.86	c #Conflicts:    1175000 | #Constraints:      36684
553.28/554.86	c #Conflicts:    1176000 | #Constraints:      37684
553.28/554.86	c #Conflicts:    1177000 | #Constraints:      38684
553.28/554.86	c #Conflicts:    1178000 | #Constraints:      39684
553.28/554.86	c #Conflicts:    1179000 | #Constraints:      40788
553.28/554.86	c #Conflicts:    1180000 | #Constraints:      41788
553.28/554.86	c #Conflicts:    1181000 | #Constraints:      42788
553.28/554.86	c #Conflicts:    1182000 | #Constraints:      43788
553.28/554.86	c #Conflicts:    1183000 | #Constraints:      44788
553.28/554.86	c #Conflicts:    1184000 | #Constraints:      45788
553.28/554.86	c #Conflicts:    1185000 | #Constraints:      46788
553.28/554.86	c #Conflicts:    1186000 | #Constraints:      47788
553.28/554.86	c #Conflicts:    1187000 | #Constraints:      48788
553.28/554.86	c #Conflicts:    1188000 | #Constraints:      49788
553.28/554.86	c #Conflicts:    1189000 | #Constraints:      50789
553.28/554.86	c #Conflicts:    1190000 | #Constraints:      51789
553.28/554.86	c INPROCESSING
553.28/554.86	c GARBAGE COLLECT
553.28/554.86	c #Conflicts:    1191000 | #Constraints:      31118
553.28/554.86	c #Conflicts:    1192000 | #Constraints:      32118
592.96/594.60	c #Conflicts:    1193000 | #Constraints:      33118
592.96/594.60	c #Conflicts:    1194000 | #Constraints:      34118
592.96/594.60	c #Conflicts:    1195000 | #Constraints:      35118
592.96/594.60	c #Conflicts:    1196000 | #Constraints:      36118
592.96/594.60	c #Conflicts:    1197000 | #Constraints:      37118
592.96/594.60	c #Conflicts:    1198000 | #Constraints:      38118
592.96/594.60	c #Conflicts:    1199000 | #Constraints:      39118
592.96/594.60	c #Conflicts:    1200000 | #Constraints:      40118
592.96/594.60	c #Conflicts:    1201000 | #Constraints:      41118
592.96/594.60	c #Conflicts:    1202000 | #Constraints:      42119
592.96/594.60	c #Conflicts:    1203000 | #Constraints:      43120
592.96/594.60	c #Conflicts:    1204000 | #Constraints:      44120
592.96/594.60	c #Conflicts:    1205000 | #Constraints:      45120
592.96/594.60	c #Conflicts:    1206000 | #Constraints:      46120
592.96/594.60	c #Conflicts:    1207000 | #Constraints:      47120
592.96/594.60	c #Conflicts:    1208000 | #Constraints:      48120
592.96/594.60	c #Conflicts:    1209000 | #Constraints:      49120
592.96/594.60	c #Conflicts:    1210000 | #Constraints:      50120
592.96/594.60	c #Conflicts:    1211000 | #Constraints:      51120
592.96/594.60	c #Conflicts:    1212000 | #Constraints:      52120
592.96/594.60	c INPROCESSING
592.96/594.60	c GARBAGE COLLECT
592.96/594.60	c #Conflicts:    1213000 | #Constraints:      31276
592.96/594.60	c #Conflicts:    1214000 | #Constraints:      32277
592.96/594.60	c #Conflicts:    1215000 | #Constraints:      33277
592.96/594.60	c #Conflicts:    1216000 | #Constraints:      34277
592.96/594.60	c #Conflicts:    1217000 | #Constraints:      35277
592.96/594.60	c #Conflicts:    1218000 | #Constraints:      36277
592.96/594.60	c #Conflicts:    1219000 | #Constraints:      37277
592.96/594.60	c #Conflicts:    1220000 | #Constraints:      38277
592.96/594.60	c #Conflicts:    1221000 | #Constraints:      39278
592.96/594.60	c #Conflicts:    1222000 | #Constraints:      40278
592.96/594.60	c #Conflicts:    1223000 | #Constraints:      41278
592.96/594.60	c #Conflicts:    1224000 | #Constraints:      42278
592.96/594.60	c #Conflicts:    1225000 | #Constraints:      43278
592.96/594.60	c #Conflicts:    1226000 | #Constraints:      44278
592.96/594.60	c #Conflicts:    1227000 | #Constraints:      45281
592.96/594.60	c #Conflicts:    1228000 | #Constraints:      46281
592.96/594.60	c #Conflicts:    1229000 | #Constraints:      47281
592.96/594.60	c #Conflicts:    1230000 | #Constraints:      48282
592.96/594.60	c #Conflicts:    1231000 | #Constraints:      49285
592.96/594.60	c #Conflicts:    1232000 | #Constraints:      50286
592.96/594.60	c #Conflicts:    1233000 | #Constraints:      51286
592.96/594.60	c #Conflicts:    1234000 | #Constraints:      52286
592.96/594.60	c INPROCESSING
592.96/594.60	c GARBAGE COLLECT
592.96/594.60	c #Conflicts:    1235000 | #Constraints:      31246
592.96/594.60	c #Conflicts:    1236000 | #Constraints:      32246
592.96/594.60	c #Conflicts:    1237000 | #Constraints:      33246
592.96/594.60	c #Conflicts:    1238000 | #Constraints:      34246
592.96/594.60	c #Conflicts:    1239000 | #Constraints:      35246
592.96/594.60	c #Conflicts:    1240000 | #Constraints:      36246
592.96/594.60	c #Conflicts:    1241000 | #Constraints:      37246
592.96/594.60	c #Conflicts:    1242000 | #Constraints:      38246
592.96/594.60	c #Conflicts:    1243000 | #Constraints:      39246
592.96/594.60	c #Conflicts:    1244000 | #Constraints:      40246
592.96/594.60	c #Conflicts:    1245000 | #Constraints:      41246
592.96/594.60	c #Conflicts:    1246000 | #Constraints:      42246
592.96/594.60	c #Conflicts:    1247000 | #Constraints:      43246
592.96/594.60	c #Conflicts:    1248000 | #Constraints:      44246
592.96/594.60	c #Conflicts:    1249000 | #Constraints:      45246
592.96/594.60	c #Conflicts:    1250000 | #Constraints:      46246
592.96/594.60	c #Conflicts:    1251000 | #Constraints:      47246
592.96/594.60	c #Conflicts:    1252000 | #Constraints:      48246
592.96/594.60	c #Conflicts:    1253000 | #Constraints:      49246
592.96/594.60	c #Conflicts:    1254000 | #Constraints:      50246
592.96/594.60	c #Conflicts:    1255000 | #Constraints:      51246
592.96/594.60	c #Conflicts:    1256000 | #Constraints:      52246
592.96/594.60	c INPROCESSING
592.96/594.60	c GARBAGE COLLECT
592.96/594.60	c #Conflicts:    1257000 | #Constraints:      31031
592.96/594.60	c #Conflicts:    1258000 | #Constraints:      32031
592.96/594.60	c #Conflicts:    1259000 | #Constraints:      33031
592.96/594.60	c #Conflicts:    1260000 | #Constraints:      34031
592.96/594.60	c #Conflicts:    1261000 | #Constraints:      35031
592.96/594.60	c #Conflicts:    1262000 | #Constraints:      36031
592.96/594.60	c #Conflicts:    1263000 | #Constraints:      37031
592.96/594.60	c #Conflicts:    1264000 | #Constraints:      38031
592.96/594.60	c #Conflicts:    1265000 | #Constraints:      39031
592.96/594.60	c #Conflicts:    1266000 | #Constraints:      40031
592.96/594.60	c #Conflicts:    1267000 | #Constraints:      41031
592.96/594.60	c #Conflicts:    1268000 | #Constraints:      42031
592.96/594.60	c #Conflicts:    1269000 | #Constraints:      43031
621.99/623.73	c #Conflicts:    1270000 | #Constraints:      44031
621.99/623.73	c #Conflicts:    1271000 | #Constraints:      45031
621.99/623.73	c #Conflicts:    1272000 | #Constraints:      46031
621.99/623.73	c #Conflicts:    1273000 | #Constraints:      47031
621.99/623.73	c #Conflicts:    1274000 | #Constraints:      48031
621.99/623.73	c #Conflicts:    1275000 | #Constraints:      49031
621.99/623.73	c #Conflicts:    1276000 | #Constraints:      50032
621.99/623.73	c #Conflicts:    1277000 | #Constraints:      51032
621.99/623.73	c #Conflicts:    1278000 | #Constraints:      52032
621.99/623.73	c #Conflicts:    1279000 | #Constraints:      53032
621.99/623.73	c INPROCESSING
621.99/623.73	c GARBAGE COLLECT
621.99/623.73	c #Conflicts:    1280000 | #Constraints:      31625
621.99/623.73	c #Conflicts:    1281000 | #Constraints:      32625
621.99/623.73	c #Conflicts:    1282000 | #Constraints:      33625
621.99/623.73	c #Conflicts:    1283000 | #Constraints:      34625
621.99/623.73	c #Conflicts:    1284000 | #Constraints:      35625
621.99/623.73	c #Conflicts:    1285000 | #Constraints:      36625
621.99/623.73	c #Conflicts:    1286000 | #Constraints:      37625
621.99/623.73	c #Conflicts:    1287000 | #Constraints:      38625
621.99/623.73	c #Conflicts:    1288000 | #Constraints:      39625
621.99/623.73	c #Conflicts:    1289000 | #Constraints:      40626
621.99/623.73	c #Conflicts:    1290000 | #Constraints:      41626
621.99/623.73	c #Conflicts:    1291000 | #Constraints:      42626
621.99/623.73	c #Conflicts:    1292000 | #Constraints:      43626
621.99/623.73	c #Conflicts:    1293000 | #Constraints:      44626
621.99/623.73	c #Conflicts:    1294000 | #Constraints:      45626
621.99/623.73	c #Conflicts:    1295000 | #Constraints:      46626
621.99/623.73	c #Conflicts:    1296000 | #Constraints:      47626
621.99/623.73	c #Conflicts:    1297000 | #Constraints:      48642
621.99/623.73	c #Conflicts:    1298000 | #Constraints:      49642
621.99/623.73	c #Conflicts:    1299000 | #Constraints:      50642
621.99/623.73	c #Conflicts:    1300000 | #Constraints:      51642
621.99/623.73	c #Conflicts:    1301000 | #Constraints:      52642
621.99/623.73	c #Conflicts:    1302000 | #Constraints:      53642
621.99/623.73	c INPROCESSING
621.99/623.73	c GARBAGE COLLECT
621.99/623.73	c #Conflicts:    1303000 | #Constraints:      32070
621.99/623.73	c #Conflicts:    1304000 | #Constraints:      33070
621.99/623.73	c #Conflicts:    1305000 | #Constraints:      34070
621.99/623.73	c #Conflicts:    1306000 | #Constraints:      35070
621.99/623.73	c #Conflicts:    1307000 | #Constraints:      36070
621.99/623.73	c #Conflicts:    1308000 | #Constraints:      37070
621.99/623.73	c #Conflicts:    1309000 | #Constraints:      38070
621.99/623.73	c #Conflicts:    1310000 | #Constraints:      39070
621.99/623.73	c #Conflicts:    1311000 | #Constraints:      40070
621.99/623.73	c #Conflicts:    1312000 | #Constraints:      41070
621.99/623.73	c #Conflicts:    1313000 | #Constraints:      42070
621.99/623.73	c #Conflicts:    1314000 | #Constraints:      43070
621.99/623.73	c #Conflicts:    1315000 | #Constraints:      44070
621.99/623.73	c #Conflicts:    1316000 | #Constraints:      45070
621.99/623.73	c #Conflicts:    1317000 | #Constraints:      46070
621.99/623.73	c #Conflicts:    1318000 | #Constraints:      47070
621.99/623.73	c #Conflicts:    1319000 | #Constraints:      48070
621.99/623.73	c #Conflicts:    1320000 | #Constraints:      49070
621.99/623.73	c #Conflicts:    1321000 | #Constraints:      50070
621.99/623.73	c #Conflicts:    1322000 | #Constraints:      51070
621.99/623.73	c #Conflicts:    1323000 | #Constraints:      52070
621.99/623.73	c #Conflicts:    1324000 | #Constraints:      53070
621.99/623.73	c #Conflicts:    1325000 | #Constraints:      54070
621.99/623.73	c INPROCESSING
621.99/623.73	c GARBAGE COLLECT
621.99/623.73	c rational objective 722.204
661.47/663.33	c #Conflicts:    1326000 | #Constraints:      32291
661.47/663.33	c #Conflicts:    1327000 | #Constraints:      33291
661.47/663.33	c #Conflicts:    1328000 | #Constraints:      34291
661.47/663.33	c #Conflicts:    1329000 | #Constraints:      35291
661.47/663.33	c #Conflicts:    1330000 | #Constraints:      36291
661.47/663.33	c #Conflicts:    1331000 | #Constraints:      37291
661.47/663.33	c #Conflicts:    1332000 | #Constraints:      38291
661.47/663.33	c #Conflicts:    1333000 | #Constraints:      39291
661.47/663.33	c #Conflicts:    1334000 | #Constraints:      40291
661.47/663.33	c #Conflicts:    1335000 | #Constraints:      41291
661.47/663.33	c #Conflicts:    1336000 | #Constraints:      42291
661.47/663.33	c #Conflicts:    1337000 | #Constraints:      43291
661.47/663.33	c #Conflicts:    1338000 | #Constraints:      44291
661.47/663.33	c #Conflicts:    1339000 | #Constraints:      45291
661.47/663.33	c #Conflicts:    1340000 | #Constraints:      46291
661.47/663.33	c #Conflicts:    1341000 | #Constraints:      47291
661.47/663.33	c #Conflicts:    1342000 | #Constraints:      48291
661.47/663.33	c #Conflicts:    1343000 | #Constraints:      49291
661.47/663.33	c #Conflicts:    1344000 | #Constraints:      50291
661.47/663.33	c #Conflicts:    1345000 | #Constraints:      51291
661.47/663.33	c #Conflicts:    1346000 | #Constraints:      52291
661.47/663.33	c #Conflicts:    1347000 | #Constraints:      53291
661.47/663.33	c #Conflicts:    1348000 | #Constraints:      54291
661.47/663.33	c INPROCESSING
661.47/663.33	c GARBAGE COLLECT
661.47/663.33	c #Conflicts:    1349000 | #Constraints:      32283
661.47/663.33	c #Conflicts:    1350000 | #Constraints:      33283
661.47/663.33	c #Conflicts:    1351000 | #Constraints:      34284
661.47/663.33	c #Conflicts:    1352000 | #Constraints:      35284
661.47/663.33	c #Conflicts:    1353000 | #Constraints:      36284
661.47/663.33	c #Conflicts:    1354000 | #Constraints:      37284
661.47/663.33	c #Conflicts:    1355000 | #Constraints:      38284
661.47/663.33	c #Conflicts:    1356000 | #Constraints:      39284
661.47/663.33	c #Conflicts:    1357000 | #Constraints:      40284
661.47/663.33	c #Conflicts:    1358000 | #Constraints:      41284
661.47/663.33	c #Conflicts:    1359000 | #Constraints:      42285
661.47/663.33	c #Conflicts:    1360000 | #Constraints:      43285
661.47/663.33	c #Conflicts:    1361000 | #Constraints:      44285
661.47/663.33	c #Conflicts:    1362000 | #Constraints:      45285
661.47/663.33	c #Conflicts:    1363000 | #Constraints:      46285
661.47/663.33	c #Conflicts:    1364000 | #Constraints:      47285
661.47/663.33	c #Conflicts:    1365000 | #Constraints:      48285
661.47/663.33	c #Conflicts:    1366000 | #Constraints:      49285
661.47/663.33	c #Conflicts:    1367000 | #Constraints:      50285
661.47/663.33	c #Conflicts:    1368000 | #Constraints:      51285
661.47/663.33	c #Conflicts:    1369000 | #Constraints:      52285
661.47/663.33	c #Conflicts:    1370000 | #Constraints:      53285
661.47/663.33	c #Conflicts:    1371000 | #Constraints:      54285
661.47/663.33	c INPROCESSING
661.47/663.33	c GARBAGE COLLECT
661.47/663.33	c #Conflicts:    1372000 | #Constraints:      32035
661.47/663.33	c #Conflicts:    1373000 | #Constraints:      33035
661.47/663.33	c #Conflicts:    1374000 | #Constraints:      34036
661.47/663.33	c #Conflicts:    1375000 | #Constraints:      35037
661.47/663.33	c #Conflicts:    1376000 | #Constraints:      36037
661.47/663.33	c #Conflicts:    1377000 | #Constraints:      37037
661.47/663.33	c #Conflicts:    1378000 | #Constraints:      38037
661.47/663.33	c #Conflicts:    1379000 | #Constraints:      39037
661.47/663.33	c #Conflicts:    1380000 | #Constraints:      40037
661.47/663.33	c #Conflicts:    1381000 | #Constraints:      41037
661.47/663.33	c #Conflicts:    1382000 | #Constraints:      42037
661.47/663.33	c #Conflicts:    1383000 | #Constraints:      43037
661.47/663.33	c #Conflicts:    1384000 | #Constraints:      44037
661.47/663.33	c #Conflicts:    1385000 | #Constraints:      45037
661.47/663.33	c #Conflicts:    1386000 | #Constraints:      46037
661.47/663.33	c #Conflicts:    1387000 | #Constraints:      47037
661.47/663.33	c #Conflicts:    1388000 | #Constraints:      48037
661.47/663.33	c #Conflicts:    1389000 | #Constraints:      49037
661.47/663.33	c #Conflicts:    1390000 | #Constraints:      50037
661.47/663.33	c #Conflicts:    1391000 | #Constraints:      51037
661.47/663.33	c #Conflicts:    1392000 | #Constraints:      52037
661.47/663.33	c #Conflicts:    1393000 | #Constraints:      53037
661.47/663.33	c #Conflicts:    1394000 | #Constraints:      54037
661.47/663.33	c #Conflicts:    1395000 | #Constraints:      55037
661.47/663.33	c INPROCESSING
661.47/663.33	c GARBAGE COLLECT
661.47/663.33	c #Conflicts:    1396000 | #Constraints:      32626
661.47/663.33	c #Conflicts:    1397000 | #Constraints:      33626
661.47/663.33	c #Conflicts:    1398000 | #Constraints:      34627
661.47/663.33	c #Conflicts:    1399000 | #Constraints:      35627
661.47/663.33	c #Conflicts:    1400000 | #Constraints:      36627
661.47/663.33	c #Conflicts:    1401000 | #Constraints:      37627
661.47/663.33	c #Conflicts:    1402000 | #Constraints:      38627
700.45/702.47	c #Conflicts:    1403000 | #Constraints:      39627
700.45/702.47	c #Conflicts:    1404000 | #Constraints:      40627
700.45/702.47	c #Conflicts:    1405000 | #Constraints:      41627
700.45/702.47	c #Conflicts:    1406000 | #Constraints:      42627
700.45/702.47	c #Conflicts:    1407000 | #Constraints:      43628
700.45/702.47	c #Conflicts:    1408000 | #Constraints:      44628
700.45/702.47	c #Conflicts:    1409000 | #Constraints:      45628
700.45/702.47	c #Conflicts:    1410000 | #Constraints:      46628
700.45/702.47	c #Conflicts:    1411000 | #Constraints:      47628
700.45/702.47	c #Conflicts:    1412000 | #Constraints:      48628
700.45/702.47	c #Conflicts:    1413000 | #Constraints:      49628
700.45/702.47	c #Conflicts:    1414000 | #Constraints:      50628
700.45/702.47	c #Conflicts:    1415000 | #Constraints:      51628
700.45/702.47	c #Conflicts:    1416000 | #Constraints:      52628
700.45/702.47	c #Conflicts:    1417000 | #Constraints:      53628
700.45/702.47	c #Conflicts:    1418000 | #Constraints:      54628
700.45/702.47	c #Conflicts:    1419000 | #Constraints:      55628
700.45/702.47	c INPROCESSING
700.45/702.47	c GARBAGE COLLECT
700.45/702.47	c #Conflicts:    1420000 | #Constraints:      33048
700.45/702.47	c #Conflicts:    1421000 | #Constraints:      34048
700.45/702.47	c #Conflicts:    1422000 | #Constraints:      35049
700.45/702.47	c #Conflicts:    1423000 | #Constraints:      36049
700.45/702.47	c #Conflicts:    1424000 | #Constraints:      37049
700.45/702.47	c #Conflicts:    1425000 | #Constraints:      38049
700.45/702.47	c #Conflicts:    1426000 | #Constraints:      39049
700.45/702.47	c #Conflicts:    1427000 | #Constraints:      40049
700.45/702.47	c #Conflicts:    1428000 | #Constraints:      41049
700.45/702.47	c #Conflicts:    1429000 | #Constraints:      42049
700.45/702.47	c #Conflicts:    1430000 | #Constraints:      43049
700.45/702.47	c #Conflicts:    1431000 | #Constraints:      44049
700.45/702.47	c #Conflicts:    1432000 | #Constraints:      45049
700.45/702.47	c #Conflicts:    1433000 | #Constraints:      46049
700.45/702.47	c #Conflicts:    1434000 | #Constraints:      47049
700.45/702.47	c #Conflicts:    1435000 | #Constraints:      48049
700.45/702.47	c #Conflicts:    1436000 | #Constraints:      49049
700.45/702.47	c #Conflicts:    1437000 | #Constraints:      50049
700.45/702.47	c #Conflicts:    1438000 | #Constraints:      51049
700.45/702.47	c #Conflicts:    1439000 | #Constraints:      52049
700.45/702.47	c #Conflicts:    1440000 | #Constraints:      53049
700.45/702.47	c #Conflicts:    1441000 | #Constraints:      54049
700.45/702.47	c #Conflicts:    1442000 | #Constraints:      55049
700.45/702.47	c #Conflicts:    1443000 | #Constraints:      56049
700.45/702.47	c INPROCESSING
700.45/702.47	c GARBAGE COLLECT
700.45/702.47	c #Conflicts:    1444000 | #Constraints:      33272
700.45/702.47	c #Conflicts:    1445000 | #Constraints:      34272
700.45/702.47	c #Conflicts:    1446000 | #Constraints:      35272
700.45/702.47	c #Conflicts:    1447000 | #Constraints:      36272
700.45/702.47	c #Conflicts:    1448000 | #Constraints:      37272
700.45/702.47	c #Conflicts:    1449000 | #Constraints:      38272
700.45/702.47	c #Conflicts:    1450000 | #Constraints:      39272
700.45/702.47	c #Conflicts:    1451000 | #Constraints:      40272
700.45/702.47	c #Conflicts:    1452000 | #Constraints:      41272
700.45/702.47	c #Conflicts:    1453000 | #Constraints:      42272
700.45/702.47	c #Conflicts:    1454000 | #Constraints:      43272
700.45/702.47	c #Conflicts:    1455000 | #Constraints:      44272
700.45/702.47	c #Conflicts:    1456000 | #Constraints:      45272
700.45/702.47	c #Conflicts:    1457000 | #Constraints:      46272
700.45/702.47	c #Conflicts:    1458000 | #Constraints:      47272
700.45/702.47	c #Conflicts:    1459000 | #Constraints:      48272
700.45/702.47	c #Conflicts:    1460000 | #Constraints:      49272
700.45/702.47	c #Conflicts:    1461000 | #Constraints:      50272
700.45/702.47	c #Conflicts:    1462000 | #Constraints:      51272
700.45/702.47	c #Conflicts:    1463000 | #Constraints:      52272
700.45/702.47	c #Conflicts:    1464000 | #Constraints:      53272
700.45/702.47	c #Conflicts:    1465000 | #Constraints:      54272
700.45/702.47	c #Conflicts:    1466000 | #Constraints:      55272
700.45/702.47	c #Conflicts:    1467000 | #Constraints:      56272
700.45/702.47	c INPROCESSING
700.45/702.47	c GARBAGE COLLECT
700.45/702.47	c #Conflicts:    1468000 | #Constraints:      33245
700.45/702.47	c #Conflicts:    1469000 | #Constraints:      34245
700.45/702.47	c #Conflicts:    1470000 | #Constraints:      35245
700.45/702.47	c #Conflicts:    1471000 | #Constraints:      36245
700.45/702.47	c #Conflicts:    1472000 | #Constraints:      37245
700.45/702.47	c #Conflicts:    1473000 | #Constraints:      38245
700.45/702.47	c #Conflicts:    1474000 | #Constraints:      39245
700.45/702.47	c #Conflicts:    1475000 | #Constraints:      40246
700.45/702.47	c #Conflicts:    1476000 | #Constraints:      41246
700.45/702.47	c #Conflicts:    1477000 | #Constraints:      42246
700.45/702.47	c #Conflicts:    1478000 | #Constraints:      43246
700.45/702.47	c #Conflicts:    1479000 | #Constraints:      44246
739.34/741.49	c #Conflicts:    1480000 | #Constraints:      45246
739.34/741.49	c #Conflicts:    1481000 | #Constraints:      46246
739.34/741.49	c #Conflicts:    1482000 | #Constraints:      47246
739.34/741.49	c #Conflicts:    1483000 | #Constraints:      48246
739.34/741.49	c #Conflicts:    1484000 | #Constraints:      49246
739.34/741.49	c #Conflicts:    1485000 | #Constraints:      50246
739.34/741.49	c #Conflicts:    1486000 | #Constraints:      51246
739.34/741.49	c #Conflicts:    1487000 | #Constraints:      52246
739.34/741.49	c #Conflicts:    1488000 | #Constraints:      53246
739.34/741.49	c #Conflicts:    1489000 | #Constraints:      54246
739.34/741.49	c #Conflicts:    1490000 | #Constraints:      55246
739.34/741.49	c #Conflicts:    1491000 | #Constraints:      56246
739.34/741.49	c INPROCESSING
739.34/741.49	c GARBAGE COLLECT
739.34/741.49	c #Conflicts:    1492000 | #Constraints:      33033
739.34/741.49	c #Conflicts:    1493000 | #Constraints:      34033
739.34/741.49	c #Conflicts:    1494000 | #Constraints:      35033
739.34/741.49	c #Conflicts:    1495000 | #Constraints:      36033
739.34/741.49	c #Conflicts:    1496000 | #Constraints:      37033
739.34/741.49	c #Conflicts:    1497000 | #Constraints:      38033
739.34/741.49	c #Conflicts:    1498000 | #Constraints:      39033
739.34/741.49	c #Conflicts:    1499000 | #Constraints:      40033
739.34/741.49	c #Conflicts:    1500000 | #Constraints:      41033
739.34/741.49	c #Conflicts:    1501000 | #Constraints:      42034
739.34/741.49	c #Conflicts:    1502000 | #Constraints:      43034
739.34/741.49	c #Conflicts:    1503000 | #Constraints:      44034
739.34/741.49	c #Conflicts:    1504000 | #Constraints:      45034
739.34/741.49	c #Conflicts:    1505000 | #Constraints:      46034
739.34/741.49	c #Conflicts:    1506000 | #Constraints:      47034
739.34/741.49	c #Conflicts:    1507000 | #Constraints:      48034
739.34/741.49	c #Conflicts:    1508000 | #Constraints:      49034
739.34/741.49	c #Conflicts:    1509000 | #Constraints:      50034
739.34/741.49	c #Conflicts:    1510000 | #Constraints:      51034
739.34/741.49	c #Conflicts:    1511000 | #Constraints:      52034
739.34/741.49	c #Conflicts:    1512000 | #Constraints:      53034
739.34/741.49	c #Conflicts:    1513000 | #Constraints:      54034
739.34/741.49	c #Conflicts:    1514000 | #Constraints:      55034
739.34/741.49	c #Conflicts:    1515000 | #Constraints:      56034
739.34/741.49	c #Conflicts:    1516000 | #Constraints:      57034
739.34/741.49	c INPROCESSING
739.34/741.49	c GARBAGE COLLECT
739.34/741.49	c #Conflicts:    1517000 | #Constraints:      33646
739.34/741.49	c #Conflicts:    1518000 | #Constraints:      34647
739.34/741.49	c #Conflicts:    1519000 | #Constraints:      35647
739.34/741.49	c #Conflicts:    1520000 | #Constraints:      36647
739.34/741.49	c #Conflicts:    1521000 | #Constraints:      37647
739.34/741.49	c #Conflicts:    1522000 | #Constraints:      38647
739.34/741.49	c #Conflicts:    1523000 | #Constraints:      39647
739.34/741.49	c #Conflicts:    1524000 | #Constraints:      40647
739.34/741.49	c #Conflicts:    1525000 | #Constraints:      41647
739.34/741.49	c #Conflicts:    1526000 | #Constraints:      42647
739.34/741.49	c #Conflicts:    1527000 | #Constraints:      43647
739.34/741.49	c #Conflicts:    1528000 | #Constraints:      44647
739.34/741.49	c #Conflicts:    1529000 | #Constraints:      45647
739.34/741.49	c #Conflicts:    1530000 | #Constraints:      46647
739.34/741.49	c #Conflicts:    1531000 | #Constraints:      47647
739.34/741.49	c #Conflicts:    1532000 | #Constraints:      48647
739.34/741.49	c #Conflicts:    1533000 | #Constraints:      49647
739.34/741.49	c #Conflicts:    1534000 | #Constraints:      50647
739.34/741.49	c #Conflicts:    1535000 | #Constraints:      51647
739.34/741.49	c #Conflicts:    1536000 | #Constraints:      52647
739.34/741.49	c #Conflicts:    1537000 | #Constraints:      53647
739.34/741.49	c #Conflicts:    1538000 | #Constraints:      54647
739.34/741.49	c #Conflicts:    1539000 | #Constraints:      55647
739.34/741.49	c #Conflicts:    1540000 | #Constraints:      56647
739.34/741.49	c #Conflicts:    1541000 | #Constraints:      57647
739.34/741.49	c INPROCESSING
739.34/741.49	c GARBAGE COLLECT
739.34/741.49	c #Conflicts:    1542000 | #Constraints:      34053
739.34/741.49	c #Conflicts:    1543000 | #Constraints:      35053
739.34/741.49	c #Conflicts:    1544000 | #Constraints:      36053
739.34/741.49	c #Conflicts:    1545000 | #Constraints:      37053
739.34/741.49	c #Conflicts:    1546000 | #Constraints:      38053
739.34/741.49	c #Conflicts:    1547000 | #Constraints:      39053
739.34/741.49	c #Conflicts:    1548000 | #Constraints:      40053
739.34/741.49	c #Conflicts:    1549000 | #Constraints:      41053
739.34/741.49	c #Conflicts:    1550000 | #Constraints:      42053
739.34/741.49	c #Conflicts:    1551000 | #Constraints:      43053
739.34/741.49	c #Conflicts:    1552000 | #Constraints:      44053
739.34/741.49	c #Conflicts:    1553000 | #Constraints:      45053
739.34/741.49	c #Conflicts:    1554000 | #Constraints:      46053
739.34/741.49	c #Conflicts:    1555000 | #Constraints:      47053
739.34/741.49	c #Conflicts:    1556000 | #Constraints:      48053
772.04/774.24	c #Conflicts:    1557000 | #Constraints:      49053
772.04/774.24	c #Conflicts:    1558000 | #Constraints:      50053
772.04/774.24	c #Conflicts:    1559000 | #Constraints:      51053
772.04/774.24	c #Conflicts:    1560000 | #Constraints:      52053
772.04/774.24	c #Conflicts:    1561000 | #Constraints:      53053
772.04/774.24	c #Conflicts:    1562000 | #Constraints:      54053
772.04/774.24	c #Conflicts:    1563000 | #Constraints:      55053
772.04/774.24	c #Conflicts:    1564000 | #Constraints:      56053
772.04/774.24	c #Conflicts:    1565000 | #Constraints:      57053
772.04/774.24	c #Conflicts:    1566000 | #Constraints:      58053
772.04/774.24	c INPROCESSING
772.04/774.24	c GARBAGE COLLECT
772.04/774.24	c #Conflicts:    1567000 | #Constraints:      34257
772.04/774.24	c #Conflicts:    1568000 | #Constraints:      35257
772.04/774.24	c #Conflicts:    1569000 | #Constraints:      36257
772.04/774.24	c #Conflicts:    1570000 | #Constraints:      37257
772.04/774.24	c #Conflicts:    1571000 | #Constraints:      38257
772.04/774.24	c #Conflicts:    1572000 | #Constraints:      39257
772.04/774.24	c #Conflicts:    1573000 | #Constraints:      40257
772.04/774.24	c #Conflicts:    1574000 | #Constraints:      41257
772.04/774.24	c #Conflicts:    1575000 | #Constraints:      42257
772.04/774.24	c #Conflicts:    1576000 | #Constraints:      43257
772.04/774.24	c #Conflicts:    1577000 | #Constraints:      44258
772.04/774.24	c #Conflicts:    1578000 | #Constraints:      45258
772.04/774.24	c #Conflicts:    1579000 | #Constraints:      46258
772.04/774.24	c #Conflicts:    1580000 | #Constraints:      47258
772.04/774.24	c #Conflicts:    1581000 | #Constraints:      48258
772.04/774.24	c #Conflicts:    1582000 | #Constraints:      49505
772.04/774.24	c #Conflicts:    1583000 | #Constraints:      50723
772.04/774.24	c #Conflicts:    1584000 | #Constraints:      51723
772.04/774.24	c #Conflicts:    1585000 | #Constraints:      52723
772.04/774.24	c #Conflicts:    1586000 | #Constraints:      53723
772.04/774.24	c #Conflicts:    1587000 | #Constraints:      54724
772.04/774.24	c #Conflicts:    1588000 | #Constraints:      55724
772.04/774.24	c #Conflicts:    1589000 | #Constraints:      56724
772.04/774.24	c #Conflicts:    1590000 | #Constraints:      57724
772.04/774.24	c #Conflicts:    1591000 | #Constraints:      58724
772.04/774.24	c INPROCESSING
772.04/774.24	c GARBAGE COLLECT
772.04/774.24	WSVECS04 Frhs2[1]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[6]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[9]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[17]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[22]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[26]: 6 -3.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[27]: 6 -2.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[42]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[60]: 6 -2.31252 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[61]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[62]: 6 -2.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[77]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[78]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[85]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[93]: 6 -6.22658 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[96]: 6 0 0.250052 shouldn't be
772.04/774.24	WSVECS04 Frhs2[98]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[99]: 6 -2.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[101]: 6 -1.18759 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[102]: 6 -2.62504 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[105]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[116]: 6 -1.0024 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[117]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[122]: 6 -2.18075 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[127]: 6 -2.50917 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[144]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[153]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[160]: 6 0 0.750041 shouldn't be
772.04/774.24	WSVECS04 Frhs2[161]: 6 0 0.662208 shouldn't be
772.04/774.24	WSVECS04 Frhs2[173]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[180]: 6 -1.00232 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[181]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[202]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[221]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[222]: 6 -2.25006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[235]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[238]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[248]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[249]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[253]: 6 -1.46882 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[254]: 6 -1.93751 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[258]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[259]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[260]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[269]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[298]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[322]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[323]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[326]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[329]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[331]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[339]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[357]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[358]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[360]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[361]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[373]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[397]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[406]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[419]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[430]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[433]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[434]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[436]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[438]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[457]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[477]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[483]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[484]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[499]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[501]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[513]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[516]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[518]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[519]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[520]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[521]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[526]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[537]: 6 0 0.328147 shouldn't be
772.04/774.24	WSVECS04 Frhs2[544]: 6 0 0.662137 shouldn't be
772.04/774.24	WSVECS04 Frhs2[550]: 6 -2.62502 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[572]: 6 0 0.312553 shouldn't be
772.04/774.24	WSVECS04 Frhs2[573]: 6 0 0.250023 shouldn't be
772.04/774.24	WSVECS04 Frhs2[586]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[595]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[608]: 6 -2.25007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[611]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[613]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[615]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[617]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[621]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[631]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[641]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[644]: 6 -1.3751 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[653]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[664]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[673]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[675]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[683]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[688]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[994]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1025]: 6 0 1.37502 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1026]: 6 -1.25004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1029]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1036]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1043]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1046]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1050]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1051]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1063]: 6 0 1.25009 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1065]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1067]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1071]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1077]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1079]: 6 0 1.13286 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1080]: 6 -1.04611 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1084]: 6 -4.98441 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1085]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1086]: 6 -3.50007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1093]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1095]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1096]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1104]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1105]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1110]: 6 -1.31257 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1113]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1114]: 6 0 0.375089 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1117]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1118]: 6 -1.31252 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1122]: 6 -1.25004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1128]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1139]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1140]: 6 -1.00464 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1141]: 6 -1.37507 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1146]: 6 -1.95905 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1158]: 6 -1.32814 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1161]: 6 -1.25006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1162]: 6 -1.25002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1163]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1176]: 6 -1.3126 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1189]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1195]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1197]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1202]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1207]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1217]: 6 -1.87504 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1222]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1227]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1236]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1240]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1245]: 6 -1.32815 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1250]: 6 -1.25006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1251]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1265]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1273]: 6 -1.31254 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1278]: 6 -1.28913 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1280]: 6 -2.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1283]: 6 -1.25009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1289]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1304]: 6 -2.31256 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1313]: 6 -4.31259 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1324]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1325]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1327]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1335]: 6 -1.32822 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1341]: 6 -2.01569 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1344]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1346]: 6 -1.25009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1347]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1355]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1366]: 6 -1.32817 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1383]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1384]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1385]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1400]: 6 0 2.24421 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1405]: 6 -0.687543 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1412]: 6 -1.31255 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1413]: 6 -0.750072 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1415]: 6 -1.25007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1422]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1431]: 6 -1.32814 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1434]: 6 -1.25982 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1435]: 6 -2.26959 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1441]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1457]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1458]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1462]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1465]: 6 0 0.332103 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1468]: 6 -0.921906 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1473]: 6 -1.25007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1478]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1485]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1488]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1489]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1492]: 6 -1.33204 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1493]: 6 -1.3653 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1496]: 6 -1.31255 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1498]: 6 -1.2501 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1499]: 6 -2.25002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1505]: 6 -1.25008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1508]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1509]: 6 -1.25006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1518]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1522]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1530]: 6 -0.8848 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1531]: 6 -0.921934 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1533]: 6 -0.0234662 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1535]: 6 -1.06258 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1539]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1540]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1542]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1545]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1546]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1549]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1552]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1554]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1557]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1558]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1560]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1563]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1564]: 6 -2.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1566]: 6 0 0.902384 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1572]: 6 -0.750073 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1579]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1588]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1590]: 6 0 1.00004 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1592]: 6 -1.25008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1606]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1611]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1619]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1631]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1638]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1648]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1649]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1650]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1651]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1679]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1683]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1712]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1889]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1894]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1898]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1902]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1906]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1911]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1914]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1916]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1917]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1920]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1921]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1927]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1930]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1931]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1933]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1937]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1940]: 6 -0.726647 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1944]: 6 -1.88545 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1945]: 6 -0.791687 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1946]: 6 0 0.416718 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1985]: 6 -7.77346 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1994]: 6 -4.25001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[1998]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2000]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2008]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2014]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2015]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2021]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2023]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2028]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2029]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2032]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2036]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2040]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2042]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2043]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2046]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2047]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2054]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2081]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2085]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2088]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2090]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2092]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2094]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2096]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2098]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2099]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2102]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2106]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2108]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2110]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2111]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2116]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2120]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2121]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2126]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2128]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2129]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2136]: 6 -9.21879 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2142]: 6 -7.50004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2143]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2151]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2152]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2161]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2165]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2167]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2176]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2180]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2181]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2184]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2185]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2188]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2189]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2192]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2193]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2195]: 6 -1.00011 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2196]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2200]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2204]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2206]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2207]: 6 -1.00067 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2210]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2211]: 6 -1.00238 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2213]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2215]: 6 -1.00931 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2218]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2219]: 6 -1.03688 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2222]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2224]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2226]: 6 -1.31255 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2228]: 6 -2.8047 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2236]: 6 -10.0899 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2238]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2239]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2242]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2248]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2256]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2259]: 6 -1.07376 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2260]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2262]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2265]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2269]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2270]: 6 -1.25004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2273]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2275]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2277]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2279]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2281]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2285]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2291]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2295]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2304]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2305]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2308]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2311]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2313]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2318]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2320]: 6 -1.37504 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2322]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2330]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2335]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2343]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2345]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2349]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2352]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2356]: 6 -1.00467 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2358]: 6 -1.02774 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2361]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2363]: 6 -1.32819 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2365]: 6 -1.31251 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2366]: 6 -1.31257 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2368]: 6 -1.25007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2387]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2389]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2392]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2393]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2396]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2400]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2401]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2404]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2405]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2408]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2409]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2412]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2416]: 6 -1.66414 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2417]: 6 -1.66412 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2424]: 6 -2.68752 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2435]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2438]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2441]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2449]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2451]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2455]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2474]: 6 -10 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2475]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2478]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2480]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2482]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2484]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2487]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2490]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2492]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2494]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2496]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2497]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2500]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2501]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2503]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2506]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2507]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2510]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2511]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2514]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2516]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2517]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2520]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2522]: 6 -1.25007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2524]: 6 -0.500047 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2527]: 6 -2.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2533]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2534]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2537]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2539]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2541]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2547]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2550]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2551]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2552]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2553]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2561]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2563]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2565]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2568]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2570]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2572]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2574]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2575]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2578]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2579]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2582]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2586]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2588]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2590]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2591]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2595]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2598]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2601]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2603]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2606]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2608]: 6 0 0.335976 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2610]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2611]: 6 -3.67192 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2614]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2615]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2618]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2623]: 6 -3.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2625]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2627]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2629]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2632]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2636]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2637]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2640]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2641]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2643]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2644]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2646]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2649]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2656]: 6 -1.25003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2657]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2660]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2661]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2664]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2665]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2667]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2669]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2672]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2673]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2676]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2679]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2682]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2685]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2688]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2689]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2692]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2693]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2695]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2697]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2704]: 6 -5.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2705]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2708]: 6 -1.32818 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2727]: 6 -1.25008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2729]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2742]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2745]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2750]: 6 -1.25003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2753]: 6 -6.62508 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2755]: 6 -3.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2770]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2771]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2774]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2775]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2778]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2779]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2784]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2785]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2788]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2790]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2791]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2793]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2796]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2797]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2800]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2802]: 6 -1.32818 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2803]: 6 -1.32814 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2817]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2818]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2819]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2832]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2834]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2837]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2843]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2846]: 6 -1.31252 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2848]: 6 -1.25005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2852]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2853]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2858]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2859]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2862]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2864]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2866]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2867]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2871]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2874]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2876]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2877]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2880]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2881]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2884]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2886]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2888]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2890]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2892]: 6 -1.33303 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2910]: 6 -2.50008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2914]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2915]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2917]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2919]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2921]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2923]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2924]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2928]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2930]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2933]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2942]: 6 -1.31252 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2946]: 6 -11.6485 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2947]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2950]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2951]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2954]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2956]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2960]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2962]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2964]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2966]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2968]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2969]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2972]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2973]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2975]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2976]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2980]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2981]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2984]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2988]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2991]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[2993]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3009]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3011]: 6 -1.31259 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3014]: 6 -1.2501 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3017]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3018]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3026]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3027]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3041]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3043]: 6 -1.31256 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3055]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3058]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3059]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3062]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3064]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3066]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3068]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3070]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3072]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3076]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3080]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3084]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3087]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3089]: 6 -0.990296 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3093]: 6 -2.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3096]: 6 -5.15633 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3098]: 6 -13.3125 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3099]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3102]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3105]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3107]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3120]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3128]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3134]: 6 -1.31255 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3135]: 6 -1.25004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3136]: 6 -1.25002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3137]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3139]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3142]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3143]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3145]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3146]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3150]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3152]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3154]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3156]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3157]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3160]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3161]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3164]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3168]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3172]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3173]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3176]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3179]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3181]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3184]: 6 -1.66414 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3202]: 6 -1.31253 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3205]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3213]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3215]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3219]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3220]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3221]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3225]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3228]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3232]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3233]: 6 -1.31254 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3242]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3243]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3246]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3248]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3250]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3251]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3254]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3255]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3258]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3262]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3263]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3265]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3267]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3269]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3271]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3275]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3280]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3286]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3287]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3290]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3291]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3296]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3297]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3298]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3299]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3301]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3303]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3307]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3309]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3313]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3320]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3324]: 6 -1.46102 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3329]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3332]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3333]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3336]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3337]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3340]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3341]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3344]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3345]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3347]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3350]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3354]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3358]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3361]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3363]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3366]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3367]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3370]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3371]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3373]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3376]: 6 -1.36525 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3405]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3414]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3423]: 6 -1.25006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3425]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3432]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3434]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3438]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3442]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3446]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3450]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3454]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3458]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3462]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3463]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3465]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3471]: 6 -0.0742475 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3473]: 6 -2.85164 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3480]: 6 -5.31252 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3497]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3508]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3515]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3521]: 6 -1.31256 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3536]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3538]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3540]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3542]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3543]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3545]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3548]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3549]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3550]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3556]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3560]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3562]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3564]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3566]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3570]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3571]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3574]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3575]: 6 -3.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3578]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3582]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3594]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3596]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3598]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3601]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3603]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3604]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3605]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3608]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3609]: 6 -1.12505 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3615]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3618]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3619]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3622]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3623]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3626]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3629]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3634]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3635]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3638]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3639]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3642]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3646]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3648]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3652]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3653]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3657]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3660]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3661]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3664]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3665]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3669]: 6 -4.06253 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3672]: 6 -5.06251 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3678]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3683]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3690]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3692]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3696]: 6 -1.0001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3699]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3705]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3706]: 6 -1.33596 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3709]: 6 -1.31252 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3713]: 6 -2.85166 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3715]: 6 -6.29692 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3719]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3720]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3723]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3728]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3732]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3733]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3736]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3740]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3742]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3744]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3745]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3748]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3752]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3753]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3756]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3760]: 6 -1.33601 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3762]: 6 -1.32821 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3777]: 6 0 0.500014 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3780]: 6 -0.500043 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3781]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3783]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3787]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3789]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3791]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3793]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3800]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3809]: 6 -4.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3812]: 6 -0.500056 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3818]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3819]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3822]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3823]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3826]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3827]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3830]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3831]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3834]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3838]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3840]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3842]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3843]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3846]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3850]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3854]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3856]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3857]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3860]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3862]: 6 -7.43755 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3864]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3868]: 6 -1.25002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3876]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3879]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3881]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3890]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3891]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3898]: 6 0 0.121124 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3905]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3908]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3912]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3913]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3916]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3920]: 6 -1.00006 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3922]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3923]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3926]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3929]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3932]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3933]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3936]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3937]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3939]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3942]: 6 -1.00001 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3944]: 6 -1.00007 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3945]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3947]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3950]: 6 -1.00008 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3952]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3958]: 6 -6.57818 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3960]: 6 -5.09377 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[3964]: 6 -4.6251 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[4011]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[4012]: 6 -1.00009 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[4014]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[4015]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[4046]: 6 -1.00005 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[4047]: 6 -1.00002 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[4048]: 6 -1.00004 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[4049]: 6 -1.00003 0 shouldn't be
772.04/774.24	WSVECS04 Frhs2[4091]: 6 0 1.00004 shouldn't be
772.95/775.17	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[96]: 6 0 0.25 shouldn't be
772.95/775.17	WSVECS04 Frhs2[99]: 6 -2 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[100]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[122]: 6 -2.18066 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[127]: 6 -2.50912 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[217]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[220]: 6 -1.03906 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[253]: 6 -1.46875 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[295]: 6 -1.25 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[298]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[414]: 6 0 0.25 shouldn't be
772.95/775.17	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[475]: 6 -1.3125 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[476]: 6 0 0.3125 shouldn't be
772.95/775.17	WSVECS04 Frhs2[490]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[531]: 6 -1.0023 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[537]: 6 0 0.328126 shouldn't be
772.95/775.17	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[570]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[572]: 6 0 0.3125 shouldn't be
772.95/775.17	WSVECS04 Frhs2[608]: 6 -2.25 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[644]: 6 -1.375 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1082]: 6 0 0.625 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1086]: 6 -3.5 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1113]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1143]: 6 -1.5 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1146]: 6 -1.95899 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1161]: 6 -1.25 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1176]: 6 -1.3125 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1207]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1236]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1280]: 6 -2 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1313]: 6 -4.3125 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1376]: 6 -1.0625 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1405]: 6 -0.6875 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1478]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1495]: 6 -1.46094 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1540]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1566]: 6 0 0.902344 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1590]: 6 0 1 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1630]: 6 0 0.46875 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1944]: 6 -1.88542 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1945]: 6 -0.791667 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1946]: 6 0 0.416667 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1985]: 6 -7.77344 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[1996]: 6 -11.5 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2120]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2121]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2133]: 6 0 1.13281 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2136]: 6 -9.21875 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2142]: 6 -7.5 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2177]: 6 -10.9219 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2195]: 6 -1.00001 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2211]: 6 -1.0023 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2215]: 6 -1.00922 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2219]: 6 -1.03687 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2228]: 6 -2.80469 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2236]: 6 -10.0898 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2320]: 6 -1.375 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2487]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2623]: 6 -3 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2704]: 6 -5 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2727]: 6 -1.25 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2802]: 6 -1.32813 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2841]: 6 -1.25 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2946]: 6 -11.6484 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3084]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3090]: 6 0 0.0195314 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3096]: 6 -5.15625 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3324]: 6 -1.46094 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3458]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3575]: 6 -3 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3666]: 6 0 1.5 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3669]: 6 -4.0625 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3713]: 6 -2.85156 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3715]: 6 -6.29688 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3815]: 6 -2 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3850]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3862]: 6 -7.4375 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3898]: 6 0 0.121094 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3960]: 6 -5.09375 0 shouldn't be
772.95/775.17	WSVECS04 Frhs2[3964]: 6 -4.625 0 shouldn't be
827.98/830.39	c #Conflicts:    1592000 | #Constraints:      34484
827.98/830.39	c #Conflicts:    1593000 | #Constraints:      35484
827.98/830.39	c #Conflicts:    1594000 | #Constraints:      36484
827.98/830.39	c #Conflicts:    1595000 | #Constraints:      37485
827.98/830.39	c #Conflicts:    1596000 | #Constraints:      38485
827.98/830.39	c #Conflicts:    1597000 | #Constraints:      39485
827.98/830.39	c #Conflicts:    1598000 | #Constraints:      40485
827.98/830.39	c #Conflicts:    1599000 | #Constraints:      41485
827.98/830.39	c #Conflicts:    1600000 | #Constraints:      42485
827.98/830.39	c #Conflicts:    1601000 | #Constraints:      43489
827.98/830.39	c #Conflicts:    1602000 | #Constraints:      44489
827.98/830.39	c #Conflicts:    1603000 | #Constraints:      45489
827.98/830.39	c #Conflicts:    1604000 | #Constraints:      46489
827.98/830.39	c #Conflicts:    1605000 | #Constraints:      47489
827.98/830.39	c #Conflicts:    1606000 | #Constraints:      48493
827.98/830.39	c #Conflicts:    1607000 | #Constraints:      49493
827.98/830.39	c #Conflicts:    1608000 | #Constraints:      50493
827.98/830.39	c #Conflicts:    1609000 | #Constraints:      51493
827.98/830.39	c #Conflicts:    1610000 | #Constraints:      52493
827.98/830.39	c #Conflicts:    1611000 | #Constraints:      53494
827.98/830.39	c #Conflicts:    1612000 | #Constraints:      54494
827.98/830.39	c #Conflicts:    1613000 | #Constraints:      55494
827.98/830.39	c #Conflicts:    1614000 | #Constraints:      56495
827.98/830.39	c #Conflicts:    1615000 | #Constraints:      57495
827.98/830.39	c #Conflicts:    1616000 | #Constraints:      58496
827.98/830.39	c INPROCESSING
827.98/830.39	c GARBAGE COLLECT
827.98/830.39	c #Conflicts:    1617000 | #Constraints:      34174
827.98/830.39	c #Conflicts:    1618000 | #Constraints:      35175
827.98/830.39	c #Conflicts:    1619000 | #Constraints:      36175
827.98/830.39	c #Conflicts:    1620000 | #Constraints:      37175
827.98/830.39	c #Conflicts:    1621000 | #Constraints:      38175
827.98/830.39	c #Conflicts:    1622000 | #Constraints:      39175
827.98/830.39	c #Conflicts:    1623000 | #Constraints:      40175
827.98/830.39	c #Conflicts:    1624000 | #Constraints:      41175
827.98/830.39	c #Conflicts:    1625000 | #Constraints:      42175
827.98/830.39	c #Conflicts:    1626000 | #Constraints:      43175
827.98/830.39	c #Conflicts:    1627000 | #Constraints:      44175
827.98/830.39	c #Conflicts:    1628000 | #Constraints:      45175
827.98/830.39	c #Conflicts:    1629000 | #Constraints:      46176
827.98/830.39	c #Conflicts:    1630000 | #Constraints:      47176
827.98/830.39	c #Conflicts:    1631000 | #Constraints:      48176
827.98/830.39	c #Conflicts:    1632000 | #Constraints:      49176
827.98/830.39	c #Conflicts:    1633000 | #Constraints:      50176
827.98/830.39	c #Conflicts:    1634000 | #Constraints:      51176
827.98/830.39	c #Conflicts:    1635000 | #Constraints:      52176
827.98/830.39	c #Conflicts:    1636000 | #Constraints:      53176
827.98/830.39	c #Conflicts:    1637000 | #Constraints:      54176
827.98/830.39	c #Conflicts:    1638000 | #Constraints:      55177
827.98/830.39	c #Conflicts:    1639000 | #Constraints:      56177
827.98/830.39	c #Conflicts:    1640000 | #Constraints:      57177
827.98/830.39	c #Conflicts:    1641000 | #Constraints:      58177
827.98/830.39	c #Conflicts:    1642000 | #Constraints:      59177
827.98/830.39	c INPROCESSING
827.98/830.39	c GARBAGE COLLECT
827.98/830.39	c #Conflicts:    1643000 | #Constraints:      34687
827.98/830.39	c #Conflicts:    1644000 | #Constraints:      35687
827.98/830.39	c #Conflicts:    1645000 | #Constraints:      36687
827.98/830.39	c #Conflicts:    1646000 | #Constraints:      37687
827.98/830.39	c #Conflicts:    1647000 | #Constraints:      38687
827.98/830.39	c #Conflicts:    1648000 | #Constraints:      39687
827.98/830.39	c #Conflicts:    1649000 | #Constraints:      40687
827.98/830.39	c #Conflicts:    1650000 | #Constraints:      41687
827.98/830.39	c #Conflicts:    1651000 | #Constraints:      42687
827.98/830.39	c #Conflicts:    1652000 | #Constraints:      43687
827.98/830.39	c #Conflicts:    1653000 | #Constraints:      44688
827.98/830.39	c #Conflicts:    1654000 | #Constraints:      45688
827.98/830.39	c #Conflicts:    1655000 | #Constraints:      46959
827.98/830.39	c #Conflicts:    1656000 | #Constraints:      47959
827.98/830.39	c #Conflicts:    1657000 | #Constraints:      48959
827.98/830.39	c #Conflicts:    1658000 | #Constraints:      49959
827.98/830.39	c #Conflicts:    1659000 | #Constraints:      50959
827.98/830.39	c #Conflicts:    1660000 | #Constraints:      51959
827.98/830.39	c #Conflicts:    1661000 | #Constraints:      52959
827.98/830.39	c #Conflicts:    1662000 | #Constraints:      53959
827.98/830.39	c #Conflicts:    1663000 | #Constraints:      54959
827.98/830.39	c #Conflicts:    1664000 | #Constraints:      55959
827.98/830.39	c #Conflicts:    1665000 | #Constraints:      56959
827.98/830.39	c #Conflicts:    1666000 | #Constraints:      57959
827.98/830.39	c #Conflicts:    1667000 | #Constraints:      58959
827.98/830.39	c #Conflicts:    1668000 | #Constraints:      59960
827.98/830.39	c INPROCESSING
827.98/830.39	c GARBAGE COLLECT
869.67/872.15	c #Conflicts:    1669000 | #Constraints:      35198
869.67/872.15	c #Conflicts:    1670000 | #Constraints:      36198
869.67/872.15	c #Conflicts:    1671000 | #Constraints:      37198
869.67/872.15	c #Conflicts:    1672000 | #Constraints:      38198
869.67/872.15	c #Conflicts:    1673000 | #Constraints:      39198
869.67/872.15	c #Conflicts:    1674000 | #Constraints:      40198
869.67/872.15	c #Conflicts:    1675000 | #Constraints:      41198
869.67/872.15	c #Conflicts:    1676000 | #Constraints:      42199
869.67/872.15	c #Conflicts:    1677000 | #Constraints:      43199
869.67/872.15	c #Conflicts:    1678000 | #Constraints:      44199
869.67/872.15	c #Conflicts:    1679000 | #Constraints:      45199
869.67/872.15	c #Conflicts:    1680000 | #Constraints:      46199
869.67/872.15	c #Conflicts:    1681000 | #Constraints:      47200
869.67/872.15	c #Conflicts:    1682000 | #Constraints:      48200
869.67/872.15	c #Conflicts:    1683000 | #Constraints:      49200
869.67/872.15	c #Conflicts:    1684000 | #Constraints:      50200
869.67/872.15	c #Conflicts:    1685000 | #Constraints:      51200
869.67/872.15	c #Conflicts:    1686000 | #Constraints:      52200
869.67/872.15	c #Conflicts:    1687000 | #Constraints:      53201
869.67/872.15	c #Conflicts:    1688000 | #Constraints:      54201
869.67/872.15	c #Conflicts:    1689000 | #Constraints:      55201
869.67/872.15	c #Conflicts:    1690000 | #Constraints:      56201
869.67/872.15	c #Conflicts:    1691000 | #Constraints:      57201
869.67/872.15	c #Conflicts:    1692000 | #Constraints:      58201
869.67/872.15	c #Conflicts:    1693000 | #Constraints:      59201
869.67/872.15	c #Conflicts:    1694000 | #Constraints:      60201
869.67/872.15	c INPROCESSING
869.67/872.15	c GARBAGE COLLECT
869.67/872.15	c #Conflicts:    1695000 | #Constraints:      35329
869.67/872.15	c #Conflicts:    1696000 | #Constraints:      36329
869.67/872.15	c #Conflicts:    1697000 | #Constraints:      37329
869.67/872.15	c #Conflicts:    1698000 | #Constraints:      38329
869.67/872.15	c #Conflicts:    1699000 | #Constraints:      39329
869.67/872.15	c #Conflicts:    1700000 | #Constraints:      40330
869.67/872.15	c #Conflicts:    1701000 | #Constraints:      41330
869.67/872.15	c #Conflicts:    1702000 | #Constraints:      42330
869.67/872.15	c #Conflicts:    1703000 | #Constraints:      43330
869.67/872.15	c #Conflicts:    1704000 | #Constraints:      44330
869.67/872.15	c #Conflicts:    1705000 | #Constraints:      45330
869.67/872.15	c #Conflicts:    1706000 | #Constraints:      46330
869.67/872.15	c #Conflicts:    1707000 | #Constraints:      47331
869.67/872.15	c #Conflicts:    1708000 | #Constraints:      48331
869.67/872.15	c #Conflicts:    1709000 | #Constraints:      49331
869.67/872.15	c #Conflicts:    1710000 | #Constraints:      50331
869.67/872.15	c #Conflicts:    1711000 | #Constraints:      51331
869.67/872.15	c #Conflicts:    1712000 | #Constraints:      52331
869.67/872.15	c #Conflicts:    1713000 | #Constraints:      53331
869.67/872.15	c #Conflicts:    1714000 | #Constraints:      54331
869.67/872.15	c #Conflicts:    1715000 | #Constraints:      55331
869.67/872.15	c #Conflicts:    1716000 | #Constraints:      56331
869.67/872.15	c #Conflicts:    1717000 | #Constraints:      57331
869.67/872.15	c #Conflicts:    1718000 | #Constraints:      58331
869.67/872.15	c #Conflicts:    1719000 | #Constraints:      59331
869.67/872.15	c #Conflicts:    1720000 | #Constraints:      60331
869.67/872.15	c INPROCESSING
869.67/872.15	c GARBAGE COLLECT
869.67/872.15	c #Conflicts:    1721000 | #Constraints:      35272
869.67/872.15	c #Conflicts:    1722000 | #Constraints:      36272
869.67/872.15	c #Conflicts:    1723000 | #Constraints:      37272
869.67/872.15	c #Conflicts:    1724000 | #Constraints:      38272
869.67/872.15	c #Conflicts:    1725000 | #Constraints:      39272
869.67/872.15	c #Conflicts:    1726000 | #Constraints:      40273
869.67/872.15	c #Conflicts:    1727000 | #Constraints:      41273
869.67/872.15	c #Conflicts:    1728000 | #Constraints:      42273
869.67/872.15	c #Conflicts:    1729000 | #Constraints:      43273
869.67/872.15	c #Conflicts:    1730000 | #Constraints:      44273
869.67/872.15	c #Conflicts:    1731000 | #Constraints:      45273
869.67/872.15	c #Conflicts:    1732000 | #Constraints:      46273
869.67/872.15	c #Conflicts:    1733000 | #Constraints:      47273
869.67/872.15	c #Conflicts:    1734000 | #Constraints:      48274
869.67/872.15	c #Conflicts:    1735000 | #Constraints:      49274
869.67/872.15	c #Conflicts:    1736000 | #Constraints:      50274
869.67/872.15	c #Conflicts:    1737000 | #Constraints:      51274
869.67/872.15	c #Conflicts:    1738000 | #Constraints:      52274
869.67/872.15	c #Conflicts:    1739000 | #Constraints:      53274
869.67/872.15	c #Conflicts:    1740000 | #Constraints:      54274
869.67/872.15	c #Conflicts:    1741000 | #Constraints:      55275
869.67/872.15	c #Conflicts:    1742000 | #Constraints:      56275
869.67/872.15	c #Conflicts:    1743000 | #Constraints:      57275
869.67/872.15	c #Conflicts:    1744000 | #Constraints:      58275
869.67/872.15	c #Conflicts:    1745000 | #Constraints:      59275
869.67/872.15	c #Conflicts:    1746000 | #Constraints:      60275
907.93/910.52	c INPROCESSING
907.93/910.52	c GARBAGE COLLECT
907.93/910.52	c #Conflicts:    1747000 | #Constraints:      35026
907.93/910.52	c #Conflicts:    1748000 | #Constraints:      36026
907.93/910.52	c #Conflicts:    1749000 | #Constraints:      37026
907.93/910.52	c #Conflicts:    1750000 | #Constraints:      38026
907.93/910.52	c #Conflicts:    1751000 | #Constraints:      39026
907.93/910.52	c #Conflicts:    1752000 | #Constraints:      40026
907.93/910.52	c #Conflicts:    1753000 | #Constraints:      41026
907.93/910.52	c #Conflicts:    1754000 | #Constraints:      42026
907.93/910.52	c #Conflicts:    1755000 | #Constraints:      43026
907.93/910.52	c #Conflicts:    1756000 | #Constraints:      44026
907.93/910.52	c #Conflicts:    1757000 | #Constraints:      45026
907.93/910.52	c #Conflicts:    1758000 | #Constraints:      46026
907.93/910.52	c #Conflicts:    1759000 | #Constraints:      47026
907.93/910.52	c #Conflicts:    1760000 | #Constraints:      48026
907.93/910.52	c #Conflicts:    1761000 | #Constraints:      49026
907.93/910.52	c #Conflicts:    1762000 | #Constraints:      50026
907.93/910.52	c #Conflicts:    1763000 | #Constraints:      51026
907.93/910.52	c #Conflicts:    1764000 | #Constraints:      52026
907.93/910.52	c #Conflicts:    1765000 | #Constraints:      53026
907.93/910.52	c #Conflicts:    1766000 | #Constraints:      54026
907.93/910.52	c #Conflicts:    1767000 | #Constraints:      55027
907.93/910.52	c #Conflicts:    1768000 | #Constraints:      56027
907.93/910.52	c #Conflicts:    1769000 | #Constraints:      57027
907.93/910.52	c #Conflicts:    1770000 | #Constraints:      58027
907.93/910.52	c #Conflicts:    1771000 | #Constraints:      59027
907.93/910.52	c #Conflicts:    1772000 | #Constraints:      60027
907.93/910.52	c #Conflicts:    1773000 | #Constraints:      61027
907.93/910.52	c INPROCESSING
907.93/910.52	c GARBAGE COLLECT
907.93/910.52	c #Conflicts:    1774000 | #Constraints:      35637
907.93/910.52	c #Conflicts:    1775000 | #Constraints:      36637
907.93/910.52	c #Conflicts:    1776000 | #Constraints:      37637
907.93/910.52	c #Conflicts:    1777000 | #Constraints:      38637
907.93/910.52	c #Conflicts:    1778000 | #Constraints:      39637
907.93/910.52	c #Conflicts:    1779000 | #Constraints:      40637
907.93/910.52	c #Conflicts:    1780000 | #Constraints:      41637
907.93/910.52	c #Conflicts:    1781000 | #Constraints:      42637
907.93/910.52	c #Conflicts:    1782000 | #Constraints:      43637
907.93/910.52	c #Conflicts:    1783000 | #Constraints:      44637
907.93/910.52	c #Conflicts:    1784000 | #Constraints:      45637
907.93/910.52	c #Conflicts:    1785000 | #Constraints:      46637
907.93/910.52	c #Conflicts:    1786000 | #Constraints:      47638
907.93/910.52	c #Conflicts:    1787000 | #Constraints:      48638
907.93/910.52	c #Conflicts:    1788000 | #Constraints:      49638
907.93/910.52	c #Conflicts:    1789000 | #Constraints:      50638
907.93/910.52	c #Conflicts:    1790000 | #Constraints:      51638
907.93/910.52	c #Conflicts:    1791000 | #Constraints:      52638
907.93/910.52	c #Conflicts:    1792000 | #Constraints:      53638
907.93/910.52	c #Conflicts:    1793000 | #Constraints:      54638
907.93/910.52	c #Conflicts:    1794000 | #Constraints:      55638
907.93/910.52	c #Conflicts:    1795000 | #Constraints:      56638
907.93/910.52	c #Conflicts:    1796000 | #Constraints:      57638
907.93/910.52	c #Conflicts:    1797000 | #Constraints:      58638
907.93/910.52	c #Conflicts:    1798000 | #Constraints:      59638
907.93/910.52	c #Conflicts:    1799000 | #Constraints:      60638
907.93/910.52	c #Conflicts:    1800000 | #Constraints:      61638
907.93/910.52	c INPROCESSING
907.93/910.52	c GARBAGE COLLECT
907.93/910.52	c #Conflicts:    1801000 | #Constraints:      36050
907.93/910.52	c #Conflicts:    1802000 | #Constraints:      37051
907.93/910.52	c #Conflicts:    1803000 | #Constraints:      38051
907.93/910.52	c #Conflicts:    1804000 | #Constraints:      39051
907.93/910.52	c #Conflicts:    1805000 | #Constraints:      40051
907.93/910.52	c #Conflicts:    1806000 | #Constraints:      41051
907.93/910.52	c #Conflicts:    1807000 | #Constraints:      42051
907.93/910.52	c #Conflicts:    1808000 | #Constraints:      43051
907.93/910.52	c #Conflicts:    1809000 | #Constraints:      44051
907.93/910.52	c #Conflicts:    1810000 | #Constraints:      45105
907.93/910.52	c #Conflicts:    1811000 | #Constraints:      46153
907.93/910.52	c #Conflicts:    1812000 | #Constraints:      47153
907.93/910.52	c #Conflicts:    1813000 | #Constraints:      48153
907.93/910.52	c #Conflicts:    1814000 | #Constraints:      49153
907.93/910.52	c #Conflicts:    1815000 | #Constraints:      50153
907.93/910.52	c #Conflicts:    1816000 | #Constraints:      51153
907.93/910.52	c #Conflicts:    1817000 | #Constraints:      52153
907.93/910.52	c #Conflicts:    1818000 | #Constraints:      53153
907.93/910.52	c #Conflicts:    1819000 | #Constraints:      54153
907.93/910.52	c #Conflicts:    1820000 | #Constraints:      55153
907.93/910.52	c #Conflicts:    1821000 | #Constraints:      56153
907.93/910.52	c #Conflicts:    1822000 | #Constraints:      57153
907.93/910.52	c #Conflicts:    1823000 | #Constraints:      58153
929.37/932.10	c #Conflicts:    1824000 | #Constraints:      59153
929.37/932.10	c #Conflicts:    1825000 | #Constraints:      60153
929.37/932.10	c #Conflicts:    1826000 | #Constraints:      61153
929.37/932.10	c #Conflicts:    1827000 | #Constraints:      62153
929.37/932.10	c INPROCESSING
929.37/932.10	c GARBAGE COLLECT
929.37/932.10	c #Conflicts:    1828000 | #Constraints:      36302
929.37/932.10	c #Conflicts:    1829000 | #Constraints:      37302
929.37/932.10	c #Conflicts:    1830000 | #Constraints:      38302
929.37/932.10	c #Conflicts:    1831000 | #Constraints:      39302
929.37/932.10	c #Conflicts:    1832000 | #Constraints:      40302
929.37/932.10	c #Conflicts:    1833000 | #Constraints:      41302
929.37/932.10	c #Conflicts:    1834000 | #Constraints:      42302
929.37/932.10	c #Conflicts:    1835000 | #Constraints:      43302
929.37/932.10	c #Conflicts:    1836000 | #Constraints:      44302
929.37/932.10	c #Conflicts:    1837000 | #Constraints:      45302
929.37/932.10	c #Conflicts:    1838000 | #Constraints:      46302
929.37/932.10	c #Conflicts:    1839000 | #Constraints:      47302
929.37/932.10	c #Conflicts:    1840000 | #Constraints:      48302
929.37/932.10	c #Conflicts:    1841000 | #Constraints:      49302
929.37/932.10	c #Conflicts:    1842000 | #Constraints:      50302
929.37/932.10	c #Conflicts:    1843000 | #Constraints:      51303
929.37/932.10	c #Conflicts:    1844000 | #Constraints:      52303
929.37/932.10	c #Conflicts:    1845000 | #Constraints:      53303
929.37/932.10	c #Conflicts:    1846000 | #Constraints:      54303
929.37/932.10	c #Conflicts:    1847000 | #Constraints:      55303
929.37/932.10	c #Conflicts:    1848000 | #Constraints:      56303
929.37/932.10	c #Conflicts:    1849000 | #Constraints:      57303
929.37/932.10	c #Conflicts:    1850000 | #Constraints:      58303
929.37/932.10	c #Conflicts:    1851000 | #Constraints:      59303
929.37/932.10	c #Conflicts:    1852000 | #Constraints:      60303
929.37/932.10	c #Conflicts:    1853000 | #Constraints:      61311
929.37/932.10	c #Conflicts:    1854000 | #Constraints:      62832
929.37/932.10	c INPROCESSING
929.37/932.10	c GARBAGE COLLECT
929.37/932.10	WSVECS04 Frhs2[14]: 6 -44.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[36]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[69]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[74]: 6 -0.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[76]: 6 -1.125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[86]: 6 -4 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[174]: 6 -87.5 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[175]: 6 -45.5 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[176]: 6 -2.42188 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[177]: 6 -2.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[181]: 6 -0.5 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[216]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[245]: 6 -0.8125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[283]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[303]: 6 -44.457 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[306]: 6 -0.687501 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[355]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[361]: 6 -0.656251 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[370]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[388]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[396]: 6 -1.14844 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[406]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[411]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[430]: 6 -44.3438 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[441]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[463]: 6 -44.5625 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[514]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[524]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[552]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[562]: 6 -1.3125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[565]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[598]: 6 0 0.75 shouldn't be
929.37/932.10	WSVECS04 Frhs2[608]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[611]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[617]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[623]: 6 -43.1875 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[655]: 6 -0.437501 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[680]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[689]: 6 -2.46875 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[931]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1034]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1038]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1040]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1057]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1058]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1061]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1093]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1101]: 6 -1.08203 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1106]: 6 -1.33203 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1134]: 6 -1.3125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1136]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1143]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1146]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1186]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1200]: 6 -1.32227 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1203]: 6 -43.4531 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1226]: 6 -1.0625 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1251]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1266]: 6 0 1.95313 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1272]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1293]: 6 -0.6875 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1296]: 6 -1.09375 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1315]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1326]: 6 -0.894532 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1327]: 6 -0.746094 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1357]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1358]: 6 -1.27149 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1368]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1369]: 6 0 1 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1382]: 6 -1.19922 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1384]: 6 -0.796875 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1388]: 6 -6 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1390]: 6 -1.35547 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1397]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1415]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1424]: 6 -2.29102 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1452]: 6 -0.953125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1462]: 6 -5 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1498]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1511]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1532]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1542]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1555]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1557]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1560]: 6 -0.500001 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1587]: 6 -0.687501 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1911]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1919]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1930]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1934]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[1952]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2007]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2029]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2031]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2097]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2123]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2135]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2151]: 6 -1.0625 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2152]: 6 -1.0625 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2211]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2214]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2287]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2442]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2486]: 6 -1.34375 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2492]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2498]: 6 0 1 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2536]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2544]: 6 -1.33203 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2548]: 6 -1.3125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2575]: 6 -0.5 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2588]: 6 -1.33203 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2611]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2685]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2692]: 6 -1.3125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2768]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2835]: 6 -0.812501 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2890]: 6 -8 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2975]: 6 -5.84375 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2989]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3019]: 6 -0.881836 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3058]: 6 -1.125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3070]: 6 -8.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3101]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3116]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3152]: 6 -1.3125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3162]: 6 -0.500001 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3165]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3169]: 6 -5.5625 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3213]: 6 -1.32813 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3221]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3253]: 6 -3.33203 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3273]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3279]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3347]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3361]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3448]: 6 -1.125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3456]: 6 -6.3125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3479]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3501]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3542]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3551]: 6 -2 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3556]: 6 -1.3125 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3563]: 6 -0.5 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3637]: 6 -5 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3659]: 6 -1.5 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3670]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3691]: 6 -0.500001 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3696]: 6 -1.4375 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3728]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3729]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3736]: 6 -0.5 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3745]: 6 -0.5 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3773]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3778]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3789]: 6 -1.375 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3828]: 6 -1.17188 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3845]: 6 -2 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3874]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3889]: 6 -1.25 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3932]: 6 -1.17969 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3952]: 6 -13 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
929.37/932.10	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
980.02/982.85	c #Conflicts:    1855000 | #Constraints:      36608
980.02/982.85	c #Conflicts:    1856000 | #Constraints:      37608
980.02/982.85	c #Conflicts:    1857000 | #Constraints:      38608
980.02/982.85	c #Conflicts:    1858000 | #Constraints:      39608
980.02/982.85	c #Conflicts:    1859000 | #Constraints:      40608
980.02/982.85	c #Conflicts:    1860000 | #Constraints:      41608
980.02/982.85	c #Conflicts:    1861000 | #Constraints:      42608
980.02/982.85	c #Conflicts:    1862000 | #Constraints:      43608
980.02/982.85	c #Conflicts:    1863000 | #Constraints:      44608
980.02/982.85	c #Conflicts:    1864000 | #Constraints:      45608
980.02/982.85	c #Conflicts:    1865000 | #Constraints:      46608
980.02/982.85	c #Conflicts:    1866000 | #Constraints:      47608
980.02/982.85	c #Conflicts:    1867000 | #Constraints:      48608
980.02/982.85	c #Conflicts:    1868000 | #Constraints:      49608
980.02/982.85	c #Conflicts:    1869000 | #Constraints:      50608
980.02/982.85	c #Conflicts:    1870000 | #Constraints:      51608
980.02/982.85	c #Conflicts:    1871000 | #Constraints:      52608
980.02/982.85	c #Conflicts:    1872000 | #Constraints:      53608
980.02/982.85	c #Conflicts:    1873000 | #Constraints:      54608
980.02/982.85	c #Conflicts:    1874000 | #Constraints:      55608
980.02/982.85	c #Conflicts:    1875000 | #Constraints:      56608
980.02/982.85	c #Conflicts:    1876000 | #Constraints:      57608
980.02/982.85	c #Conflicts:    1877000 | #Constraints:      58608
980.02/982.85	c #Conflicts:    1878000 | #Constraints:      59608
980.02/982.85	c #Conflicts:    1879000 | #Constraints:      60608
980.02/982.85	c #Conflicts:    1880000 | #Constraints:      61608
980.02/982.85	c #Conflicts:    1881000 | #Constraints:      62608
980.02/982.85	c INPROCESSING
980.02/982.85	c GARBAGE COLLECT
980.02/982.85	c #Conflicts:    1882000 | #Constraints:      36206
980.02/982.85	c #Conflicts:    1883000 | #Constraints:      37206
980.02/982.85	c #Conflicts:    1884000 | #Constraints:      38206
980.02/982.85	c #Conflicts:    1885000 | #Constraints:      39206
980.02/982.85	c #Conflicts:    1886000 | #Constraints:      40206
980.02/982.85	c #Conflicts:    1887000 | #Constraints:      41206
980.02/982.85	c #Conflicts:    1888000 | #Constraints:      42206
980.02/982.85	c #Conflicts:    1889000 | #Constraints:      43206
980.02/982.85	c #Conflicts:    1890000 | #Constraints:      44206
980.02/982.85	c #Conflicts:    1891000 | #Constraints:      45206
980.02/982.85	c #Conflicts:    1892000 | #Constraints:      46206
980.02/982.85	c #Conflicts:    1893000 | #Constraints:      47206
980.02/982.85	c #Conflicts:    1894000 | #Constraints:      48206
980.02/982.85	c #Conflicts:    1895000 | #Constraints:      49206
980.02/982.85	c #Conflicts:    1896000 | #Constraints:      50206
980.02/982.85	c #Conflicts:    1897000 | #Constraints:      51206
980.02/982.85	c #Conflicts:    1898000 | #Constraints:      52206
980.02/982.85	c #Conflicts:    1899000 | #Constraints:      53206
980.02/982.85	c #Conflicts:    1900000 | #Constraints:      54206
980.02/982.85	c #Conflicts:    1901000 | #Constraints:      55206
980.02/982.85	c #Conflicts:    1902000 | #Constraints:      56206
980.02/982.85	c #Conflicts:    1903000 | #Constraints:      57206
980.02/982.85	c #Conflicts:    1904000 | #Constraints:      58206
980.02/982.85	c #Conflicts:    1905000 | #Constraints:      59206
980.02/982.85	c #Conflicts:    1906000 | #Constraints:      60206
980.02/982.85	c #Conflicts:    1907000 | #Constraints:      61206
980.02/982.85	c #Conflicts:    1908000 | #Constraints:      62206
980.02/982.85	c #Conflicts:    1909000 | #Constraints:      63206
980.02/982.85	c INPROCESSING
980.02/982.85	c GARBAGE COLLECT
980.02/982.85	c #Conflicts:    1910000 | #Constraints:      36727
980.02/982.85	c #Conflicts:    1911000 | #Constraints:      37727
980.02/982.85	c #Conflicts:    1912000 | #Constraints:      38727
980.02/982.85	c #Conflicts:    1913000 | #Constraints:      39727
980.02/982.85	c #Conflicts:    1914000 | #Constraints:      40727
980.02/982.85	c #Conflicts:    1915000 | #Constraints:      41727
980.02/982.85	c #Conflicts:    1916000 | #Constraints:      42727
980.02/982.85	c #Conflicts:    1917000 | #Constraints:      43727
980.02/982.85	c #Conflicts:    1918000 | #Constraints:      44727
980.02/982.85	c #Conflicts:    1919000 | #Constraints:      45727
980.02/982.85	c #Conflicts:    1920000 | #Constraints:      46727
980.02/982.85	c #Conflicts:    1921000 | #Constraints:      47727
980.02/982.85	c #Conflicts:    1922000 | #Constraints:      48727
980.02/982.85	c #Conflicts:    1923000 | #Constraints:      49727
980.02/982.85	c #Conflicts:    1924000 | #Constraints:      50727
980.02/982.85	c #Conflicts:    1925000 | #Constraints:      51727
980.02/982.85	c #Conflicts:    1926000 | #Constraints:      52727
980.02/982.85	c #Conflicts:    1927000 | #Constraints:      53727
980.02/982.85	c #Conflicts:    1928000 | #Constraints:      54727
980.02/982.85	c #Conflicts:    1929000 | #Constraints:      55727
980.02/982.85	c #Conflicts:    1930000 | #Constraints:      56727
980.02/982.85	c #Conflicts:    1931000 | #Constraints:      57727
980.02/982.85	c #Conflicts:    1932000 | #Constraints:      58727
1013.63/1016.58	c #Conflicts:    1933000 | #Constraints:      59727
1013.63/1016.58	c #Conflicts:    1934000 | #Constraints:      60727
1013.63/1016.58	c #Conflicts:    1935000 | #Constraints:      61727
1013.63/1016.58	c #Conflicts:    1936000 | #Constraints:      62727
1013.63/1016.58	c #Conflicts:    1937000 | #Constraints:      63727
1013.63/1016.58	c INPROCESSING
1013.63/1016.58	c GARBAGE COLLECT
1013.63/1016.58	c #Conflicts:    1938000 | #Constraints:      37068
1013.63/1016.58	c #Conflicts:    1939000 | #Constraints:      38068
1013.63/1016.58	c #Conflicts:    1940000 | #Constraints:      39068
1013.63/1016.58	c #Conflicts:    1941000 | #Constraints:      40068
1013.63/1016.58	c #Conflicts:    1942000 | #Constraints:      41068
1013.63/1016.58	c #Conflicts:    1943000 | #Constraints:      42068
1013.63/1016.58	c #Conflicts:    1944000 | #Constraints:      43068
1013.63/1016.58	c #Conflicts:    1945000 | #Constraints:      44068
1013.63/1016.58	c #Conflicts:    1946000 | #Constraints:      45068
1013.63/1016.58	c #Conflicts:    1947000 | #Constraints:      46068
1013.63/1016.58	c #Conflicts:    1948000 | #Constraints:      47068
1013.63/1016.58	c #Conflicts:    1949000 | #Constraints:      48068
1013.63/1016.58	c #Conflicts:    1950000 | #Constraints:      49068
1013.63/1016.58	c #Conflicts:    1951000 | #Constraints:      50068
1013.63/1016.58	c #Conflicts:    1952000 | #Constraints:      51068
1013.63/1016.58	c #Conflicts:    1953000 | #Constraints:      52068
1013.63/1016.58	c #Conflicts:    1954000 | #Constraints:      53068
1013.63/1016.58	c #Conflicts:    1955000 | #Constraints:      54068
1013.63/1016.58	c #Conflicts:    1956000 | #Constraints:      55068
1013.63/1016.58	c #Conflicts:    1957000 | #Constraints:      56068
1013.63/1016.58	c #Conflicts:    1958000 | #Constraints:      57068
1013.63/1016.58	c #Conflicts:    1959000 | #Constraints:      58068
1013.63/1016.58	c #Conflicts:    1960000 | #Constraints:      59492
1013.63/1016.58	c #Conflicts:    1961000 | #Constraints:      60840
1013.63/1016.58	c #Conflicts:    1962000 | #Constraints:      61840
1013.63/1016.58	c #Conflicts:    1963000 | #Constraints:      62840
1013.63/1016.58	c #Conflicts:    1964000 | #Constraints:      63840
1013.63/1016.58	c #Conflicts:    1965000 | #Constraints:      64840
1013.63/1016.58	c INPROCESSING
1013.63/1016.58	c GARBAGE COLLECT
1013.63/1016.58	c #Conflicts:    1966000 | #Constraints:      37659
1013.63/1016.58	c #Conflicts:    1967000 | #Constraints:      38659
1013.63/1016.58	c #Conflicts:    1968000 | #Constraints:      39659
1013.63/1016.58	c #Conflicts:    1969000 | #Constraints:      40659
1013.63/1016.58	c #Conflicts:    1970000 | #Constraints:      41659
1013.63/1016.58	c #Conflicts:    1971000 | #Constraints:      42659
1013.63/1016.58	c #Conflicts:    1972000 | #Constraints:      43659
1013.63/1016.58	c #Conflicts:    1973000 | #Constraints:      44659
1013.63/1016.58	c #Conflicts:    1974000 | #Constraints:      45660
1013.63/1016.58	c #Conflicts:    1975000 | #Constraints:      46660
1013.63/1016.58	c #Conflicts:    1976000 | #Constraints:      47660
1013.63/1016.58	c #Conflicts:    1977000 | #Constraints:      48660
1013.63/1016.58	c #Conflicts:    1978000 | #Constraints:      49660
1013.63/1016.58	c #Conflicts:    1979000 | #Constraints:      50660
1013.63/1016.58	c #Conflicts:    1980000 | #Constraints:      51660
1013.63/1016.58	c #Conflicts:    1981000 | #Constraints:      52660
1013.63/1016.58	c #Conflicts:    1982000 | #Constraints:      53660
1013.63/1016.58	c #Conflicts:    1983000 | #Constraints:      54660
1013.63/1016.58	c #Conflicts:    1984000 | #Constraints:      55660
1013.63/1016.58	c #Conflicts:    1985000 | #Constraints:      56660
1013.63/1016.58	c #Conflicts:    1986000 | #Constraints:      57660
1013.63/1016.58	c #Conflicts:    1987000 | #Constraints:      58660
1013.63/1016.58	c #Conflicts:    1988000 | #Constraints:      59660
1013.63/1016.58	c #Conflicts:    1989000 | #Constraints:      60660
1013.63/1016.58	c #Conflicts:    1990000 | #Constraints:      61660
1013.63/1016.59	c #Conflicts:    1991000 | #Constraints:      62660
1013.63/1016.59	c #Conflicts:    1992000 | #Constraints:      63660
1013.63/1016.59	c #Conflicts:    1993000 | #Constraints:      64660
1013.63/1016.59	c INPROCESSING
1013.63/1016.59	c GARBAGE COLLECT
1013.63/1016.59	WSVECS04 Frhs2[5]: 6 -0.999852 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[7]: 6 -1.0009 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[9]: 6 -0.999617 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[11]: 6 -1.06605 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[17]: 6 -0.999897 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[18]: 6 -1.00155 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[42]: 6 -224.946 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[53]: 6 -1.00626 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[80]: 6 -0.998987 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[81]: 6 -1.01061 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[82]: 6 -1.02444 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[86]: 6 -0.997751 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[135]: 6 -57.7201 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[141]: 6 -0.762841 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[150]: 6 -1.07097 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[210]: 6 -1.00174 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[212]: 6 -1.00408 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[214]: 6 -1.04286 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[263]: 6 -1.3107 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[274]: 6 -1.0027 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[303]: 6 -0.873485 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[334]: 6 -0.999168 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[337]: 6 -1.00062 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[339]: 6 -0.998422 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[395]: 6 -1.01489 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[423]: 6 -85.0013 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[427]: 6 -1.05185 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[434]: 6 -1.00567 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[458]: 6 -225.196 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[494]: 6 -0.999193 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[518]: 6 -43.1461 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[521]: 6 -0.996739 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[522]: 6 -0.927859 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[529]: 6 -0.994955 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[551]: 6 0 56.5637 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[552]: 6 -1.00681 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[554]: 6 -224.953 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[559]: 6 -0.887348 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[561]: 6 -1.05986 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[564]: 6 -1.31199 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[581]: 6 -1.72085 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[582]: 6 -85.0283 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[615]: 6 -43.0577 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[641]: 6 -0.701205 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[660]: 6 -1.25415 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[683]: 6 -0.995209 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1007]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1031]: 6 0 0.6927 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1034]: 6 -0.981465 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1036]: 6 -1.22827 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1038]: 6 -0.903852 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1039]: 6 -1.25844 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1040]: 6 -1.50989 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1041]: 6 -0.998975 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1042]: 6 -1.0228 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1043]: 6 -0.976204 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1045]: 6 -1.04268 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1046]: 6 -0.990478 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1063]: 6 -1.13795 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1067]: 6 -0.998219 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1070]: 6 -1.29392 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1071]: 6 -0.959786 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1073]: 6 -1.02129 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1076]: 6 -1.31367 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1080]: 6 -1.02859 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1081]: 6 -1.6493 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1093]: 6 0 335.089 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1096]: 6 -6.62374 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1098]: 6 -5.22299 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1099]: 6 -10.3028 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1100]: 6 -1.27208 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1101]: 6 -1.03502 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1102]: 6 -1.03155 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1105]: 6 -0.588692 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1106]: 6 -1.14488 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1110]: 6 -1.59008 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1122]: 6 -3.8769 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1128]: 6 -169.271 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1130]: 6 -337.368 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1137]: 6 -0.994904 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1138]: 6 -1.2183 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1139]: 6 -0.748987 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1142]: 6 -1.25166 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1144]: 6 -1.35996 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1152]: 6 -3.56597 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1162]: 6 -0.88764 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1197]: 6 -0.975785 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1226]: 6 -0.579286 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1238]: 6 -1.00092 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1239]: 6 -1.32769 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1255]: 6 -1.25439 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1256]: 6 -0.878868 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1258]: 6 0 0.468718 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1260]: 6 -0.989967 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1270]: 6 -1.01778 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1290]: 6 -1.00633 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1296]: 6 -1.2009 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1314]: 6 -1.0756 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1320]: 6 -1.2652 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1321]: 6 -1.33041 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1328]: 6 -1.24985 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1346]: 6 -1.00891 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1363]: 6 -1.19046 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1381]: 6 -1.88632 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1383]: 6 -0.30541 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1395]: 6 -1.26717 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1397]: 6 -1.06994 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1410]: 6 -0.940805 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1420]: 6 -1.09567 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1425]: 6 -0.993003 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1427]: 6 -1.32657 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1448]: 6 -1.5212 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1450]: 6 -0.999756 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1452]: 6 -0.718181 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1460]: 6 -0.800276 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1480]: 6 -1.24864 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1489]: 6 -1.31263 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1490]: 6 -1.23749 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1504]: 6 -1.01274 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1509]: 6 -1.08455 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1513]: 6 -1.77083 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1514]: 6 -1.27584 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1516]: 6 -0.91951 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1519]: 6 -1.26254 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1523]: 6 -1.66905 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1545]: 6 -0.83422 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1546]: 6 -0.565736 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1548]: 6 -1.01409 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1551]: 6 -1.07406 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1553]: 6 -1.28116 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1554]: 6 -1.51161 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1575]: 6 -1.14177 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1576]: 6 -1.01062 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1577]: 6 -0.863439 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1585]: 6 -0.743283 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1588]: 6 -1.23436 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1893]: 6 -0.999994 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1902]: 6 -0.999796 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1906]: 6 -1.0002 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1911]: 6 -0.999184 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1915]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1917]: 6 -1.00653 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1929]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1931]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[1933]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2000]: 6 -1.00138 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2004]: 6 -0.9965 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2008]: 6 -1.01591 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2013]: 6 -1.03674 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2016]: 6 -0.996282 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2017]: 6 -0.996282 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2021]: 6 -1.19382 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2030]: 6 -1.03991 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2032]: 6 -1.05191 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2033]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2054]: 6 -0.462813 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2094]: 6 -3.29825 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2096]: 6 -13.0001 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2104]: 6 -1.07132 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2111]: 6 -1.00133 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2114]: 6 -1.00407 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2115]: 6 -0.996507 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2118]: 6 -0.86455 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2119]: 6 -1.05791 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2126]: 6 -1.31245 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2138]: 6 -1.25342 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2152]: 6 -0.998453 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2156]: 6 -1.00463 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2159]: 6 -1.0006 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2161]: 6 -1.01316 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2164]: 6 -1.01933 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2186]: 6 -86.9729 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2197]: 6 -1.00169 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2200]: 6 -1.00845 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2201]: 6 -1.0161 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2206]: 6 -0.997584 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2207]: 6 -0.997489 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2210]: 6 -1.00967 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2211]: 6 -0.999622 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2215]: 6 -0.998487 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2219]: 6 -0.993949 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2222]: 6 -1.33201 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2250]: 6 -4.64201 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2252]: 6 -1.00453 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2253]: 6 -0.998688 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2256]: 6 -0.944019 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2259]: 6 -0.993534 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2261]: 6 -0.998217 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2262]: 6 -1.01198 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2279]: 6 -0.996135 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2286]: 6 -1.24934 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2298]: 6 -1.00525 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2299]: 6 -1.00303 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2302]: 6 -1.06811 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2304]: 6 -1.07328 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2305]: 6 -1.07328 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2312]: 6 -1.02864 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2313]: 6 -1.02864 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2316]: 6 -0.98275 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2320]: 6 -0.8125 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2342]: 6 -166.582 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2344]: 6 -0.966197 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2346]: 6 -1.27634 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2348]: 6 -1.00147 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2378]: 6 -7.75736 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2380]: 6 -10.4999 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2384]: 6 -1.38521 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2386]: 6 -1.15211 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2392]: 6 -1.5 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2438]: 6 -3.53178 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2440]: 6 -1.30717 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2444]: 6 -1.26071 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2447]: 6 -0.993362 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2448]: 6 -1.00221 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2452]: 6 -0.999741 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2482]: 6 -1.25 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2490]: 6 -1.04283 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2494]: 6 -1.00006 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2496]: 6 -1.00013 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2500]: 6 -0.999741 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2508]: 6 -1.00357 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2512]: 6 -1.31487 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2533]: 6 -1.24839 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2536]: 6 -336.916 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2544]: 6 -1.23791 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2545]: 6 -1.24436 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2548]: 6 -1.24998 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2560]: 6 -1.25 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2576]: 6 -1.25 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2584]: 6 -1.28943 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2590]: 6 -2.59375 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2644]: 6 -0.999475 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2685]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2696]: 6 -1.33325 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2764]: 6 -9.87737 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2765]: 6 -5.21744 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2768]: 6 -1.01137 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2773]: 6 -0.999217 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2778]: 6 -1.00627 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2782]: 6 -0.999739 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2790]: 6 -1.25 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2791]: 6 -1.25 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2826]: 6 -1.15254 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2836]: 6 -1.00141 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2858]: 6 -5.96292 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2859]: 6 -3.24756 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2862]: 6 -1.01377 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2877]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2882]: 6 -1.00079 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2883]: 6 -1.00079 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2922]: 6 -1.00904 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2926]: 6 -1.25 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2932]: 6 -1.00005 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2956]: 6 -10.5731 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2960]: 6 -1.00904 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2961]: 6 -1.00904 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2964]: 6 -1.3125 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2969]: 6 -1.25 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2973]: 6 -0.999995 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2975]: 6 -0.999994 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2977]: 6 -0.999995 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2979]: 6 -0.999976 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[2983]: 6 -0.999902 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3014]: 6 -0.948063 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3017]: 6 0 0.0209643 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3019]: 6 -1.08519 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3056]: 6 -5.88632 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3058]: 6 -5.08386 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3062]: 6 -1.00022 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3069]: 6 -1.00031 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3071]: 6 -1.00274 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3073]: 6 -1.0045 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3077]: 6 -1.01799 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3081]: 6 -0.999997 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3110]: 6 0 0.489955 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3116]: 6 -1.0566 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3120]: 6 -0.998046 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3136]: 6 -1.25 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3148]: 6 -6.95982 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3152]: 6 -1.0851 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3153]: 6 -1.0851 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3156]: 6 -0.99895 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3157]: 6 -0.999988 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3160]: 6 -0.902686 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3161]: 6 -0.952008 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3164]: 6 -1.19173 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3165]: 6 -1.02862 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3172]: 6 -0.998954 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3212]: 6 -1.00001 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3217]: 6 -1.00012 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3257]: 6 -0.999998 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3260]: 6 -0.996383 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3261]: 6 -0.996371 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3263]: 6 -0.99998 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3265]: 6 -1.00003 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3267]: 6 -0.999068 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3269]: 6 -1.00201 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3314]: 6 -1.25 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3336]: 6 -9.56921 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3339]: 6 -0.999803 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3343]: 6 -0.999211 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3347]: 6 -0.996843 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3355]: 6 -0.999999 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3357]: 6 -1.00001 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3361]: 6 -1.25005 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3400]: 6 -0.999644 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3405]: 6 -1.00131 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3436]: 6 -10.5754 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3437]: 6 -1.01872 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3444]: 6 -1.00048 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3447]: 6 -1.00045 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3449]: 6 -0.998048 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3452]: 6 -1.00616 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3453]: 6 -1.00553 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3456]: 6 -1.06265 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3459]: 6 -1.00045 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3461]: 6 -1.26043 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3496]: 6 -1.00633 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3506]: 6 -1.01912 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3539]: 6 -0.906345 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3541]: 6 -0.992683 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3543]: 6 -1.02343 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3548]: 6 -1.00594 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3552]: 6 -1.02288 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3556]: 6 -0.988749 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3559]: 6 -1.22533 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3590]: 6 -1.54872 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3594]: 6 -0.741469 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3595]: 6 -0.825279 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3596]: 6 -1.01335 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3597]: 6 -0.979386 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3601]: 6 -0.895965 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3632]: 6 -0.902686 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3633]: 6 -0.958108 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3636]: 6 -2.08395 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3640]: 6 -0.848277 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3641]: 6 -0.902584 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3644]: 6 -1.65137 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3645]: 6 -1.04488 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3648]: 6 -0.819142 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3652]: 6 -1.77863 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3687]: 6 -1.00297 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3688]: 6 -1.05683 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3690]: 6 -0.996898 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3691]: 6 -1.2122 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3696]: 6 -1.48337 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3728]: 6 -0.944155 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3732]: 6 -1.00037 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3738]: 6 -1.31343 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3786]: 6 -0.91949 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3790]: 6 -1.00031 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3809]: 6 -1.00637 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3812]: 6 -2.61452 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3813]: 6 -1.02547 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3828]: 6 -1.37053 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3832]: 6 -0.947672 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3833]: 6 -0.947672 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3836]: 6 -0.998743 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3837]: 6 -0.999985 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3840]: 6 -1.00466 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3874]: 6 -1.00205 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3907]: 6 -0.995878 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3919]: 6 -1.90332 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3926]: 6 -1.00768 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3929]: 6 -1.00011 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[3932]: 6 -1.12455 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[4101]: 6 -0.999255 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
1013.63/1016.59	WSVECS04 Frhs2[4104]: 6 -0.990313 0 shouldn't be
1052.91/1055.90	c #Conflicts:    1994000 | #Constraints:      37435
1052.91/1055.90	c #Conflicts:    1995000 | #Constraints:      38435
1052.91/1055.90	c #Conflicts:    1996000 | #Constraints:      39435
1052.91/1055.90	c #Conflicts:    1997000 | #Constraints:      40435
1052.91/1055.90	c #Conflicts:    1998000 | #Constraints:      41435
1052.91/1055.90	c #Conflicts:    1999000 | #Constraints:      42436
1052.91/1055.90	c #Conflicts:    2000000 | #Constraints:      43436
1052.91/1055.90	c #Conflicts:    2001000 | #Constraints:      44436
1052.91/1055.90	c #Conflicts:    2002000 | #Constraints:      45436
1052.91/1055.90	c #Conflicts:    2003000 | #Constraints:      46436
1052.91/1055.90	c #Conflicts:    2004000 | #Constraints:      47436
1052.91/1055.90	c #Conflicts:    2005000 | #Constraints:      48436
1052.91/1055.90	c #Conflicts:    2006000 | #Constraints:      49436
1052.91/1055.90	c #Conflicts:    2007000 | #Constraints:      50436
1052.91/1055.90	c #Conflicts:    2008000 | #Constraints:      51436
1052.91/1055.90	c #Conflicts:    2009000 | #Constraints:      52436
1052.91/1055.90	c #Conflicts:    2010000 | #Constraints:      53436
1052.91/1055.90	c #Conflicts:    2011000 | #Constraints:      54437
1052.91/1055.90	c #Conflicts:    2012000 | #Constraints:      55437
1052.91/1055.90	c #Conflicts:    2013000 | #Constraints:      56437
1052.91/1055.90	c #Conflicts:    2014000 | #Constraints:      57437
1052.91/1055.90	c #Conflicts:    2015000 | #Constraints:      58438
1052.91/1055.90	c #Conflicts:    2016000 | #Constraints:      59438
1052.91/1055.90	c #Conflicts:    2017000 | #Constraints:      60438
1052.91/1055.90	c #Conflicts:    2018000 | #Constraints:      61438
1052.91/1055.90	c #Conflicts:    2019000 | #Constraints:      62438
1052.91/1055.90	c #Conflicts:    2020000 | #Constraints:      63438
1052.91/1055.90	c #Conflicts:    2021000 | #Constraints:      64438
1052.91/1055.90	c INPROCESSING
1052.91/1055.90	c GARBAGE COLLECT
1052.91/1055.90	c #Conflicts:    2022000 | #Constraints:      37109
1052.91/1055.90	c #Conflicts:    2023000 | #Constraints:      38109
1052.91/1055.90	c #Conflicts:    2024000 | #Constraints:      39110
1052.91/1055.90	c #Conflicts:    2025000 | #Constraints:      40110
1052.91/1055.90	c #Conflicts:    2026000 | #Constraints:      41110
1052.91/1055.90	c #Conflicts:    2027000 | #Constraints:      42110
1052.91/1055.90	c #Conflicts:    2028000 | #Constraints:      43110
1052.91/1055.90	c #Conflicts:    2029000 | #Constraints:      44110
1052.91/1055.90	c #Conflicts:    2030000 | #Constraints:      45110
1052.91/1055.90	c #Conflicts:    2031000 | #Constraints:      46110
1052.91/1055.90	c #Conflicts:    2032000 | #Constraints:      47110
1052.91/1055.90	c #Conflicts:    2033000 | #Constraints:      48112
1052.91/1055.90	c #Conflicts:    2034000 | #Constraints:      49112
1052.91/1055.90	c #Conflicts:    2035000 | #Constraints:      50112
1052.91/1055.90	c #Conflicts:    2036000 | #Constraints:      51112
1052.91/1055.90	c #Conflicts:    2037000 | #Constraints:      52112
1052.91/1055.90	c #Conflicts:    2038000 | #Constraints:      53112
1052.91/1055.90	c #Conflicts:    2039000 | #Constraints:      54112
1052.91/1055.90	c #Conflicts:    2040000 | #Constraints:      55112
1052.91/1055.90	c #Conflicts:    2041000 | #Constraints:      56112
1052.91/1055.90	c #Conflicts:    2042000 | #Constraints:      57112
1052.91/1055.90	c #Conflicts:    2043000 | #Constraints:      58112
1052.91/1055.90	c #Conflicts:    2044000 | #Constraints:      59112
1052.91/1055.90	c #Conflicts:    2045000 | #Constraints:      60112
1052.91/1055.90	c #Conflicts:    2046000 | #Constraints:      61112
1052.91/1055.90	c #Conflicts:    2047000 | #Constraints:      62112
1052.91/1055.90	c #Conflicts:    2048000 | #Constraints:      63112
1052.91/1055.90	c #Conflicts:    2049000 | #Constraints:      64112
1052.91/1055.90	c #Conflicts:    2050000 | #Constraints:      65112
1052.91/1055.90	c INPROCESSING
1052.91/1055.90	c GARBAGE COLLECT
1052.91/1055.90	c #Conflicts:    2051000 | #Constraints:      37665
1052.91/1055.90	c #Conflicts:    2052000 | #Constraints:      38665
1052.91/1055.90	c #Conflicts:    2053000 | #Constraints:      39665
1052.91/1055.90	c #Conflicts:    2054000 | #Constraints:      40665
1052.91/1055.90	c #Conflicts:    2055000 | #Constraints:      41665
1052.91/1055.90	c #Conflicts:    2056000 | #Constraints:      42665
1052.91/1055.90	c #Conflicts:    2057000 | #Constraints:      43665
1052.91/1055.90	c #Conflicts:    2058000 | #Constraints:      44665
1052.91/1055.90	c #Conflicts:    2059000 | #Constraints:      45665
1052.91/1055.90	c #Conflicts:    2060000 | #Constraints:      46665
1052.91/1055.90	c #Conflicts:    2061000 | #Constraints:      47665
1052.91/1055.90	c #Conflicts:    2062000 | #Constraints:      48665
1052.91/1055.90	c #Conflicts:    2063000 | #Constraints:      49665
1052.91/1055.90	c #Conflicts:    2064000 | #Constraints:      50665
1052.91/1055.90	c #Conflicts:    2065000 | #Constraints:      51665
1052.91/1055.90	c #Conflicts:    2066000 | #Constraints:      52665
1052.91/1055.90	c #Conflicts:    2067000 | #Constraints:      53665
1052.91/1055.90	c #Conflicts:    2068000 | #Constraints:      54665
1052.91/1055.90	c #Conflicts:    2069000 | #Constraints:      55666
1052.91/1055.90	c #Conflicts:    2070000 | #Constraints:      56666
1052.91/1055.90	c #Conflicts:    2071000 | #Constraints:      57666
1060.89/1063.94	c #Conflicts:    2072000 | #Constraints:      58666
1060.89/1063.94	c #Conflicts:    2073000 | #Constraints:      59666
1060.89/1063.94	c #Conflicts:    2074000 | #Constraints:      60666
1060.89/1063.94	c #Conflicts:    2075000 | #Constraints:      61666
1060.89/1063.94	c #Conflicts:    2076000 | #Constraints:      62666
1060.89/1063.94	c #Conflicts:    2077000 | #Constraints:      63666
1060.89/1063.94	c #Conflicts:    2078000 | #Constraints:      64745
1060.89/1063.94	c #Conflicts:    2079000 | #Constraints:      66243
1060.89/1063.94	c INPROCESSING
1060.89/1063.94	c GARBAGE COLLECT
1060.89/1063.94	WSVECS04 Frhs2[3]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[7]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[10]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[11]: 6 -0.997663 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[12]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[13]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[15]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[19]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[22]: 6 -1.06259 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[30]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[31]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[35]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[43]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[47]: 6 -0.875039 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[49]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[53]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[57]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[61]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[64]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[70]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[75]: 6 -0.997661 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[78]: 6 -0.87506 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[79]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[81]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[83]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[85]: 6 -0.833421 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[89]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[90]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[92]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[93]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[95]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[116]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[117]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[120]: 6 -0.685597 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[121]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[122]: 6 -0.742223 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[126]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[129]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[134]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[149]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[152]: 6 -1.25008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[154]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[156]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[167]: 6 -0.999946 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[170]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[178]: 6 -0.750055 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[181]: 6 -1.31252 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[184]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[190]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[201]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[204]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[215]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[219]: 6 0 0.332107 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[223]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[231]: 6 -0.999832 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[262]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[266]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[267]: 6 -0.997688 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[268]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[269]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[271]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[273]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[281]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[291]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[293]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[299]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[300]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[303]: 6 -0.875032 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[321]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[322]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[326]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[353]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[355]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[373]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[377]: 6 -1.25003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[378]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[381]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[387]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[393]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[394]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[396]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[397]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[406]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[423]: 6 -0.999796 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[436]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[437]: 6 -0.864664 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[438]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[439]: 6 -0.125011 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[444]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[459]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[465]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[466]: 6 -0.770624 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[475]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[483]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[491]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[494]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[496]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[497]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[500]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[509]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[517]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[518]: 6 -0.99997 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[519]: 6 -0.999858 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[523]: 6 -0.998816 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[525]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[526]: 6 -0.872517 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[529]: 6 -1.27052 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[530]: 6 -1.33208 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[538]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[540]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[541]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[542]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[546]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[547]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[553]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[559]: 6 -1.12502 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[574]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[576]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[577]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[585]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[589]: 6 -0.750051 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[593]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[595]: 6 -1.25001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[596]: 6 -1.25007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[600]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[609]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[626]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[637]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[647]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[652]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[653]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[655]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[658]: 6 -1.31253 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[664]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[665]: 6 -1.25003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[671]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[674]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[679]: 6 -0.999821 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[693]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[697]: 6 -1.25005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[883]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1007]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1029]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1036]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1038]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1040]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1044]: 6 -0.734474 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1047]: 6 -0.812529 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1059]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1064]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1065]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1067]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1068]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1070]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1073]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1075]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1082]: 6 -1.70322 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1085]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1088]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1089]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1106]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1108]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1111]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1112]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1121]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1124]: 6 -0.999982 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1126]: 6 -0.999465 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1129]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1137]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1145]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1149]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1150]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1151]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1152]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1154]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1163]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1176]: 6 -0.671463 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1177]: 6 -0.84285 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1185]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1186]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1187]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1188]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1194]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1198]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1202]: 6 -1.25007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1211]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1213]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1224]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1225]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1236]: 6 -1.31251 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1238]: 6 -1.25001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1249]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1251]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1256]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1273]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1275]: 6 -0.667022 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1278]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1279]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1302]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1303]: 6 -1.03134 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1304]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1310]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1311]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1329]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1339]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1340]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1352]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1355]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1356]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1362]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1366]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1372]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1378]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1383]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1385]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1391]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1394]: 6 -0.942698 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1396]: 6 -0.437595 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1415]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1419]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1421]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1422]: 6 -1.25782 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1425]: 6 -1.12507 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1428]: 6 -1.75004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1432]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1435]: 6 -3.58207 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1441]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1442]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1445]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1446]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1447]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1452]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1459]: 6 -0.742245 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1472]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1476]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1477]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1483]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1484]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1489]: 6 -1.25001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1500]: 6 -0.500081 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1512]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1513]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1515]: 6 -1.2552 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1519]: 6 -1.33212 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1522]: 6 -1.31252 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1526]: 6 -0.750033 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1527]: 6 -1.25002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1539]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1544]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1550]: 6 -1.12253 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1551]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1554]: 6 -1.22954 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1559]: 6 -0.687586 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1563]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1565]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1567]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1568]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1579]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1585]: 6 -0.750021 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1588]: 6 -0.750046 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1590]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1591]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1619]: 6 -0.937514 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1624]: 6 -2.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1625]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1626]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1627]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1631]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1648]: 6 -1.25003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1650]: 6 -0.75002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1677]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1680]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1715]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1893]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1902]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1907]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1910]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1911]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1914]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1915]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1917]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1925]: 6 -1.2657 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1929]: 6 -0.0625604 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1934]: 6 0 0.125026 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1939]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1945]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1947]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1950]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1985]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1988]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1990]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1994]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1996]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[1998]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2000]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2001]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2004]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2005]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2008]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2010]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2013]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2015]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2018]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2020]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2021]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2024]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2026]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2028]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2029]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2032]: 6 -0.29689 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2033]: 6 -0.296946 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2036]: 6 -3.81258 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2040]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2042]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2054]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2058]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2070]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2083]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2086]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2088]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2090]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2092]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2094]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2096]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2098]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2099]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2102]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2104]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2106]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2108]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2110]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2111]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2114]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2115]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2118]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2122]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2126]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2128]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2132]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2136]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2138]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2139]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2144]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2147]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2151]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2156]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2159]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2166]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2170]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2171]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2172]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2174]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2176]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2177]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2179]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2181]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2183]: 6 -0.999965 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2185]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2187]: 6 -0.999787 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2190]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2191]: 6 -0.999123 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2195]: 6 -0.996501 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2197]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2200]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2201]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2204]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2206]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2207]: 6 -0.770575 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2209]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2215]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2218]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2219]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2222]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2224]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2226]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2228]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2232]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2236]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2238]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2239]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2241]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2243]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2246]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2252]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2253]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2255]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2259]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2261]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2263]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2264]: 6 -1.25007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2266]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2268]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2271]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2272]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2273]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2275]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2278]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2279]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2282]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2283]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2286]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2290]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2291]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2294]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2295]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2298]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2299]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2302]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2303]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2306]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2307]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2310]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2314]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2315]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2318]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2322]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2324]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2325]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2328]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2330]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2332]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2334]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2343]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2348]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2352]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2356]: 6 -1.25004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2358]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2359]: 6 -1.25003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2361]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2362]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2363]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2364]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2367]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2368]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2375]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2377]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2379]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2382]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2385]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2388]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2389]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2392]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2394]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2396]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2398]: 6 -1.33208 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2399]: 6 -1.3321 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2403]: 6 -1.32818 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2411]: 6 -1.2501 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2416]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2418]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2420]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2421]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2424]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2426]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2428]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2432]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2434]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2441]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2450]: 6 -1.25009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2455]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2456]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2457]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2463]: 6 -0.999999 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2464]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2465]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2467]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2469]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2472]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2473]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2476]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2477]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2480]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2482]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2483]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2485]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2488]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2491]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2494]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2498]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2499]: 6 -0.500086 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2501]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2503]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2505]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2510]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2514]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2515]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2518]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2519]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2522]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2526]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2527]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2532]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2535]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2537]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2543]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2545]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2546]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2547]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2548]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2553]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2554]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2557]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2558]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2560]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2561]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2568]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2569]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2571]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2573]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2575]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2577]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2579]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2584]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2588]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2592]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2593]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2595]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2598]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2600]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2601]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2604]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2605]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2608]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2609]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2613]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2616]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2617]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2619]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2622]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2623]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2628]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2629]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2630]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2632]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2636]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2638]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2642]: 6 -1.31259 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2644]: 6 -1.25009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2648]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2649]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2650]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2652]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2653]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2655]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2656]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2658]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2659]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2662]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2664]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2666]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2668]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2670]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2672]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2674]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2676]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2677]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2680]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2682]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2684]: 6 -1.32819 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2686]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2687]: 6 -0.343813 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2690]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2693]: 6 -1.2501 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2706]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2710]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2712]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2714]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2716]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2718]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2720]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2732]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2740]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2741]: 6 -1.21072 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2744]: 6 0 0.31454 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2745]: 6 -0.871147 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2746]: 6 0 0.257827 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2749]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2751]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2753]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2755]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2758]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2760]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2762]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2763]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2766]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2768]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2770]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2771]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2774]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2776]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2778]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2780]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2782]: 6 -1.25006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2784]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2787]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2793]: 6 -0.500081 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2800]: 6 -5.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2804]: 6 -6.03133 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2810]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2811]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2814]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2818]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2820]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2821]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2822]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2828]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2833]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2834]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2837]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2838]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2846]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2847]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2848]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2850]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2852]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2853]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2855]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2857]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2860]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2863]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2866]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2871]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2874]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2876]: 6 -1.25008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2878]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2886]: 6 -5.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2887]: 6 -0.500056 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2889]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2894]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2896]: 6 -5.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2898]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2902]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2903]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2906]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2907]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2910]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2912]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2913]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2918]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2919]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2921]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2940]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2942]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2943]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2944]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2946]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2947]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2950]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2952]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2954]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2956]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2957]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2960]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2961]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2964]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2965]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2968]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2970]: 6 -1.25008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2972]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2976]: 6 -1.31253 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2977]: 6 -1.31252 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2981]: 6 -1.25004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2985]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2988]: 6 -1.25002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2996]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[2997]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3000]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3002]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3004]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3006]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3020]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3026]: 6 -1.25009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3027]: 6 -1.12506 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3028]: 6 -1.25006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3029]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3037]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3038]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3041]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3043]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3045]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3048]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3050]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3051]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3054]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3055]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3058]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3059]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3061]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3064]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3065]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3068]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3073]: 6 -1.25003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3082]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3083]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3087]: 6 -0.667082 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3092]: 6 -3.6641 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3093]: 6 -5.66416 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3095]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3098]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3100]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3104]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3108]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3109]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3129]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3130]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3131]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3133]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3134]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3143]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3145]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3149]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3152]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3154]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3157]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3159]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3161]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3163]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3165]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3168]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3172]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3173]: 6 -0.484469 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3176]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3180]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3181]: 6 -2.75005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3184]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3185]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3188]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3192]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3194]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3196]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3198]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3199]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3205]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3206]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3210]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3213]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3216]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3217]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3218]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3228]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3230]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3231]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3235]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3237]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3239]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3242]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3243]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3246]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3247]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3250]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3251]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3254]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3255]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3257]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3258]: 6 -1.25005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3259]: 6 -1.25006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3264]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3268]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3270]: 6 -5.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3271]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3273]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3279]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3282]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3284]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3286]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3287]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3292]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3294]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3296]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3297]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3299]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3306]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3312]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3313]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3314]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3325]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3330]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3334]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3338]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3339]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3342]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3349]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3352]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3353]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3357]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3360]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3362]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3363]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3366]: 6 -1.25006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3367]: 6 -1.25004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3371]: 6 -0.500029 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3375]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3378]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3380]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3382]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3384]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3386]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3387]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3389]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3391]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3407]: 6 -1.12247 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3408]: 6 -1.25514 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3410]: 6 -1.02055 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3425]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3428]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3432]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3434]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3436]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3438]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3442]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3446]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3448]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3450]: 6 -1.25001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3452]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3458]: 6 -1.33207 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3473]: 6 -0.750028 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3477]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3480]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3481]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3483]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3485]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3491]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3501]: 6 -1.0313 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3505]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3508]: 6 -1.25003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3510]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3513]: 6 -1.25009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3518]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3519]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3521]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3524]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3528]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3530]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3534]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3538]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3540]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3543]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3546]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3547]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3550]: 6 -0.500035 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3551]: 6 -0.500058 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3554]: 6 -1.25002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3559]: 6 -0.500036 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3568]: 6 -5.129 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3571]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3573]: 6 -0.484463 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3575]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3577]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3579]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3582]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3583]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3591]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3596]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3603]: 6 -1.06258 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3604]: 6 -1.25009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3616]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3617]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3620]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3624]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3626]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3628]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3629]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3631]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3632]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3634]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3636]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3637]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3639]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3641]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3644]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3645]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3648]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3652]: 6 -1.12504 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3653]: 6 -1.12504 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3664]: 6 -5.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3665]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3668]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3669]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3672]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3673]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3676]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3678]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3680]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3681]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3685]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3687]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3692]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3693]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3711]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3713]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3717]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3720]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3724]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3728]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3729]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3731]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3732]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3738]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3739]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3742]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3751]: 6 -0.500021 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3753]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3755]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3761]: 6 -0.0588887 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3763]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3766]: 6 -5.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3767]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3770]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3771]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3774]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3776]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3781]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3782]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3784]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3785]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3787]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3788]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3791]: 6 -0.750013 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3793]: 6 -1.24617 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3804]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3805]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3811]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3815]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3820]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3824]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3826]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3828]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3829]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3832]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3833]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3836]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3838]: 6 -1.3282 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3840]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3841]: 6 -0.343838 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3847]: 6 -1.25007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3851]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3854]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3855]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3858]: 6 -0.500098 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3862]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3864]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3865]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3868]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3870]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3871]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3874]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3875]: 6 -1.00001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3877]: 6 -1.00008 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3878]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3879]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3890]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3905]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3908]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3913]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3916]: 6 -1.00006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3919]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3925]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3929]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3932]: 6 -1.1251 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3940]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3943]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3946]: 6 -1.25006 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3954]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3958]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3960]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3961]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3964]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3966]: 6 -1.00004 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[3967]: 6 -1.00003 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[4035]: 6 -1.0001 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[4046]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[4047]: 6 -0.93757 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[4060]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[4067]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[4088]: 6 -1.00009 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[4089]: 6 -1.00007 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[4115]: 6 -1.00005 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[4116]: 6 -1.00002 0 shouldn't be
1060.89/1063.94	WSVECS04 Frhs2[4117]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[9]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[33]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[41]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[44]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[50]: 6 -0.770602 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[56]: 6 -0.685599 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[67]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[72]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[88]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[96]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[101]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[110]: 6 -1.00961 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[130]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[131]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[137]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[151]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[177]: 6 -1.33212 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[238]: 6 -0.750049 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[272]: 6 -1.32817 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[297]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[298]: 6 -0.999487 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[323]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[335]: 6 -1.00001 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[354]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[360]: 6 -0.999798 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[366]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[367]: 6 -1.12506 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[370]: 6 -0.562552 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[371]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[372]: 6 -1.25005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[432]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[440]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[453]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[462]: 6 -0.990464 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[463]: 6 -1.12505 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[464]: 6 -0.942656 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[489]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[492]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[495]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[505]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[507]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[512]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[513]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[524]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[545]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[555]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[563]: 6 -1.25004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[578]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[584]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[587]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[591]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[601]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[635]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[642]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[654]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[661]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[662]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[689]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[698]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1025]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1026]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1048]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1055]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1074]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1105]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1140]: 6 -1.31257 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1141]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1157]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1158]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1159]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1160]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1166]: 6 -1.32822 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1172]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1190]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1195]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1200]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1227]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1229]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1231]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1239]: 6 -1.0001 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1250]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1254]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1255]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1272]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1281]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1290]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1316]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1325]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1350]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1370]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1399]: 6 -1.32821 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1411]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1417]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1420]: 6 -1.31448 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1423]: 6 -0.781328 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1427]: 6 -0.750038 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1448]: 6 -1.00001 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1450]: 6 -1.25002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1479]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1486]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1494]: 6 -1.25005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1504]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1511]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1514]: 6 -1.25002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1523]: 6 -1.64071 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1556]: 6 -1.04696 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1562]: 6 -1.06259 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1566]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1637]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1652]: 6 -0.750092 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1663]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1906]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1921]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[1992]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2011]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2043]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2066]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2165]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2167]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2169]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2173]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2175]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2262]: 6 -1.00001 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2269]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2270]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2360]: 6 -1.0001 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2407]: 6 -0.812546 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2436]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2439]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2507]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2538]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2542]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2559]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2587]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2590]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2596]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2611]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2618]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2633]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2703]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2724]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2795]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2845]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2856]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2899]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[2914]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3007]: 6 -1.00008 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3012]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3077]: 6 -0.750075 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3079]: 6 -0.500046 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3177]: 6 -0.937554 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3301]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3308]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3311]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3321]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3356]: 6 -1.00001 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3393]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3397]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3404]: 6 -1.0001 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3422]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3469]: 6 -0.687586 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3492]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3498]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3500]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3507]: 6 -1.25002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3544]: 6 -1.00003 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3593]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3686]: 6 -1.00006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3688]: 6 -1.00009 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3698]: 6 -1.25006 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3790]: 6 -1.00001 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3818]: 6 -1.00004 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3893]: 6 -1.00002 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3933]: 6 -0.125073 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[3951]: 6 -0.375066 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[4048]: 6 -1.00007 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[4056]: 6 -1.00005 0 shouldn't be
1061.79/1064.85	WSVECS04 Frhs2[4086]: 6 -1.00007 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[11]: 6 -0.99761 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[13]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[22]: 6 -1.0625 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[33]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[35]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[36]: 6 -0.999994 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[38]: 6 -0.999945 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[45]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[61]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[64]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[75]: 6 -0.99761 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[78]: 6 -0.875 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[83]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[96]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[112]: 6 -0.942636 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[120]: 6 -0.685548 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[122]: 6 -0.742188 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[129]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[177]: 6 -1.33203 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[178]: 6 -0.750001 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[181]: 6 -1.3125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[192]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[195]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[198]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[259]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[260]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[265]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[266]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[272]: 6 -1.32813 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[293]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[352]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[353]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[355]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[357]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[360]: 6 -0.999776 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[367]: 6 -1.125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[368]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[372]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[377]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[406]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[409]: 6 -0.666993 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[414]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[438]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[442]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[450]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[466]: 6 -0.770541 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[477]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[495]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[518]: 6 -0.999888 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[523]: 6 -0.998805 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[526]: 6 -0.872437 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[529]: 6 -1.27051 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[530]: 6 -1.33203 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[539]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[548]: 6 -0.999984 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[554]: 6 -0.999403 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[559]: 6 -1.125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[560]: 6 -0.942636 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[563]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[583]: 6 -0.999852 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[589]: 6 -0.75 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[593]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[595]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[601]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[602]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[607]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[620]: 6 -0.996415 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[647]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[654]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[658]: 6 -1.3125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[686]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[702]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1007]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1036]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1037]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1039]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1040]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1047]: 6 -0.8125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1049]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1052]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1081]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1082]: 6 -1.70313 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1088]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1089]: 6 -1.00006 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1110]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1121]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1124]: 6 -0.999972 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1126]: 6 -0.99944 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1129]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1142]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1146]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1154]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1164]: 6 -1.33203 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1176]: 6 -0.671387 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1179]: 6 -0.871094 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1183]: 6 -0.999944 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1186]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1187]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1190]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1192]: 6 -0.995519 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1206]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1215]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1223]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1224]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1225]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1229]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1230]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1231]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1237]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1250]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1269]: 6 -1.125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1272]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1286]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1303]: 6 -1.03125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1311]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1312]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1316]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1330]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1333]: 6 0 0.210694 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1334]: 6 -1.07861 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1335]: 6 -1.15723 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1338]: 6 -2.25781 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1339]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1342]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1345]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1349]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1353]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1366]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1372]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1378]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1380]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1391]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1394]: 6 -0.942628 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1397]: 6 -0.666016 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1403]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1407]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1415]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1419]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1425]: 6 -1.125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1427]: 6 -0.75 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1428]: 6 -1.75 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1432]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1441]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1445]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1446]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1447]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1450]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1452]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1459]: 6 -0.742188 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1465]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1477]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1481]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1486]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1489]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1492]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1493]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1500]: 6 -0.5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1510]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1513]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1522]: 6 -1.3125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1526]: 6 -0.750001 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1527]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1537]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1550]: 6 -1.12244 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1554]: 6 -1.22949 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1559]: 6 -0.6875 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1562]: 6 -1.0625 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1568]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1579]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1585]: 6 -0.75 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1588]: 6 -0.75 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1589]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1591]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1605]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1619]: 6 -0.937501 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1624]: 6 -2 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1631]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1637]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1648]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1649]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1650]: 6 -0.75 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1652]: 6 -0.750001 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1663]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1893]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1910]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1911]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1929]: 6 -0.0625007 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1939]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1951]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2005]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2013]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2032]: 6 -0.296876 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2036]: 6 -3.8125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2042]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2043]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2086]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2102]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2144]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2183]: 6 -0.999944 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2207]: 6 -0.770541 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2264]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2346]: 6 -0.99283 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2359]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2398]: 6 -1.33203 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2403]: 6 -1.32813 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2407]: 6 -0.812501 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2409]: 6 -0.375001 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2450]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2459]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2463]: 6 -0.999944 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2499]: 6 -0.500001 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2503]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2642]: 6 -1.3125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2644]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2684]: 6 -1.32813 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2687]: 6 -0.34375 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2693]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2741]: 6 -1.21069 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2782]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2793]: 6 -0.5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2800]: 6 -5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2804]: 6 -6.03125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2876]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2879]: 6 -0.5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2886]: 6 -5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2887]: 6 -0.5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2896]: 6 -5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2898]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2902]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2932]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2970]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2976]: 6 -1.3125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2977]: 6 -1.3125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[2981]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3026]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3027]: 6 -1.125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3028]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3034]: 6 -0.333985 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3086]: 6 -0.666992 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3092]: 6 -3.66406 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3121]: 6 -1.31445 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3123]: 6 -1.25781 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3165]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3177]: 6 -0.9375 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3181]: 6 -2.75 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3258]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3270]: 6 -5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3273]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3282]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3366]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3369]: 6 -0.75 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3371]: 6 -0.5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3407]: 6 -1.12244 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3410]: 6 -1.02051 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3412]: 6 -1.33203 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3416]: 6 -1.3125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3458]: 6 -1.33203 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3469]: 6 -0.687501 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3473]: 6 -0.75 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3475]: 6 -0.5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3505]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3550]: 6 -0.500001 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3551]: 6 -0.500001 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3575]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3577]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3591]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3603]: 6 -1.0625 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3604]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3652]: 6 -1.125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3657]: 6 -0.500001 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3664]: 6 -5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3689]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3698]: 6 -1.25 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3749]: 6 -0.750001 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3761]: 6 -0.0588238 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3763]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3766]: 6 -5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3767]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3785]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3791]: 6 -0.75 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3793]: 6 -1.24609 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3838]: 6 -1.32813 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3843]: 6 -1.3125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3858]: 6 -0.5 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3878]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3891]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3932]: 6 -1.125 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3951]: 6 -0.375 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3955]: 6 -0.500001 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3966]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[4035]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[4047]: 6 -0.9375 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
1062.99/1066.06	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
1128.52/1131.71	c #Conflicts:    2080000 | #Constraints:      38369
1128.52/1131.71	c #Conflicts:    2081000 | #Constraints:      39369
1128.52/1131.71	c #Conflicts:    2082000 | #Constraints:      40369
1128.52/1131.71	c #Conflicts:    2083000 | #Constraints:      41369
1128.52/1131.71	c #Conflicts:    2084000 | #Constraints:      42369
1128.52/1131.71	c #Conflicts:    2085000 | #Constraints:      43369
1128.52/1131.71	c #Conflicts:    2086000 | #Constraints:      44369
1128.52/1131.71	c #Conflicts:    2087000 | #Constraints:      45369
1128.52/1131.71	c #Conflicts:    2088000 | #Constraints:      46369
1128.52/1131.71	c #Conflicts:    2089000 | #Constraints:      47369
1128.52/1131.71	c #Conflicts:    2090000 | #Constraints:      48369
1128.52/1131.71	c #Conflicts:    2091000 | #Constraints:      49369
1128.52/1131.71	c #Conflicts:    2092000 | #Constraints:      50370
1128.52/1131.71	c #Conflicts:    2093000 | #Constraints:      51370
1128.52/1131.71	c #Conflicts:    2094000 | #Constraints:      52370
1128.52/1131.71	c #Conflicts:    2095000 | #Constraints:      53370
1128.52/1131.71	c #Conflicts:    2096000 | #Constraints:      54370
1128.52/1131.71	c #Conflicts:    2097000 | #Constraints:      55370
1128.52/1131.71	c #Conflicts:    2098000 | #Constraints:      56370
1128.52/1131.71	c #Conflicts:    2099000 | #Constraints:      57370
1128.52/1131.71	c #Conflicts:    2100000 | #Constraints:      58370
1128.52/1131.71	c #Conflicts:    2101000 | #Constraints:      59370
1128.52/1131.71	c #Conflicts:    2102000 | #Constraints:      60372
1128.52/1131.71	c #Conflicts:    2103000 | #Constraints:      61372
1128.52/1131.71	c #Conflicts:    2104000 | #Constraints:      62372
1128.52/1131.71	c #Conflicts:    2105000 | #Constraints:      63372
1128.52/1131.71	c #Conflicts:    2106000 | #Constraints:      64372
1128.52/1131.71	c #Conflicts:    2107000 | #Constraints:      65373
1128.52/1131.71	c #Conflicts:    2108000 | #Constraints:      66373
1128.52/1131.71	c INPROCESSING
1128.52/1131.71	c GARBAGE COLLECT
1128.52/1131.71	c #Conflicts:    2109000 | #Constraints:      38417
1128.52/1131.71	c #Conflicts:    2110000 | #Constraints:      39417
1128.52/1131.71	c #Conflicts:    2111000 | #Constraints:      40417
1128.52/1131.71	c #Conflicts:    2112000 | #Constraints:      41417
1128.52/1131.71	c #Conflicts:    2113000 | #Constraints:      42417
1128.52/1131.71	c #Conflicts:    2114000 | #Constraints:      43417
1128.52/1131.71	c #Conflicts:    2115000 | #Constraints:      44417
1128.52/1131.71	c #Conflicts:    2116000 | #Constraints:      45417
1128.52/1131.71	c #Conflicts:    2117000 | #Constraints:      46417
1128.52/1131.71	c #Conflicts:    2118000 | #Constraints:      47417
1128.52/1131.71	c #Conflicts:    2119000 | #Constraints:      48417
1128.52/1131.71	c #Conflicts:    2120000 | #Constraints:      49417
1128.52/1131.71	c #Conflicts:    2121000 | #Constraints:      50417
1128.52/1131.71	c #Conflicts:    2122000 | #Constraints:      51417
1128.52/1131.71	c #Conflicts:    2123000 | #Constraints:      52417
1128.52/1131.71	c #Conflicts:    2124000 | #Constraints:      53417
1128.52/1131.71	c #Conflicts:    2125000 | #Constraints:      54417
1128.52/1131.71	c #Conflicts:    2126000 | #Constraints:      55417
1128.52/1131.71	c #Conflicts:    2127000 | #Constraints:      56417
1128.52/1131.71	c #Conflicts:    2128000 | #Constraints:      57417
1128.52/1131.71	c #Conflicts:    2129000 | #Constraints:      58417
1128.52/1131.71	c #Conflicts:    2130000 | #Constraints:      59417
1128.52/1131.71	c #Conflicts:    2131000 | #Constraints:      60417
1128.52/1131.71	c #Conflicts:    2132000 | #Constraints:      61417
1128.52/1131.71	c #Conflicts:    2133000 | #Constraints:      62417
1128.52/1131.71	c #Conflicts:    2134000 | #Constraints:      63417
1128.52/1131.71	c #Conflicts:    2135000 | #Constraints:      64417
1128.52/1131.71	c #Conflicts:    2136000 | #Constraints:      65417
1128.52/1131.71	c #Conflicts:    2137000 | #Constraints:      66417
1128.52/1131.71	c INPROCESSING
1128.52/1131.71	c GARBAGE COLLECT
1128.52/1131.71	c #Conflicts:    2138000 | #Constraints:      38370
1128.52/1131.71	c #Conflicts:    2139000 | #Constraints:      39370
1128.52/1131.71	c #Conflicts:    2140000 | #Constraints:      40370
1128.52/1131.71	c #Conflicts:    2141000 | #Constraints:      41370
1128.52/1131.71	c #Conflicts:    2142000 | #Constraints:      42370
1128.52/1131.71	c #Conflicts:    2143000 | #Constraints:      43370
1128.52/1131.71	c #Conflicts:    2144000 | #Constraints:      44370
1128.52/1131.71	c #Conflicts:    2145000 | #Constraints:      45371
1128.52/1131.71	c #Conflicts:    2146000 | #Constraints:      46371
1128.52/1131.71	c #Conflicts:    2147000 | #Constraints:      47371
1128.52/1131.71	c #Conflicts:    2148000 | #Constraints:      48371
1128.52/1131.71	c #Conflicts:    2149000 | #Constraints:      49371
1128.52/1131.71	c #Conflicts:    2150000 | #Constraints:      50371
1128.52/1131.71	c #Conflicts:    2151000 | #Constraints:      51371
1128.52/1131.71	c #Conflicts:    2152000 | #Constraints:      52372
1128.52/1131.71	c #Conflicts:    2153000 | #Constraints:      53372
1128.52/1131.71	c #Conflicts:    2154000 | #Constraints:      54372
1128.52/1131.71	c #Conflicts:    2155000 | #Constraints:      55372
1128.52/1131.71	c #Conflicts:    2156000 | #Constraints:      56373
1128.52/1131.71	c #Conflicts:    2157000 | #Constraints:      57373
1186.16/1189.59	c #Conflicts:    2158000 | #Constraints:      58373
1186.16/1189.59	c #Conflicts:    2159000 | #Constraints:      59373
1186.16/1189.59	c #Conflicts:    2160000 | #Constraints:      60373
1186.16/1189.59	c #Conflicts:    2161000 | #Constraints:      61373
1186.16/1189.59	c #Conflicts:    2162000 | #Constraints:      62373
1186.16/1189.59	c #Conflicts:    2163000 | #Constraints:      63373
1186.16/1189.59	c #Conflicts:    2164000 | #Constraints:      64373
1186.16/1189.59	c #Conflicts:    2165000 | #Constraints:      65373
1186.16/1189.59	c #Conflicts:    2166000 | #Constraints:      66373
1186.16/1189.59	c INPROCESSING
1186.16/1189.59	c GARBAGE COLLECT
1186.16/1189.59	c #Conflicts:    2167000 | #Constraints:      38156
1186.16/1189.59	c #Conflicts:    2168000 | #Constraints:      39156
1186.16/1189.59	c #Conflicts:    2169000 | #Constraints:      40156
1186.16/1189.59	c #Conflicts:    2170000 | #Constraints:      41156
1186.16/1189.59	c #Conflicts:    2171000 | #Constraints:      42541
1186.16/1189.59	c #Conflicts:    2172000 | #Constraints:      44046
1186.16/1189.59	c #Conflicts:    2173000 | #Constraints:      45570
1186.16/1189.59	c #Conflicts:    2174000 | #Constraints:      47093
1186.16/1189.59	c #Conflicts:    2175000 | #Constraints:      [...]

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

0 33.2814 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1108]: 6 -5.14551 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1116]: 6 0 3.41707 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1117]: 6 0 10.9751 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1122]: 6 -14.2128 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1126]: 6 -101.708 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1128]: 6 0 71.9191 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1131]: 6 -26.9627 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1135]: 6 -265.398 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1143]: 6 -17.5437 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1144]: 6 -1.23622 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1166]: 6 -7.9556 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1170]: 6 0 66.4912 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1194]: 6 -434.177 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1209]: 6 -18.2324 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1223]: 6 -17.2745 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1247]: 6 -0.875001 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1254]: 6 -14.7571 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1255]: 6 -28.8887 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1256]: 6 -66.8898 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1257]: 6 -123.181 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1259]: 6 -88.744 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1263]: 6 0 56.2076 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1265]: 6 0 70.6988 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1300]: 6 -21.3684 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1303]: 6 -4.75702 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1317]: 6 -91.1173 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1325]: 6 -593.373 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1327]: 6 -439.79 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1333]: 6 -1.94497 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1346]: 6 -90.0496 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1374]: 6 -177.513 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1380]: 6 -70.2303 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1403]: 6 -25.9945 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1408]: 6 0 10.3532 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1412]: 6 -133.733 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1415]: 6 -103.684 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1427]: 6 0 4.25494 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1436]: 6 -55.186 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1437]: 6 -58.4676 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1440]: 6 0 10.746 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1442]: 6 -23.6888 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1458]: 6 -225.068 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1459]: 6 0 20.178 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1465]: 6 -9.26046 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1467]: 6 -123.397 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1470]: 6 0 35.6424 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1474]: 6 -73.3661 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1475]: 6 -384.407 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1480]: 6 0 330.935 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1497]: 6 -627.482 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1520]: 6 -153.212 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1521]: 6 -302.195 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1522]: 6 -12.5751 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1523]: 6 -122.991 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1527]: 6 0 9.53815 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1529]: 6 0 40.1558 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1542]: 6 -297.682 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1544]: 6 -117.805 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1546]: 6 -106.606 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1551]: 6 -161.375 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1561]: 6 -1.49538 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1576]: 6 -503.66 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1585]: 6 -625.031 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1630]: 6 -106.179 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1647]: 6 -70.765 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1651]: 6 -7.47096 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1663]: 6 -0.619657 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1676]: 6 0 173.931 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1680]: 6 -6.78597 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1891]: 6 -1.68033 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1910]: 6 0 3.4719 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1911]: 6 -24.9883 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1916]: 6 -36.7752 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1921]: 6 -33.9075 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1930]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1943]: 6 0 1041.44 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1992]: 6 -2.05697 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[1998]: 6 -4.45988 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2000]: 6 -7.91977 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2015]: 6 0 3.89396 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2019]: 6 0 12.7307 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2022]: 6 0 5.07985 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2042]: 6 -2 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2044]: 6 0 1 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2085]: 6 -21.3878 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2087]: 6 -0.625 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2100]: 6 0 70.6658 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2102]: 6 0 174.702 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2108]: 6 -52.3824 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2110]: 6 -110.357 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2111]: 6 -7.59208 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2116]: 6 0 483.887 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2120]: 6 0 1.71147 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2132]: 6 0 5 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2136]: 6 -25 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2138]: 6 -17.25 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2140]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2144]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2151]: 6 -201 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2177]: 6 -1.00389 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2182]: 6 0 2.14227 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2198]: 6 0 8.51053 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2208]: 6 0 31.1906 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2212]: 6 0 15.9241 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2216]: 6 0 1.07182 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2218]: 6 0 629.053 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2219]: 6 -1.14182 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2222]: 6 -0.905169 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2223]: 6 -1.47245 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2226]: 6 -1.3125 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2228]: 6 0 5.40459 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2231]: 6 -8.80917 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2238]: 6 -0.2 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2239]: 6 -0.2 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2251]: 6 -36.3886 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2264]: 6 -1.25887 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2296]: 6 -258.18 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2298]: 6 -582.734 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2310]: 6 0 536.842 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2313]: 6 -134.962 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2316]: 6 0 79.6866 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2359]: 6 -7.65907 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2370]: 6 -6.31464 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2380]: 6 -2 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2420]: 6 -1.25 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2421]: 6 -1.25 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2428]: 6 -1.5 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2440]: 6 -272.52 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2450]: 6 -1.59909 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2474]: 6 0 2 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2476]: 6 0 3.06545 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2482]: 6 0 1 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2492]: 6 0 1651.53 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2498]: 6 -0.913428 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2500]: 6 0 0.215269 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2503]: 6 -3.08425 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2526]: 6 0 2 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2536]: 6 -7.21843 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2540]: 6 -202.122 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2541]: 6 -1.5 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2544]: 6 -87.2863 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2553]: 6 0 11.486 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2578]: 6 0 5.58801 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2580]: 6 0 7.92602 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2581]: 6 -1.25 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2604]: 6 -2.70665 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2612]: 6 -3 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2625]: 6 -0.90603 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2680]: 6 -1.125 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2727]: 6 -24.2526 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2758]: 6 -2 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2778]: 6 -30.3042 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2781]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2791]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2800]: 6 -2.77619 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2801]: 6 -0.776194 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2805]: 6 -29.5647 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2808]: 6 -8.5809 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2836]: 6 -8.40435 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2869]: 6 -2.99882 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2884]: 6 -8.39391 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2891]: 6 -1.45801 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2896]: 6 0 2 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2901]: 6 -0.656251 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2913]: 6 -0.559119 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2917]: 6 -12.3212 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2929]: 6 -0.999823 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2939]: 6 0 0.255103 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2962]: 6 -75.1803 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2970]: 6 -171.146 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2972]: 6 -0.976035 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2974]: 6 -0.95223 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2975]: 6 -1.00035 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2981]: 6 -1.00142 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2983]: 6 -1.00567 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2985]: 6 -1.00592 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2987]: 6 -1.02268 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2989]: 6 -7.68367 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[2992]: 6 0 0.840884 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3000]: 6 -1.25 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3064]: 6 -1.25 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3066]: 6 -78.056 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3070]: 6 -3.86445 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3080]: 6 0 144.577 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3102]: 6 0 51.1533 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3103]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3115]: 6 -180.983 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3118]: 6 -1.25 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3155]: 6 -229.552 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3158]: 6 -15.8492 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3170]: 6 0 456.198 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3172]: 6 -3.82612 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3173]: 6 -3.90004 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3194]: 6 -1.25 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3195]: 6 -456.411 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3206]: 6 -208.207 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3207]: 6 -36.792 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3208]: 6 -425.222 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3255]: 6 -1.02759 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3259]: 6 -1.11035 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3262]: 6 -1.65886 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3263]: 6 -1.00118 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3266]: 6 -0.55428 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3271]: 6 -1.0262 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3274]: 6 -8.68574 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3312]: 6 -1.00036 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3324]: 6 -1.3125 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3336]: 6 0 1.32788 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3339]: 6 -0.65625 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3355]: 6 -3.03967 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3363]: 6 -0.998817 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3365]: 6 -2.27179 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3369]: 6 -6.08717 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3408]: 6 -138.229 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3410]: 6 -17.9427 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3417]: 6 -32.7157 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3425]: 6 -72.6632 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3438]: 6 0 2685.08 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3444]: 6 -0.973619 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3452]: 6 -60.9768 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3454]: 6 0 94.3942 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3458]: 6 0 220.922 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3472]: 6 -1.04119 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3476]: 6 -192.076 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3481]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3483]: 6 -164.323 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3486]: 6 0 326.896 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3498]: 6 -218.73 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3508]: 6 0 200.603 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3519]: 6 -28.3606 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3522]: 6 0 178.694 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3538]: 6 -18.1121 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3544]: 6 -220.142 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3552]: 6 -107.997 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3553]: 6 -219.501 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3557]: 6 -227.521 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3563]: 6 -1.02604 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3568]: 6 -64.1967 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3572]: 6 -7.12269 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3573]: 6 -7.12269 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3576]: 6 -1.1875 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3585]: 6 -54.4626 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3590]: 6 -201.194 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3620]: 6 0 0.0135329 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3630]: 6 0 226.58 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3636]: 6 0 2.16423 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3638]: 6 -226.083 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3642]: 6 -509.023 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3652]: 6 0 72.9982 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3655]: 6 -3.3069 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3658]: 6 -1.07931 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3660]: 6 0 13.9283 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3661]: 6 0 13.9283 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3673]: 6 -456.473 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3675]: 6 -0.375 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3685]: 6 -9.08597 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3686]: 6 -16.748 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3687]: 6 -32.3208 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3689]: 6 -144.328 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3691]: 6 -149.506 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3703]: 6 -172.741 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3735]: 6 -369.276 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3742]: 6 -19.007 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3747]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3750]: 6 0 41.9273 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3752]: 6 0 84.8583 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3760]: 6 0 2.74795 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3761]: 6 0 2.74795 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3762]: 6 -0.95048 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3766]: 6 0 31.2855 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3771]: 6 -1.25 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3783]: 6 0 248.641 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3784]: 6 0 197.794 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3785]: 6 -619.175 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3810]: 6 0 1 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3828]: 6 -215.165 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3829]: 6 -217.532 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3831]: 6 -1.73571 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3834]: 6 0 491.448 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3843]: 6 -0.997994 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3848]: 6 -1.07303 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3849]: 6 -1.07303 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3859]: 6 -4.30887 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3862]: 6 -13.5336 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3871]: 6 -3 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3881]: 6 -35.6027 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3887]: 6 -70.7798 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3925]: 6 0 37.4575 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3934]: 6 -2584.09 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3935]: 6 -1.05218 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3940]: 6 0 4.12448 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3944]: 6 -21.9255 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3956]: 6 -17.6667 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[4061]: 6 -0.716916 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[4091]: 6 -1 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[4115]: 6 -179.836 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[4116]: 6 -1.11213 0 shouldn't be
1994.36/2000.04	WSVECS04 Frhs2[4117]: 6 -716.309 0 shouldn't be
2055.87/2061.72	c #Conflicts:    3178000 | #Constraints:      44906
2055.87/2061.72	c #Conflicts:    3179000 | #Constraints:      45906
2055.87/2061.72	c #Conflicts:    3180000 | #Constraints:      46907
2055.87/2061.72	c #Conflicts:    3181000 | #Constraints:      47907
2055.87/2061.72	c #Conflicts:    3182000 | #Constraints:      48907
2055.87/2061.72	c #Conflicts:    3183000 | #Constraints:      49907
2055.87/2061.72	c #Conflicts:    3184000 | #Constraints:      50907
2055.87/2061.72	c #Conflicts:    3185000 | #Constraints:      51907
2055.87/2061.72	c #Conflicts:    3186000 | #Constraints:      52907
2055.87/2061.72	c #Conflicts:    3187000 | #Constraints:      53907
2055.87/2061.72	c #Conflicts:    3188000 | #Constraints:      54907
2055.87/2061.72	c #Conflicts:    3189000 | #Constraints:      55907
2055.87/2061.72	c #Conflicts:    3190000 | #Constraints:      56907
2055.87/2061.72	c #Conflicts:    3191000 | #Constraints:      57907
2055.87/2061.72	c #Conflicts:    3192000 | #Constraints:      58907
2055.87/2061.72	c #Conflicts:    3193000 | #Constraints:      59907
2055.87/2061.72	c #Conflicts:    3194000 | #Constraints:      60907
2055.87/2061.72	c #Conflicts:    3195000 | #Constraints:      61907
2055.87/2061.72	c #Conflicts:    3196000 | #Constraints:      62907
2055.87/2061.72	c #Conflicts:    3197000 | #Constraints:      63907
2055.87/2061.72	c #Conflicts:    3198000 | #Constraints:      64907
2055.87/2061.72	c #Conflicts:    3199000 | #Constraints:      65907
2055.87/2061.72	c #Conflicts:    3200000 | #Constraints:      66907
2055.87/2061.72	c #Conflicts:    3201000 | #Constraints:      67907
2055.87/2061.72	c #Conflicts:    3202000 | #Constraints:      68907
2055.87/2061.72	c #Conflicts:    3203000 | #Constraints:      69907
2055.87/2061.72	c #Conflicts:    3204000 | #Constraints:      70907
2055.87/2061.72	c #Conflicts:    3205000 | #Constraints:      71908
2055.87/2061.72	c #Conflicts:    3206000 | #Constraints:      72908
2055.87/2061.72	c #Conflicts:    3207000 | #Constraints:      73908
2055.87/2061.72	c #Conflicts:    3208000 | #Constraints:      74908
2055.87/2061.72	c #Conflicts:    3209000 | #Constraints:      75908
2055.87/2061.72	c #Conflicts:    3210000 | #Constraints:      76908
2055.87/2061.72	c #Conflicts:    3211000 | #Constraints:      77908
2055.87/2061.72	c #Conflicts:    3212000 | #Constraints:      78908
2055.87/2061.72	c #Conflicts:    3213000 | #Constraints:      79908
2055.87/2061.72	c INPROCESSING
2055.87/2061.72	c GARBAGE COLLECT
2055.87/2061.72	c #Conflicts:    3214000 | #Constraints:      45217
2055.87/2061.72	c #Conflicts:    3215000 | #Constraints:      46217
2055.87/2061.72	c #Conflicts:    3216000 | #Constraints:      47217
2055.87/2061.72	c #Conflicts:    3217000 | #Constraints:      48217
2055.87/2061.72	c #Conflicts:    3218000 | #Constraints:      49217
2055.87/2061.72	c #Conflicts:    3219000 | #Constraints:      50217
2055.87/2061.72	c #Conflicts:    3220000 | #Constraints:      51217
2055.87/2061.72	c #Conflicts:    3221000 | #Constraints:      52217
2055.87/2061.72	c #Conflicts:    3222000 | #Constraints:      53217
2055.87/2061.72	c #Conflicts:    3223000 | #Constraints:      54217
2055.87/2061.72	c #Conflicts:    3224000 | #Constraints:      55217
2055.87/2061.72	c #Conflicts:    3225000 | #Constraints:      56217
2055.87/2061.72	c #Conflicts:    3226000 | #Constraints:      57217
2055.87/2061.72	c #Conflicts:    3227000 | #Constraints:      58217
2055.87/2061.72	c #Conflicts:    3228000 | #Constraints:      59217
2055.87/2061.72	c #Conflicts:    3229000 | #Constraints:      60217
2055.87/2061.72	c #Conflicts:    3230000 | #Constraints:      61217
2055.87/2061.72	c #Conflicts:    3231000 | #Constraints:      62218
2055.87/2061.72	c #Conflicts:    3232000 | #Constraints:      63218
2055.87/2061.72	c #Conflicts:    3233000 | #Constraints:      64218
2055.87/2061.72	c #Conflicts:    3234000 | #Constraints:      65218
2055.87/2061.72	c #Conflicts:    3235000 | #Constraints:      66218
2055.87/2061.72	c #Conflicts:    3236000 | #Constraints:      67219
2055.87/2061.72	c #Conflicts:    3237000 | #Constraints:      68219
2055.87/2061.72	c #Conflicts:    3238000 | #Constraints:      69220
2055.87/2061.72	c #Conflicts:    3239000 | #Constraints:      70220
2055.87/2061.72	c #Conflicts:    3240000 | #Constraints:      71221
2055.87/2061.72	c #Conflicts:    3241000 | #Constraints:      72221
2055.87/2061.72	c #Conflicts:    3242000 | #Constraints:      73221
2055.87/2061.72	c #Conflicts:    3243000 | #Constraints:      74221
2055.87/2061.72	c #Conflicts:    3244000 | #Constraints:      75221
2055.87/2061.72	c #Conflicts:    3245000 | #Constraints:      76221
2055.87/2061.72	c #Conflicts:    3246000 | #Constraints:      77221
2055.87/2061.72	c #Conflicts:    3247000 | #Constraints:      78221
2055.87/2061.72	c #Conflicts:    3248000 | #Constraints:      79221
2055.87/2061.72	c #Conflicts:    3249000 | #Constraints:      80221
2055.87/2061.72	c INPROCESSING
2055.87/2061.72	c GARBAGE COLLECT
2055.87/2061.72	c #Conflicts:    3250000 | #Constraints:      45325
2055.87/2061.72	c #Conflicts:    3251000 | #Constraints:      46325
2055.87/2061.72	c #Conflicts:    3252000 | #Constraints:      47325
2055.87/2061.72	c #Conflicts:    3253000 | #Constraints:      48325
2055.87/2061.72	c #Conflicts:    3254000 | #Constraints:      49325
2055.87/2061.72	c #Conflicts:    3255000 | #Constraints:      50325
2105.33/2111.30	c #Conflicts:    3256000 | #Constraints:      51325
2105.33/2111.30	c #Conflicts:    3257000 | #Constraints:      52325
2105.33/2111.30	c #Conflicts:    3258000 | #Constraints:      53325
2105.33/2111.30	c #Conflicts:    3259000 | #Constraints:      54325
2105.33/2111.30	c #Conflicts:    3260000 | #Constraints:      55325
2105.33/2111.30	c #Conflicts:    3261000 | #Constraints:      56325
2105.33/2111.30	c #Conflicts:    3262000 | #Constraints:      57325
2105.33/2111.30	c #Conflicts:    3263000 | #Constraints:      58325
2105.33/2111.30	c #Conflicts:    3264000 | #Constraints:      59325
2105.33/2111.30	c #Conflicts:    3265000 | #Constraints:      60325
2105.33/2111.30	c #Conflicts:    3266000 | #Constraints:      61325
2105.33/2111.30	c #Conflicts:    3267000 | #Constraints:      62325
2105.33/2111.30	c #Conflicts:    3268000 | #Constraints:      63325
2105.33/2111.30	c #Conflicts:    3269000 | #Constraints:      64325
2105.33/2111.30	c #Conflicts:    3270000 | #Constraints:      65325
2105.33/2111.30	c #Conflicts:    3271000 | #Constraints:      66325
2105.33/2111.30	c #Conflicts:    3272000 | #Constraints:      67325
2105.33/2111.30	c #Conflicts:    3273000 | #Constraints:      68325
2105.33/2111.30	c #Conflicts:    3274000 | #Constraints:      69325
2105.33/2111.30	c #Conflicts:    3275000 | #Constraints:      70325
2105.33/2111.30	c #Conflicts:    3276000 | #Constraints:      71325
2105.33/2111.30	c #Conflicts:    3277000 | #Constraints:      72325
2105.33/2111.30	c #Conflicts:    3278000 | #Constraints:      73325
2105.33/2111.30	c #Conflicts:    3279000 | #Constraints:      74325
2105.33/2111.30	c #Conflicts:    3280000 | #Constraints:      75325
2105.33/2111.30	c #Conflicts:    3281000 | #Constraints:      76325
2105.33/2111.30	c #Conflicts:    3282000 | #Constraints:      77325
2105.33/2111.30	c #Conflicts:    3283000 | #Constraints:      78325
2105.33/2111.30	c #Conflicts:    3284000 | #Constraints:      79325
2105.33/2111.30	c #Conflicts:    3285000 | #Constraints:      80325
2105.33/2111.30	c INPROCESSING
2105.33/2111.30	c GARBAGE COLLECT
2105.33/2111.30	c #Conflicts:    3286000 | #Constraints:      45302
2105.33/2111.30	c #Conflicts:    3287000 | #Constraints:      46303
2105.33/2111.30	c #Conflicts:    3288000 | #Constraints:      47303
2105.33/2111.30	c #Conflicts:    3289000 | #Constraints:      48303
2105.33/2111.30	c #Conflicts:    3290000 | #Constraints:      49303
2105.33/2111.30	c #Conflicts:    3291000 | #Constraints:      50303
2105.33/2111.30	c #Conflicts:    3292000 | #Constraints:      51303
2105.33/2111.30	c #Conflicts:    3293000 | #Constraints:      52303
2105.33/2111.30	c #Conflicts:    3294000 | #Constraints:      53303
2105.33/2111.30	c #Conflicts:    3295000 | #Constraints:      54303
2105.33/2111.30	c #Conflicts:    3296000 | #Constraints:      55303
2105.33/2111.30	c #Conflicts:    3297000 | #Constraints:      56303
2105.33/2111.30	c #Conflicts:    3298000 | #Constraints:      57304
2105.33/2111.30	c #Conflicts:    3299000 | #Constraints:      58304
2105.33/2111.30	c #Conflicts:    3300000 | #Constraints:      59304
2105.33/2111.30	c #Conflicts:    3301000 | #Constraints:      60304
2105.33/2111.30	c #Conflicts:    3302000 | #Constraints:      61304
2105.33/2111.30	c #Conflicts:    3303000 | #Constraints:      62304
2105.33/2111.30	c #Conflicts:    3304000 | #Constraints:      63304
2105.33/2111.30	c #Conflicts:    3305000 | #Constraints:      64304
2105.33/2111.30	c #Conflicts:    3306000 | #Constraints:      65304
2105.33/2111.30	c #Conflicts:    3307000 | #Constraints:      66304
2105.33/2111.30	c #Conflicts:    3308000 | #Constraints:      67304
2105.33/2111.30	c #Conflicts:    3309000 | #Constraints:      68304
2105.33/2111.30	c #Conflicts:    3310000 | #Constraints:      69304
2105.33/2111.30	c #Conflicts:    3311000 | #Constraints:      70304
2105.33/2111.30	c #Conflicts:    3312000 | #Constraints:      71304
2105.33/2111.30	c #Conflicts:    3313000 | #Constraints:      72304
2105.33/2111.30	c #Conflicts:    3314000 | #Constraints:      73304
2105.33/2111.30	c #Conflicts:    3315000 | #Constraints:      74304
2105.33/2111.30	c #Conflicts:    3316000 | #Constraints:      75305
2105.33/2111.30	c #Conflicts:    3317000 | #Constraints:      76306
2105.33/2111.30	c #Conflicts:    3318000 | #Constraints:      77306
2105.33/2111.30	c #Conflicts:    3319000 | #Constraints:      78306
2105.33/2111.30	c #Conflicts:    3320000 | #Constraints:      79306
2105.33/2111.30	c #Conflicts:    3321000 | #Constraints:      80306
2105.33/2111.30	c INPROCESSING
2105.33/2111.30	c GARBAGE COLLECT
2105.33/2111.30	c #Conflicts:    3322000 | #Constraints:      45099
2105.33/2111.30	c #Conflicts:    3323000 | #Constraints:      46099
2105.33/2111.30	c #Conflicts:    3324000 | #Constraints:      47099
2105.33/2111.30	c #Conflicts:    3325000 | #Constraints:      48099
2105.33/2111.30	c #Conflicts:    3326000 | #Constraints:      49099
2105.33/2111.30	c #Conflicts:    3327000 | #Constraints:      50099
2105.33/2111.30	c #Conflicts:    3328000 | #Constraints:      51099
2105.33/2111.30	c #Conflicts:    3329000 | #Constraints:      52099
2105.33/2111.30	c #Conflicts:    3330000 | #Constraints:      53099
2105.33/2111.30	WSVECS04 Frhs2[3]: 6 -0.396344 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[9]: 6 -1.25029 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[69]: 6 0 0.0489827 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[113]: 6 0 1.87147 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[131]: 6 -1.28602 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[185]: 6 -0.84924 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[207]: 6 0 0.347956 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[241]: 6 0 2.08851 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[267]: 6 -0.491349 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[355]: 6 -0.0400464 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[400]: 6 0 0.168121 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[421]: 6 -2.8838 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[452]: 6 -2.14868 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[467]: 6 0 2.40738 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[561]: 6 0 1.07352 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[690]: 6 0 0.644914 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1072]: 6 0 2.48874 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1097]: 6 -4.31225 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1099]: 6 -3.71852 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1101]: 6 -3.82871 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1125]: 6 -1.36675 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1130]: 6 -4.64791 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1136]: 6 -4.16724 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1138]: 6 -1.66532 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1190]: 6 -2.29379 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1233]: 6 -2.22208 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1256]: 6 0 0.52926 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1285]: 6 -0.800334 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1320]: 6 0 1.94629 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1413]: 6 -2.54438 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[1998]: 6 -8.51247 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2158]: 6 -3.35096 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2180]: 6 -0.643762 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2185]: 6 -0.879985 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2206]: 6 0 4.78514 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2217]: 6 0 0.382324 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2290]: 6 -0.866343 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2294]: 6 -0.255249 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2295]: 6 0 2.99382 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2315]: 6 -1.20322 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2346]: 6 -2.6492 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2374]: 6 -1.10694 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2473]: 6 -5.26675 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2485]: 6 -0.896648 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2536]: 6 -0.844819 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2672]: 6 -0.800127 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2764]: 6 -4.40544 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2766]: 6 -7.4387 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3049]: 6 -0.294941 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3065]: 6 0 1.67005 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3079]: 6 -0.6607 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3164]: 6 -8.93974 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3166]: 6 -0.403771 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3167]: 6 -0.403771 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3237]: 6 -6.469 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3425]: 6 -0.460809 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3430]: 6 0 1.91878 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3461]: 6 -0.986823 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3528]: 6 0 1.28667 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3561]: 6 -1.20083 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3620]: 6 0 0.989382 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3626]: 6 0 0.0271023 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3638]: 6 0 1.50238 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3641]: 6 -1.00476 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3649]: 6 -0.52195 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3730]: 6 0 1.2642 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3745]: 6 -0.996914 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3809]: 6 -3.02887 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3841]: 6 -0.823919 0 shouldn't be
2105.33/2111.30	WSVECS04 Frhs2[3918]: 6 0 0.587892 shouldn't be
2153.70/2159.81	c #Conflicts:    3331000 | #Constraints:      54100
2153.70/2159.81	c #Conflicts:    3332000 | #Constraints:      55100
2153.70/2159.81	c #Conflicts:    3333000 | #Constraints:      56100
2153.70/2159.81	c #Conflicts:    3334000 | #Constraints:      57100
2153.70/2159.81	c #Conflicts:    3335000 | #Constraints:      58100
2153.70/2159.81	c #Conflicts:    3336000 | #Constraints:      59100
2153.70/2159.81	c #Conflicts:    3337000 | #Constraints:      60100
2153.70/2159.81	c #Conflicts:    3338000 | #Constraints:      61100
2153.70/2159.81	c #Conflicts:    3339000 | #Constraints:      62100
2153.70/2159.81	c #Conflicts:    3340000 | #Constraints:      63100
2153.70/2159.81	c #Conflicts:    3341000 | #Constraints:      64100
2153.70/2159.81	c #Conflicts:    3342000 | #Constraints:      65100
2153.70/2159.81	c #Conflicts:    3343000 | #Constraints:      66100
2153.70/2159.81	c #Conflicts:    3344000 | #Constraints:      67100
2153.70/2159.81	c #Conflicts:    3345000 | #Constraints:      68100
2153.70/2159.81	c #Conflicts:    3346000 | #Constraints:      69100
2153.70/2159.81	c #Conflicts:    3347000 | #Constraints:      70100
2153.70/2159.81	c #Conflicts:    3348000 | #Constraints:      71100
2153.70/2159.81	c #Conflicts:    3349000 | #Constraints:      72100
2153.70/2159.81	c #Conflicts:    3350000 | #Constraints:      73100
2153.70/2159.81	c #Conflicts:    3351000 | #Constraints:      74100
2153.70/2159.81	c #Conflicts:    3352000 | #Constraints:      75100
2153.70/2159.81	c #Conflicts:    3353000 | #Constraints:      76100
2153.70/2159.81	c #Conflicts:    3354000 | #Constraints:      77100
2153.70/2159.81	c #Conflicts:    3355000 | #Constraints:      78100
2153.70/2159.81	c #Conflicts:    3356000 | #Constraints:      79100
2153.70/2159.81	c #Conflicts:    3357000 | #Constraints:      80100
2153.70/2159.81	c #Conflicts:    3358000 | #Constraints:      81100
2153.70/2159.81	c INPROCESSING
2153.70/2159.81	c GARBAGE COLLECT
2153.70/2159.81	c #Conflicts:    3359000 | #Constraints:      45679
2153.70/2159.81	c #Conflicts:    3360000 | #Constraints:      46679
2153.70/2159.81	c #Conflicts:    3361000 | #Constraints:      47679
2153.70/2159.81	c #Conflicts:    3362000 | #Constraints:      48679
2153.70/2159.81	c #Conflicts:    3363000 | #Constraints:      49679
2153.70/2159.81	c #Conflicts:    3364000 | #Constraints:      50679
2153.70/2159.81	c #Conflicts:    3365000 | #Constraints:      51679
2153.70/2159.81	c #Conflicts:    3366000 | #Constraints:      52679
2153.70/2159.81	c #Conflicts:    3367000 | #Constraints:      53679
2153.70/2159.81	c #Conflicts:    3368000 | #Constraints:      54679
2153.70/2159.81	c #Conflicts:    3369000 | #Constraints:      55679
2153.70/2159.81	c #Conflicts:    3370000 | #Constraints:      56679
2153.70/2159.81	c #Conflicts:    3371000 | #Constraints:      57679
2153.70/2159.81	c #Conflicts:    3372000 | #Constraints:      58679
2153.70/2159.81	c #Conflicts:    3373000 | #Constraints:      59679
2153.70/2159.81	c #Conflicts:    3374000 | #Constraints:      60679
2153.70/2159.81	c #Conflicts:    3375000 | #Constraints:      61679
2153.70/2159.81	c #Conflicts:    3376000 | #Constraints:      62679
2153.70/2159.81	c #Conflicts:    3377000 | #Constraints:      63679
2153.70/2159.81	c #Conflicts:    3378000 | #Constraints:      64679
2153.70/2159.81	c #Conflicts:    3379000 | #Constraints:      65679
2153.70/2159.81	c #Conflicts:    3380000 | #Constraints:      66679
2153.70/2159.81	c #Conflicts:    3381000 | #Constraints:      67679
2153.70/2159.81	c #Conflicts:    3382000 | #Constraints:      68680
2153.70/2159.81	c #Conflicts:    3383000 | #Constraints:      69680
2153.70/2159.81	c #Conflicts:    3384000 | #Constraints:      70680
2153.70/2159.81	c #Conflicts:    3385000 | #Constraints:      71680
2153.70/2159.81	c #Conflicts:    3386000 | #Constraints:      72680
2153.70/2159.81	c #Conflicts:    3387000 | #Constraints:      73681
2153.70/2159.81	c #Conflicts:    3388000 | #Constraints:      74681
2153.70/2159.81	c #Conflicts:    3389000 | #Constraints:      75681
2153.70/2159.81	c #Conflicts:    3390000 | #Constraints:      76681
2153.70/2159.81	c #Conflicts:    3391000 | #Constraints:      77681
2153.70/2159.81	c #Conflicts:    3392000 | #Constraints:      78682
2153.70/2159.81	c #Conflicts:    3393000 | #Constraints:      79689
2153.70/2159.81	c #Conflicts:    3394000 | #Constraints:      80690
2153.70/2159.81	c #Conflicts:    3395000 | #Constraints:      81690
2153.70/2159.81	c INPROCESSING
2153.70/2159.81	c GARBAGE COLLECT
2153.70/2159.81	c #Conflicts:    3396000 | #Constraints:      46100
2153.70/2159.81	c #Conflicts:    3397000 | #Constraints:      47100
2153.70/2159.81	c #Conflicts:    3398000 | #Constraints:      48100
2153.70/2159.81	c #Conflicts:    3399000 | #Constraints:      49100
2153.70/2159.81	c #Conflicts:    3400000 | #Constraints:      50100
2153.70/2159.81	c #Conflicts:    3401000 | #Constraints:      51100
2153.70/2159.81	c #Conflicts:    3402000 | #Constraints:      52100
2153.70/2159.81	c #Conflicts:    3403000 | #Constraints:      53100
2153.70/2159.81	c #Conflicts:    3404000 | #Constraints:      54100
2153.70/2159.81	c #Conflicts:    3405000 | #Constraints:      55100
2153.70/2159.81	c #Conflicts:    3406000 | #Constraints:      56100
2153.70/2159.81	c #Conflicts:    3407000 | #Constraints:      57100
2153.70/2159.81	c #Conflicts:    3408000 | #Constraints:      58100
2243.27/2249.64	c #Conflicts:    3409000 | #Constraints:      59100
2243.27/2249.64	c #Conflicts:    3410000 | #Constraints:      60101
2243.27/2249.64	c #Conflicts:    3411000 | #Constraints:      61101
2243.27/2249.64	c #Conflicts:    3412000 | #Constraints:      62102
2243.27/2249.64	c #Conflicts:    3413000 | #Constraints:      63102
2243.27/2249.64	c #Conflicts:    3414000 | #Constraints:      64102
2243.27/2249.64	c #Conflicts:    3415000 | #Constraints:      65103
2243.27/2249.64	c #Conflicts:    3416000 | #Constraints:      66103
2243.27/2249.64	c #Conflicts:    3417000 | #Constraints:      67103
2243.27/2249.64	c #Conflicts:    3418000 | #Constraints:      68103
2243.27/2249.64	c #Conflicts:    3419000 | #Constraints:      69103
2243.27/2249.64	c #Conflicts:    3420000 | #Constraints:      70103
2243.27/2249.64	c #Conflicts:    3421000 | #Constraints:      71103
2243.27/2249.64	c #Conflicts:    3422000 | #Constraints:      72103
2243.27/2249.64	c #Conflicts:    3423000 | #Constraints:      73103
2243.27/2249.64	c #Conflicts:    3424000 | #Constraints:      74103
2243.27/2249.64	c #Conflicts:    3425000 | #Constraints:      75103
2243.27/2249.64	c #Conflicts:    3426000 | #Constraints:      76103
2243.27/2249.64	c #Conflicts:    3427000 | #Constraints:      77103
2243.27/2249.64	c #Conflicts:    3428000 | #Constraints:      78103
2243.27/2249.64	c #Conflicts:    3429000 | #Constraints:      79103
2243.27/2249.64	c #Conflicts:    3430000 | #Constraints:      80103
2243.27/2249.64	c #Conflicts:    3431000 | #Constraints:      81103
2243.27/2249.64	c #Conflicts:    3432000 | #Constraints:      82103
2243.27/2249.64	c INPROCESSING
2243.27/2249.64	c GARBAGE COLLECT
2243.27/2249.64	c #Conflicts:    3433000 | #Constraints:      46319
2243.27/2249.64	c #Conflicts:    3434000 | #Constraints:      47319
2243.27/2249.64	c #Conflicts:    3435000 | #Constraints:      48319
2243.27/2249.64	c #Conflicts:    3436000 | #Constraints:      49319
2243.27/2249.64	c #Conflicts:    3437000 | #Constraints:      50319
2243.27/2249.64	c #Conflicts:    3438000 | #Constraints:      51319
2243.27/2249.64	c #Conflicts:    3439000 | #Constraints:      52319
2243.27/2249.64	c #Conflicts:    3440000 | #Constraints:      53319
2243.27/2249.64	c #Conflicts:    3441000 | #Constraints:      54319
2243.27/2249.64	c #Conflicts:    3442000 | #Constraints:      55319
2243.27/2249.64	c #Conflicts:    3443000 | #Constraints:      56319
2243.27/2249.64	c #Conflicts:    3444000 | #Constraints:      57319
2243.27/2249.64	c #Conflicts:    3445000 | #Constraints:      58319
2243.27/2249.64	c #Conflicts:    3446000 | #Constraints:      59319
2243.27/2249.64	c #Conflicts:    3447000 | #Constraints:      60319
2243.27/2249.64	c #Conflicts:    3448000 | #Constraints:      61320
2243.27/2249.64	c #Conflicts:    3449000 | #Constraints:      62320
2243.27/2249.64	c #Conflicts:    3450000 | #Constraints:      63320
2243.27/2249.64	c #Conflicts:    3451000 | #Constraints:      64320
2243.27/2249.64	c #Conflicts:    3452000 | #Constraints:      65320
2243.27/2249.64	c #Conflicts:    3453000 | #Constraints:      66320
2243.27/2249.64	c #Conflicts:    3454000 | #Constraints:      67320
2243.27/2249.64	c #Conflicts:    3455000 | #Constraints:      68321
2243.27/2249.64	c #Conflicts:    3456000 | #Constraints:      69323
2243.27/2249.64	c #Conflicts:    3457000 | #Constraints:      70323
2243.27/2249.64	c #Conflicts:    3458000 | #Constraints:      71323
2243.27/2249.64	c #Conflicts:    3459000 | #Constraints:      72323
2243.27/2249.64	c #Conflicts:    3460000 | #Constraints:      73517
2243.27/2249.64	c #Conflicts:    3461000 | #Constraints:      74517
2243.27/2249.64	c #Conflicts:    3462000 | #Constraints:      75517
2243.27/2249.64	c #Conflicts:    3463000 | #Constraints:      76517
2243.27/2249.64	c #Conflicts:    3464000 | #Constraints:      77517
2243.27/2249.64	c #Conflicts:    3465000 | #Constraints:      78518
2243.27/2249.64	c #Conflicts:    3466000 | #Constraints:      79518
2243.27/2249.64	c #Conflicts:    3467000 | #Constraints:      80518
2243.27/2249.64	c #Conflicts:    3468000 | #Constraints:      81518
2243.27/2249.64	c #Conflicts:    3469000 | #Constraints:      82518
2243.27/2249.64	c INPROCESSING
2243.27/2249.64	c GARBAGE COLLECT
2243.27/2249.64	c #Conflicts:    3470000 | #Constraints:      46438
2243.27/2249.64	c #Conflicts:    3471000 | #Constraints:      47438
2243.27/2249.64	c #Conflicts:    3472000 | #Constraints:      48438
2243.27/2249.64	c #Conflicts:    3473000 | #Constraints:      49438
2243.27/2249.64	c #Conflicts:    3474000 | #Constraints:      50438
2243.27/2249.64	c #Conflicts:    3475000 | #Constraints:      51438
2243.27/2249.64	c #Conflicts:    3476000 | #Constraints:      52438
2243.27/2249.64	c #Conflicts:    3477000 | #Constraints:      53438
2243.27/2249.64	c #Conflicts:    3478000 | #Constraints:      54438
2243.27/2249.64	c #Conflicts:    3479000 | #Constraints:      55438
2243.27/2249.64	c #Conflicts:    3480000 | #Constraints:      56438
2243.27/2249.64	c #Conflicts:    3481000 | #Constraints:      57438
2243.27/2249.64	c #Conflicts:    3482000 | #Constraints:      58438
2243.27/2249.64	c #Conflicts:    3483000 | #Constraints:      59438
2243.27/2249.64	c #Conflicts:    3484000 | #Constraints:      60438
2243.27/2249.64	c #Conflicts:    3485000 | #Constraints:      61438
2338.22/2344.84	c #Conflicts:    3486000 | #Constraints:      62439
2338.22/2344.84	c #Conflicts:    3487000 | #Constraints:      63439
2338.22/2344.84	c #Conflicts:    3488000 | #Constraints:      64439
2338.22/2344.84	c #Conflicts:    3489000 | #Constraints:      65439
2338.22/2344.84	c #Conflicts:    3490000 | #Constraints:      66439
2338.22/2344.84	c #Conflicts:    3491000 | #Constraints:      67439
2338.22/2344.84	c #Conflicts:    3492000 | #Constraints:      68439
2338.22/2344.84	c #Conflicts:    3493000 | #Constraints:      69439
2338.22/2344.84	c #Conflicts:    3494000 | #Constraints:      70439
2338.22/2344.84	c #Conflicts:    3495000 | #Constraints:      71439
2338.22/2344.84	c #Conflicts:    3496000 | #Constraints:      72439
2338.22/2344.84	c #Conflicts:    3497000 | #Constraints:      73439
2338.22/2344.84	c #Conflicts:    3498000 | #Constraints:      74439
2338.22/2344.84	c #Conflicts:    3499000 | #Constraints:      75439
2338.22/2344.84	c #Conflicts:    3500000 | #Constraints:      76439
2338.22/2344.84	c #Conflicts:    3501000 | #Constraints:      77439
2338.22/2344.84	c #Conflicts:    3502000 | #Constraints:      78439
2338.22/2344.84	c #Conflicts:    3503000 | #Constraints:      79439
2338.22/2344.84	c #Conflicts:    3504000 | #Constraints:      80787
2338.22/2344.84	c #Conflicts:    3505000 | #Constraints:      82011
2338.22/2344.84	c #Conflicts:    3506000 | #Constraints:      83512
2338.22/2344.84	c INPROCESSING
2338.22/2344.84	c GARBAGE COLLECT
2338.22/2344.84	c #Conflicts:    3507000 | #Constraints:      46864
2338.22/2344.84	c #Conflicts:    3508000 | #Constraints:      47864
2338.22/2344.84	c #Conflicts:    3509000 | #Constraints:      48864
2338.22/2344.84	c #Conflicts:    3510000 | #Constraints:      49864
2338.22/2344.84	c #Conflicts:    3511000 | #Constraints:      50864
2338.22/2344.84	c #Conflicts:    3512000 | #Constraints:      51864
2338.22/2344.84	c #Conflicts:    3513000 | #Constraints:      52864
2338.22/2344.84	c #Conflicts:    3514000 | #Constraints:      53864
2338.22/2344.84	c #Conflicts:    3515000 | #Constraints:      54864
2338.22/2344.84	c #Conflicts:    3516000 | #Constraints:      55864
2338.22/2344.84	c #Conflicts:    3517000 | #Constraints:      56864
2338.22/2344.84	c #Conflicts:    3518000 | #Constraints:      57864
2338.22/2344.84	c #Conflicts:    3519000 | #Constraints:      58864
2338.22/2344.84	c #Conflicts:    3520000 | #Constraints:      59864
2338.22/2344.84	c #Conflicts:    3521000 | #Constraints:      60864
2338.22/2344.84	c #Conflicts:    3522000 | #Constraints:      61864
2338.22/2344.84	c #Conflicts:    3523000 | #Constraints:      62864
2338.22/2344.84	c #Conflicts:    3524000 | #Constraints:      63864
2338.22/2344.84	c #Conflicts:    3525000 | #Constraints:      64864
2338.22/2344.84	c #Conflicts:    3526000 | #Constraints:      65864
2338.22/2344.84	c #Conflicts:    3527000 | #Constraints:      66864
2338.22/2344.84	c #Conflicts:    3528000 | #Constraints:      67864
2338.22/2344.84	c #Conflicts:    3529000 | #Constraints:      68864
2338.22/2344.84	c #Conflicts:    3530000 | #Constraints:      69864
2338.22/2344.84	c #Conflicts:    3531000 | #Constraints:      70864
2338.22/2344.84	c #Conflicts:    3532000 | #Constraints:      71864
2338.22/2344.84	c #Conflicts:    3533000 | #Constraints:      72864
2338.22/2344.84	c #Conflicts:    3534000 | #Constraints:      73864
2338.22/2344.84	c #Conflicts:    3535000 | #Constraints:      74864
2338.22/2344.84	c #Conflicts:    3536000 | #Constraints:      75864
2338.22/2344.84	c #Conflicts:    3537000 | #Constraints:      76864
2338.22/2344.84	c #Conflicts:    3538000 | #Constraints:      77864
2338.22/2344.84	c #Conflicts:    3539000 | #Constraints:      78864
2338.22/2344.84	c #Conflicts:    3540000 | #Constraints:      79864
2338.22/2344.84	c #Conflicts:    3541000 | #Constraints:      80864
2338.22/2344.84	c #Conflicts:    3542000 | #Constraints:      81864
2338.22/2344.84	c #Conflicts:    3543000 | #Constraints:      82864
2338.22/2344.84	c #Conflicts:    3544000 | #Constraints:      83864
2338.22/2344.84	c INPROCESSING
2338.22/2344.84	c GARBAGE COLLECT
2338.22/2344.84	c #Conflicts:    3545000 | #Constraints:      47082
2338.22/2344.84	c #Conflicts:    3546000 | #Constraints:      48082
2338.22/2344.84	c #Conflicts:    3547000 | #Constraints:      49082
2338.22/2344.84	c #Conflicts:    3548000 | #Constraints:      50082
2338.22/2344.84	c #Conflicts:    3549000 | #Constraints:      51082
2338.22/2344.84	c #Conflicts:    3550000 | #Constraints:      52082
2338.22/2344.84	c #Conflicts:    3551000 | #Constraints:      53082
2338.22/2344.84	c #Conflicts:    3552000 | #Constraints:      54082
2338.22/2344.84	c #Conflicts:    3553000 | #Constraints:      55082
2338.22/2344.84	c #Conflicts:    3554000 | #Constraints:      56082
2338.22/2344.84	c #Conflicts:    3555000 | #Constraints:      57082
2338.22/2344.84	c #Conflicts:    3556000 | #Constraints:      58082
2338.22/2344.84	c #Conflicts:    3557000 | #Constraints:      59082
2338.22/2344.84	c #Conflicts:    3558000 | #Constraints:      60082
2338.22/2344.84	c #Conflicts:    3559000 | #Constraints:      61082
2338.22/2344.84	c #Conflicts:    3560000 | #Constraints:      62082
2338.22/2344.84	c #Conflicts:    3561000 | #Constraints:      63082
2338.22/2344.84	c #Conflicts:    3562000 | #Constraints:      64082
2338.22/2344.84	c #Conflicts:    3563000 | #Constraints:      65082
2407.34/2414.18	c #Conflicts:    3564000 | #Constraints:      66082
2407.34/2414.18	c #Conflicts:    3565000 | #Constraints:      67082
2407.34/2414.18	c #Conflicts:    3566000 | #Constraints:      68082
2407.34/2414.18	c #Conflicts:    3567000 | #Constraints:      69082
2407.34/2414.18	c #Conflicts:    3568000 | #Constraints:      70082
2407.34/2414.18	c #Conflicts:    3569000 | #Constraints:      71082
2407.34/2414.18	c #Conflicts:    3570000 | #Constraints:      72082
2407.34/2414.18	c #Conflicts:    3571000 | #Constraints:      73082
2407.34/2414.18	c #Conflicts:    3572000 | #Constraints:      74082
2407.34/2414.18	c #Conflicts:    3573000 | #Constraints:      75082
2407.34/2414.18	c #Conflicts:    3574000 | #Constraints:      76082
2407.34/2414.18	c #Conflicts:    3575000 | #Constraints:      77082
2407.34/2414.18	c #Conflicts:    3576000 | #Constraints:      78082
2407.34/2414.18	c #Conflicts:    3577000 | #Constraints:      79082
2407.34/2414.18	c #Conflicts:    3578000 | #Constraints:      80082
2407.34/2414.18	c #Conflicts:    3579000 | #Constraints:      81082
2407.34/2414.18	c #Conflicts:    3580000 | #Constraints:      82082
2407.34/2414.18	c #Conflicts:    3581000 | #Constraints:      83082
2407.34/2414.18	c #Conflicts:    3582000 | #Constraints:      84082
2407.34/2414.18	c INPROCESSING
2407.34/2414.18	c GARBAGE COLLECT
2407.34/2414.18	c #Conflicts:    3583000 | #Constraints:      47315
2407.34/2414.18	c #Conflicts:    3584000 | #Constraints:      48315
2407.34/2414.18	c #Conflicts:    3585000 | #Constraints:      49315
2407.34/2414.18	c #Conflicts:    3586000 | #Constraints:      50315
2407.34/2414.18	c #Conflicts:    3587000 | #Constraints:      51315
2407.34/2414.18	c #Conflicts:    3588000 | #Constraints:      52315
2407.34/2414.18	c #Conflicts:    3589000 | #Constraints:      53315
2407.34/2414.18	c #Conflicts:    3590000 | #Constraints:      54315
2407.34/2414.18	c #Conflicts:    3591000 | #Constraints:      55315
2407.34/2414.18	c #Conflicts:    3592000 | #Constraints:      56315
2407.34/2414.18	c #Conflicts:    3593000 | #Constraints:      57315
2407.34/2414.18	c #Conflicts:    3594000 | #Constraints:      58315
2407.34/2414.18	c #Conflicts:    3595000 | #Constraints:      59315
2407.34/2414.18	c #Conflicts:    3596000 | #Constraints:      60315
2407.34/2414.18	c #Conflicts:    3597000 | #Constraints:      61315
2407.34/2414.18	c #Conflicts:    3598000 | #Constraints:      62315
2407.34/2414.18	c #Conflicts:    3599000 | #Constraints:      63315
2407.34/2414.18	c #Conflicts:    3600000 | #Constraints:      64315
2407.34/2414.18	c #Conflicts:    3601000 | #Constraints:      65315
2407.34/2414.18	c #Conflicts:    3602000 | #Constraints:      66315
2407.34/2414.18	c #Conflicts:    3603000 | #Constraints:      67315
2407.34/2414.18	c #Conflicts:    3604000 | #Constraints:      68315
2407.34/2414.18	c #Conflicts:    3605000 | #Constraints:      69316
2407.34/2414.18	c #Conflicts:    3606000 | #Constraints:      70316
2407.34/2414.18	c #Conflicts:    3607000 | #Constraints:      71316
2407.34/2414.18	c #Conflicts:    3608000 | #Constraints:      72316
2407.34/2414.18	c #Conflicts:    3609000 | #Constraints:      73316
2407.34/2414.18	c #Conflicts:    3610000 | #Constraints:      74316
2407.34/2414.18	c #Conflicts:    3611000 | #Constraints:      75316
2407.34/2414.18	c #Conflicts:    3612000 | #Constraints:      76316
2407.34/2414.18	c #Conflicts:    3613000 | #Constraints:      77316
2407.34/2414.18	c #Conflicts:    3614000 | #Constraints:      78520
2407.34/2414.18	c #Conflicts:    3615000 | #Constraints:      80035
2407.34/2414.18	c #Conflicts:    3616000 | #Constraints:      81065
2407.34/2414.18	c #Conflicts:    3617000 | #Constraints:      82066
2407.34/2414.18	c #Conflicts:    3618000 | #Constraints:      83066
2407.34/2414.18	c #Conflicts:    3619000 | #Constraints:      84066
2407.34/2414.18	c #Conflicts:    3620000 | #Constraints:      85066
2407.34/2414.18	c INPROCESSING
2407.34/2414.18	c GARBAGE COLLECT
2407.34/2414.18	c #Conflicts:    3621000 | #Constraints:      47767
2407.34/2414.18	c #Conflicts:    3622000 | #Constraints:      48767
2407.34/2414.18	c #Conflicts:    3623000 | #Constraints:      49767
2407.34/2414.18	c #Conflicts:    3624000 | #Constraints:      50767
2407.34/2414.18	c #Conflicts:    3625000 | #Constraints:      51767
2407.34/2414.18	c #Conflicts:    3626000 | #Constraints:      52767
2407.34/2414.18	c #Conflicts:    3627000 | #Constraints:      53767
2407.34/2414.18	c #Conflicts:    3628000 | #Constraints:      54767
2407.34/2414.18	c #Conflicts:    3629000 | #Constraints:      55767
2407.34/2414.18	c #Conflicts:    3630000 | #Constraints:      56767
2407.34/2414.18	c #Conflicts:    3631000 | #Constraints:      57767
2407.34/2414.18	c #Conflicts:    3632000 | #Constraints:      58768
2407.34/2414.18	c #Conflicts:    3633000 | #Constraints:      59768
2407.34/2414.18	c #Conflicts:    3634000 | #Constraints:      60768
2407.34/2414.18	c #Conflicts:    3635000 | #Constraints:      61768
2407.34/2414.18	c #Conflicts:    3636000 | #Constraints:      62768
2407.34/2414.18	c #Conflicts:    3637000 | #Constraints:      63768
2407.34/2414.18	c #Conflicts:    3638000 | #Constraints:      64768
2407.34/2414.18	c #Conflicts:    3639000 | #Constraints:      65768
2407.34/2414.18	c #Conflicts:    3640000 | #Constraints:      66768
2411.23/2418.09	c #Conflicts:    3641000 | #Constraints:      67768
2411.23/2418.09	c #Conflicts:    3642000 | #Constraints:      68769
2411.23/2418.09	c #Conflicts:    3643000 | #Constraints:      69770
2411.23/2418.09	c #Conflicts:    3644000 | #Constraints:      70770
2411.23/2418.09	WSVECS04 Frhs2[21]: 6 0 0.785473 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[42]: 6 -0.123907 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[56]: 6 -1.02555 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[69]: 6 -1.69691 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[84]: 6 -1.19286 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[96]: 6 -0.257557 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[101]: 6 -0.989527 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[107]: 6 -0.451703 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[111]: 6 -0.786231 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[113]: 6 0 1.33768 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[121]: 6 -2.04744 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[131]: 6 0 0.00219329 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[140]: 6 -15.4156 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[145]: 6 -0.820097 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[147]: 6 -0.966211 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[154]: 6 -0.716112 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[161]: 6 0 0.266733 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[162]: 6 0 1.42951 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[174]: 6 -0.953265 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[175]: 6 -0.493015 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[182]: 6 -0.675018 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[208]: 6 -0.86423 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[213]: 6 -0.921674 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[217]: 6 -1.00259 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[237]: 6 -0.0278219 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[268]: 6 -0.834819 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[270]: 6 -0.919954 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[275]: 6 -0.912217 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[278]: 6 -0.993334 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[288]: 6 -0.408827 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[303]: 6 -0.942504 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[305]: 6 -0.620896 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[312]: 6 -0.962286 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[341]: 6 -0.965985 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[352]: 6 -0.263948 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[360]: 6 -0.592399 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[366]: 6 -0.928747 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[368]: 6 0 1.98861 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[370]: 6 -0.658116 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[374]: 6 -0.984726 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[387]: 6 -0.994582 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[399]: 6 -0.969294 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[400]: 6 -0.87532 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[410]: 6 -0.563429 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[421]: 6 -1.2383 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[438]: 6 -0.98669 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[459]: 6 -0.286256 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[481]: 6 -0.673827 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[492]: 6 0 1.03653 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[498]: 6 -0.933507 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[501]: 6 -0.974482 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[504]: 6 -0.851428 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[506]: 6 -0.84042 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[508]: 6 -0.978988 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[512]: 6 -0.263948 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[517]: 6 0 1.53804 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[526]: 6 -0.969873 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[530]: 6 -0.902747 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[536]: 6 -2.76941 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[550]: 6 0 1.01361 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[557]: 6 -0.795233 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[561]: 6 -0.419441 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[564]: 6 -1.00576 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[578]: 6 -0.895863 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[585]: 6 -3.91059 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[588]: 6 0 0.162379 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[594]: 6 -0.992987 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[596]: 6 -0.997874 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[602]: 6 -1.13643 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[618]: 6 0 2.86112 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[621]: 6 -0.747773 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[623]: 6 -0.504503 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[626]: 6 -0.82124 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[641]: 6 -0.801987 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[654]: 6 -0.94623 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[655]: 6 -0.981991 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[661]: 6 -0.921086 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[666]: 6 -1.02792 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[670]: 6 -0.98598 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[693]: 6 -0.995106 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[694]: 6 -0.675982 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[700]: 6 -0.877112 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[702]: 6 -1.916 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[963]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1028]: 6 -0.670347 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1035]: 6 -0.999252 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1043]: 6 -1.20413 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1044]: 6 -0.657613 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1062]: 6 -1.17493 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1066]: 6 -0.647177 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1069]: 6 -0.529768 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1125]: 6 -1.15985 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1127]: 6 -0.202162 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1134]: 6 0 6.77924 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1157]: 6 -1.3088 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1179]: 6 -0.947482 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1190]: 6 -0.97564 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1191]: 6 -0.709659 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1196]: 6 -0.79005 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1220]: 6 -0.72438 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1226]: 6 -0.996423 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1233]: 6 0 4.34554 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1266]: 6 -0.791561 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1274]: 6 -1.23458 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1275]: 6 -1.4976 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1286]: 6 -0.721974 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1291]: 6 -0.896283 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1294]: 6 -0.593371 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1297]: 6 -1.00218 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1298]: 6 -0.98684 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1299]: 6 -0.999993 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1320]: 6 -1.51528 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1324]: 6 -0.992793 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1325]: 6 -0.587852 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1326]: 6 -0.517387 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1331]: 6 -0.99228 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1348]: 6 -1.3107 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1349]: 6 -1.17245 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1360]: 6 -0.995076 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1384]: 6 -0.900673 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1387]: 6 -0.219804 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1394]: 6 -1.29787 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1397]: 6 -0.952397 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1410]: 6 -0.688444 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1423]: 6 -0.782422 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1426]: 6 -1.53156 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1454]: 6 -0.549008 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1455]: 6 -1.10907 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1458]: 6 -1.62756 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1459]: 6 -2.16532 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1481]: 6 -0.829097 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1484]: 6 0 0.13643 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1485]: 6 0 1.0924 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1493]: 6 -0.895334 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1510]: 6 0 0.239582 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1516]: 6 -1.69127 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1518]: 6 -0.650872 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1529]: 6 -1.54805 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1541]: 6 -0.0350628 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1550]: 6 -0.848412 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1551]: 6 -0.238104 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1552]: 6 -0.890362 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1555]: 6 -1.49749 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1563]: 6 -0.888825 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1578]: 6 -1.24914 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1605]: 6 0 0.411673 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1651]: 6 -1.15804 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1658]: 6 -1.18029 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1893]: 6 -1.32794 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1897]: 6 -1.31176 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1899]: 6 -0.685763 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1925]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1927]: 6 -1.23984 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[1991]: 6 -0.335624 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2020]: 6 -0.853422 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2029]: 6 -0.94014 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2087]: 6 -0.973383 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2096]: 6 -0.975474 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2101]: 6 -0.999622 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2107]: 6 -0.999985 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2121]: 6 -0.796399 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2124]: 6 -0.994307 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2153]: 6 -1.83478 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2161]: 6 -0.887743 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2188]: 6 0 0.0196017 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2195]: 6 0 8.13046 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2200]: 6 -0.89328 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2210]: 6 -0.914447 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2211]: 6 0 240.855 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2218]: 6 0 7.09083 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2249]: 6 -0.993161 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2286]: 6 -0.960826 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2289]: 6 -0.979726 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2292]: 6 -0.84673 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2293]: 6 -0.846731 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2297]: 6 -0.902715 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2305]: 6 -0.371355 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2311]: 6 -0.9375 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2318]: 6 0 1 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2320]: 6 0 0.00856128 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2341]: 6 -0.248843 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2344]: 6 -1.28997 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2385]: 6 0 0.159872 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2434]: 6 -0.998987 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2443]: 6 -0.705794 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2483]: 6 -0.977032 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2488]: 6 -0.63257 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2494]: 6 -0.999451 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2499]: 6 -1.00016 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2503]: 6 -0.996178 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2534]: 6 -1.00277 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2575]: 6 -0.953831 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2578]: 6 -1.18324 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2593]: 6 -1.34764 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2633]: 6 0 0.797283 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2662]: 6 0 2.64037 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2681]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2701]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2772]: 6 -1.00672 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2773]: 6 -1.00672 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2827]: 6 -1.49997 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2862]: 6 -0.881874 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2877]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2925]: 6 -0.477701 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2926]: 6 -0.999968 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2953]: 6 0 3.99923 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2956]: 6 -1.00465 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2969]: 6 -0.375001 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2972]: 6 -1.00013 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[2974]: 6 -0.000357675 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3013]: 6 -1.16083 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3022]: 6 -1.00128 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3025]: 6 -0.991272 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3046]: 6 -0.834299 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3062]: 6 -0.99814 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3078]: 6 -1.45013 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3080]: 6 -1.51751 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3082]: 6 0 0.487796 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3091]: 6 -0.999923 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3109]: 6 -1.25 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3121]: 6 -0.632885 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3137]: 6 -2.30071 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3158]: 6 0 1.45487 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3174]: 6 -0.989363 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3178]: 6 -1.4424 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3202]: 6 -1.33718 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3208]: 6 -0.830848 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3212]: 6 -1.00001 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3233]: 6 -1.33183 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3254]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3260]: 6 -0.892128 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3266]: 6 -0.998329 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3270]: 6 -1.00586 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3273]: 6 -0.981085 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3306]: 6 -1.45408 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3309]: 6 -1.00002 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3312]: 6 -0.999821 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3331]: 6 -0.500001 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3367]: 6 -0.999818 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3369]: 6 -0.983044 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3401]: 6 -0.998254 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3432]: 6 -1.125 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3439]: 6 -0.999993 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3454]: 6 -1.20387 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3455]: 6 -0.748297 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3458]: 6 -0.137007 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3501]: 6 -0.799041 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3521]: 6 -1.40939 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3527]: 6 -0.5 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3532]: 6 0 1.3689 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3542]: 6 -0.92458 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3544]: 6 -0.598083 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3546]: 6 -1.00001 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3548]: 6 -0.948834 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3554]: 6 -0.590891 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3562]: 6 -0.952113 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3564]: 6 -1.46913 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3598]: 6 -2.2477 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3599]: 6 -1.27006 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3617]: 6 -0.594339 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3623]: 6 -0.500001 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3632]: 6 -1.83478 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3638]: 6 0 6.45495 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3643]: 6 0 1.60132 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3651]: 6 0 2.34066 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3703]: 6 -1.17118 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3715]: 6 -1.57962 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3722]: 6 0 0.945739 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3728]: 6 -1.36224 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3735]: 6 -2.34359 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3742]: 6 -0.963624 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3749]: 6 -0.965515 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3752]: 6 -1.24727 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3755]: 6 -0.993472 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3758]: 6 0 0.567235 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3779]: 6 -0.275457 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3791]: 6 -0.701916 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3831]: 6 -0.998265 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3891]: 6 -1.47951 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3908]: 6 -0.293892 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3909]: 6 -1.04274 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3931]: 6 -0.993389 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3943]: 6 -0.981325 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[3956]: 6 -0.961503 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
2411.23/2418.09	WSVECS04 Frhs2[4104]: 6 -0.819967 0 shouldn't be
2464.59/2471.53	c #Conflicts:    3645000 | #Constraints:      71770
2464.59/2471.53	c #Conflicts:    3646000 | #Constraints:      72770
2464.59/2471.53	c #Conflicts:    3647000 | #Constraints:      73770
2464.59/2471.53	c #Conflicts:    3648000 | #Constraints:      74770
2464.59/2471.53	c #Conflicts:    3649000 | #Constraints:      75770
2464.59/2471.53	c #Conflicts:    3650000 | #Constraints:      76770
2464.59/2471.53	c #Conflicts:    3651000 | #Constraints:      77770
2464.59/2471.53	c #Conflicts:    3652000 | #Constraints:      78770
2464.59/2471.53	c #Conflicts:    3653000 | #Constraints:      79770
2464.59/2471.53	c #Conflicts:    3654000 | #Constraints:      80770
2464.59/2471.53	c #Conflicts:    3655000 | #Constraints:      81770
2464.59/2471.53	c #Conflicts:    3656000 | #Constraints:      82770
2464.59/2471.53	c #Conflicts:    3657000 | #Constraints:      83770
2464.59/2471.53	c #Conflicts:    3658000 | #Constraints:      84770
2464.59/2471.53	c INPROCESSING
2464.59/2471.53	c GARBAGE COLLECT
2464.59/2471.53	c #Conflicts:    3659000 | #Constraints:      47539
2464.59/2471.53	c #Conflicts:    3660000 | #Constraints:      48539
2464.59/2471.53	c #Conflicts:    3661000 | #Constraints:      49539
2464.59/2471.53	c #Conflicts:    3662000 | #Constraints:      50539
2464.59/2471.53	c #Conflicts:    3663000 | #Constraints:      51539
2464.59/2471.53	c #Conflicts:    3664000 | #Constraints:      52539
2464.59/2471.54	c #Conflicts:    3665000 | #Constraints:      53539
2464.59/2471.54	c #Conflicts:    3666000 | #Constraints:      54539
2464.59/2471.54	c #Conflicts:    3667000 | #Constraints:      55539
2464.59/2471.54	c #Conflicts:    3668000 | #Constraints:      56539
2464.59/2471.54	c #Conflicts:    3669000 | #Constraints:      57539
2464.59/2471.54	c #Conflicts:    3670000 | #Constraints:      58539
2464.59/2471.54	c #Conflicts:    3671000 | #Constraints:      59539
2464.59/2471.54	c #Conflicts:    3672000 | #Constraints:      60539
2464.59/2471.54	c #Conflicts:    3673000 | #Constraints:      61539
2464.59/2471.54	c #Conflicts:    3674000 | #Constraints:      62539
2464.59/2471.54	c #Conflicts:    3675000 | #Constraints:      63539
2464.59/2471.54	c #Conflicts:    3676000 | #Constraints:      64539
2464.59/2471.54	c #Conflicts:    3677000 | #Constraints:      65539
2464.59/2471.54	c #Conflicts:    3678000 | #Constraints:      66539
2464.59/2471.54	c #Conflicts:    3679000 | #Constraints:      67539
2464.59/2471.54	c #Conflicts:    3680000 | #Constraints:      68539
2464.59/2471.54	c #Conflicts:    3681000 | #Constraints:      69539
2464.59/2471.54	c #Conflicts:    3682000 | #Constraints:      70539
2464.59/2471.54	c #Conflicts:    3683000 | #Constraints:      71539
2464.59/2471.54	c #Conflicts:    3684000 | #Constraints:      72539
2464.59/2471.54	c #Conflicts:    3685000 | #Constraints:      73539
2464.59/2471.54	c #Conflicts:    3686000 | #Constraints:      74539
2464.59/2471.54	c #Conflicts:    3687000 | #Constraints:      75539
2464.59/2471.54	c #Conflicts:    3688000 | #Constraints:      76539
2464.59/2471.54	c #Conflicts:    3689000 | #Constraints:      77539
2464.59/2471.54	c #Conflicts:    3690000 | #Constraints:      78539
2464.59/2471.54	c #Conflicts:    3691000 | #Constraints:      79539
2464.59/2471.54	c #Conflicts:    3692000 | #Constraints:      80539
2464.59/2471.54	c #Conflicts:    3693000 | #Constraints:      81539
2464.59/2471.54	c #Conflicts:    3694000 | #Constraints:      82539
2464.59/2471.54	c #Conflicts:    3695000 | #Constraints:      83539
2464.59/2471.54	c #Conflicts:    3696000 | #Constraints:      84539
2464.59/2471.54	c INPROCESSING
2464.59/2471.54	c GARBAGE COLLECT
2464.59/2471.54	c #Conflicts:    3697000 | #Constraints:      47227
2464.59/2471.54	c #Conflicts:    3698000 | #Constraints:      48227
2464.59/2471.54	c #Conflicts:    3699000 | #Constraints:      49227
2464.59/2471.54	c #Conflicts:    3700000 | #Constraints:      50227
2464.59/2471.54	c #Conflicts:    3701000 | #Constraints:      51227
2464.59/2471.54	c #Conflicts:    3702000 | #Constraints:      52227
2464.59/2471.54	c #Conflicts:    3703000 | #Constraints:      53227
2464.59/2471.54	c #Conflicts:    3704000 | #Constraints:      54227
2464.59/2471.54	c #Conflicts:    3705000 | #Constraints:      55227
2464.59/2471.54	c #Conflicts:    3706000 | #Constraints:      56227
2464.59/2471.54	c #Conflicts:    3707000 | #Constraints:      57227
2464.59/2471.54	c #Conflicts:    3708000 | #Constraints:      58227
2464.59/2471.54	c #Conflicts:    3709000 | #Constraints:      59227
2464.59/2471.54	c #Conflicts:    3710000 | #Constraints:      60228
2464.59/2471.54	c #Conflicts:    3711000 | #Constraints:      61228
2464.59/2471.54	c #Conflicts:    3712000 | #Constraints:      62228
2464.59/2471.54	c #Conflicts:    3713000 | #Constraints:      63228
2464.59/2471.54	c #Conflicts:    3714000 | #Constraints:      64228
2464.59/2471.54	c #Conflicts:    3715000 | #Constraints:      65228
2464.59/2471.54	c #Conflicts:    3716000 | #Constraints:      66228
2464.59/2471.54	c #Conflicts:    3717000 | #Constraints:      67228
2464.59/2471.54	c #Conflicts:    3718000 | #Constraints:      68228
2464.59/2471.54	c #Conflicts:    3719000 | #Constraints:      69228
2464.59/2471.54	c #Conflicts:    3720000 | #Constraints:      70228
2464.59/2471.54	c #Conflicts:    3721000 | #Constraints:      71228
2464.59/2471.54	c #Conflicts:    3722000 | #Constraints:      72228
2490.03/2497.09	c #Conflicts:    3723000 | #Constraints:      73228
2490.03/2497.09	c #Conflicts:    3724000 | #Constraints:      74228
2490.03/2497.09	c #Conflicts:    3725000 | #Constraints:      75228
2490.03/2497.09	c #Conflicts:    3726000 | #Constraints:      76228
2490.03/2497.09	c #Conflicts:    3727000 | #Constraints:      77228
2490.03/2497.09	c #Conflicts:    3728000 | #Constraints:      78228
2490.03/2497.09	c #Conflicts:    3729000 | #Constraints:      79228
2490.03/2497.09	c #Conflicts:    3730000 | #Constraints:      80228
2490.03/2497.09	c #Conflicts:    3731000 | #Constraints:      81228
2490.03/2497.09	c #Conflicts:    3732000 | #Constraints:      82228
2490.03/2497.09	c #Conflicts:    3733000 | #Constraints:      83228
2490.03/2497.09	c #Conflicts:    3734000 | #Constraints:      84228
2490.03/2497.09	c #Conflicts:    3735000 | #Constraints:      85228
2490.03/2497.09	c INPROCESSING
2490.03/2497.09	c GARBAGE COLLECT
2490.03/2497.09	c #Conflicts:    3736000 | #Constraints:      47760
2490.03/2497.09	c #Conflicts:    3737000 | #Constraints:      48760
2490.03/2497.09	c #Conflicts:    3738000 | #Constraints:      49760
2490.03/2497.09	c #Conflicts:    3739000 | #Constraints:      50760
2490.03/2497.09	c #Conflicts:    3740000 | #Constraints:      51760
2490.03/2497.09	c #Conflicts:    3741000 | #Constraints:      52760
2490.03/2497.09	c #Conflicts:    3742000 | #Constraints:      53760
2490.03/2497.09	c #Conflicts:    3743000 | #Constraints:      54760
2490.03/2497.09	c #Conflicts:    3744000 | #Constraints:      55760
2490.03/2497.09	c #Conflicts:    3745000 | #Constraints:      56760
2490.03/2497.09	c #Conflicts:    3746000 | #Constraints:      57760
2490.03/2497.09	c #Conflicts:    3747000 | #Constraints:      58760
2490.03/2497.09	c #Conflicts:    3748000 | #Constraints:      59760
2490.03/2497.09	c #Conflicts:    3749000 | #Constraints:      60760
2490.03/2497.09	c #Conflicts:    3750000 | #Constraints:      61760
2490.03/2497.09	c #Conflicts:    3751000 | #Constraints:      62760
2490.03/2497.09	c #Conflicts:    3752000 | #Constraints:      63760
2490.03/2497.09	c #Conflicts:    3753000 | #Constraints:      64760
2490.03/2497.09	c #Conflicts:    3754000 | #Constraints:      65760
2490.03/2497.09	c #Conflicts:    3755000 | #Constraints:      66760
2490.03/2497.09	c #Conflicts:    3756000 | #Constraints:      67760
2490.03/2497.09	c #Conflicts:    3757000 | #Constraints:      68762
2490.03/2497.09	c #Conflicts:    3758000 | #Constraints:      69762
2490.03/2497.09	c #Conflicts:    3759000 | #Constraints:      70762
2490.03/2497.09	c #Conflicts:    3760000 | #Constraints:      71762
2490.03/2497.09	c #Conflicts:    3761000 | #Constraints:      72762
2490.03/2497.09	c #Conflicts:    3762000 | #Constraints:      73762
2490.03/2497.09	c #Conflicts:    3763000 | #Constraints:      74762
2490.03/2497.09	WSVECS04 Frhs2[17]: 6 -1.74992 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[19]: 6 -1.00209 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[35]: 6 -1.00147 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[37]: 6 -1.00152 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[46]: 6 -0.842148 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[56]: 6 -1.25046 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[68]: 6 -2.80917 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[69]: 6 -1.00168 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[75]: 6 0 0.0827079 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[80]: 6 0 44.4252 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[83]: 6 -1.2495 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[86]: 6 0 0.0015989 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[95]: 6 -1.25021 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[98]: 6 -1.00081 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[99]: 6 -1.2523 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[100]: 6 0 0.0921578 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[105]: 6 -22.7464 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[121]: 6 -1.00242 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[122]: 6 -1.00378 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[131]: 6 -1.28162 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[133]: 6 -1.00473 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[134]: 6 -0.0181706 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[141]: 6 -0.420044 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[151]: 6 -1.25076 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[154]: 6 -0.999924 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[155]: 6 -0.999487 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[156]: 6 -1.2514 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[164]: 6 -1.04915 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[167]: 6 -1.19831 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[170]: 6 -20.3164 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[173]: 6 -1.2904 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[174]: 6 -0.95443 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[175]: 6 -0.854361 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[176]: 6 -1.21548 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[186]: 6 -1.00885 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[190]: 6 -1.00004 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[191]: 6 -0.741341 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[195]: 6 -1.49936 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[200]: 6 -1.21995 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[201]: 6 -1.29659 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[202]: 6 -1.08349 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[220]: 6 -1.0007 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[224]: 6 -1.00013 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[232]: 6 -1.21995 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[233]: 6 -13.5909 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[246]: 6 -1.00077 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[247]: 6 -1.00223 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[248]: 6 -1.00007 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[252]: 6 -0.936577 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[254]: 6 -1.00004 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[257]: 6 -1.30215 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[258]: 6 -1.25585 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[261]: 6 -0.835659 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[266]: 6 -1.0018 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[284]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[285]: 6 -1.0007 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[290]: 6 -1.25081 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[292]: 6 0 0.374913 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[314]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[316]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[326]: 6 -1.00575 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[327]: 6 -1.5063 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[332]: 6 -1.95832 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[334]: 6 -1.28442 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[340]: 6 0 1.89542 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[345]: 6 -1.00006 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[346]: 6 -1.00032 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[348]: 6 -1.2507 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[353]: 6 -1.00049 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[355]: 6 -0.802619 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[356]: 6 -0.999991 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[367]: 6 0 0.146514 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[368]: 6 -1.21548 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[377]: 6 -1.00115 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[378]: 6 -1.00378 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[385]: 6 -0.834027 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[390]: 6 -1.65867 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[398]: 6 -1.25111 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[409]: 6 -1.62507 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[412]: 6 -1.00069 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[420]: 6 -1.33283 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[421]: 6 0 0.30858 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[431]: 6 0 0.327428 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[446]: 6 -0.741161 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[447]: 6 -0.870774 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[450]: 6 -1.00054 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[454]: 6 -1.6248 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[455]: 6 0 0.39138 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[460]: 6 -1.0356 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[462]: 6 -1.9086 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[471]: 6 -1.00005 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[481]: 6 -0.834241 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[483]: 6 -1.36591 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[491]: 6 -1.35527 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[492]: 6 -1.05849 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[504]: 6 -0.998187 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[506]: 6 -1.00032 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[507]: 6 -0.998998 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[509]: 6 -1.00004 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[514]: 6 -0.928214 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[515]: 6 -1.53203 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[527]: 6 -1.46377 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[536]: 6 -1.00148 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[541]: 6 -1.0007 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[542]: 6 -0.870844 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[544]: 6 -1.00002 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[546]: 6 -1.4997 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[565]: 6 -0.512033 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[567]: 6 -1.00042 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[570]: 6 -0.997191 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[571]: 6 -1.00143 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[576]: 6 -0.83404 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[580]: 6 0 1.15519 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[581]: 6 -1.31488 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[584]: 6 -1.24475 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[586]: 6 -9.01225 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[589]: 6 -2.44048 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[590]: 6 -1.25067 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[592]: 6 0 1.51379 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[603]: 6 -0.934282 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[623]: 6 -0.853487 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[635]: 6 -1.0046 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[637]: 6 -0.935284 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[644]: 6 -1.00179 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[650]: 6 -2.41254 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[651]: 6 -2.58069 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[653]: 6 -1.48458 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[665]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[668]: 6 -1.0007 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[670]: 6 -1.00011 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[673]: 6 -1.31248 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[681]: 6 -13.6568 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[685]: 6 -1.31275 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[689]: 6 0 1.66987 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[695]: 6 -1.00216 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[696]: 6 -0.999928 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[698]: 6 -1.00507 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[700]: 6 -0.935284 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[702]: 6 -1.00004 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[969]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1027]: 6 -2.2428 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1030]: 6 -0.960947 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1036]: 6 -1.07828 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1063]: 6 -0.624741 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1064]: 6 -0.868295 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1067]: 6 -1.31062 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1080]: 6 -1.0625 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1091]: 6 -2.56345 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1093]: 6 -2.62489 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1094]: 6 -2.63831 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1096]: 6 -9.24978 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1105]: 6 -1.32647 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1125]: 6 -1.34612 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1128]: 6 -2.36749 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1137]: 6 -1.23269 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1150]: 6 -1.25064 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1181]: 6 -1.25047 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1186]: 6 -0.816346 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1200]: 6 -1.49819 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1218]: 6 -0.984376 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1225]: 6 -0.236109 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1242]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1249]: 6 -1.00001 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1255]: 6 -0.594592 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1274]: 6 -1.00032 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1280]: 6 -0.83288 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1281]: 6 -0.697946 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1284]: 6 -1.16477 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1285]: 6 -1.16782 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1303]: 6 0 0.00239888 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1306]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1326]: 6 -0.577339 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1337]: 6 -1.00139 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1344]: 6 -1.25017 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1350]: 6 -1.625 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1351]: 6 -1.79903 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1362]: 6 -1.84306 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1373]: 6 -1.5 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1378]: 6 -0.6875 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1382]: 6 -2.65393 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1384]: 6 -1.61051 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1385]: 6 -4.50224 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1386]: 6 -0.812933 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1407]: 6 -1.41785 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1413]: 6 -2.00462 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1418]: 6 0 0.592498 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1433]: 6 -0.374934 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1434]: 6 -0.749866 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1438]: 6 -1.0001 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1444]: 6 -1.75721 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1445]: 6 -1.54851 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1467]: 6 -0.996508 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1504]: 6 -1.33368 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1507]: 6 -0.917292 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1508]: 6 -1.00171 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1509]: 6 -0.666324 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1511]: 6 0 0.334957 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1518]: 6 -0.909887 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1519]: 6 0 0.355641 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1532]: 6 -0.998561 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1536]: 6 -1.00061 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1541]: 6 -1.43738 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1544]: 6 -1.16108 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1548]: 6 -2.2764 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1566]: 6 -1.44536 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1568]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1579]: 6 -0.756273 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1588]: 6 -1.01041 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1606]: 6 -1.27812 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1611]: 6 -0.672879 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1631]: 6 -1.63562 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1662]: 6 -0.999692 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1663]: 6 -1.00202 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1710]: 6 -0.687501 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1711]: 6 -0.375 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1891]: 6 -1.33302 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1907]: 6 -1.25 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1915]: 6 0 0.501227 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1952]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[1994]: 6 -1.32959 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2005]: 6 -0.666976 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2027]: 6 -0.625 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2113]: 6 -0.565998 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2129]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2187]: 6 -1.01254 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2205]: 6 -0.5625 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2222]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2250]: 6 -13.6142 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2253]: 6 -1.25 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2262]: 6 -1.24798 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2291]: 6 -0.290933 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2295]: 6 0 0.838895 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2315]: 6 -0.750001 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2341]: 6 -1.25 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2372]: 6 0 1 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2376]: 6 -1.03787 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2381]: 6 -0.151476 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2389]: 6 -0.687501 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2401]: 6 -3.194 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2412]: 6 -8.58421 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2435]: 6 -1.50013 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2437]: 6 -0.954034 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2438]: 6 -8.87773 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2477]: 6 -0.638438 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2485]: 6 -0.214993 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2491]: 6 -0.500001 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2536]: 6 -1.19971 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2537]: 6 -0.935818 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2538]: 6 -0.871635 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2633]: 6 -1.10889 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2638]: 6 -1.12504 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2639]: 6 0 0.162341 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2664]: 6 0 0.665759 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2669]: 6 -3.33697 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2721]: 6 -1.3125 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2742]: 6 -0.999828 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2768]: 6 -1.1257 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2770]: 6 0 1 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2776]: 6 -2.5 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2821]: 6 -1.25 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2856]: 6 0 1.25 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2857]: 6 -0.5 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2862]: 6 0 2.00265 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2866]: 6 -5.33891 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2887]: 6 -6.79211 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2901]: 6 -1.25 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2903]: 6 -0.500001 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2917]: 6 -1.0003 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2929]: 6 0 3.11112 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2936]: 6 -1.00226 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2954]: 6 -0.49944 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2961]: 6 -7.44199 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2968]: 6 0 2 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2991]: 6 -1.00525 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[2993]: 6 -1.007 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3020]: 6 -1.31249 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3022]: 6 -1.25 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3023]: 6 -1.00017 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3050]: 6 -2 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3057]: 6 -1.18843 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3066]: 6 -6.06072 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3071]: 6 -1.31275 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3084]: 6 -5.00182 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3090]: 6 0 1.50027 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3091]: 6 -0.500006 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3110]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3125]: 6 -0.00202848 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3152]: 6 -5.33261 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3153]: 6 -3.33261 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3206]: 6 -1.51293 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3228]: 6 -1.00055 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3238]: 6 -0.25 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3245]: 6 -1.31653 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3251]: 6 -1.00026 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3255]: 6 -0.930297 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3273]: 6 -0.994939 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3278]: 6 -1.00363 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3279]: 6 -1.00363 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3280]: 6 -1.00726 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
2490.03/2497.09	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3303]: 6 -1.33522 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3304]: 6 -1.25029 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3316]: 6 -1.0021 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3319]: 6 -0.998834 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3339]: 6 -1.33514 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3393]: 6 -1.00188 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3394]: 6 -1.62862 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3416]: 6 -1.00175 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3426]: 6 -1.25576 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3428]: 6 0 1.00657 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3452]: 6 -21 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3455]: 6 0 44 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3460]: 6 -1.00397 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3496]: 6 -1.31218 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3499]: 6 -1.49899 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3504]: 6 -1.24998 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3508]: 6 -0.994682 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3513]: 6 -0.996783 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3517]: 6 -0.99801 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3526]: 6 0 1 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3530]: 6 -1.09375 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3533]: 6 -0.8125 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3543]: 6 -1.125 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3545]: 6 -0.749997 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3555]: 6 -0.995557 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3574]: 6 -1.00009 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3592]: 6 -1.3257 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3614]: 6 -1.00017 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3669]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3675]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3683]: 6 -1.28119 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3686]: 6 -1.25292 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3702]: 6 -1.00239 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3708]: 6 -1.00088 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3728]: 6 -1.00686 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3769]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3775]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3778]: 6 -0.659081 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3779]: 6 -0.999193 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3781]: 6 -0.998673 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3786]: 6 -1.64481 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3789]: 6 -0.331742 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3791]: 6 -1.02063 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3803]: 6 -1.0003 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3815]: 6 -0.994732 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3841]: 6 0 1.6559 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3860]: 6 -1.00576 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3869]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3876]: 6 -1.24959 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3878]: 6 -1.15748 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3879]: 6 -1.3125 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3881]: 6 -1.25 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3890]: 6 -1.00214 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3913]: 6 -0.496699 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3926]: 6 -1.00026 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3929]: 6 -1.3125 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3939]: 6 -1.3125 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3947]: 6 -2.00002 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3956]: 6 -1.00117 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3959]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3962]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3965]: 6 -1.25 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[3983]: 6 -1.00101 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[4035]: 6 -1.00416 0 shouldn't be
2490.03/2497.10	WSVECS04 Frhs2[4060]: 6 -1.0006 0 shouldn't be
2533.11/2540.27	c #Conflicts:    3764000 | #Constraints:      75852
2533.11/2540.27	c #Conflicts:    3765000 | #Constraints:      76852
2533.11/2540.27	c #Conflicts:    3766000 | #Constraints:      77852
2533.11/2540.27	c #Conflicts:    3767000 | #Constraints:      78852
2533.11/2540.27	c #Conflicts:    3768000 | #Constraints:      79852
2533.11/2540.27	c #Conflicts:    3769000 | #Constraints:      80852
2533.11/2540.27	c #Conflicts:    3770000 | #Constraints:      81852
2533.11/2540.27	c #Conflicts:    3771000 | #Constraints:      82852
2533.11/2540.27	c #Conflicts:    3772000 | #Constraints:      83852
2533.11/2540.27	c #Conflicts:    3773000 | #Constraints:      84852
2533.11/2540.27	c #Conflicts:    3774000 | #Constraints:      85852
2533.11/2540.27	c INPROCESSING
2533.11/2540.27	c GARBAGE COLLECT
2533.11/2540.27	c #Conflicts:    3775000 | #Constraints:      48157
2533.11/2540.27	c #Conflicts:    3776000 | #Constraints:      49157
2533.11/2540.27	c #Conflicts:    3777000 | #Constraints:      50157
2533.11/2540.27	c #Conflicts:    3778000 | #Constraints:      51157
2533.11/2540.27	c #Conflicts:    3779000 | #Constraints:      52157
2533.11/2540.27	c #Conflicts:    3780000 | #Constraints:      53157
2533.11/2540.27	c #Conflicts:    3781000 | #Constraints:      54157
2533.11/2540.27	c #Conflicts:    3782000 | #Constraints:      55157
2533.11/2540.27	c #Conflicts:    3783000 | #Constraints:      56157
2533.11/2540.27	c #Conflicts:    3784000 | #Constraints:      57157
2533.11/2540.27	c #Conflicts:    3785000 | #Constraints:      58157
2533.11/2540.27	c #Conflicts:    3786000 | #Constraints:      59157
2533.11/2540.27	c #Conflicts:    3787000 | #Constraints:      60157
2533.11/2540.27	c #Conflicts:    3788000 | #Constraints:      61157
2533.11/2540.27	c #Conflicts:    3789000 | #Constraints:      62157
2533.11/2540.27	c #Conflicts:    3790000 | #Constraints:      63157
2533.11/2540.27	c #Conflicts:    3791000 | #Constraints:      64157
2533.11/2540.27	c #Conflicts:    3792000 | #Constraints:      65157
2533.11/2540.27	c #Conflicts:    3793000 | #Constraints:      66157
2533.11/2540.27	c #Conflicts:    3794000 | #Constraints:      67157
2533.11/2540.27	c #Conflicts:    3795000 | #Constraints:      68157
2533.11/2540.27	c #Conflicts:    3796000 | #Constraints:      69157
2533.11/2540.27	c #Conflicts:    3797000 | #Constraints:      70157
2533.11/2540.27	c #Conflicts:    3798000 | #Constraints:      71157
2533.11/2540.27	c #Conflicts:    3799000 | #Constraints:      72157
2533.11/2540.27	c #Conflicts:    3800000 | #Constraints:      73157
2533.11/2540.27	c #Conflicts:    3801000 | #Constraints:      74157
2533.11/2540.27	c #Conflicts:    3802000 | #Constraints:      75157
2533.11/2540.27	c #Conflicts:    3803000 | #Constraints:      76157
2533.11/2540.27	c #Conflicts:    3804000 | #Constraints:      77157
2533.11/2540.27	c #Conflicts:    3805000 | #Constraints:      78157
2533.11/2540.27	c #Conflicts:    3806000 | #Constraints:      79157
2533.11/2540.27	c #Conflicts:    3807000 | #Constraints:      80158
2533.11/2540.27	c #Conflicts:    3808000 | #Constraints:      81158
2533.11/2540.27	c #Conflicts:    3809000 | #Constraints:      82158
2533.11/2540.27	c #Conflicts:    3810000 | #Constraints:      83158
2533.11/2540.27	c #Conflicts:    3811000 | #Constraints:      84158
2533.11/2540.27	c #Conflicts:    3812000 | #Constraints:      85158
2533.11/2540.27	c #Conflicts:    3813000 | #Constraints:      86158
2533.11/2540.27	c INPROCESSING
2533.11/2540.27	c GARBAGE COLLECT
2533.11/2540.27	WSVECS04 Frhs2[5]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[14]: 6 -5.26565 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[18]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[23]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[26]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[27]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[31]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[32]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[48]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[50]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[63]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[84]: 6 -2.25003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[86]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[88]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[93]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[107]: 6 -2.25008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[117]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[118]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[126]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[131]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[137]: 6 -1.69074 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[144]: 6 -1.31253 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[146]: 6 -1.82816 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[147]: 6 -2.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[150]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[151]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[158]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[169]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[175]: 6 -2.23445 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[179]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[184]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[185]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[188]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[200]: 6 -2.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[211]: 6 -2.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[212]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[214]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[215]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[217]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[251]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[269]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[270]: 6 0 1.4219 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[303]: 6 -1.92189 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[310]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[319]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[337]: 6 -1.25008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[348]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[367]: 6 -0.425122 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[385]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[402]: 6 -1.3126 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[407]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[426]: 6 -2.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[430]: 6 0 1.42191 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[431]: 6 -2.194 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[443]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[448]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[500]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[508]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[510]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[517]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[518]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[532]: 6 -2.25004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[533]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[534]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[535]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[536]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[543]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[544]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[546]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[559]: 6 -2.42191 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[560]: 6 -2.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[573]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[575]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[584]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[597]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[602]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[604]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[614]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[615]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[626]: 6 -2.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[629]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[630]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[643]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[646]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[661]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[662]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[664]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[670]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[673]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[675]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[676]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[678]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1007]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1025]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1026]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1032]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1039]: 6 -1.32816 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1040]: 6 -1.31255 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1042]: 6 -1.25007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1043]: 6 -1.25003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1051]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1057]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1059]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1064]: 6 -1.2501 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1066]: 6 -0.875015 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1070]: 6 -1.25004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1075]: 6 -1.25009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1076]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1079]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1085]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1092]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1093]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1106]: 6 -0.0514844 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1118]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1126]: 6 -0.906291 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1128]: 6 -1.25004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1129]: 6 -1.32815 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1130]: 6 -1.31254 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1135]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1138]: 6 -1.25006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1140]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1141]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1144]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1145]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1151]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1153]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1156]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1162]: 6 -1.35939 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1163]: 6 -1.34377 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1167]: 6 -0.687584 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1171]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1173]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1174]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1177]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1180]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1181]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1185]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1192]: 6 -1.15629 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1194]: 6 -1.62505 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1206]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1221]: 6 -1.31253 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1224]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1231]: 6 -0.875823 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1233]: 6 0 0.74682 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1235]: 6 -1.33205 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1238]: 6 -1.32819 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1239]: 6 -1.31253 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1245]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1255]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1274]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1276]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1279]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1288]: 6 -2.50005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1289]: 6 -2.24846 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1296]: 6 -0.750016 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1297]: 6 -1.50002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1299]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1315]: 6 -1.62506 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1318]: 6 -1.00646 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1320]: 6 -0.0257396 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1324]: 6 -1.31255 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1332]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1333]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1336]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1351]: 6 -1.06295 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1363]: 6 -0.500052 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1386]: 6 0 1.29699 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1403]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1408]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1411]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1416]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1425]: 6 -0.921904 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1440]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1442]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1445]: 6 -1.31259 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1446]: 6 -1.31256 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1447]: 6 -1.25003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1448]: 6 -1.25005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1450]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1464]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1477]: 6 -1.19077 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1478]: 6 -1.00646 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1481]: 6 0 0.94861 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1483]: 6 -0.687581 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1487]: 6 -1.97578 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1490]: 6 -1.25002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1492]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1498]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1499]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1502]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1504]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1507]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1509]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1510]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1512]: 6 -0.774307 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1526]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1527]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1529]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1531]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1534]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1535]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1536]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1537]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1539]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1542]: 6 -1.31256 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1544]: 6 -1.25006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1552]: 6 -0.806123 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1553]: 6 -1.86223 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1554]: 6 -3.4743 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1555]: 6 -6.69861 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1558]: 6 -1.25002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1561]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1565]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1568]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1576]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1577]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1579]: 6 0 0.265655 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1585]: 6 -2.84382 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1587]: 6 -3.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1590]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1591]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1606]: 6 -1.62502 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1611]: 6 -4.70318 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1619]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1624]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1627]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1628]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1630]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1637]: 6 -0.690732 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1648]: 6 -0.750018 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1649]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1650]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1651]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1659]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1664]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1893]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1896]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1898]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1907]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1910]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1914]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1916]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1921]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1927]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1930]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1934]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1937]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1940]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1944]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1952]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1987]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1990]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1991]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1993]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1996]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[1998]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2002]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2010]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2014]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2015]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2018]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2020]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2026]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2027]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2030]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2034]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2037]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2040]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2046]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2047]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2054]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2058]: 6 -1.1251 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2062]: 6 -1.25006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2081]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2083]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2085]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2088]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2089]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2092]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2094]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2095]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2098]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2099]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2110]: 6 -0.47432 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2114]: 6 -3.10292 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2118]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2119]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2122]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2126]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2128]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2129]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2132]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2133]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2136]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2138]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2139]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2142]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2143]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2146]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2151]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2155]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2168]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2169]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2172]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2173]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2176]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2179]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2181]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2183]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2185]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2190]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2194]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2195]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2198]: 6 -1.25002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2204]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2208]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2209]: 6 -3.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2212]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2216]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2217]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2220]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2228]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2236]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2238]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2239]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2246]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2253]: 6 -1.25004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2256]: 6 -1.31259 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2257]: 6 -1.25002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2260]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2268]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2269]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2272]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2275]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2277]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2281]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2284]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2285]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2288]: 6 -0.953224 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2289]: 6 -0.953198 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2296]: 6 -6.07821 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2311]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2318]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2319]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2322]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2325]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2328]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2332]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2335]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2345]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2348]: 6 -1.32819 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2352]: 6 -1.25009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2354]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2358]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2363]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2364]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2366]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2368]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2369]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2372]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2375]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2377]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2379]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2386]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2404]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2406]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2407]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2410]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2413]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2416]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2417]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2420]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2421]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2424]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2428]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2430]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2431]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2434]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2436]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2447]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2450]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2451]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2454]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2455]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2461]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2463]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2464]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2465]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2468]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2469]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2472]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2476]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2480]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2482]: 6 -1.28908 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2483]: 6 -1.2891 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2490]: 6 -0.375031 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2494]: 6 -1.25003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2500]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2502]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2504]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2506]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2509]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2512]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2513]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2516]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2517]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2520]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2522]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2524]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2526]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2528]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2536]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2537]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2538]: 6 -1.31256 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2541]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2547]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2548]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2552]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2555]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2557]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2561]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2564]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2565]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2568]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2569]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2571]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2575]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2578]: 6 -1.25009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2586]: 6 -1.02579 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2588]: 6 -0.0514452 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2592]: 6 -4.79437 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2593]: 6 -2.7944 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2596]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2600]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2603]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2606]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2607]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2609]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2611]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2614]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2615]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2618]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2619]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2622]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2626]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2629]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2632]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2634]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2636]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2638]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2642]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2644]: 6 -1.25002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2646]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2647]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2648]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2649]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2653]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2655]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2657]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2659]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2661]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2664]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2666]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2668]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2669]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2672]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2674]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2675]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2678]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2679]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2681]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2686]: 6 -9.27574 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2689]: 6 -2.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2692]: 6 -1.25005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2700]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2701]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2704]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2709]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2711]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2714]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2718]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2723]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2724]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2729]: 6 -1.00162 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2733]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2741]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2743]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2749]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2750]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2753]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2756]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2757]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2760]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2763]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2765]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2768]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2770]: 6 -1.25009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2772]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2776]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2777]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2780]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2782]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2784]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2786]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2788]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2789]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2792]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2796]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2797]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2800]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2804]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2805]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2808]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2810]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2811]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2814]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2817]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2821]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2832]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2835]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2836]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2838]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2839]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2843]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2845]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2846]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2851]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2853]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2856]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2858]: 6 -1.12504 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2859]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2861]: 6 -1.5001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2876]: 6 -8.79434 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2878]: 6 -20.5887 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2879]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2882]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2883]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2886]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2887]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2890]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2894]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2895]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2898]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2899]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2901]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2903]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2906]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2907]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2910]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2913]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2917]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2920]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2924]: 6 -1.188 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2926]: 6 -0.751684 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2931]: 6 -1.32814 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2932]: 6 -1.32822 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2934]: 6 -1.31257 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2943]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2944]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2946]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2947]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2950]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2954]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2956]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2960]: 6 -1.29703 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2962]: 6 -5.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2972]: 6 -2.32667 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2974]: 6 -7.31921 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2996]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[2999]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3002]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3003]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3006]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3007]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3013]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3016]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3022]: 6 -0.500023 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3028]: 6 -1.25009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3029]: 6 -1.25005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3042]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3045]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3048]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3050]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3054]: 6 0 0.690742 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3056]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3057]: 6 -4.38134 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3064]: 6 -4.50008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3066]: 6 0 2.0001 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3068]: 6 -3.3282 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3070]: 6 -9.32814 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3086]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3087]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3089]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3092]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3096]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3097]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3099]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3103]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3105]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3131]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3133]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3134]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3138]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3142]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3143]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3146]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3147]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3150]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3151]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3154]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3155]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3162]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3164]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3166]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3174]: 6 -6.50005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3175]: 6 -4.50005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3178]: 6 -5.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3179]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3185]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3190]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3192]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3194]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3198]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3200]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3202]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3203]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3205]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3211]: 6 -1.31257 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3223]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3225]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3229]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3230]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3234]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3235]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3238]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3240]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3242]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3243]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3246]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3250]: 6 -1.31252 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3261]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3263]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3265]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3267]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3269]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3288]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3290]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3291]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3302]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3303]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3305]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3309]: 6 -0.0257879 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3311]: 6 0 3.89723 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3322]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3325]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3326]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3329]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3331]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3333]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3335]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3338]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3342]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3344]: 6 0 0.809351 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3346]: 6 -1.00646 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3358]: 6 -19.8387 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3362]: 6 -4.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3363]: 6 -1.84381 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3366]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3367]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3370]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3376]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3382]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3384]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3386]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3388]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3390]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3391]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3393]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3394]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3398]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3414]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3421]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3425]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3427]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3432]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3434]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3438]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3442]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3444]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3445]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3448]: 6 -1.25004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3454]: 6 0 2.00002 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3458]: 6 0 2.00006 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3465]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3472]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3475]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3478]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3480]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3482]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3483]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3486]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3489]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3491]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3497]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3508]: 6 0 4.00008 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3510]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3512]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3518]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3520]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3524]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3528]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3530]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3532]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3536]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3554]: 6 0 1.00009 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3560]: 6 -21 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3564]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3565]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3568]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3569]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3572]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3576]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3577]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3580]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3582]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3586]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3587]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3593]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3604]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3605]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3607]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3608]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3609]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3618]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3622]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3624]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3626]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3628]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3637]: 6 -4.90633 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3641]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3644]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3647]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3657]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3660]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3661]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3664]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3665]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3668]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3669]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3672]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3673]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3675]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3678]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3679]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3681]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3682]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3693]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3697]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3703]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3705]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3707]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3712]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3713]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3715]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3720]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3721]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3724]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3732]: 6 -5.25002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3734]: 6 0 1.50003 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3738]: 6 -1.25004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3748]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3752]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3753]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3760]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3762]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3763]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3765]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3768]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3771]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3774]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3776]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3780]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3781]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3783]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3793]: 6 -1.25003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3796]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3797]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3800]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3805]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3806]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3809]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3812]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3816]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3818]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3820]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3822]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3824]: 6 -0.690688 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3825]: 6 -0.690759 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3828]: 6 -2.23737 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3845]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3848]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3850]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3853]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3856]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3857]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3860]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3861]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3864]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3865]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3868]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3869]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3872]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3874]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3875]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3880]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3889]: 6 -1.25008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3892]: 6 -1.25008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3893]: 6 -1.25002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3900]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3901]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3903]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3904]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3905]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3908]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3909]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3912]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3916]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3919]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3922]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3926]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3929]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3950]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3951]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3953]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3955]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3958]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3960]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3961]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3964]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3966]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[3967]: 6 -1.00004 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4035]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4046]: 6 -1.00005 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4047]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4048]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4049]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4086]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4087]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4088]: 6 -1.00007 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4089]: 6 -1.00002 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4090]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4091]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4092]: 6 -1.00001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4101]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4102]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4103]: 6 -1.00006 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4104]: 6 -1.00009 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4113]: 6 -1.00003 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4115]: 6 -1.0001 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4116]: 6 -1.00008 0 shouldn't be
2533.11/2540.27	WSVECS04 Frhs2[4117]: 6 -1.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[9]: 6 -1.00007 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[43]: 6 0 0.125061 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[71]: 6 -1.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[83]: 6 -1.00005 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[94]: 6 -1.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[105]: 6 -1.00001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[115]: 6 -1.00008 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[130]: 6 -1.0001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[157]: 6 -1.00001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[177]: 6 -1.25006 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[194]: 6 -1.00008 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[195]: 6 -1.00008 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[216]: 6 -1.00002 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[240]: 6 -0.0514801 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[265]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[287]: 6 -1.00007 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[288]: 6 -1.0001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[320]: 6 -1.0001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[353]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[375]: 6 -1.25002 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[423]: 6 -1.00008 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[425]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[427]: 6 -1.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[428]: 6 -1.0001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[447]: 6 -1.00005 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[487]: 6 -1.00005 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[523]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[542]: 6 -1.0001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[545]: 6 -1.00008 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[579]: 6 -1.00002 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[582]: 6 -1.00002 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[601]: 6 -1.0001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[638]: 6 -1.00001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[641]: 6 -1.0001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[704]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[969]: 6 -1.0001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[976]: 6 -1.00006 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1060]: 6 -1.00007 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1067]: 6 -0.875061 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1071]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1091]: 6 -1.00005 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1102]: 6 -1.00005 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1113]: 6 -1.00009 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1190]: 6 -1.2891 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1207]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1293]: 6 -2.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1474]: 6 -1.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1575]: 6 -1.00001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1902]: 6 -1.0001 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[1919]: 6 -1.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2123]: 6 -1.00008 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2270]: 6 -1.00005 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2279]: 6 -1.00006 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2313]: 6 -1.00002 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2334]: 6 -1.00002 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2338]: 6 -1.00007 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2426]: 6 -1.00008 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2508]: 6 -1.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2559]: 6 -1.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2819]: 6 -1.00005 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2918]: 6 -1.00008 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[2919]: 6 -1.00006 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3015]: 6 -1.00007 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3027]: 6 -1.31253 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3195]: 6 -1.00007 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3197]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3209]: 6 -1.00006 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3301]: 6 -1.00002 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3399]: 6 -1.00007 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3456]: 6 0 2.00004 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3473]: 6 -1.00006 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3588]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3696]: 6 -1.25009 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3700]: 6 -1.00004 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3772]: 6 -1.00003 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3854]: 6 -1.00009 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3863]: 6 -1.00008 0 shouldn't be
2534.20/2541.35	WSVECS04 Frhs2[3932]: 6 -1.12505 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[11]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[14]: 6 -5.26563 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[18]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[21]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[57]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[63]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[65]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[71]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[79]: 6 -6.09108 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[83]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[102]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[103]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[105]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[107]: 6 -2.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[117]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[137]: 6 -1.69066 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[144]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[146]: 6 -1.82813 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[147]: 6 -2 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[175]: 6 -2.23438 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[177]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[178]: 6 -2 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[181]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[183]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[199]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[217]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[225]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[227]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[232]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[259]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[288]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[303]: 6 -1.92188 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[319]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[321]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[358]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[367]: 6 -0.42509 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[371]: 6 -1.32813 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[382]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[390]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[402]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[415]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[423]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[426]: 6 -2 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[427]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[429]: 6 -1.8125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[431]: 6 -2.19393 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[448]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[449]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[452]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[496]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[499]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[511]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[516]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[530]: 6 0 4.44858 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[532]: 6 -2.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[534]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[539]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[548]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[559]: 6 -2.42188 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[560]: 6 -2 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[565]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[579]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[612]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[616]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[639]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[675]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[929]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1007]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1025]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1026]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1028]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1032]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1037]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1039]: 6 -1.32813 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1042]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1043]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1046]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1051]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1055]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1060]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1064]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1066]: 6 -0.875001 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1067]: 6 -0.875001 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1070]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1088]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1090]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1091]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1113]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1118]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1125]: 6 -0.953126 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1126]: 6 -0.906251 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1128]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1129]: 6 -1.32813 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1130]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1131]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1140]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1156]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1162]: 6 -1.35938 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1163]: 6 -1.34375 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1170]: 6 -0.750001 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1180]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1192]: 6 -1.15625 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1194]: 6 -1.625 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1195]: 6 -1.5 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1207]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1224]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1231]: 6 -0.875804 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1239]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1241]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1266]: 6 -1.32813 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1269]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1270]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1272]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1273]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1276]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1280]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1281]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1284]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1285]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1287]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1288]: 6 -2.5 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1289]: 6 -2.24839 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1293]: 6 -2 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1294]: 6 -1.44697 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1296]: 6 -0.75 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1305]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1310]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1317]: 6 -1.00321 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1319]: 6 -0.762856 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1320]: 6 -0.0257121 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1324]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1342]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1346]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1349]: 6 -1.29698 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1353]: 6 -0.500001 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1363]: 6 -0.5 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1372]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1373]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1386]: 6 0 1.29698 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1391]: 6 -3.02103 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1411]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1416]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1425]: 6 -0.921875 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1438]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1445]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1446]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1448]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1453]: 6 0 0.953125 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1486]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1487]: 6 -1.97576 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1490]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1507]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1510]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1535]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1536]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1542]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1544]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1548]: 6 -2 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1552]: 6 -0.806073 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1575]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1576]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1577]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1578]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1585]: 6 -2.84375 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1606]: 6 -1.625 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1630]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1637]: 6 -0.690665 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1664]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1893]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1910]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1911]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1919]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1930]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2002]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2030]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2034]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2035]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2058]: 6 -1.125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2062]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2104]: 6 -0.750001 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2111]: 6 -0.474289 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2115]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2146]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2205]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2221]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2253]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2257]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2258]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2269]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2289]: 6 -0.953125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2296]: 6 -6.07813 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2311]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2338]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2348]: 6 -1.32813 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2365]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2445]: 6 -1.15625 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2448]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2482]: 6 -1.28906 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2483]: 6 -1.28906 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2544]: 6 -0.0514237 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2578]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2593]: 6 -2.79431 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2635]: 6 -2.23764 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2681]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2689]: 6 -2 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2797]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2858]: 6 -1.125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2878]: 6 -20.5886 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2924]: 6 -1.1879 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2926]: 6 -0.751607 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2928]: 6 -1.33301 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2934]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2960]: 6 -1.29698 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2962]: 6 -5 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2972]: 6 -2.32658 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3028]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3029]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3031]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3108]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3110]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3174]: 6 -6.5 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3175]: 6 -4.5 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3249]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3309]: 6 -0.0257125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3346]: 6 -1.00643 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3359]: 6 -0.250001 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3362]: 6 -4 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3448]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3539]: 6 -1.3125 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3637]: 6 -4.90625 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3732]: 6 -5.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3738]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3739]: 6 -1.25 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3786]: 6 -0.690665 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3824]: 6 -0.690664 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3825]: 6 -0.690664 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3828]: 6 -2.23735 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3874]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3876]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[4035]: 6 -1 0 shouldn't be
2535.30/2542.48	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
2587.86/2595.12	c #Conflicts:    3814000 | #Constraints:      48340
2587.86/2595.12	c #Conflicts:    3815000 | #Constraints:      49340
2587.86/2595.12	c #Conflicts:    3816000 | #Constraints:      50341
2587.86/2595.12	c #Conflicts:    3817000 | #Constraints:      51341
2587.86/2595.12	c #Conflicts:    3818000 | #Constraints:      52341
2587.86/2595.12	c #Conflicts:    3819000 | #Constraints:      53341
2587.86/2595.12	c #Conflicts:    3820000 | #Constraints:      54341
2587.86/2595.12	c #Conflicts:    3821000 | #Constraints:      55341
2587.86/2595.12	c #Conflicts:    3822000 | #Constraints:      56341
2587.86/2595.12	c #Conflicts:    3823000 | #Constraints:      57341
2587.86/2595.12	c #Conflicts:    3824000 | #Constraints:      58341
2587.86/2595.12	c #Conflicts:    3825000 | #Constraints:      59341
2587.86/2595.12	c #Conflicts:    3826000 | #Constraints:      60342
2587.86/2595.12	c #Conflicts:    3827000 | #Constraints:      61342
2587.86/2595.12	c #Conflicts:    3828000 | #Constraints:      62342
2587.86/2595.12	c #Conflicts:    3829000 | #Constraints:      63342
2587.86/2595.12	c #Conflicts:    3830000 | #Constraints:      64342
2587.86/2595.12	c #Conflicts:    3831000 | #Constraints:      65343
2587.86/2595.12	c #Conflicts:    3832000 | #Constraints:      66343
2587.86/2595.12	c #Conflicts:    3833000 | #Constraints:      67343
2587.86/2595.12	c #Conflicts:    3834000 | #Constraints:      68343
2587.86/2595.12	c #Conflicts:    3835000 | #Constraints:      69343
2587.86/2595.12	c #Conflicts:    3836000 | #Constraints:      70343
2587.86/2595.12	c #Conflicts:    3837000 | #Constraints:      71344
2587.86/2595.12	c #Conflicts:    3838000 | #Constraints:      72344
2587.86/2595.12	c #Conflicts:    3839000 | #Constraints:      73344
2587.86/2595.12	c #Conflicts:    3840000 | #Constraints:      74344
2587.86/2595.12	c #Conflicts:    3841000 | #Constraints:      75344
2587.86/2595.12	c #Conflicts:    3842000 | #Constraints:      76344
2587.86/2595.12	c #Conflicts:    3843000 | #Constraints:      77344
2587.86/2595.12	c #Conflicts:    3844000 | #Constraints:      78344
2587.86/2595.12	c #Conflicts:    3845000 | #Constraints:      79344
2587.86/2595.12	c #Conflicts:    3846000 | #Constraints:      80344
2587.86/2595.12	c #Conflicts:    3847000 | #Constraints:      81344
2587.86/2595.12	c #Conflicts:    3848000 | #Constraints:      82344
2587.86/2595.12	c #Conflicts:    3849000 | #Constraints:      83344
2587.86/2595.12	c #Conflicts:    3850000 | #Constraints:      84344
2587.86/2595.12	c #Conflicts:    3851000 | #Constraints:      85445
2587.86/2595.12	c #Conflicts:    3852000 | #Constraints:      86445
2587.86/2595.12	c INPROCESSING
2587.86/2595.12	c GARBAGE COLLECT
2587.86/2595.12	c #Conflicts:    3853000 | #Constraints:      48388
2587.86/2595.12	c #Conflicts:    3854000 | #Constraints:      49388
2587.86/2595.12	c #Conflicts:    3855000 | #Constraints:      50388
2587.86/2595.12	c #Conflicts:    3856000 | #Constraints:      51388
2587.86/2595.12	c #Conflicts:    3857000 | #Constraints:      52388
2587.86/2595.12	c #Conflicts:    3858000 | #Constraints:      53388
2587.86/2595.12	c #Conflicts:    3859000 | #Constraints:      54388
2587.86/2595.12	c #Conflicts:    3860000 | #Constraints:      55388
2587.86/2595.12	c #Conflicts:    3861000 | #Constraints:      56388
2587.86/2595.12	c #Conflicts:    3862000 | #Constraints:      57388
2587.86/2595.12	c #Conflicts:    3863000 | #Constraints:      58388
2587.86/2595.12	c #Conflicts:    3864000 | #Constraints:      59388
2587.86/2595.12	c #Conflicts:    3865000 | #Constraints:      60388
2587.86/2595.12	c #Conflicts:    3866000 | #Constraints:      61388
2587.86/2595.12	c #Conflicts:    3867000 | #Constraints:      62388
2587.86/2595.12	c #Conflicts:    3868000 | #Constraints:      63388
2587.86/2595.12	c #Conflicts:    3869000 | #Constraints:      64388
2587.86/2595.12	c #Conflicts:    3870000 | #Constraints:      65388
2587.86/2595.12	c #Conflicts:    3871000 | #Constraints:      66388
2587.86/2595.12	c #Conflicts:    3872000 | #Constraints:      67388
2587.86/2595.12	c #Conflicts:    3873000 | #Constraints:      68388
2587.86/2595.12	c #Conflicts:    3874000 | #Constraints:      69388
2587.86/2595.12	c #Conflicts:    3875000 | #Constraints:      70388
2587.86/2595.12	c #Conflicts:    3876000 | #Constraints:      71388
2587.86/2595.12	c #Conflicts:    3877000 | #Constraints:      72388
2587.86/2595.12	c #Conflicts:    3878000 | #Constraints:      73388
2587.86/2595.12	c #Conflicts:    3879000 | #Constraints:      74388
2587.86/2595.12	c #Conflicts:    3880000 | #Constraints:      75388
2587.86/2595.12	c #Conflicts:    3881000 | #Constraints:      76390
2587.86/2595.12	c #Conflicts:    3882000 | #Constraints:      77391
2587.86/2595.12	c #Conflicts:    3883000 | #Constraints:      78391
2587.86/2595.12	c #Conflicts:    3884000 | #Constraints:      79391
2587.86/2595.12	c #Conflicts:    3885000 | #Constraints:      80391
2587.86/2595.12	c #Conflicts:    3886000 | #Constraints:      81392
2587.86/2595.12	c #Conflicts:    3887000 | #Constraints:      82392
2587.86/2595.12	c #Conflicts:    3888000 | #Constraints:      83392
2587.86/2595.12	c #Conflicts:    3889000 | #Constraints:      84392
2587.86/2595.12	c #Conflicts:    3890000 | #Constraints:      85394
2587.86/2595.12	c #Conflicts:    3891000 | #Constraints:      86693
2587.86/2595.12	c INPROCESSING
2640.21/2647.60	c GARBAGE COLLECT
2640.21/2647.60	c #Conflicts:    3892000 | #Constraints:      48281
2640.21/2647.60	c #Conflicts:    3893000 | #Constraints:      49281
2640.21/2647.60	c #Conflicts:    3894000 | #Constraints:      50281
2640.21/2647.60	c #Conflicts:    3895000 | #Constraints:      51281
2640.21/2647.60	c #Conflicts:    3896000 | #Constraints:      52281
2640.21/2647.60	c #Conflicts:    3897000 | #Constraints:      53281
2640.21/2647.60	c #Conflicts:    3898000 | #Constraints:      54281
2640.21/2647.60	c #Conflicts:    3899000 | #Constraints:      55281
2640.21/2647.60	c #Conflicts:    3900000 | #Constraints:      56281
2640.21/2647.60	c #Conflicts:    3901000 | #Constraints:      57281
2640.21/2647.60	c #Conflicts:    3902000 | #Constraints:      58281
2640.21/2647.60	c #Conflicts:    3903000 | #Constraints:      59281
2640.21/2647.60	c #Conflicts:    3904000 | #Constraints:      60281
2640.21/2647.60	c #Conflicts:    3905000 | #Constraints:      61281
2640.21/2647.60	c #Conflicts:    3906000 | #Constraints:      62281
2640.21/2647.60	c #Conflicts:    3907000 | #Constraints:      63281
2640.21/2647.60	c #Conflicts:    3908000 | #Constraints:      64281
2640.21/2647.60	c #Conflicts:    3909000 | #Constraints:      65281
2640.21/2647.60	c #Conflicts:    3910000 | #Constraints:      66282
2640.21/2647.60	c #Conflicts:    3911000 | #Constraints:      67282
2640.21/2647.60	c #Conflicts:    3912000 | #Constraints:      68282
2640.21/2647.60	c #Conflicts:    3913000 | #Constraints:      69282
2640.21/2647.60	c #Conflicts:    3914000 | #Constraints:      70282
2640.21/2647.60	c #Conflicts:    3915000 | #Constraints:      71283
2640.21/2647.60	c #Conflicts:    3916000 | #Constraints:      72283
2640.21/2647.60	c #Conflicts:    3917000 | #Constraints:      73283
2640.21/2647.60	c #Conflicts:    3918000 | #Constraints:      74283
2640.21/2647.60	c #Conflicts:    3919000 | #Constraints:      75283
2640.21/2647.60	c #Conflicts:    3920000 | #Constraints:      76283
2640.21/2647.60	c #Conflicts:    3921000 | #Constraints:      77283
2640.21/2647.60	c #Conflicts:    3922000 | #Constraints:      78283
2640.21/2647.60	c #Conflicts:    3923000 | #Constraints:      79283
2640.21/2647.60	c #Conflicts:    3924000 | #Constraints:      80283
2640.21/2647.60	c #Conflicts:    3925000 | #Constraints:      81284
2640.21/2647.60	c #Conflicts:    3926000 | #Constraints:      82284
2640.21/2647.60	c #Conflicts:    3927000 | #Constraints:      83284
2640.21/2647.60	c #Conflicts:    3928000 | #Constraints:      84284
2640.21/2647.60	c #Conflicts:    3929000 | #Constraints:      85284
2640.21/2647.60	c #Conflicts:    3930000 | #Constraints:      86284
2640.21/2647.60	c #Conflicts:    3931000 | #Constraints:      87284
2640.21/2647.60	c INPROCESSING
2640.21/2647.60	c GARBAGE COLLECT
2640.21/2647.60	c #Conflicts:    3932000 | #Constraints:      48772
2640.21/2647.60	c #Conflicts:    3933000 | #Constraints:      49772
2640.21/2647.60	c #Conflicts:    3934000 | #Constraints:      50772
2640.21/2647.60	c #Conflicts:    3935000 | #Constraints:      51772
2640.21/2647.60	c #Conflicts:    3936000 | #Constraints:      52772
2640.21/2647.60	c #Conflicts:    3937000 | #Constraints:      53772
2640.21/2647.60	c #Conflicts:    3938000 | #Constraints:      54772
2640.21/2647.60	c #Conflicts:    3939000 | #Constraints:      55772
2640.21/2647.60	c #Conflicts:    3940000 | #Constraints:      56772
2640.21/2647.60	c #Conflicts:    3941000 | #Constraints:      57772
2640.21/2647.60	c #Conflicts:    3942000 | #Constraints:      58772
2640.21/2647.60	c #Conflicts:    3943000 | #Constraints:      59772
2640.21/2647.60	c #Conflicts:    3944000 | #Constraints:      60772
2640.21/2647.60	c #Conflicts:    3945000 | #Constraints:      61772
2640.21/2647.60	c #Conflicts:    3946000 | #Constraints:      62772
2640.21/2647.60	c #Conflicts:    3947000 | #Constraints:      63772
2640.21/2647.60	c #Conflicts:    3948000 | #Constraints:      64772
2640.21/2647.60	c #Conflicts:    3949000 | #Constraints:      65772
2640.21/2647.60	c #Conflicts:    3950000 | #Constraints:      66772
2640.21/2647.60	c #Conflicts:    3951000 | #Constraints:      67772
2640.21/2647.60	c #Conflicts:    3952000 | #Constraints:      68772
2640.21/2647.60	c #Conflicts:    3953000 | #Constraints:      69772
2640.21/2647.60	c #Conflicts:    3954000 | #Constraints:      70772
2640.21/2647.60	c #Conflicts:    3955000 | #Constraints:      71772
2640.21/2647.60	c #Conflicts:    3956000 | #Constraints:      72772
2640.21/2647.60	c #Conflicts:    3957000 | #Constraints:      73772
2640.21/2647.60	c #Conflicts:    3958000 | #Constraints:      74772
2640.21/2647.60	c #Conflicts:    3959000 | #Constraints:      75772
2640.21/2647.60	c #Conflicts:    3960000 | #Constraints:      76772
2640.21/2647.60	c #Conflicts:    3961000 | #Constraints:      77772
2640.21/2647.60	c #Conflicts:    3962000 | #Constraints:      78772
2640.21/2647.60	c #Conflicts:    3963000 | #Constraints:      79772
2640.21/2647.60	c #Conflicts:    3964000 | #Constraints:      80772
2640.21/2647.60	c #Conflicts:    3965000 | #Constraints:      81772
2640.21/2647.60	c #Conflicts:    3966000 | #Constraints:      82772
2640.21/2647.60	c #Conflicts:    3967000 | #Constraints:      83772
2640.21/2647.60	c #Conflicts:    3968000 | #Constraints:      84772
2640.21/2647.60	c #Conflicts:    3969000 | #Constraints:      85772
2642.71/2650.18	c #Conflicts:    3970000 | #Constraints:      86772
2642.71/2650.18	c #Conflicts:    3971000 | #Constraints:      87772
2642.71/2650.18	c INPROCESSING
2642.71/2650.18	c GARBAGE COLLECT
2642.71/2650.18	WSVECS04 Frhs2[6]: 6 0 0.0305643 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[23]: 6 0 0.416121 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[31]: 6 -0.999962 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[32]: 6 0 1.10508 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[74]: 6 -4.22145 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[76]: 6 -1.16736 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[80]: 6 -1.35 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[81]: 6 -1.09827 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[82]: 6 -1.0628 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[100]: 6 -3.0549 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[132]: 6 -1.39243 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[138]: 6 0 6.89977 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[152]: 6 -1.03916 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[154]: 6 -1.2668 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[190]: 6 -3.97142 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[330]: 6 0 6.69348 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[355]: 6 0 9.73565 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[388]: 6 -0.946425 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[389]: 6 -1.00244 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[406]: 6 0 0.875592 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[408]: 6 -0.998508 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[421]: 6 -0.00484129 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[437]: 6 0 16.0461 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[446]: 6 -4.39802 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[448]: 6 -0.999808 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[513]: 6 -2.49719 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[533]: 6 0 16.5173 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[536]: 6 -1.02527 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[538]: 6 -1.43776 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[541]: 6 -6.21636 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[543]: 6 -1.63151 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[544]: 6 -3.63086 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[546]: 6 -3.6855 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[548]: 6 0 0.0548423 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[577]: 6 -2.70867 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[579]: 6 -3.77956 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[586]: 6 0 7.56043 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[598]: 6 0 6.65991 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[602]: 6 -0.544715 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[603]: 6 -1.32688 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[604]: 6 -2.57723 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[607]: 6 -1.89295 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[608]: 6 -0.242116 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[609]: 6 -0.994071 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[611]: 6 0 9.46312 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[612]: 6 -1.73323 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[632]: 6 -2.38156 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[635]: 6 -0.530851 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[665]: 6 -1.03298 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[676]: 6 -0.993282 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[701]: 6 -6.13372 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[931]: 6 -1.51865 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[957]: 6 -0.954951 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1011]: 6 -2.02652 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1026]: 6 -1.59625 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1027]: 6 -1.24138 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1053]: 6 -7.45799 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1068]: 6 -1.99936 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1077]: 6 -1.03751 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1079]: 6 -1.0863 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1084]: 6 -2.96976 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1098]: 6 0 6.89062 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1107]: 6 0 3.49902 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1114]: 6 -1.85938 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1115]: 6 -2.46848 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1116]: 6 -0.933957 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1118]: 6 0 0.156757 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1120]: 6 -1.38957 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1121]: 6 -1.34969 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1122]: 6 -1.39145 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1151]: 6 -0.290436 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1152]: 6 -1.32895 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1155]: 6 -3.57566 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1161]: 6 -1.10207 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1177]: 6 0 0.675273 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1178]: 6 0 2.88142 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1187]: 6 -2.26682 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1212]: 6 -0.999843 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1217]: 6 -1.3135 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1241]: 6 -0.51522 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1245]: 6 -0.875058 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1248]: 6 -1.00915 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1274]: 6 -0.785369 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1281]: 6 -1.78408 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1287]: 6 -0.0418716 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1304]: 6 -0.73661 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1307]: 6 -1.42934 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1311]: 6 0 3.06207 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1318]: 6 -1.27269 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1331]: 6 -1.24775 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1338]: 6 -0.548399 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1346]: 6 -1.81815 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1369]: 6 0 1.0846 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1372]: 6 -1.20526 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1374]: 6 -2.00434 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1376]: 6 -1.49524 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1379]: 6 -1.26604 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1380]: 6 -1.77917 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1408]: 6 -0.7633 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1414]: 6 -0.427972 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1435]: 6 0 1.80508 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1440]: 6 0 0.320623 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1442]: 6 -0.886918 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1444]: 6 -3.69228 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1447]: 6 -0.113943 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1459]: 6 0 0.149589 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1466]: 6 -1.00424 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1472]: 6 -1.90595 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1477]: 6 -4.85405 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1478]: 6 0 3.98752 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1479]: 6 -5.46509 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1502]: 6 -0.043959 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1504]: 6 0 2.11927 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1507]: 6 -1.89348 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1510]: 6 -0.998362 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1511]: 6 -1.3159 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1524]: 6 -1.23308 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1526]: 6 -2.61239 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1538]: 6 -2.50356 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1555]: 6 -0.0339959 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1561]: 6 -4.33096 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1562]: 6 -1.83254 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1564]: 6 -1.47652 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1568]: 6 -0.938235 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1589]: 6 0 0.130604 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1591]: 6 0 0.613367 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1592]: 6 -2.94752 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1626]: 6 -1.2448 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1627]: 6 -1.73814 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1628]: 6 -4.88277 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1629]: 6 -4.62945 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1630]: 6 -3.51478 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1638]: 6 -1.71146 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1652]: 6 -1.36218 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1659]: 6 0 0.179367 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1660]: 6 0 0.371017 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1662]: 6 -3.86861 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1663]: 6 -1.04363 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1896]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1904]: 6 -1.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1945]: 6 -5.75419 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1988]: 6 -1.00001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[1992]: 6 -1.31505 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2036]: 6 -1.25006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2046]: 6 -1.0001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2047]: 6 -1.00005 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2070]: 6 -1.25454 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2078]: 6 -2.33841 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2110]: 6 -0.110024 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2119]: 6 0 27.0432 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2128]: 6 -4.55466 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2140]: 6 0 4.18117 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2143]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2171]: 6 -1.00002 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2175]: 6 -1.00009 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2176]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2226]: 6 -10.9891 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2230]: 6 -1.51765 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2237]: 6 -1.07036 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2239]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2266]: 6 -1.00531 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2332]: 6 -14.1061 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2334]: 6 -10.26 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2361]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2366]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2369]: 6 -1.01538 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2371]: 6 -1.51541 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2426]: 6 -5.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2428]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2430]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2431]: 6 -1.0001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2434]: 6 -1.00071 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2457]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2462]: 6 -1.29404 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2464]: 6 -1.00009 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2465]: 6 -1.00071 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2467]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2529]: 6 -0.970688 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2530]: 6 -1.12479 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2558]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2559]: 6 -1.25008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2560]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2561]: 6 -1.00005 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2564]: 6 -1.00005 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2565]: 6 -10.8445 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2568]: 6 -1.31313 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2620]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2624]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2625]: 6 -1.0001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2631]: 6 -1.36888 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2632]: 6 0 0.00415026 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2657]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2660]: 6 -1.25003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2704]: 6 0 1.00006 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2707]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2713]: 6 -1.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2718]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2748]: 6 -1.00528 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2751]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2760]: 6 -9.17981 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2761]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2763]: 6 -1.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2765]: 6 -1.40711 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2800]: 6 -16.9017 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2804]: 6 -1.00002 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2808]: 6 -1.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2809]: 6 -1.00002 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2812]: 6 -1.25008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2814]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2817]: 6 -0.164202 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2846]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2847]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2848]: 6 -1.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2896]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2900]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2905]: 6 -1.0001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2910]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2936]: 6 -1.24839 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2938]: 6 -1.31182 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2943]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2944]: 6 -0.999943 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2949]: 6 -1.00001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[2951]: 6 -1.37722 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3006]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3011]: 6 -1.00043 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3013]: 6 -0.996936 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3031]: 6 -1.01477 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3033]: 6 -0.999543 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3041]: 6 -1.00019 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3043]: 6 -1.00002 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3046]: 6 -0.996908 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3049]: 6 -1.86211 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3050]: 6 -1.97159 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3065]: 6 0 0.019374 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3085]: 6 -1.00001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3088]: 6 -1.00523 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3092]: 6 -1.24095 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3136]: 6 -1.0001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3137]: 6 -1.00259 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3139]: 6 -1.00005 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3146]: 6 -5.00001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3192]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3194]: 6 -9.06842 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3196]: 6 -3.63666 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3198]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3220]: 6 0 0.0123034 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3225]: 6 -1.09667 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3228]: 6 -0.999797 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3229]: 6 -1.25007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3230]: 6 -1.31257 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3231]: 6 -1.00005 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3232]: 6 -1.25007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3233]: 6 -0.999624 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3235]: 6 -1.50005 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3240]: 6 -1.25543 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3242]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3244]: 6 -1.34051 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3248]: 6 -0.822753 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3268]: 6 0 0.0258975 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3280]: 6 -2.80378 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3284]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3285]: 6 -2.21506 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3288]: 6 -1.31255 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3323]: 6 -0.28971 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3324]: 6 -1.00009 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3325]: 6 -1.0001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3326]: 6 -1.00001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3329]: 6 -0.874593 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3336]: 6 -7.00751 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3374]: 6 -9.33614 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3381]: 6 -2.88624 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3384]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3385]: 6 -1.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3388]: 6 -1.00002 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3390]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3391]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3393]: 6 -0.999309 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3413]: 6 -1.44728 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3414]: 6 -0.837651 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3423]: 6 -0.998918 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3426]: 6 -1.8352 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3427]: 6 -0.997694 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3432]: 6 -1.31249 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3454]: 6 0 1.41773 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3470]: 6 -6.4674 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3471]: 6 -1.13808 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3474]: 6 -1.02533 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3475]: 6 -1.57879 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3478]: 6 -0.537952 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3480]: 6 -1.00009 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3482]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3484]: 6 -1.94251 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3491]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3493]: 6 -3.57465 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3508]: 6 0 0.40107 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3511]: 6 -0.594745 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3518]: 6 -0.235969 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3519]: 6 -1.00005 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3520]: 6 -0.999726 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3521]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3523]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3526]: 6 0 3.23237 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3528]: 6 -1.04294 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3530]: 6 -1.24731 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3569]: 6 -6.5503 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3571]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3575]: 6 -1.00002 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3578]: 6 -1.00002 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3579]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3582]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3583]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3615]: 6 -0.999602 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3618]: 6 -2.22959 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3622]: 6 0 0.623933 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3624]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3626]: 6 -0.557538 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3674]: 6 -6.27321 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3677]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3680]: 6 -1.00009 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3681]: 6 -3.21439 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3683]: 6 -0.999998 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3685]: 6 -0.999448 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3706]: 6 -1.04932 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3712]: 6 -1.00009 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3718]: 6 -0.999555 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3719]: 6 -1.37943 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3722]: 6 -1.68719 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3755]: 6 -1.99441 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3758]: 6 0 0.342257 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3760]: 6 -1.00008 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3761]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3764]: 6 -0.44643 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3774]: 6 -1.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3775]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3781]: 6 -2.28531 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3803]: 6 -1.2644 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3804]: 6 -1.66711 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3805]: 6 -1.14629 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3806]: 6 -0.706537 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3807]: 6 -1.7502 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3808]: 6 -1.00005 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3814]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3818]: 6 -4.05307 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3830]: 6 0 0.512486 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3854]: 6 -18.4364 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3860]: 6 -0.961614 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3862]: 6 -1.96253 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3864]: 6 -1.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3868]: 6 -2.17427 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3869]: 6 -1.00001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3872]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3874]: 6 -1.05587 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3876]: 6 -2.41951 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3892]: 6 -1.25006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3901]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3905]: 6 -3.69249 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3907]: 6 0 1.12315 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3908]: 6 -0.408191 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3909]: 6 -1.00004 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3912]: 6 -3.63684 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3914]: 6 0 5.12434 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3915]: 6 0 0.291535 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3953]: 6 -1.00002 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3956]: 6 -1.07278 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3960]: 6 -1.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3961]: 6 -1.00006 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[3964]: 6 -1.25007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[4049]: 6 0 1.26166 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[4060]: 6 -1.00131 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[4086]: 6 -1.0001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[4087]: 6 -1.00009 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[4088]: 6 -1.00003 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[4089]: 6 -1.00002 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[4090]: 6 -1.0001 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[4091]: 6 -1.00007 0 shouldn't be
2642.71/2650.18	WSVECS04 Frhs2[4092]: 6 -1.00004 0 shouldn't be
2705.62/2713.22	c #Conflicts:    3972000 | #Constraints:      49093
2705.62/2713.22	c #Conflicts:    3973000 | #Constraints:      50093
2705.62/2713.22	c #Conflicts:    3974000 | #Constraints:      51093
2705.62/2713.22	c #Conflicts:    3975000 | #Constraints:      52093
2705.62/2713.22	c #Conflicts:    3976000 | #Constraints:      53093
2705.62/2713.22	c #Conflicts:    3977000 | #Constraints:      54093
2705.62/2713.22	c #Conflicts:    3978000 | #Constraints:      55093
2705.62/2713.22	c #Conflicts:    3979000 | #Constraints:      56093
2705.62/2713.22	c #Conflicts:    3980000 | #Constraints:      57093
2705.62/2713.22	c #Conflicts:    3981000 | #Constraints:      58093
2705.62/2713.22	c #Conflicts:    3982000 | #Constraints:      59093
2705.62/2713.22	c #Conflicts:    3983000 | #Constraints:      60093
2705.62/2713.22	c #Conflicts:    3984000 | #Constraints:      61093
2705.62/2713.22	c #Conflicts:    3985000 | #Constraints:      62093
2705.62/2713.22	c #Conflicts:    3986000 | #Constraints:      63093
2705.62/2713.22	c #Conflicts:    3987000 | #Constraints:      64093
2705.62/2713.22	c #Conflicts:    3988000 | #Constraints:      65093
2705.62/2713.22	c #Conflicts:    3989000 | #Constraints:      66093
2705.62/2713.22	c #Conflicts:    3990000 | #Constraints:      67093
2705.62/2713.22	c #Conflicts:    3991000 | #Constraints:      68093
2705.62/2713.22	c #Conflicts:    3992000 | #Constraints:      69093
2705.62/2713.22	c #Conflicts:    3993000 | #Constraints:      70093
2705.62/2713.22	c #Conflicts:    3994000 | #Constraints:      71093
2705.62/2713.22	c #Conflicts:    3995000 | #Constraints:      72093
2705.62/2713.22	c #Conflicts:    3996000 | #Constraints:      73094
2705.62/2713.22	c #Conflicts:    3997000 | #Constraints:      74094
2705.62/2713.22	c #Conflicts:    3998000 | #Constraints:      75094
2705.62/2713.22	c #Conflicts:    3999000 | #Constraints:      76094
2705.62/2713.22	c #Conflicts:    4000000 | #Constraints:      77094
2705.62/2713.22	c #Conflicts:    4001000 | #Constraints:      78094
2705.62/2713.22	c #Conflicts:    4002000 | #Constraints:      79094
2705.62/2713.22	c #Conflicts:    4003000 | #Constraints:      80094
2705.62/2713.22	c #Conflicts:    4004000 | #Constraints:      81094
2705.62/2713.22	c #Conflicts:    4005000 | #Constraints:      82094
2705.62/2713.22	c #Conflicts:    4006000 | #Constraints:      83094
2705.62/2713.22	c #Conflicts:    4007000 | #Constraints:      84094
2705.62/2713.22	c #Conflicts:    4008000 | #Constraints:      85094
2705.62/2713.22	c #Conflicts:    4009000 | #Constraints:      86094
2705.62/2713.22	c #Conflicts:    4010000 | #Constraints:      87094
2705.62/2713.22	c #Conflicts:    4011000 | #Constraints:      88094
2705.62/2713.22	c INPROCESSING
2705.62/2713.22	c GARBAGE COLLECT
2705.62/2713.22	c #Conflicts:    4012000 | #Constraints:      49287
2705.62/2713.22	c #Conflicts:    4013000 | #Constraints:      50287
2705.62/2713.22	c #Conflicts:    4014000 | #Constraints:      51288
2705.62/2713.22	c #Conflicts:    4015000 | #Constraints:      52288
2705.62/2713.22	c #Conflicts:    4016000 | #Constraints:      53288
2705.62/2713.22	c #Conflicts:    4017000 | #Constraints:      54288
2705.62/2713.22	c #Conflicts:    4018000 | #Constraints:      55288
2705.62/2713.22	c #Conflicts:    4019000 | #Constraints:      56288
2705.62/2713.22	c #Conflicts:    4020000 | #Constraints:      57288
2705.62/2713.22	c #Conflicts:    4021000 | #Constraints:      58288
2705.62/2713.22	c #Conflicts:    4022000 | #Constraints:      59454
2705.62/2713.22	c #Conflicts:    4023000 | #Constraints:      60961
2705.62/2713.22	c #Conflicts:    4024000 | #Constraints:      62310
2705.62/2713.22	c #Conflicts:    4025000 | #Constraints:      63310
2705.62/2713.22	c #Conflicts:    4026000 | #Constraints:      64310
2705.62/2713.22	c #Conflicts:    4027000 | #Constraints:      65310
2705.62/2713.22	c #Conflicts:    4028000 | #Constraints:      66310
2705.62/2713.22	c #Conflicts:    4029000 | #Constraints:      67310
2705.62/2713.22	c #Conflicts:    4030000 | #Constraints:      68310
2705.62/2713.22	c #Conflicts:    4031000 | #Constraints:      69310
2705.62/2713.22	c #Conflicts:    4032000 | #Constraints:      70310
2705.62/2713.22	c #Conflicts:    4033000 | #Constraints:      71310
2705.62/2713.22	c #Conflicts:    4034000 | #Constraints:      72310
2705.62/2713.22	c #Conflicts:    4035000 | #Constraints:      73310
2705.62/2713.22	c #Conflicts:    4036000 | #Constraints:      74310
2705.62/2713.22	c #Conflicts:    4037000 | #Constraints:      75310
2705.62/2713.22	c #Conflicts:    4038000 | #Constraints:      76310
2705.62/2713.22	c #Conflicts:    4039000 | #Constraints:      77310
2705.62/2713.22	c #Conflicts:    4040000 | #Constraints:      78310
2705.62/2713.22	c #Conflicts:    4041000 | #Constraints:      79310
2705.62/2713.22	c #Conflicts:    4042000 | #Constraints:      80310
2705.62/2713.22	c #Conflicts:    4043000 | #Constraints:      81310
2705.62/2713.22	c #Conflicts:    4044000 | #Constraints:      82310
2705.62/2713.22	c #Conflicts:    4045000 | #Constraints:      83310
2705.62/2713.22	c #Conflicts:    4046000 | #Constraints:      84310
2705.62/2713.22	c #Conflicts:    4047000 | #Constraints:      85310
2705.62/2713.22	c #Conflicts:    4048000 | #Constraints:      86310
2705.62/2713.22	c #Conflicts:    4049000 | #Constraints:      87310
2705.62/2713.22	c #Conflicts:    4050000 | #Constraints:      88310
2806.51/2814.48	c #Conflicts:    4051000 | #Constraints:      89310
2806.51/2814.48	c INPROCESSING
2806.51/2814.48	c GARBAGE COLLECT
2806.51/2814.48	c #Conflicts:    4052000 | #Constraints:      49783
2806.51/2814.48	c #Conflicts:    4053000 | #Constraints:      50783
2806.51/2814.48	c #Conflicts:    4054000 | #Constraints:      51783
2806.51/2814.48	c #Conflicts:    4055000 | #Constraints:      52783
2806.51/2814.48	c #Conflicts:    4056000 | #Constraints:      53783
2806.51/2814.48	c #Conflicts:    4057000 | #Constraints:      54783
2806.51/2814.48	c #Conflicts:    4058000 | #Constraints:      55783
2806.51/2814.48	c #Conflicts:    4059000 | #Constraints:      56783
2806.51/2814.48	c #Conflicts:    4060000 | #Constraints:      57783
2806.51/2814.48	c #Conflicts:    4061000 | #Constraints:      58783
2806.51/2814.48	c #Conflicts:    4062000 | #Constraints:      59783
2806.51/2814.48	c #Conflicts:    4063000 | #Constraints:      60783
2806.51/2814.48	c #Conflicts:    4064000 | #Constraints:      61783
2806.51/2814.48	c #Conflicts:    4065000 | #Constraints:      62783
2806.51/2814.48	c #Conflicts:    4066000 | #Constraints:      63783
2806.51/2814.48	c #Conflicts:    4067000 | #Constraints:      64783
2806.51/2814.48	c #Conflicts:    4068000 | #Constraints:      65783
2806.51/2814.48	c #Conflicts:    4069000 | #Constraints:      66783
2806.51/2814.48	c #Conflicts:    4070000 | #Constraints:      67783
2806.51/2814.48	c #Conflicts:    4071000 | #Constraints:      68783
2806.51/2814.48	c #Conflicts:    4072000 | #Constraints:      69783
2806.51/2814.48	c #Conflicts:    4073000 | #Constraints:      70783
2806.51/2814.48	c #Conflicts:    4074000 | #Constraints:      71783
2806.51/2814.48	c #Conflicts:    4075000 | #Constraints:      72784
2806.51/2814.48	c #Conflicts:    4076000 | #Constraints:      73784
2806.51/2814.48	c #Conflicts:    4077000 | #Constraints:      74784
2806.51/2814.48	c #Conflicts:    4078000 | #Constraints:      75784
2806.51/2814.48	c #Conflicts:    4079000 | #Constraints:      76784
2806.51/2814.48	c #Conflicts:    4080000 | #Constraints:      77784
2806.51/2814.48	c #Conflicts:    4081000 | #Constraints:      78784
2806.51/2814.48	c #Conflicts:    4082000 | #Constraints:      79784
2806.51/2814.48	c #Conflicts:    4083000 | #Constraints:      80784
2806.51/2814.48	c #Conflicts:    4084000 | #Constraints:      81784
2806.51/2814.48	c #Conflicts:    4085000 | #Constraints:      82784
2806.51/2814.48	c #Conflicts:    4086000 | #Constraints:      84060
2806.51/2814.48	c #Conflicts:    4087000 | #Constraints:      85556
2806.51/2814.48	c #Conflicts:    4088000 | #Constraints:      87055
2806.51/2814.48	c #Conflicts:    4089000 | #Constraints:      88542
2806.51/2814.48	c #Conflicts:    4090000 | #Constraints:      90045
2806.51/2814.48	c #Conflicts:    4091000 | #Constraints:      91571
2806.51/2814.48	c INPROCESSING
2806.51/2814.48	c GARBAGE COLLECT
2806.51/2814.48	c #Conflicts:    4092000 | #Constraints:      50877
2806.51/2814.48	c #Conflicts:    4093000 | #Constraints:      51877
2806.51/2814.48	c #Conflicts:    4094000 | #Constraints:      52877
2806.51/2814.48	c #Conflicts:    4095000 | #Constraints:      53877
2806.51/2814.48	c #Conflicts:    4096000 | #Constraints:      54877
2806.51/2814.48	c #Conflicts:    4097000 | #Constraints:      55877
2806.51/2814.48	c #Conflicts:    4098000 | #Constraints:      56877
2806.51/2814.48	c #Conflicts:    4099000 | #Constraints:      57877
2806.51/2814.48	c #Conflicts:    4100000 | #Constraints:      58877
2806.51/2814.48	c #Conflicts:    4101000 | #Constraints:      59877
2806.51/2814.48	c #Conflicts:    4102000 | #Constraints:      60877
2806.51/2814.48	c #Conflicts:    4103000 | #Constraints:      61877
2806.51/2814.48	c #Conflicts:    4104000 | #Constraints:      62877
2806.51/2814.48	c #Conflicts:    4105000 | #Constraints:      63877
2806.51/2814.48	c #Conflicts:    4106000 | #Constraints:      64877
2806.51/2814.48	c #Conflicts:    4107000 | #Constraints:      65877
2806.51/2814.48	c #Conflicts:    4108000 | #Constraints:      66877
2806.51/2814.48	c #Conflicts:    4109000 | #Constraints:      67877
2806.51/2814.48	c #Conflicts:    4110000 | #Constraints:      68877
2806.51/2814.48	c #Conflicts:    4111000 | #Constraints:      69877
2806.51/2814.48	c #Conflicts:    4112000 | #Constraints:      70877
2806.51/2814.48	c #Conflicts:    4113000 | #Constraints:      71877
2806.51/2814.48	c #Conflicts:    4114000 | #Constraints:      72877
2806.51/2814.48	c #Conflicts:    4115000 | #Constraints:      73877
2806.51/2814.48	c #Conflicts:    4116000 | #Constraints:      74877
2806.51/2814.48	c #Conflicts:    4117000 | #Constraints:      75877
2806.51/2814.48	c #Conflicts:    4118000 | #Constraints:      76877
2806.51/2814.48	c #Conflicts:    4119000 | #Constraints:      77877
2806.51/2814.48	c #Conflicts:    4120000 | #Constraints:      78877
2806.51/2814.48	c #Conflicts:    4121000 | #Constraints:      79877
2806.51/2814.48	c #Conflicts:    4122000 | #Constraints:      80877
2806.51/2814.48	c #Conflicts:    4123000 | #Constraints:      81877
2806.51/2814.48	c #Conflicts:    4124000 | #Constraints:      82877
2806.51/2814.48	c #Conflicts:    4125000 | #Constraints:      83877
2806.51/2814.48	c #Conflicts:    4126000 | #Constraints:      84877
2806.51/2814.48	c #Conflicts:    4127000 | #Constraints:      85877
2863.65/2871.73	c #Conflicts:    4128000 | #Constraints:      86877
2863.65/2871.73	c #Conflicts:    4129000 | #Constraints:      87877
2863.65/2871.73	c #Conflicts:    4130000 | #Constraints:      88877
2863.65/2871.73	c #Conflicts:    4131000 | #Constraints:      89877
2863.65/2871.73	c #Conflicts:    4132000 | #Constraints:      90877
2863.65/2871.73	c INPROCESSING
2863.65/2871.73	c GARBAGE COLLECT
2863.65/2871.73	c #Conflicts:    4133000 | #Constraints:      50566
2863.65/2871.73	c #Conflicts:    4134000 | #Constraints:      51566
2863.65/2871.73	c #Conflicts:    4135000 | #Constraints:      52566
2863.65/2871.73	c #Conflicts:    4136000 | #Constraints:      53566
2863.65/2871.73	c #Conflicts:    4137000 | #Constraints:      54566
2863.65/2871.73	c #Conflicts:    4138000 | #Constraints:      55566
2863.65/2871.73	c #Conflicts:    4139000 | #Constraints:      56566
2863.65/2871.73	c #Conflicts:    4140000 | #Constraints:      57566
2863.65/2871.73	c #Conflicts:    4141000 | #Constraints:      58566
2863.65/2871.73	c #Conflicts:    4142000 | #Constraints:      59566
2863.65/2871.73	c #Conflicts:    4143000 | #Constraints:      60566
2863.65/2871.73	c #Conflicts:    4144000 | #Constraints:      61566
2863.65/2871.73	c #Conflicts:    4145000 | #Constraints:      62566
2863.65/2871.73	c #Conflicts:    4146000 | #Constraints:      63566
2863.65/2871.73	c #Conflicts:    4147000 | #Constraints:      64566
2863.65/2871.73	c #Conflicts:    4148000 | #Constraints:      65566
2863.65/2871.73	c #Conflicts:    4149000 | #Constraints:      66566
2863.65/2871.73	c #Conflicts:    4150000 | #Constraints:      67566
2863.65/2871.73	c #Conflicts:    4151000 | #Constraints:      68566
2863.65/2871.73	c #Conflicts:    4152000 | #Constraints:      69566
2863.65/2871.73	c #Conflicts:    4153000 | #Constraints:      70566
2863.65/2871.73	c #Conflicts:    4154000 | #Constraints:      71566
2863.65/2871.73	c #Conflicts:    4155000 | #Constraints:      72566
2863.65/2871.73	c #Conflicts:    4156000 | #Constraints:      73566
2863.65/2871.73	c #Conflicts:    4157000 | #Constraints:      74566
2863.65/2871.73	c #Conflicts:    4158000 | #Constraints:      75566
2863.65/2871.73	c #Conflicts:    4159000 | #Constraints:      76566
2863.65/2871.73	c #Conflicts:    4160000 | #Constraints:      77566
2863.65/2871.73	c #Conflicts:    4161000 | #Constraints:      78566
2863.65/2871.73	c #Conflicts:    4162000 | #Constraints:      79566
2863.65/2871.73	c #Conflicts:    4163000 | #Constraints:      80566
2863.65/2871.73	c #Conflicts:    4164000 | #Constraints:      81566
2863.65/2871.73	c #Conflicts:    4165000 | #Constraints:      82566
2863.65/2871.73	c #Conflicts:    4166000 | #Constraints:      83566
2863.65/2871.73	c #Conflicts:    4167000 | #Constraints:      84566
2863.65/2871.73	c #Conflicts:    4168000 | #Constraints:      85566
2863.65/2871.73	c #Conflicts:    4169000 | #Constraints:      86566
2863.65/2871.73	c #Conflicts:    4170000 | #Constraints:      87566
2863.65/2871.73	c #Conflicts:    4171000 | #Constraints:      88566
2863.65/2871.73	c #Conflicts:    4172000 | #Constraints:      89566
2863.65/2871.73	c #Conflicts:    4173000 | #Constraints:      90566
2863.65/2871.73	c INPROCESSING
2863.65/2871.73	c GARBAGE COLLECT
2863.65/2871.73	c #Conflicts:    4174000 | #Constraints:      50518
2863.65/2871.73	c #Conflicts:    4175000 | #Constraints:      51518
2863.65/2871.73	c #Conflicts:    4176000 | #Constraints:      52518
2863.65/2871.73	c #Conflicts:    4177000 | #Constraints:      53518
2863.65/2871.73	c #Conflicts:    4178000 | #Constraints:      54518
2863.65/2871.73	c #Conflicts:    4179000 | #Constraints:      55518
2863.65/2871.73	c #Conflicts:    4180000 | #Constraints:      56518
2863.65/2871.73	c #Conflicts:    4181000 | #Constraints:      57518
2863.65/2871.73	c #Conflicts:    4182000 | #Constraints:      58518
2863.65/2871.73	c #Conflicts:    4183000 | #Constraints:      59518
2863.65/2871.73	c #Conflicts:    4184000 | #Constraints:      60518
2863.65/2871.73	c #Conflicts:    4185000 | #Constraints:      61518
2863.65/2871.73	c #Conflicts:    4186000 | #Constraints:      62518
2863.65/2871.73	c #Conflicts:    4187000 | #Constraints:      63518
2863.65/2871.73	c #Conflicts:    4188000 | #Constraints:      64518
2863.65/2871.73	c #Conflicts:    4189000 | #Constraints:      65518
2863.65/2871.73	c #Conflicts:    4190000 | #Constraints:      66518
2863.65/2871.73	c #Conflicts:    4191000 | #Constraints:      67518
2863.65/2871.73	c #Conflicts:    4192000 | #Constraints:      68518
2863.65/2871.73	c #Conflicts:    4193000 | #Constraints:      69518
2863.65/2871.73	c #Conflicts:    4194000 | #Constraints:      70518
2863.65/2871.73	c #Conflicts:    4195000 | #Constraints:      71518
2863.65/2871.73	c #Conflicts:    4196000 | #Constraints:      72518
2863.65/2871.73	c #Conflicts:    4197000 | #Constraints:      73518
2863.65/2871.73	c #Conflicts:    4198000 | #Constraints:      74518
2863.65/2871.73	c #Conflicts:    4199000 | #Constraints:      75518
2863.65/2871.73	c #Conflicts:    4200000 | #Constraints:      76518
2863.65/2871.73	c #Conflicts:    4201000 | #Constraints:      77518
2863.65/2871.73	c #Conflicts:    4202000 | #Constraints:      78518
2863.65/2871.73	c #Conflicts:    4203000 | #Constraints:      79518
2863.65/2871.73	c #Conflicts:    4204000 | #Constraints:      80518
2863.65/2871.73	c #Conflicts:    4205000 | #Constraints:      81518
2911.02/2919.26	c #Conflicts:    4206000 | #Constraints:      82518
2911.02/2919.26	c #Conflicts:    4207000 | #Constraints:      83518
2911.02/2919.26	c #Conflicts:    4208000 | #Constraints:      84518
2911.02/2919.26	c #Conflicts:    4209000 | #Constraints:      85518
2911.02/2919.26	c #Conflicts:    4210000 | #Constraints:      86518
2911.02/2919.26	c #Conflicts:    4211000 | #Constraints:      87518
2911.02/2919.26	c #Conflicts:    4212000 | #Constraints:      88518
2911.02/2919.26	c #Conflicts:    4213000 | #Constraints:      89518
2911.02/2919.26	c #Conflicts:    4214000 | #Constraints:      90518
2911.02/2919.26	c INPROCESSING
2911.02/2919.26	c GARBAGE COLLECT
2911.02/2919.26	c #Conflicts:    4215000 | #Constraints:      50522
2911.02/2919.26	c #Conflicts:    4216000 | #Constraints:      51522
2911.02/2919.26	c #Conflicts:    4217000 | #Constraints:      52522
2911.02/2919.26	c #Conflicts:    4218000 | #Constraints:      53522
2911.02/2919.26	c #Conflicts:    4219000 | #Constraints:      54522
2911.02/2919.26	c #Conflicts:    4220000 | #Constraints:      55522
2911.02/2919.26	c #Conflicts:    4221000 | #Constraints:      56522
2911.02/2919.26	c #Conflicts:    4222000 | #Constraints:      57522
2911.02/2919.26	c #Conflicts:    4223000 | #Constraints:      58522
2911.02/2919.26	c #Conflicts:    4224000 | #Constraints:      59522
2911.02/2919.26	c #Conflicts:    4225000 | #Constraints:      60522
2911.02/2919.26	c #Conflicts:    4226000 | #Constraints:      61522
2911.02/2919.26	c #Conflicts:    4227000 | #Constraints:      62522
2911.02/2919.26	c #Conflicts:    4228000 | #Constraints:      63522
2911.02/2919.26	c #Conflicts:    4229000 | #Constraints:      64522
2911.02/2919.26	c #Conflicts:    4230000 | #Constraints:      65522
2911.02/2919.26	c #Conflicts:    4231000 | #Constraints:      66522
2911.02/2919.26	c #Conflicts:    4232000 | #Constraints:      67522
2911.02/2919.26	c #Conflicts:    4233000 | #Constraints:      68522
2911.02/2919.26	c #Conflicts:    4234000 | #Constraints:      69522
2911.02/2919.26	c #Conflicts:    4235000 | #Constraints:      70522
2911.02/2919.26	c #Conflicts:    4236000 | #Constraints:      71522
2911.02/2919.26	c #Conflicts:    4237000 | #Constraints:      72522
2911.02/2919.26	c #Conflicts:    4238000 | #Constraints:      73522
2911.02/2919.26	c #Conflicts:    4239000 | #Constraints:      74522
2911.02/2919.26	c #Conflicts:    4240000 | #Constraints:      75523
2911.02/2919.26	c #Conflicts:    4241000 | #Constraints:      76523
2911.02/2919.26	c #Conflicts:    4242000 | #Constraints:      77523
2911.02/2919.26	c #Conflicts:    4243000 | #Constraints:      78523
2911.02/2919.26	c #Conflicts:    4244000 | #Constraints:      79523
2911.02/2919.26	c #Conflicts:    4245000 | #Constraints:      80523
2911.02/2919.26	c #Conflicts:    4246000 | #Constraints:      81523
2911.02/2919.26	c #Conflicts:    4247000 | #Constraints:      82523
2911.02/2919.26	c #Conflicts:    4248000 | #Constraints:      83523
2911.02/2919.26	c #Conflicts:    4249000 | #Constraints:      84523
2911.02/2919.26	c #Conflicts:    4250000 | #Constraints:      85523
2911.02/2919.26	c #Conflicts:    4251000 | #Constraints:      86524
2911.02/2919.26	c #Conflicts:    4252000 | #Constraints:      87524
2911.02/2919.26	c #Conflicts:    4253000 | #Constraints:      88524
2911.02/2919.26	c #Conflicts:    4254000 | #Constraints:      89524
2911.02/2919.26	c #Conflicts:    4255000 | #Constraints:      90524
2911.02/2919.26	c INPROCESSING
2911.02/2919.26	c GARBAGE COLLECT
2911.02/2919.26	c #Conflicts:    4256000 | #Constraints:      50402
2911.02/2919.26	c #Conflicts:    4257000 | #Constraints:      51402
2911.02/2919.26	c #Conflicts:    4258000 | #Constraints:      52402
2911.02/2919.26	c #Conflicts:    4259000 | #Constraints:      53402
2911.02/2919.26	c #Conflicts:    4260000 | #Constraints:      54403
2911.02/2919.26	c #Conflicts:    4261000 | #Constraints:      55432
2911.02/2919.26	c #Conflicts:    4262000 | #Constraints:      56432
2911.02/2919.26	c #Conflicts:    4263000 | #Constraints:      57432
2911.02/2919.26	c #Conflicts:    4264000 | #Constraints:      58432
2911.02/2919.26	c #Conflicts:    4265000 | #Constraints:      59432
2911.02/2919.26	c #Conflicts:    4266000 | #Constraints:      60432
2911.02/2919.26	c #Conflicts:    4267000 | #Constraints:      61432
2911.02/2919.26	c #Conflicts:    4268000 | #Constraints:      62432
2911.02/2919.26	c #Conflicts:    4269000 | #Constraints:      63432
2911.02/2919.26	c #Conflicts:    4270000 | #Constraints:      64432
2911.02/2919.26	c #Conflicts:    4271000 | #Constraints:      65432
2911.02/2919.26	c #Conflicts:    4272000 | #Constraints:      66432
2911.02/2919.26	c #Conflicts:    4273000 | #Constraints:      67432
2911.02/2919.26	c #Conflicts:    4274000 | #Constraints:      68432
2911.02/2919.26	c #Conflicts:    4275000 | #Constraints:      69432
2911.02/2919.26	c #Conflicts:    4276000 | #Constraints:      70432
2911.02/2919.26	c #Conflicts:    4277000 | #Constraints:      71432
2911.02/2919.26	c #Conflicts:    4278000 | #Constraints:      72432
2911.02/2919.26	c #Conflicts:    4279000 | #Constraints:      73432
2911.02/2919.26	c #Conflicts:    4280000 | #Constraints:      74432
2911.02/2919.26	c #Conflicts:    4281000 | #Constraints:      75432
2911.02/2919.26	c #Conflicts:    4282000 | #Constraints:      76432
2923.58/2931.84	c #Conflicts:    4283000 | #Constraints:      77432
2923.58/2931.84	c #Conflicts:    4284000 | #Constraints:      78432
2923.58/2931.84	c #Conflicts:    4285000 | #Constraints:      79432
2923.58/2931.84	c #Conflicts:    4286000 | #Constraints:      80433
2923.58/2931.84	c #Conflicts:    4287000 | #Constraints:      81433
2923.58/2931.84	c #Conflicts:    4288000 | #Constraints:      82433
2923.58/2931.84	c #Conflicts:    4289000 | #Constraints:      83433
2923.58/2931.84	c #Conflicts:    4290000 | #Constraints:      84433
2923.58/2931.84	c #Conflicts:    4291000 | #Constraints:      85433
2923.58/2931.84	c #Conflicts:    4292000 | #Constraints:      86433
2923.58/2931.84	c #Conflicts:    4293000 | #Constraints:      87433
2923.58/2931.84	c #Conflicts:    4294000 | #Constraints:      88433
2923.58/2931.84	c #Conflicts:    4295000 | #Constraints:      89433
2923.58/2931.84	c #Conflicts:    4296000 | #Constraints:      90433
2923.58/2931.84	c INPROCESSING
2923.58/2931.84	c GARBAGE COLLECT
2923.58/2931.84	WSVECS04 Frhs2[1]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[8]: 6 -0.990526 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[11]: 6 0 0.244498 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[19]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[27]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[29]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[31]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[44]: 6 0 0.333095 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[48]: 6 -2.09875 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[57]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[63]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[66]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[74]: 6 -2.35647 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[75]: 6 -2.23978 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[82]: 6 0 1.33207 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[85]: 6 -2.25008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[86]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[89]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[97]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[110]: 6 0 0.312997 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[137]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[138]: 6 0 0.33595 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[184]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[192]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[221]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[233]: 6 -0.98096 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[259]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[263]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[264]: 6 -0.990496 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[265]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[279]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[283]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[296]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[319]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[322]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[341]: 6 0 0.250027 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[348]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[389]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[395]: 6 -2.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[401]: 6 0 1.48444 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[420]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[421]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[424]: 6 -0.990471 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[425]: 6 -0.980933 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[435]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[436]: 6 -1.50001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[437]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[439]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[441]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[445]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[458]: 6 -1.1451 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[479]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[482]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[490]: 6 -2.33601 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[508]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[517]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[518]: 6 -0.999935 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[533]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[535]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[536]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[543]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[551]: 6 -0.99997 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[559]: 6 0 0.150947 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[582]: 6 -0.99987 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[603]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[604]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[605]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[631]: 6 -1.50006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[650]: 6 -1.25006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[664]: 6 -2.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[673]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[675]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[676]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[697]: 6 -1.25006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[987]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[994]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1026]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1032]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1033]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1047]: 6 -0.500037 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1051]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1054]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1057]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1059]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1064]: 6 -1.31064 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1065]: 6 -1.25004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1068]: 6 0 1.36337 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1071]: 6 -2.39699 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1072]: 6 -1.32078 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1073]: 6 -2.09653 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1078]: 6 -0.937517 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1079]: 6 -0.375085 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1080]: 6 -0.750096 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1094]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1095]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1098]: 6 -1.31254 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1112]: 6 0 0.88286 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1117]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1127]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1131]: 6 0 2.2435 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1134]: 6 -2.35094 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1137]: 6 -0.563864 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1140]: 6 0 8.70834 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1142]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1144]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1145]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1147]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1148]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1149]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1156]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1162]: 6 -1.31259 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1163]: 6 -1.32815 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1166]: 6 0 0.597991 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1171]: 6 -1.25009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1177]: 6 -1.25002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1181]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1182]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1188]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1202]: 6 0 0.312531 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1210]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1213]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1216]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1219]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1227]: 6 -1.25009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1239]: 6 -2.50002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1240]: 6 -3.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1262]: 6 0 0.640683 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1263]: 6 -0.932772 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1264]: 6 -1.56258 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1266]: 6 -2.50003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1273]: 6 -17.0626 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1278]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1289]: 6 -1.25008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1298]: 6 -10.625 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1307]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1319]: 6 -1.34376 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1331]: 6 -1.1563 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1332]: 6 -0.984425 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1343]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1352]: 6 -1.2305 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1362]: 6 -1.33601 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1372]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1377]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1382]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1385]: 6 -0.500075 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1386]: 6 -2.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1400]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1412]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1414]: 6 0 0.0876574 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1415]: 6 -1.25001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1417]: 6 -1.1667 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1423]: 6 -2.33308 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1431]: 6 -1.3126 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1435]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1436]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1437]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1440]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1446]: 6 -1.41653 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1447]: 6 -1.33304 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1451]: 6 -3.74898 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1452]: 6 -0.987068 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1461]: 6 -1.25005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1463]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1465]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1466]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1468]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1472]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1474]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1479]: 6 -1.33353 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1481]: 6 -1.33404 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1483]: 6 -2.21308 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1485]: 6 -2.02416 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1486]: 6 -0.980511 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1487]: 6 -0.7969 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1495]: 6 -1.5001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1496]: 6 -2.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1498]: 6 -1.50008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1500]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1510]: 6 -1.32232 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1512]: 6 -1.2891 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1513]: 6 -1.25003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1515]: 6 -0.979269 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1516]: 6 -0.916578 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1517]: 6 -1.16708 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1519]: 6 -2.59771 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1522]: 6 -1.66025 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1526]: 6 -0.625035 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1530]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1537]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1543]: 6 -0.500077 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1544]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1545]: 6 -0.285245 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1546]: 6 0 1.42976 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1548]: 6 -1.17083 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1553]: 6 -2.17392 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1556]: 6 -2.51569 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1561]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1562]: 6 -1.31255 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1563]: 6 -1.25008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1565]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1572]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1577]: 6 -0.937585 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1587]: 6 -1.34382 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1588]: 6 0 0.593817 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1589]: 6 -1.93755 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1590]: 6 -0.750036 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1591]: 6 -0.750098 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1606]: 6 -1.05738 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1623]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1625]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1627]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1628]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1631]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1637]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1652]: 6 -2.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1659]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1664]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1889]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1891]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1894]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1898]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1902]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1907]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1909]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1923]: 6 0 3.33864 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1925]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1928]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1929]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1932]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1935]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1937]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1947]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1950]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1990]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1992]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1994]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1996]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1998]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[1999]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2001]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2006]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2009]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2012]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2014]: 6 -1.25006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2020]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2030]: 6 0 1.00006 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2036]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2040]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2044]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2045]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2048]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2054]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2058]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2066]: 6 -1.66604 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2070]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2074]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2081]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2084]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2085]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2088]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2090]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2094]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2100]: 6 -1.65534 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2101]: 6 -1.65534 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2120]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2122]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2124]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2126]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2127]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2128]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2130]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2133]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2136]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2138]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2142]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2151]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2156]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2165]: 6 -1.2501 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2172]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2173]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2176]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2177]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2180]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2184]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2187]: 6 -0.999813 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2192]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2195]: 6 -0.996501 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2197]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2200]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2201]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2204]: 6 -1.38528 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2222]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2223]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2227]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2230]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2231]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2235]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2237]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2240]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2251]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2261]: 6 -0.750054 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2262]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2263]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2266]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2267]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2268]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2269]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2270]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2271]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2272]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2273]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2275]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2279]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2281]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2283]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2288]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2289]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2293]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2300]: 6 -3.08866 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2306]: 6 -20.2916 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2311]: 6 -2.08201 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2314]: 6 -2.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2318]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2320]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2321]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2324]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2326]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2330]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2333]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2334]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2342]: 6 -0.99964 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2343]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2349]: 6 -1.3282 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2353]: 6 -1.25004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2356]: 6 -1.25002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2359]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2360]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2362]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2368]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2369]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2371]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2373]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2375]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2378]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2380]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2384]: 6 -0.314924 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2387]: 6 -2.7024 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2409]: 6 -2.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2411]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2413]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2416]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2417]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2420]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2422]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2424]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2426]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2427]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2430]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2431]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2442]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2449]: 6 -1.30471 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2451]: 6 -1.21885 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2452]: 6 -1.18758 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2454]: 6 -0.750081 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2465]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2467]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2470]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2471]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2474]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2476]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2478]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2480]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2482]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2483]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2494]: 6 -1.30472 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2509]: 6 -2.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2512]: 6 -9.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2513]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2516]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2520]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2522]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2523]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2526]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2527]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2529]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2533]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2545]: 6 -1.26933 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2548]: 6 -0.779362 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2555]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2558]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2561]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2563]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2565]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2568]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2570]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2572]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2573]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2576]: 6 -1.33208 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2577]: 6 -1.33212 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2610]: 6 -65.25 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2612]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2614]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2616]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2618]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2619]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2622]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2623]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2625]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2629]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2630]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2632]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2645]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2646]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2648]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2654]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2655]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2657]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2659]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2662]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2663]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2666]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2667]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2671]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2674]: 6 -1.24452 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2675]: 6 -3.2035 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2690]: 6 -21.4167 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2691]: 6 -19.4167 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2694]: 6 -5.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2695]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2698]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2699]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2702]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2703]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2706]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2707]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2710]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2712]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2713]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2716]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2717]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2721]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2737]: 6 -1.2501 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2738]: 6 -1.25006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2741]: 6 -1.31255 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2742]: 6 -1.31258 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2744]: 6 -1.25008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2745]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2748]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2754]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2755]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2757]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2759]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2762]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2763]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2765]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2768]: 6 -0.146314 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2772]: 6 -2.08206 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2776]: 6 -10.6641 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2778]: 6 -6.45321 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2804]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2805]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2807]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2808]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2812]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2814]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2815]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2833]: 6 0 6.75001 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2834]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2838]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2847]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2852]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2856]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2857]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2859]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2864]: 6 -1.17196 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2865]: 6 -1.17195 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2881]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2883]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2885]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2887]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2889]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2893]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2896]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2897]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2900]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2901]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2904]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2905]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2908]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2910]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2911]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2928]: 6 -1.25004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2930]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2940]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2943]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2945]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2953]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2957]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2964]: 6 -4.94896 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2968]: 6 -1.51699 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2982]: 6 -5.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2983]: 6 -3.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2986]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2987]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2990]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2991]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2994]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2995]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2998]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[2999]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3001]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3006]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3007]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3012]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3013]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3014]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3026]: 6 -1.25005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3029]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3033]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3041]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3043]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3045]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3047]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3050]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3054]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3068]: 6 -3.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3069]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3071]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3088]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3091]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3093]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3096]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3097]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3099]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3109]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3111]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3115]: 6 0 0.0876016 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3131]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3137]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3139]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3141]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3144]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3146]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3147]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3151]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3157]: 6 -3.42518 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3172]: 6 -10.3331 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3173]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3176]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3177]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3180]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3181]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3184]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3188]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3192]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3198]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3202]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3214]: 6 -1.3321 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3216]: 6 -1.32817 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3231]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3232]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3234]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3237]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3242]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3243]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3246]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3250]: 6 -1.41653 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3258]: 6 0 2.00006 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3261]: 6 -2.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3281]: 6 -7.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3284]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3285]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3288]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3289]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3292]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3294]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3296]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3298]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3301]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3311]: 6 -1.33206 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3312]: 6 -1.33599 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3315]: 6 -1.31258 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3316]: 6 -1.37504 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3317]: 6 -1.25004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3322]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3324]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3326]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3330]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3331]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3333]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3337]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3339]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3342]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3343]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3346]: 6 -1.33334 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3347]: 6 -1.33327 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3381]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3383]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3386]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3388]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3390]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3394]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3417]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3429]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3432]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3434]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3438]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3442]: 6 -1.32234 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3462]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3463]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3465]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3468]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3470]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3472]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3474]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3476]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3478]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3479]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3482]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3483]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3486]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3487]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3489]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3498]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3499]: 6 -1.25002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3506]: 6 -1.32821 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3511]: 6 -1.2501 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3512]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3516]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3517]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3518]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3520]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3521]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3528]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3530]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3532]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3536]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3544]: 6 -2.28518 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3548]: 6 -3.85941 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3550]: 6 -11.1329 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3551]: 6 -1.41415 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3558]: 6 0 1.31252 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3568]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3570]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3572]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3578]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3580]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3590]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3601]: 6 -1.31258 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3602]: 6 -1.62502 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3604]: 6 -0.500082 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3606]: 6 -2.13284 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3608]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3616]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3618]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3622]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3623]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3626]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3630]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3631]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3638]: 6 -13.2174 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3640]: 6 -10.3126 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3642]: 6 -9.69796 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3644]: 6 -1.25006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3646]: 6 -5.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3649]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3655]: 6 -2.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3658]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3660]: 6 0 3.53134 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3662]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3664]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3665]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3668]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3672]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3674]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3676]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3678]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3680]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3686]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3687]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3692]: 6 -1.00411 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3694]: 6 -1.25002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3695]: 6 -1.25001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3707]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3712]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3713]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3719]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3724]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3725]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3728]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3729]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3732]: 6 -0.885405 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3733]: 6 -0.885427 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3736]: 6 -1.19271 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3738]: 6 -4.90633 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3748]: 6 -4.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3751]: 6 -3.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3753]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3755]: 6 -1.25002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3761]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3764]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3768]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3773]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3776]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3777]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3778]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3797]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3799]: 6 0 1.00007 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3806]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3807]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3808]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3809]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3812]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3820]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3821]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3824]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3825]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3828]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3832]: 6 -0.500035 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3836]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3854]: 6 -9.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3858]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3859]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3862]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3866]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3868]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3872]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3876]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3880]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3881]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3891]: 6 -1.31256 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3894]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3899]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3902]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3903]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3904]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3907]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3909]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3912]: 6 -1.00008 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3916]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3919]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3922]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3924]: 6 0 1.33238 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3926]: 6 -1.32817 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3929]: 6 -0.343838 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3950]: 6 -1.25002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3958]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3960]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3961]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3964]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3966]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[3967]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4035]: 6 -1.00004 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4048]: 6 -1.0001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4085]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4087]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4088]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4089]: 6 -1.00009 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4090]: 6 -1.00003 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4101]: 6 -1.00002 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4102]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4103]: 6 -1.00006 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4104]: 6 -1.25005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4113]: 6 -1.00007 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4115]: 6 -1.00001 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4116]: 6 -1.00005 0 shouldn't be
2923.58/2931.84	WSVECS04 Frhs2[4117]: 6 -1.00006 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[11]: 6 0 0.244466 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[44]: 6 0 0.333008 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[48]: 6 -2.09867 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[60]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[63]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[74]: 6 -2.35645 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[75]: 6 -2.23969 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[82]: 6 0 1.33203 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[85]: 6 -2.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[108]: 6 0 0.329423 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[110]: 6 0 0.31291 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[129]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[138]: 6 0 0.335938 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[150]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[152]: 6 -2 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[154]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[168]: 6 -0.999777 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[193]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[195]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[221]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[233]: 6 -0.980889 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[263]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[264]: 6 -0.990445 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[341]: 6 0 0.25 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[395]: 6 -2 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[401]: 6 0 1.48438 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[424]: 6 -0.990445 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[425]: 6 -0.980889 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[439]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[458]: 6 -1.14505 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[490]: 6 -2.33594 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[520]: 6 -0.961777 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[534]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[535]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[551]: 6 -0.999926 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[559]: 6 0 0.150883 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[572]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[582]: 6 -0.999777 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[617]: 6 -1.02867 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[664]: 6 -2 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[676]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[945]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[952]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[956]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[957]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[963]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[994]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1000]: 6 -1.125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1026]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1032]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1047]: 6 -0.500001 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1051]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1055]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1057]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1064]: 6 -1.31055 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1065]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1068]: 6 0 1.36328 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1071]: 6 -2.39697 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1072]: 6 -1.32072 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1074]: 6 -2.4161 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1075]: 6 -1.28402 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1076]: 6 -1.25554 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1079]: 6 -0.375 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1080]: 6 -0.750001 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1087]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1097]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1098]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1112]: 6 0 0.882813 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1126]: 6 -0.99944 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1127]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1131]: 6 0 2.24347 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1134]: 6 -2.35088 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1137]: 6 -0.563805 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1148]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1162]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1163]: 6 -1.32813 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1166]: 6 0 0.597962 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1167]: 6 -1.91466 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1175]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1177]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1192]: 6 -1.24552 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1194]: 6 -1.68517 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1222]: 6 -1.33233 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1223]: 6 -1.32813 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1227]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1238]: 6 -0.250001 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1239]: 6 -2.5 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1240]: 6 -3 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1262]: 6 0 0.640625 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1263]: 6 -0.932679 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1264]: 6 -1.5625 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1266]: 6 -2.5 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1292]: 6 0 0.270183 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1298]: 6 -10.625 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1319]: 6 -1.34375 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1320]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1352]: 6 -1.23047 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1359]: 6 0 0.916993 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1382]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1386]: 6 -2 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1412]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1414]: 6 0 0.0875657 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1415]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1417]: 6 -1.16667 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1424]: 6 -1.4987 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1436]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1437]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1438]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1444]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1446]: 6 -1.4165 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1447]: 6 -1.33301 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1451]: 6 -3.74894 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1474]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1479]: 6 -1.3335 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1481]: 6 -1.33399 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1483]: 6 -2.21303 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1486]: 6 -0.980469 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1487]: 6 -0.796876 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1495]: 6 -1.5 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1498]: 6 -1.5 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1500]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1512]: 6 -1.28906 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1515]: 6 -0.979249 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1516]: 6 -0.916504 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1517]: 6 -1.16699 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1520]: 6 -1.66406 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1522]: 6 -1.66016 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1527]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1530]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1537]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1543]: 6 -0.500001 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1545]: 6 -0.285157 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1546]: 6 0 1.42969 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1547]: 6 -0.677734 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1548]: 6 -1.17079 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1553]: 6 -2.17383 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1556]: 6 -2.51563 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1561]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1562]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1563]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1572]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1587]: 6 -1.34375 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1588]: 6 0 0.593751 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1589]: 6 -1.9375 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1590]: 6 -0.750001 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1591]: 6 -0.750001 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1606]: 6 -1.05734 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1623]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1628]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1637]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1659]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1664]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1889]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1891]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1894]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1902]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1907]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1923]: 6 0 3.33856 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1925]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1932]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1935]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2007]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2014]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2015]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2030]: 6 0 1 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2031]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2048]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2066]: 6 -1.66602 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2100]: 6 -1.65527 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2101]: 6 -1.65527 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2116]: 6 -3 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2120]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2124]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2127]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2131]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2133]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2187]: 6 -0.999777 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2195]: 6 -0.996415 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2204]: 6 -1.38527 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2222]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2230]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2269]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2300]: 6 -3.08856 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2306]: 6 -20.2915 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2309]: 6 -0.334033 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2311]: 6 -2.08194 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2314]: 6 -2 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2342]: 6 -0.999553 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2349]: 6 -1.32813 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2356]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2384]: 6 -0.314831 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2385]: 6 -0.148816 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2387]: 6 -2.70237 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2409]: 6 -2 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2427]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2439]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2451]: 6 -1.21875 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2452]: 6 -1.1875 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2485]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2494]: 6 -1.30469 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2512]: 6 -9 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2536]: 6 -0.995519 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2545]: 6 -1.26929 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2576]: 6 -1.33203 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2577]: 6 -1.33203 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2610]: 6 -65.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2674]: 6 -1.24447 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2675]: 6 -3.20345 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2694]: 6 -5 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2737]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2738]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2741]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2742]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2744]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2768]: 6 -0.146241 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2772]: 6 -2.08203 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2776]: 6 -10.6641 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2778]: 6 -6.45313 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2833]: 6 0 6.75 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2864]: 6 -1.17188 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2865]: 6 -1.17188 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2926]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2928]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2964]: 6 -4.94889 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2968]: 6 -1.51692 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2982]: 6 -5 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2983]: 6 -3 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3001]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3068]: 6 -3 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3069]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3108]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3157]: 6 -3.42513 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3172]: 6 -10.333 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3250]: 6 -1.4165 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3258]: 6 0 2 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3285]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3289]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3312]: 6 -1.33594 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3315]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3316]: 6 -1.375 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3317]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3346]: 6 -1.33325 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3347]: 6 -1.33325 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3442]: 6 -1.32227 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3470]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3499]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3506]: 6 -1.32813 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3539]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3544]: 6 -2.28516 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3548]: 6 -3.85938 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3550]: 6 -11.1328 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3551]: 6 -1.41406 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3558]: 6 0 1.3125 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3601]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3602]: 6 -1.625 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3604]: 6 -0.5 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3638]: 6 -13.2174 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3640]: 6 -10.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3642]: 6 -9.69788 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3644]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3646]: 6 -5 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3655]: 6 -2 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3691]: 6 -1.05734 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3695]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3704]: 6 -1.5 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3732]: 6 -0.885331 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3733]: 6 -0.885331 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3736]: 6 -1.19267 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3738]: 6 -4.90625 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3748]: 6 -4 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3751]: 6 -3 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3755]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3769]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3778]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3799]: 6 0 1 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3832]: 6 -0.5 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3854]: 6 -9 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3869]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3891]: 6 -1.3125 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3925]: 6 0 1.33233 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3929]: 6 -0.34375 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3932]: 6 -1.30859 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3950]: 6 -1.25 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3963]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3966]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4035]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4085]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
2924.38/2932.64	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
2971.14/2979.58	c #Conflicts:    4297000 | #Constraints:      50157
2971.14/2979.58	c #Conflicts:    4298000 | #Constraints:      51157
2971.14/2979.58	c #Conflicts:    4299000 | #Constraints:      52157
2971.14/2979.58	c #Conflicts:    4300000 | #Constraints:      53157
2971.14/2979.58	c #Conflicts:    4301000 | #Constraints:      54157
2971.14/2979.58	c #Conflicts:    4302000 | #Constraints:      55157
2971.14/2979.58	c #Conflicts:    4303000 | #Constraints:      56157
2971.14/2979.58	c #Conflicts:    4304000 | #Constraints:      57157
2971.14/2979.58	c #Conflicts:    4305000 | #Constraints:      58157
2971.14/2979.58	c #Conflicts:    4306000 | #Constraints:      59157
2971.14/2979.58	c #Conflicts:    4307000 | #Constraints:      60157
2971.14/2979.58	c #Conflicts:    4308000 | #Constraints:      61157
2971.14/2979.58	c #Conflicts:    4309000 | #Constraints:      62157
2971.14/2979.58	c #Conflicts:    4310000 | #Constraints:      63157
2971.14/2979.58	c #Conflicts:    4311000 | #Constraints:      64157
2971.14/2979.58	c #Conflicts:    4312000 | #Constraints:      65157
2971.14/2979.58	c #Conflicts:    4313000 | #Constraints:      66157
2971.14/2979.58	c #Conflicts:    4314000 | #Constraints:      67157
2971.14/2979.58	c #Conflicts:    4315000 | #Constraints:      68157
2971.14/2979.58	c #Conflicts:    4316000 | #Constraints:      69698
2971.14/2979.58	c #Conflicts:    4317000 | #Constraints:      71236
2971.14/2979.58	c #Conflicts:    4318000 | #Constraints:      72750
2971.14/2979.58	c #Conflicts:    4319000 | #Constraints:      74271
2971.14/2979.58	c #Conflicts:    4320000 | #Constraints:      75792
2971.14/2979.58	c #Conflicts:    4321000 | #Constraints:      77311
2971.14/2979.58	c #Conflicts:    4322000 | #Constraints:      78823
2971.14/2979.58	c #Conflicts:    4323000 | #Constraints:      80342
2971.14/2979.58	c #Conflicts:    4324000 | #Constraints:      81841
2971.14/2979.58	c #Conflicts:    4325000 | #Constraints:      83361
2971.14/2979.58	c #Conflicts:    4326000 | #Constraints:      84887
2971.14/2979.58	c #Conflicts:    4327000 | #Constraints:      86412
2971.14/2979.58	c #Conflicts:    4328000 | #Constraints:      87932
2971.14/2979.58	c #Conflicts:    4329000 | #Constraints:      89438
2971.14/2979.58	c #Conflicts:    4330000 | #Constraints:      90970
2971.14/2979.58	c #Conflicts:    4331000 | #Constraints:      92492
2971.14/2979.58	WSVECS04 Frhs2[4]: 6 0 3.18629 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[10]: 6 0 4.52004 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[39]: 6 0 2.37242 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[41]: 6 0 0.0662889 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[74]: 6 0 9.22687 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[97]: 6 0 1.76087 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[103]: 6 -2.1649 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[118]: 6 0 0.727662 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[135]: 6 0 0.686038 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[138]: 6 0 0.497649 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[140]: 6 -3.14101 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[150]: 6 0 2.84592 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[158]: 6 -0.939849 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[169]: 6 0 0.504082 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[173]: 6 -1.01308 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[182]: 6 0 0.00758278 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[201]: 6 0 1.7246 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[237]: 6 0 16.9205 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[253]: 6 0 5.32565 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[330]: 6 0 1.47895 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[344]: 6 -0.966719 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[359]: 6 0 0.257416 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[361]: 6 0 7.98916 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[390]: 6 0 0.56735 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[409]: 6 -0.885079 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[412]: 6 -0.24582 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[417]: 6 0 8.93139 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[419]: 6 -3.83966 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[424]: 6 0 3.54674 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[428]: 6 0 13.1737 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[437]: 6 0 1.07684 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[438]: 6 0 1.29427 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[440]: 6 0 0.815038 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[481]: 6 0 2.18056 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[551]: 6 0 2.56908 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[552]: 6 0 0.808015 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[584]: 6 0 9.22645 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[586]: 6 -0.16849 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[603]: 6 -3.84366 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[615]: 6 0 0.256721 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[674]: 6 0 4.06883 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[677]: 6 -8.97733 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[678]: 6 -19.2044 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[688]: 6 -2.46493 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[994]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1030]: 6 -1.80022 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1045]: 6 0 2.3452 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1091]: 6 0 3.80594 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1107]: 6 0 0.428686 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1136]: 6 0 0.845224 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1151]: 6 -0.977627 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1160]: 6 0 4.66149 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1166]: 6 0 1.55305 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1190]: 6 -1.15824 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1191]: 6 0 1.72311 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1193]: 6 0 1.00877 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1232]: 6 -1.37492 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1379]: 6 -0.503056 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1413]: 6 0 3.77587 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1426]: 6 -1.77221 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1443]: 6 0 7.54506 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1445]: 6 0 4.7655 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1507]: 6 0 0.300537 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1541]: 6 0 7.72785 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1568]: 6 -1.2046 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1577]: 6 -9.27432 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1578]: 6 -4.40787 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1606]: 6 -12.282 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1889]: 6 -1.00004 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1920]: 6 -10.6269 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1928]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1929]: 6 -0.500001 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1943]: 6 -7.00531 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2004]: 6 -1.33149 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2020]: 6 0 0.532457 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2023]: 6 -3.73627 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2030]: 6 0 3.32794 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2032]: 6 0 3.65588 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2048]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2090]: 6 0 2.07798 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2091]: 6 -0.955063 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2096]: 6 -0.155326 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2098]: 6 0 1.00055 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2146]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2168]: 6 -1.76708 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2177]: 6 -0.999901 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2200]: 6 -3.28393 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2208]: 6 0 0.977565 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2210]: 6 -0.126662 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2288]: 6 -0.94358 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2289]: 6 -0.67383 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2292]: 6 0 1.55772 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2294]: 6 0 1.11696 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2300]: 6 0 2.78947 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2302]: 6 0 5.91577 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2304]: 6 0 5.5724 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2306]: 6 0 7.2155 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2314]: 6 0 1 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2381]: 6 -2.92046 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2440]: 6 0 3.92961 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2441]: 6 0 1.18502 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2481]: 6 -5.45807 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2491]: 6 -0.5 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2535]: 6 0 4.7943 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2565]: 6 -1.25 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2574]: 6 -5.33121 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2576]: 6 -1.16992 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2584]: 6 -3 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2598]: 6 -1.375 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2599]: 6 -0.5 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2640]: 6 -1.31241 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2758]: 6 -1.03185 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2783]: 6 0 4.55521 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2866]: 6 0 1.33231 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2873]: 6 -0.658466 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2916]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2932]: 6 -1.00006 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2971]: 6 -0.999999 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2973]: 6 -0.828325 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2978]: 6 0 0.999985 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[2981]: 6 -0.999969 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3046]: 6 0 1.55967 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3062]: 6 -0.153249 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3094]: 6 -0.999363 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3150]: 6 0 1.04655 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3158]: 6 0 1.32308 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3184]: 6 -0.954155 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3186]: 6 0 0.90831 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3214]: 6 -1.62383 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3215]: 6 -1.24946 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3243]: 6 -2.69181 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3265]: 6 -1.00068 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3271]: 6 -0.999421 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3276]: 6 0 1.49801 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3282]: 6 0 0.510938 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3335]: 6 -0.999938 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3339]: 6 -0.999747 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3346]: 6 0 1.9959 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3360]: 6 0 1.375 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3376]: 6 -2 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3393]: 6 -0.55501 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3429]: 6 -1.00026 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3469]: 6 -0.999771 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3535]: 6 0 1.21155 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3559]: 6 -9.03235 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3585]: 6 -0.99656 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3621]: 6 -0.999674 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3628]: 6 0 12.9988 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3636]: 6 0 2.70821 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3639]: 6 -3.43525 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3645]: 6 0 4.69129 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3658]: 6 -4.99739 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3681]: 6 0 6.35 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3737]: 6 -0.500001 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3761]: 6 -0.999955 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3778]: 6 0 0.702013 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3781]: 6 0 7.34139 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3805]: 6 -0.138424 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3834]: 6 0 5.33414 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3850]: 6 -0.500335 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3854]: 6 -1.00064 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[3948]: 6 0 0.640164 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[4035]: 6 -0.997618 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[4101]: 6 -0.99902 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
2971.14/2979.58	WSVECS04 Frhs2[4104]: 6 -0.991682 0 shouldn't be
3004.14/3012.66	c #Conflicts:    4332000 | #Constraints:      93605
3004.14/3012.66	c #Conflicts:    4333000 | #Constraints:      94605
3004.14/3012.66	c #Conflicts:    4334000 | #Constraints:      95605
3004.14/3012.66	c #Conflicts:    4335000 | #Constraints:      96605
3004.14/3012.66	c #Conflicts:    4336000 | #Constraints:      97605
3004.14/3012.66	c #Conflicts:    4337000 | #Constraints:      98605
3004.14/3012.66	c #Conflicts:    4338000 | #Constraints:      99605
3004.14/3012.66	c INPROCESSING
3004.14/3012.66	c GARBAGE COLLECT
3004.14/3012.66	c #Conflicts:    4339000 | #Constraints:      54958
3004.14/3012.66	c #Conflicts:    4340000 | #Constraints:      55958
3004.14/3012.66	c #Conflicts:    4341000 | #Constraints:      56958
3004.14/3012.66	c #Conflicts:    4342000 | #Constraints:      57958
3004.14/3012.66	c #Conflicts:    4343000 | #Constraints:      58958
3004.14/3012.66	c #Conflicts:    4344000 | #Constraints:      59958
3004.14/3012.66	c #Conflicts:    4345000 | #Constraints:      60958
3004.14/3012.66	c #Conflicts:    4346000 | #Constraints:      61958
3004.14/3012.66	c #Conflicts:    4347000 | #Constraints:      62958
3004.14/3012.66	c #Conflicts:    4348000 | #Constraints:      63958
3004.14/3012.66	c #Conflicts:    4349000 | #Constraints:      64958
3004.14/3012.66	c #Conflicts:    4350000 | #Constraints:      65958
3004.14/3012.66	c #Conflicts:    4351000 | #Constraints:      66958
3004.14/3012.66	c #Conflicts:    4352000 | #Constraints:      67958
3004.14/3012.66	c #Conflicts:    4353000 | #Constraints:      68958
3004.14/3012.66	c #Conflicts:    4354000 | #Constraints:      69958
3004.14/3012.66	c #Conflicts:    4355000 | #Constraints:      70958
3004.14/3012.66	c #Conflicts:    4356000 | #Constraints:      71958
3004.14/3012.66	c #Conflicts:    4357000 | #Constraints:      72958
3004.14/3012.66	c #Conflicts:    4358000 | #Constraints:      73958
3004.14/3012.66	c #Conflicts:    4359000 | #Constraints:      74958
3004.14/3012.66	c #Conflicts:    4360000 | #Constraints:      75958
3004.14/3012.66	c #Conflicts:    4361000 | #Constraints:      76958
3004.14/3012.66	c #Conflicts:    4362000 | #Constraints:      77958
3004.14/3012.66	c #Conflicts:    4363000 | #Constraints:      78958
3004.14/3012.66	c #Conflicts:    4364000 | #Constraints:      79958
3004.14/3012.66	c #Conflicts:    4365000 | #Constraints:      80958
3004.14/3012.66	c #Conflicts:    4366000 | #Constraints:      81958
3004.14/3012.66	c #Conflicts:    4367000 | #Constraints:      82958
3004.14/3012.66	c #Conflicts:    4368000 | #Constraints:      83958
3004.14/3012.66	c #Conflicts:    4369000 | #Constraints:      84958
3004.14/3012.66	c #Conflicts:    4370000 | #Constraints:      85959
3004.14/3012.66	c #Conflicts:    4371000 | #Constraints:      86959
3004.14/3012.66	c #Conflicts:    4372000 | #Constraints:      87959
3004.14/3012.66	c #Conflicts:    4373000 | #Constraints:      88959
3004.14/3012.66	c #Conflicts:    4374000 | #Constraints:      89959
3004.14/3012.66	c #Conflicts:    4375000 | #Constraints:      90959
3004.14/3012.66	c #Conflicts:    4376000 | #Constraints:      91959
3004.14/3012.66	c #Conflicts:    4377000 | #Constraints:      92959
3004.14/3012.66	c #Conflicts:    4378000 | #Constraints:      93959
3004.14/3012.66	c #Conflicts:    4379000 | #Constraints:      94960
3004.14/3012.66	c #Conflicts:    4380000 | #Constraints:      95960
3004.14/3012.66	c INPROCESSING
3004.14/3012.66	c GARBAGE COLLECT
3004.14/3012.66	WSVECS04 Frhs2[85]: 6 -1.42751 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[103]: 6 -0.703168 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[117]: 6 -1.19371 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[143]: 6 -1.6295 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[145]: 6 -2.88838 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[244]: 6 0 0.24977 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[276]: 6 0 0.187564 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[295]: 6 -0.435238 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[339]: 6 -1.55149 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[355]: 6 -33.9322 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[379]: 6 -1.00917 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[388]: 6 -1.02202 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[441]: 6 -1.16784 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[452]: 6 -0.937336 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[511]: 6 -0.262578 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[524]: 6 -0.153679 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[556]: 6 0 0.215827 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1032]: 6 -1.49487 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1045]: 6 -1.18644 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1066]: 6 -1.40996 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1086]: 6 -1.02458 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1130]: 6 -0.925431 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1207]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1233]: 6 -0.0589865 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1302]: 6 -1.75562 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1321]: 6 -1.25029 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1325]: 6 -0.673224 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1329]: 6 -1.65796 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1360]: 6 -1.40703 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1374]: 6 -0.575434 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1403]: 6 -0.812224 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1413]: 6 -0.0904421 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1436]: 6 -1.13358 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1437]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1442]: 6 -0.933621 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1475]: 6 -0.060692 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1493]: 6 -0.480474 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1524]: 6 -3.75571 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1528]: 6 -1.53108 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1566]: 6 -4.66286 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1606]: 6 -2.3066 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1652]: 6 -0.866724 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1912]: 6 0 4.25565 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1914]: 6 0 1.45358 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1927]: 6 -0.5 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1946]: 6 0 3.46027 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2000]: 6 -0.982572 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2006]: 6 -0.999999 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2014]: 6 -0.132731 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2022]: 6 0 3.77543 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2078]: 6 -0.981792 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2081]: 6 -1.01276 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2084]: 6 -0.998324 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2085]: 6 -0.99732 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2088]: 6 -0.80213 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2092]: 6 -0.995225 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2094]: 6 -0.990449 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2096]: 6 -0.967239 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2100]: 6 0 4.59624 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2106]: 6 0 1.64866 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2110]: 6 -0.704583 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2112]: 6 0 1.68315 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2123]: 6 -1.2462 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2129]: 6 -0.997551 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2136]: 6 -0.941205 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2139]: 6 -1.0392 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2142]: 6 -0.843211 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2192]: 6 -3.22992 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2195]: 6 0 1.36804 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2198]: 6 0 1 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2202]: 6 0 0.838299 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2203]: 6 -0.672239 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2207]: 6 0 0.283068 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2210]: 6 -0.888093 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2211]: 6 0 4.24417 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2213]: 6 -1.02024 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2219]: 6 -0.999884 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2229]: 6 -0.998142 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2232]: 6 -0.992566 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2273]: 6 -0.999959 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2279]: 6 -0.990063 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2287]: 6 -0.826481 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2289]: 6 -0.996629 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2294]: 6 0 0.423393 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2298]: 6 0 0.274274 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2300]: 6 -0.514452 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2306]: 6 0 8.16561 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2313]: 6 -0.671817 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2316]: 6 -1.19767 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2344]: 6 -1.125 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2375]: 6 -0.978819 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2385]: 6 -0.5 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2388]: 6 -3 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2396]: 6 -1.33203 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2480]: 6 0 0.98466 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2488]: 6 -0.509203 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2489]: 6 -0.509203 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2563]: 6 -0.999993 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2567]: 6 -0.99997 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2571]: 6 -0.99988 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2576]: 6 -1.49902 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2578]: 6 0 1.99808 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2584]: 6 -0.915971 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2608]: 6 -0.984523 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2670]: 6 0 0.772903 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2772]: 6 -1.00897 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2781]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2789]: 6 -0.59375 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2830]: 6 -1.25 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2850]: 6 -0.585738 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2882]: 6 -0.990944 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2884]: 6 -0.981887 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2921]: 6 -1.25 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2926]: 6 -0.999983 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2947]: 6 -1.00694 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2971]: 6 -0.999997 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2972]: 6 -1.00007 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2974]: 6 -1.00013 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2975]: 6 -0.999971 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2994]: 6 -1.01536 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3018]: 6 -1.00001 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3042]: 6 -0.999858 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3062]: 6 -0.997515 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3070]: 6 0 1.00058 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3074]: 6 -1.24536 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3085]: 6 -3.14838 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3088]: 6 -0.997808 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3092]: 6 -1.00384 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3126]: 6 -0.651456 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3142]: 6 -0.478574 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3143]: 6 -0.991289 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3150]: 6 -1.01243 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3154]: 6 0 0.445046 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3156]: 6 -0.994922 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3160]: 6 -2.11507 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3161]: 6 -1.54911 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3227]: 6 -1.12875 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3282]: 6 -4.19788 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3284]: 6 -10.8819 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3285]: 6 -0.486148 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3339]: 6 -0.999046 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3342]: 6 -1.41916 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3370]: 6 0 0.725155 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3427]: 6 -0.987411 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3438]: 6 0 0.374711 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3448]: 6 -0.216415 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3452]: 6 -0.00305566 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3454]: 6 0 0.785809 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3471]: 6 -7.17231 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3476]: 6 -0.531896 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3507]: 6 -1.11948 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3525]: 6 -1.32379 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3534]: 6 -0.750029 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3538]: 6 -1.78803 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3540]: 6 -3.4457 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3552]: 6 0 1.65781 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3565]: 6 -0.750001 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3573]: 6 -0.984908 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3621]: 6 -1.00005 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3628]: 6 0 0.788542 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3658]: 6 -27.4617 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3672]: 6 0 0.115067 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3675]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3720]: 6 0 66.4475 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3724]: 6 0 1.0792 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3728]: 6 -1.58935 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3732]: 6 -0.434124 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3734]: 6 0 0.314298 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3735]: 6 -0.817451 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3743]: 6 -0.413979 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3755]: 6 -0.577651 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3757]: 6 -0.994789 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3760]: 6 -0.999995 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3766]: 6 -0.98243 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3789]: 6 -0.87615 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3796]: 6 -1.1309 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3825]: 6 -2.06164 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3834]: 6 0 0.405289 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3836]: 6 -1.0144 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3840]: 6 -0.940622 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3852]: 6 0 1.50016 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3860]: 6 -1.00265 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3863]: 6 -0.937927 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3865]: 6 -1.12415 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3868]: 6 -0.503412 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3892]: 6 -1.25 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3899]: 6 -5.06284 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3907]: 6 -1.04723 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3910]: 6 0 0.0399324 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3920]: 6 0 0.558959 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3924]: 6 0 1.45564 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3932]: 6 -1.1228 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[3950]: 6 -1.24597 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[4035]: 6 -0.990914 0 shouldn't be
3004.14/3012.66	WSVECS04 Frhs2[4117]: 6 0 0.752386 shouldn't be
3054.70/3063.31	c #Conflicts:    4381000 | #Constraints:      53217
3054.70/3063.31	c #Conflicts:    4382000 | #Constraints:      54218
3054.70/3063.31	c #Conflicts:    4383000 | #Constraints:      55218
3054.70/3063.31	c #Conflicts:    4384000 | #Constraints:      56218
3054.70/3063.31	c #Conflicts:    4385000 | #Constraints:      57218
3054.70/3063.31	c #Conflicts:    4386000 | #Constraints:      58218
3054.70/3063.31	c #Conflicts:    4387000 | #Constraints:      59218
3054.70/3063.31	c #Conflicts:    4388000 | #Constraints:      60218
3054.70/3063.31	c #Conflicts:    4389000 | #Constraints:      61218
3054.70/3063.31	c #Conflicts:    4390000 | #Constraints:      62218
3054.70/3063.31	c #Conflicts:    4391000 | #Constraints:      63218
3054.70/3063.31	c #Conflicts:    4392000 | #Constraints:      64218
3054.70/3063.31	c #Conflicts:    4393000 | #Constraints:      65218
3054.70/3063.31	c #Conflicts:    4394000 | #Constraints:      66218
3054.70/3063.31	c #Conflicts:    4395000 | #Constraints:      67218
3054.70/3063.31	c #Conflicts:    4396000 | #Constraints:      68218
3054.70/3063.31	c #Conflicts:    4397000 | #Constraints:      69218
3054.70/3063.31	c #Conflicts:    4398000 | #Constraints:      70218
3054.70/3063.31	c #Conflicts:    4399000 | #Constraints:      71218
3054.70/3063.31	c #Conflicts:    4400000 | #Constraints:      72218
3054.70/3063.31	c #Conflicts:    4401000 | #Constraints:      73220
3054.70/3063.31	c #Conflicts:    4402000 | #Constraints:      74220
3054.70/3063.31	c #Conflicts:    4403000 | #Constraints:      75220
3054.70/3063.31	c #Conflicts:    4404000 | #Constraints:      76220
3054.70/3063.31	c #Conflicts:    4405000 | #Constraints:      77220
3054.70/3063.31	c #Conflicts:    4406000 | #Constraints:      78240
3054.70/3063.31	c #Conflicts:    4407000 | #Constraints:      79240
3054.70/3063.31	c #Conflicts:    4408000 | #Constraints:      80240
3054.70/3063.31	c #Conflicts:    4409000 | #Constraints:      81240
3054.70/3063.31	c #Conflicts:    4410000 | #Constraints:      82240
3054.70/3063.31	c #Conflicts:    4411000 | #Constraints:      83240
3054.70/3063.31	c #Conflicts:    4412000 | #Constraints:      84240
3054.70/3063.31	c #Conflicts:    4413000 | #Constraints:      85240
3054.70/3063.31	c #Conflicts:    4414000 | #Constraints:      86240
3054.70/3063.31	c #Conflicts:    4415000 | #Constraints:      87240
3054.70/3063.31	c #Conflicts:    4416000 | #Constraints:      88240
3054.70/3063.31	c #Conflicts:    4417000 | #Constraints:      89240
3054.70/3063.31	c #Conflicts:    4418000 | #Constraints:      90240
3054.70/3063.31	c #Conflicts:    4419000 | #Constraints:      91240
3054.70/3063.31	c #Conflicts:    4420000 | #Constraints:      92240
3054.70/3063.31	c #Conflicts:    4421000 | #Constraints:      93240
3054.70/3063.31	c #Conflicts:    4422000 | #Constraints:      94240
3054.70/3063.31	c INPROCESSING
3054.70/3063.31	c GARBAGE COLLECT
3054.70/3063.31	c #Conflicts:    4423000 | #Constraints:      52393
3054.70/3063.31	c #Conflicts:    4424000 | #Constraints:      53393
3054.70/3063.31	c #Conflicts:    4425000 | #Constraints:      54393
3054.70/3063.31	c #Conflicts:    4426000 | #Constraints:      55393
3054.70/3063.31	c #Conflicts:    4427000 | #Constraints:      56393
3054.70/3063.31	c #Conflicts:    4428000 | #Constraints:      57393
3054.70/3063.31	c #Conflicts:    4429000 | #Constraints:      58393
3054.70/3063.31	c #Conflicts:    4430000 | #Constraints:      59393
3054.70/3063.31	c #Conflicts:    4431000 | #Constraints:      60393
3054.70/3063.31	c #Conflicts:    4432000 | #Constraints:      61394
3054.70/3063.31	c #Conflicts:    4433000 | #Constraints:      62397
3054.70/3063.31	c #Conflicts:    4434000 | #Constraints:      63400
3054.70/3063.31	c #Conflicts:    4435000 | #Constraints:      64401
3054.70/3063.31	c #Conflicts:    4436000 | #Constraints:      65401
3054.70/3063.31	c #Conflicts:    4437000 | #Constraints:      66401
3054.70/3063.31	c #Conflicts:    4438000 | #Constraints:      67401
3054.70/3063.31	c #Conflicts:    4439000 | #Constraints:      68401
3054.70/3063.31	c #Conflicts:    4440000 | #Constraints:      69401
3054.70/3063.31	c #Conflicts:    4441000 | #Constraints:      70401
3054.70/3063.31	c #Conflicts:    4442000 | #Constraints:      71402
3054.70/3063.31	c #Conflicts:    4443000 | #Constraints:      72402
3054.70/3063.31	c #Conflicts:    4444000 | #Constraints:      73402
3054.70/3063.31	c #Conflicts:    4445000 | #Constraints:      74402
3054.70/3063.31	c #Conflicts:    4446000 | #Constraints:      75402
3054.70/3063.31	c #Conflicts:    4447000 | #Constraints:      76402
3054.70/3063.31	c #Conflicts:    4448000 | #Constraints:      77402
3054.70/3063.31	c #Conflicts:    4449000 | #Constraints:      78402
3054.70/3063.31	c #Conflicts:    4450000 | #Constraints:      79402
3054.70/3063.31	c #Conflicts:    4451000 | #Constraints:      80402
3054.70/3063.31	c #Conflicts:    4452000 | #Constraints:      81402
3054.70/3063.31	c #Conflicts:    4453000 | #Constraints:      82403
3054.70/3063.31	c #Conflicts:    4454000 | #Constraints:      83403
3054.70/3063.31	c #Conflicts:    4455000 | #Constraints:      84403
3054.70/3063.31	c #Conflicts:    4456000 | #Constraints:      85403
3054.70/3063.31	c #Conflicts:    4457000 | #Constraints:      86403
3054.70/3063.31	c #Conflicts:    4458000 | #Constraints:      87403
3054.70/3063.31	c #Conflicts:    4459000 | #Constraints:      88403
3114.43/3123.28	c #Conflicts:    4460000 | #Constraints:      89403
3114.43/3123.28	c #Conflicts:    4461000 | #Constraints:      90403
3114.43/3123.28	c #Conflicts:    4462000 | #Constraints:      91403
3114.43/3123.28	c #Conflicts:    4463000 | #Constraints:      92403
3114.43/3123.28	c #Conflicts:    4464000 | #Constraints:      93403
3114.43/3123.28	c INPROCESSING
3114.43/3123.28	c GARBAGE COLLECT
3114.43/3123.28	c #Conflicts:    4465000 | #Constraints:      51881
3114.43/3123.28	c #Conflicts:    4466000 | #Constraints:      52881
3114.43/3123.28	c #Conflicts:    4467000 | #Constraints:      53881
3114.43/3123.28	c #Conflicts:    4468000 | #Constraints:      54881
3114.43/3123.28	c #Conflicts:    4469000 | #Constraints:      55881
3114.43/3123.28	c #Conflicts:    4470000 | #Constraints:      56881
3114.43/3123.28	c #Conflicts:    4471000 | #Constraints:      57881
3114.43/3123.28	c #Conflicts:    4472000 | #Constraints:      58881
3114.43/3123.28	c #Conflicts:    4473000 | #Constraints:      59881
3114.43/3123.28	c #Conflicts:    4474000 | #Constraints:      60881
3114.43/3123.28	c #Conflicts:    4475000 | #Constraints:      61881
3114.43/3123.28	c #Conflicts:    4476000 | #Constraints:      62881
3114.43/3123.28	c #Conflicts:    4477000 | #Constraints:      63881
3114.43/3123.28	c #Conflicts:    4478000 | #Constraints:      64881
3114.43/3123.28	c #Conflicts:    4479000 | #Constraints:      65881
3114.43/3123.28	c #Conflicts:    4480000 | #Constraints:      66881
3114.43/3123.28	c #Conflicts:    4481000 | #Constraints:      67881
3114.43/3123.28	c #Conflicts:    4482000 | #Constraints:      68881
3114.43/3123.28	c #Conflicts:    4483000 | #Constraints:      69881
3114.43/3123.28	c #Conflicts:    4484000 | #Constraints:      70881
3114.43/3123.28	c #Conflicts:    4485000 | #Constraints:      71881
3114.43/3123.28	c #Conflicts:    4486000 | #Constraints:      72881
3114.43/3123.28	c #Conflicts:    4487000 | #Constraints:      73881
3114.43/3123.28	c #Conflicts:    4488000 | #Constraints:      74881
3114.43/3123.28	c #Conflicts:    4489000 | #Constraints:      75881
3114.43/3123.28	c #Conflicts:    4490000 | #Constraints:      76881
3114.43/3123.28	c #Conflicts:    4491000 | #Constraints:      77881
3114.43/3123.28	c #Conflicts:    4492000 | #Constraints:      78881
3114.43/3123.28	c #Conflicts:    4493000 | #Constraints:      79881
3114.43/3123.28	c #Conflicts:    4494000 | #Constraints:      80881
3114.43/3123.28	c #Conflicts:    4495000 | #Constraints:      81881
3114.43/3123.28	c #Conflicts:    4496000 | #Constraints:      82881
3114.43/3123.28	c #Conflicts:    4497000 | #Constraints:      83881
3114.43/3123.28	c #Conflicts:    4498000 | #Constraints:      84881
3114.43/3123.28	c #Conflicts:    4499000 | #Constraints:      85881
3114.43/3123.28	c #Conflicts:    4500000 | #Constraints:      86881
3114.43/3123.28	c #Conflicts:    4501000 | #Constraints:      87882
3114.43/3123.28	c #Conflicts:    4502000 | #Constraints:      88882
3114.43/3123.28	c #Conflicts:    4503000 | #Constraints:      89882
3114.43/3123.28	c #Conflicts:    4504000 | #Constraints:      90882
3114.43/3123.28	c #Conflicts:    4505000 | #Constraints:      91882
3114.43/3123.28	c #Conflicts:    4506000 | #Constraints:      92882
3114.43/3123.28	c INPROCESSING
3114.43/3123.28	c GARBAGE COLLECT
3114.43/3123.28	c #Conflicts:    4507000 | #Constraints:      51358
3114.43/3123.28	c #Conflicts:    4508000 | #Constraints:      52358
3114.43/3123.28	c #Conflicts:    4509000 | #Constraints:      53358
3114.43/3123.28	c #Conflicts:    4510000 | #Constraints:      54397
3114.43/3123.28	c #Conflicts:    4511000 | #Constraints:      55397
3114.43/3123.28	c #Conflicts:    4512000 | #Constraints:      56397
3114.43/3123.28	c #Conflicts:    4513000 | #Constraints:      57397
3114.43/3123.28	c #Conflicts:    4514000 | #Constraints:      58398
3114.43/3123.28	c #Conflicts:    4515000 | #Constraints:      59398
3114.43/3123.28	c #Conflicts:    4516000 | #Constraints:      60400
3114.43/3123.28	c #Conflicts:    4517000 | #Constraints:      61400
3114.43/3123.28	c #Conflicts:    4518000 | #Constraints:      62400
3114.43/3123.28	c #Conflicts:    4519000 | #Constraints:      63525
3114.43/3123.28	c #Conflicts:    4520000 | #Constraints:      64716
3114.43/3123.28	c #Conflicts:    4521000 | #Constraints:      65716
3114.43/3123.28	c #Conflicts:    4522000 | #Constraints:      66716
3114.43/3123.28	c #Conflicts:    4523000 | #Constraints:      67716
3114.43/3123.28	c #Conflicts:    4524000 | #Constraints:      68716
3114.43/3123.28	c #Conflicts:    4525000 | #Constraints:      69716
3114.43/3123.28	c #Conflicts:    4526000 | #Constraints:      70716
3114.43/3123.28	c #Conflicts:    4527000 | #Constraints:      71716
3114.43/3123.28	c #Conflicts:    4528000 | #Constraints:      73148
3114.43/3123.28	c #Conflicts:    4529000 | #Constraints:      74645
3114.43/3123.28	c #Conflicts:    4530000 | #Constraints:      76166
3114.43/3123.28	c #Conflicts:    4531000 | #Constraints:      77647
3114.43/3123.28	c #Conflicts:    4532000 | #Constraints:      79150
3114.43/3123.28	c #Conflicts:    4533000 | #Constraints:      80661
3114.43/3123.28	c #Conflicts:    4534000 | #Constraints:      82180
3114.43/3123.28	c #Conflicts:    4535000 | #Constraints:      83691
3114.43/3123.28	c #Conflicts:    4536000 | #Constraints:      85185
3200.23/3209.27	c #Conflicts:    4537000 | #Constraints:      86371
3200.23/3209.27	c #Conflicts:    4538000 | #Constraints:      87371
3200.23/3209.27	c #Conflicts:    4539000 | #Constraints:      88371
3200.23/3209.27	c #Conflicts:    4540000 | #Constraints:      89371
3200.23/3209.27	c #Conflicts:    4541000 | #Constraints:      90371
3200.23/3209.27	c #Conflicts:    4542000 | #Constraints:      91371
3200.23/3209.27	c #Conflicts:    4543000 | #Constraints:      92371
3200.23/3209.27	c #Conflicts:    4544000 | #Constraints:      93371
3200.23/3209.27	c #Conflicts:    4545000 | #Constraints:      94371
3200.23/3209.27	c #Conflicts:    4546000 | #Constraints:      95371
3200.23/3209.27	c #Conflicts:    4547000 | #Constraints:      96371
3200.23/3209.27	c #Conflicts:    4548000 | #Constraints:      97371
3200.23/3209.27	c #Conflicts:    4549000 | #Constraints:      98371
3200.23/3209.27	c INPROCESSING
3200.23/3209.27	c GARBAGE COLLECT
3200.23/3209.27	c #Conflicts:    4550000 | #Constraints:      54377
3200.23/3209.27	c #Conflicts:    4551000 | #Constraints:      55377
3200.23/3209.27	c #Conflicts:    4552000 | #Constraints:      56377
3200.23/3209.27	c #Conflicts:    4553000 | #Constraints:      57377
3200.23/3209.27	c #Conflicts:    4554000 | #Constraints:      58377
3200.23/3209.27	c #Conflicts:    4555000 | #Constraints:      59377
3200.23/3209.27	c #Conflicts:    4556000 | #Constraints:      60377
3200.23/3209.27	c #Conflicts:    4557000 | #Constraints:      61377
3200.23/3209.27	c #Conflicts:    4558000 | #Constraints:      62377
3200.23/3209.27	c #Conflicts:    4559000 | #Constraints:      63377
3200.23/3209.27	c #Conflicts:    4560000 | #Constraints:      64377
3200.23/3209.27	c #Conflicts:    4561000 | #Constraints:      65377
3200.23/3209.27	c #Conflicts:    4562000 | #Constraints:      66377
3200.23/3209.27	c #Conflicts:    4563000 | #Constraints:      67377
3200.23/3209.27	c #Conflicts:    4564000 | #Constraints:      68377
3200.23/3209.27	c #Conflicts:    4565000 | #Constraints:      69377
3200.23/3209.27	c #Conflicts:    4566000 | #Constraints:      70377
3200.23/3209.27	c #Conflicts:    4567000 | #Constraints:      71377
3200.23/3209.27	c #Conflicts:    4568000 | #Constraints:      72377
3200.23/3209.27	c #Conflicts:    4569000 | #Constraints:      73377
3200.23/3209.27	c #Conflicts:    4570000 | #Constraints:      74377
3200.23/3209.27	c #Conflicts:    4571000 | #Constraints:      75377
3200.23/3209.27	c #Conflicts:    4572000 | #Constraints:      76377
3200.23/3209.27	c #Conflicts:    4573000 | #Constraints:      77377
3200.23/3209.27	c #Conflicts:    4574000 | #Constraints:      78377
3200.23/3209.27	c #Conflicts:    4575000 | #Constraints:      79377
3200.23/3209.27	c #Conflicts:    4576000 | #Constraints:      80377
3200.23/3209.27	c #Conflicts:    4577000 | #Constraints:      81377
3200.23/3209.27	c #Conflicts:    4578000 | #Constraints:      82377
3200.23/3209.27	c #Conflicts:    4579000 | #Constraints:      83377
3200.23/3209.27	c #Conflicts:    4580000 | #Constraints:      84377
3200.23/3209.27	c #Conflicts:    4581000 | #Constraints:      85377
3200.23/3209.27	c #Conflicts:    4582000 | #Constraints:      86377
3200.23/3209.27	c #Conflicts:    4583000 | #Constraints:      87377
3200.23/3209.27	c #Conflicts:    4584000 | #Constraints:      88377
3200.23/3209.27	c #Conflicts:    4585000 | #Constraints:      89377
3200.23/3209.27	c #Conflicts:    4586000 | #Constraints:      90377
3200.23/3209.27	c #Conflicts:    4587000 | #Constraints:      91377
3200.23/3209.27	c #Conflicts:    4588000 | #Constraints:      92377
3200.23/3209.27	c #Conflicts:    4589000 | #Constraints:      93377
3200.23/3209.27	c #Conflicts:    4590000 | #Constraints:      94377
3200.23/3209.27	c #Conflicts:    4591000 | #Constraints:      95377
3200.23/3209.27	c #Conflicts:    4592000 | #Constraints:      96377
3200.23/3209.27	c INPROCESSING
3200.23/3209.27	c GARBAGE COLLECT
3200.23/3209.27	c #Conflicts:    4593000 | #Constraints:      53472
3200.23/3209.27	c #Conflicts:    4594000 | #Constraints:      54472
3200.23/3209.27	c #Conflicts:    4595000 | #Constraints:      55472
3200.23/3209.27	c #Conflicts:    4596000 | #Constraints:      56472
3200.23/3209.27	c #Conflicts:    4597000 | #Constraints:      57472
3200.23/3209.27	c #Conflicts:    4598000 | #Constraints:      58472
3200.23/3209.27	c #Conflicts:    4599000 | #Constraints:      59472
3200.23/3209.27	c #Conflicts:    4600000 | #Constraints:      60472
3200.23/3209.27	c #Conflicts:    4601000 | #Constraints:      61472
3200.23/3209.27	c #Conflicts:    4602000 | #Constraints:      62472
3200.23/3209.27	c #Conflicts:    4603000 | #Constraints:      63473
3200.23/3209.27	c #Conflicts:    4604000 | #Constraints:      64473
3200.23/3209.27	c #Conflicts:    4605000 | #Constraints:      65473
3200.23/3209.27	c #Conflicts:    4606000 | #Constraints:      66473
3200.23/3209.27	c #Conflicts:    4607000 | #Constraints:      67473
3200.23/3209.27	c #Conflicts:    4608000 | #Constraints:      68473
3200.23/3209.27	c #Conflicts:    4609000 | #Constraints:      69473
3200.23/3209.27	c #Conflicts:    4610000 | #Constraints:      70473
3200.23/3209.27	c #Conflicts:    4611000 | #Constraints:      71473
3200.23/3209.27	c #Conflicts:    4612000 | #Constraints:      72473
3200.23/3209.27	c #Conflicts:    4613000 | #Constraints:      73473
3200.23/3209.27	c #Conflicts:    4614000 | #Constraints:      74474
3313.44/3322.74	c #Conflicts:    4615000 | #Constraints:      75476
3313.44/3322.74	c #Conflicts:    4616000 | #Constraints:      76476
3313.44/3322.74	c #Conflicts:    4617000 | #Constraints:      77476
3313.44/3322.74	c #Conflicts:    4618000 | #Constraints:      78479
3313.44/3322.74	c #Conflicts:    4619000 | #Constraints:      79524
3313.44/3322.74	c #Conflicts:    4620000 | #Constraints:      80944
3313.44/3322.74	c #Conflicts:    4621000 | #Constraints:      81950
3313.44/3322.74	c #Conflicts:    4622000 | #Constraints:      82953
3313.44/3322.74	c #Conflicts:    4623000 | #Constraints:      83957
3313.44/3322.74	c #Conflicts:    4624000 | #Constraints:      84960
3313.44/3322.74	c #Conflicts:    4625000 | #Constraints:      85960
3313.44/3322.74	c #Conflicts:    4626000 | #Constraints:      86960
3313.44/3322.74	c #Conflicts:    4627000 | #Constraints:      87960
3313.44/3322.74	c #Conflicts:    4628000 | #Constraints:      88960
3313.44/3322.74	c #Conflicts:    4629000 | #Constraints:      89960
3313.44/3322.74	c #Conflicts:    4630000 | #Constraints:      90960
3313.44/3322.74	c #Conflicts:    4631000 | #Constraints:      91960
3313.44/3322.74	c #Conflicts:    4632000 | #Constraints:      92960
3313.44/3322.74	c #Conflicts:    4633000 | #Constraints:      93960
3313.44/3322.74	c #Conflicts:    4634000 | #Constraints:      94960
3313.44/3322.74	c #Conflicts:    4635000 | #Constraints:      95960
3313.44/3322.74	c INPROCESSING
3313.44/3322.74	c GARBAGE COLLECT
3313.44/3322.74	c #Conflicts:    4636000 | #Constraints:      53257
3313.44/3322.74	c #Conflicts:    4637000 | #Constraints:      54258
3313.44/3322.74	c #Conflicts:    4638000 | #Constraints:      55259
3313.44/3322.74	c #Conflicts:    4639000 | #Constraints:      56259
3313.44/3322.74	c #Conflicts:    4640000 | #Constraints:      57259
3313.44/3322.74	c #Conflicts:    4641000 | #Constraints:      58259
3313.44/3322.74	c #Conflicts:    4642000 | #Constraints:      59259
3313.44/3322.74	c #Conflicts:    4643000 | #Constraints:      60260
3313.44/3322.74	c #Conflicts:    4644000 | #Constraints:      61260
3313.44/3322.74	c #Conflicts:    4645000 | #Constraints:      62260
3313.44/3322.74	c #Conflicts:    4646000 | #Constraints:      63260
3313.44/3322.74	c #Conflicts:    4647000 | #Constraints:      64260
3313.44/3322.74	c #Conflicts:    4648000 | #Constraints:      65260
3313.44/3322.74	c #Conflicts:    4649000 | #Constraints:      66260
3313.44/3322.74	c #Conflicts:    4650000 | #Constraints:      67260
3313.44/3322.74	c #Conflicts:    4651000 | #Constraints:      68260
3313.44/3322.74	c #Conflicts:    4652000 | #Constraints:      69260
3313.44/3322.74	c #Conflicts:    4653000 | #Constraints:      70260
3313.44/3322.74	c #Conflicts:    4654000 | #Constraints:      71260
3313.44/3322.74	c #Conflicts:    4655000 | #Constraints:      72260
3313.44/3322.74	c #Conflicts:    4656000 | #Constraints:      73260
3313.44/3322.74	c #Conflicts:    4657000 | #Constraints:      74260
3313.44/3322.74	c #Conflicts:    4658000 | #Constraints:      75260
3313.44/3322.74	c #Conflicts:    4659000 | #Constraints:      76260
3313.44/3322.74	c #Conflicts:    4660000 | #Constraints:      77261
3313.44/3322.74	c #Conflicts:    4661000 | #Constraints:      78261
3313.44/3322.74	c #Conflicts:    4662000 | #Constraints:      79261
3313.44/3322.74	c #Conflicts:    4663000 | #Constraints:      80261
3313.44/3322.74	c #Conflicts:    4664000 | #Constraints:      81261
3313.44/3322.74	c #Conflicts:    4665000 | #Constraints:      82261
3313.44/3322.74	c #Conflicts:    4666000 | #Constraints:      83261
3313.44/3322.74	c #Conflicts:    4667000 | #Constraints:      84261
3313.44/3322.74	c #Conflicts:    4668000 | #Constraints:      85261
3313.44/3322.74	c #Conflicts:    4669000 | #Constraints:      86261
3313.44/3322.74	c #Conflicts:    4670000 | #Constraints:      87261
3313.44/3322.74	c #Conflicts:    4671000 | #Constraints:      88261
3313.44/3322.74	c #Conflicts:    4672000 | #Constraints:      89261
3313.44/3322.74	c #Conflicts:    4673000 | #Constraints:      90261
3313.44/3322.74	c #Conflicts:    4674000 | #Constraints:      91262
3313.44/3322.74	c #Conflicts:    4675000 | #Constraints:      92262
3313.44/3322.74	c #Conflicts:    4676000 | #Constraints:      93262
3313.44/3322.74	c #Conflicts:    4677000 | #Constraints:      94262
3313.44/3322.74	c #Conflicts:    4678000 | #Constraints:      95262
3313.44/3322.74	c INPROCESSING
3313.44/3322.74	c GARBAGE COLLECT
3313.44/3322.74	c #Conflicts:    4679000 | #Constraints:      52826
3313.44/3322.74	c #Conflicts:    4680000 | #Constraints:      53827
3313.44/3322.74	c #Conflicts:    4681000 | #Constraints:      54827
3313.44/3322.74	c #Conflicts:    4682000 | #Constraints:      55827
3313.44/3322.74	c #Conflicts:    4683000 | #Constraints:      56827
3313.44/3322.74	c #Conflicts:    4684000 | #Constraints:      57827
3313.44/3322.74	c #Conflicts:    4685000 | #Constraints:      58827
3313.44/3322.74	c #Conflicts:    4686000 | #Constraints:      59827
3313.44/3322.74	c #Conflicts:    4687000 | #Constraints:      60827
3313.44/3322.74	c #Conflicts:    4688000 | #Constraints:      61827
3313.44/3322.74	c #Conflicts:    4689000 | #Constraints:      62828
3313.44/3322.74	c #Conflicts:    4690000 | #Constraints:      63828
3313.44/3322.74	c #Conflicts:    4691000 | #Constraints:      64828
3377.79/3387.26	c #Conflicts:    4692000 | #Constraints:      65828
3377.79/3387.26	c #Conflicts:    4693000 | #Constraints:      66828
3377.79/3387.26	c #Conflicts:    4694000 | #Constraints:      67828
3377.79/3387.26	c #Conflicts:    4695000 | #Constraints:      68828
3377.79/3387.26	c #Conflicts:    4696000 | #Constraints:      69828
3377.79/3387.26	c #Conflicts:    4697000 | #Constraints:      70838
3377.79/3387.26	c #Conflicts:    4698000 | #Constraints:      71961
3377.79/3387.26	c #Conflicts:    4699000 | #Constraints:      72961
3377.79/3387.26	c #Conflicts:    4700000 | #Constraints:      73961
3377.79/3387.26	c #Conflicts:    4701000 | #Constraints:      74961
3377.79/3387.26	c #Conflicts:    4702000 | #Constraints:      75961
3377.79/3387.26	c #Conflicts:    4703000 | #Constraints:      76962
3377.79/3387.26	c #Conflicts:    4704000 | #Constraints:      77962
3377.79/3387.26	c #Conflicts:    4705000 | #Constraints:      78962
3377.79/3387.26	c #Conflicts:    4706000 | #Constraints:      79962
3377.79/3387.26	c #Conflicts:    4707000 | #Constraints:      80962
3377.79/3387.26	c #Conflicts:    4708000 | #Constraints:      81962
3377.79/3387.26	c #Conflicts:    4709000 | #Constraints:      82962
3377.79/3387.26	c #Conflicts:    4710000 | #Constraints:      83962
3377.79/3387.26	c #Conflicts:    4711000 | #Constraints:      84962
3377.79/3387.26	c #Conflicts:    4712000 | #Constraints:      85962
3377.79/3387.26	c #Conflicts:    4713000 | #Constraints:      86962
3377.79/3387.26	c #Conflicts:    4714000 | #Constraints:      87962
3377.79/3387.26	c #Conflicts:    4715000 | #Constraints:      88962
3377.79/3387.26	c #Conflicts:    4716000 | #Constraints:      89962
3377.79/3387.26	c #Conflicts:    4717000 | #Constraints:      90962
3377.79/3387.26	c #Conflicts:    4718000 | #Constraints:      91962
3377.79/3387.26	c #Conflicts:    4719000 | #Constraints:      92962
3377.79/3387.26	c #Conflicts:    4720000 | #Constraints:      93962
3377.79/3387.26	c #Conflicts:    4721000 | #Constraints:      94962
3377.79/3387.26	c INPROCESSING
3377.79/3387.26	c GARBAGE COLLECT
3377.79/3387.26	WSVECS04 Frhs2[1]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[5]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[8]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[19]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[23]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[29]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[31]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[32]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[57]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[60]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[65]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[67]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[76]: 6 -0.765712 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[83]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[85]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[86]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[92]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[97]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[101]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[103]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[111]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[112]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[113]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[114]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[115]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[125]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[126]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[134]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[135]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[148]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[165]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[175]: 6 -0.875081 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[190]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[217]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[219]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[221]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[223]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[229]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[232]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[259]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[265]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[285]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[293]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[295]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[340]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[357]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[367]: 6 -0.875013 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[368]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[369]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[370]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[376]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[387]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[389]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[390]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[403]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[415]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[419]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[421]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[434]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[435]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[437]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[439]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[448]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[452]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[469]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[472]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[482]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[507]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[527]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[534]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[548]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[551]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[572]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[578]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[583]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[593]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[596]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[598]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[602]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[604]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[609]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[623]: 6 -0.875011 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[624]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[632]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[641]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[643]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[646]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[667]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[675]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[680]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[692]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[695]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[699]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[929]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[931]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[941]: 6 -0.500093 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[942]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[956]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[986]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[994]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1031]: 6 -1.25001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1033]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1048]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1050]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1051]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1054]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1057]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1060]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1061]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1076]: 6 -0.75006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1078]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1079]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1086]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1087]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1098]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1101]: 6 -1.32814 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1102]: 6 -1.31258 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1103]: 6 -1.31251 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1106]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1109]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1113]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1114]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1121]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1122]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1123]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1126]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1127]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1138]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1139]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1149]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1151]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1153]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1156]: 6 -1.25003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1159]: 6 -1.25003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1161]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1164]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1169]: 6 -1.31251 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1171]: 6 -1.25003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1173]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1174]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1175]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1176]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1181]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1182]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1192]: 6 -1.25002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1194]: 6 -1.12509 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1202]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1203]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1210]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1213]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1216]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1226]: 6 -1.25003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1231]: 6 -0.750071 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1235]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1238]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1248]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1251]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1255]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1256]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1263]: 6 -0.750039 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1264]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1265]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1271]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1274]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1276]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1279]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1280]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1284]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1297]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1303]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1304]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1311]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1312]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1315]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1318]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1320]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1327]: 6 -0.687585 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1328]: 6 -1.25003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1332]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1336]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1337]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1342]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1350]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1352]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1355]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1358]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1362]: 6 -1.0001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1369]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1373]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1375]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1390]: 6 -2.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1391]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1400]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1408]: 6 -1.00002 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1414]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1415]: 6 -1.25008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1420]: 6 -0.750026 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1422]: 6 -1.00001 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1435]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1436]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1437]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1439]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1440]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1442]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1445]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1448]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1450]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1451]: 6 -1.06259 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1457]: 6 -1.25007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1460]: 6 -1.00005 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1464]: 6 -1.00006 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1465]: 6 -1.00003 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1466]: 6 -1.00009 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1470]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1472]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1473]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1477]: 6 -1.00004 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1478]: 6 -1.00008 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1480]: 6 -1.00007 0 shouldn't be
3377.79/3387.26	WSVECS04 Frhs2[1482]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1491]: 6 -2.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1500]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1501]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1507]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1509]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1510]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1513]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1517]: 6 -1.07695 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1519]: 6 -1.30773 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1526]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1528]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1529]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1530]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1544]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1547]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1553]: 6 -1.25001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1555]: 6 -1.25009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1556]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1557]: 6 -1.25004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1558]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1560]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1561]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1563]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1572]: 6 -1.06256 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1579]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1588]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1606]: 6 -1.06251 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1611]: 6 -0.687518 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1619]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1623]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1627]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1631]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1638]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1647]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1650]: 6 -0.750036 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1651]: 6 -0.500023 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1659]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1663]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1680]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1727]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1889]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1891]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1893]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1896]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1898]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1903]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1907]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1909]: 6 -1.12509 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1925]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1927]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1930]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1934]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1940]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1944]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1945]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1947]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1952]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1987]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1990]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[1997]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2000]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2010]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2012]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2013]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2016]: 6 -0.500028 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2020]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2026]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2032]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2036]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2040]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2042]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2043]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2047]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2054]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2066]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2070]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2081]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2083]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2086]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2088]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2090]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2092]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2094]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2096]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2097]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2099]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2104]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2105]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2110]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2114]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2118]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2119]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2122]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2126]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2130]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2133]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2135]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2138]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2142]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2145]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2149]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2151]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2152]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2159]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2161]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2165]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2166]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2172]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2176]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2177]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2179]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2181]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2184]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2186]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2187]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2190]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2191]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2194]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2195]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2197]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2204]: 6 -5.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2206]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2208]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2210]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2212]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2213]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2216]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2220]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2224]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2225]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2228]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2229]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2232]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2236]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2238]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2240]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2241]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2245]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2247]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2248]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2252]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2258]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2268]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2269]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2271]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2272]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2273]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2275]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2279]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2283]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2286]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2288]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2289]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2293]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2296]: 6 -1.12508 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2305]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2308]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2311]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2313]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2315]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2317]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2320]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2325]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2328]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2330]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2331]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2334]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2336]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2343]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2348]: 6 -1.25005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2359]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2360]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2364]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2366]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2368]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2371]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2373]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2375]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2378]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2382]: 6 -1.25003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2384]: 6 -1.12507 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2394]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2396]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2398]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2401]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2403]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2405]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2407]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2409]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2412]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2416]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2417]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2420]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2421]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2424]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2426]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2428]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2432]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2433]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2448]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2449]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2452]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2454]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2461]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2465]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2467]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2469]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2472]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2473]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2475]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2504]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2505]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2507]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2510]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2512]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2513]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2515]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2517]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2520]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2522]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2523]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2526]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2527]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2529]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2533]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2534]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2538]: 6 -1.32817 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2543]: 6 -1.25002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2545]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2547]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2550]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2553]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2555]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2559]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2562]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2563]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2565]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2568]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2570]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2571]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2574]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2575]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2578]: 6 -1.3282 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2593]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2596]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2597]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2600]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2604]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2605]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2608]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2609]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2612]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2613]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2616]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2617]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2620]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2623]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2625]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2627]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2628]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2630]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2631]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2641]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2644]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2645]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2655]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2658]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2662]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2664]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2666]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2668]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2669]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2672]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2673]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2695]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2698]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2699]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2701]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2705]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2708]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2709]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2712]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2714]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2715]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2717]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2718]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2723]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2741]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2743]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2744]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2746]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2749]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2750]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2753]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2755]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2757]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2760]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2762]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2763]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2766]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2767]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2770]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2793]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2796]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2797]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2800]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2804]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2805]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2807]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2808]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2810]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2811]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2814]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2815]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2823]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2829]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2839]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2842]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2846]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2853]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2855]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2857]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2859]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2861]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2864]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2887]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2889]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2893]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2896]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2900]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2901]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2904]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2905]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2908]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2911]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2913]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2930]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2933]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2934]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2937]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2938]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2940]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2942]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2945]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2947]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2949]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2952]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2954]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2955]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2958]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2959]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2962]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2970]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2972]: 6 -5.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2974]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2975]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2978]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2980]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2981]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2984]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2989]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2992]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2993]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2996]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[2997]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3000]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3001]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3004]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3005]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3007]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3014]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3022]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3026]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3027]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3029]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3041]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3043]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3045]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3047]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3050]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3056]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3066]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3068]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3071]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3074]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3078]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3086]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3087]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3089]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3092]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3096]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3097]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3099]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3105]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3108]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3127]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3133]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3134]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3136]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3137]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3140]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3141]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3144]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3146]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3148]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3149]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3152]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3155]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3172]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3173]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3175]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3178]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3181]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3183]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3185]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3194]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3198]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3199]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3211]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3212]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3213]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3214]: 6 -1.25001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3215]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3228]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3230]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3233]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3236]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3237]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3239]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3242]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3244]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3258]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3262]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3264]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3268]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3270]: 6 -5.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3272]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3274]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3275]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3277]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3280]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3281]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3284]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3285]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3287]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3289]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3292]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3293]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3296]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3297]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3302]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3308]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3313]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3322]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3324]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3325]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3326]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3328]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3330]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3331]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3333]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3336]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3337]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3340]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3345]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3348]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3349]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3366]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3370]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3371]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3374]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3380]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3382]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3384]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3386]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3388]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3389]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3392]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3395]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3398]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3400]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3414]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3417]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3418]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3423]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3425]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3427]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3429]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3432]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3433]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3436]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3440]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3444]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3448]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3452]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3456]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3460]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3464]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3465]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3468]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3469]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3472]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3476]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3477]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3479]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3482]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3484]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3486]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3487]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3491]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3496]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3505]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3508]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3511]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3516]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3517]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3518]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3519]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3520]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3521]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3523]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3527]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3530]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3536]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3540]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3544]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3545]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3548]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3549]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3551]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3554]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3558]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3562]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3563]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3566]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3567]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3570]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3572]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3574]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3576]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3578]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3580]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3582]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3584]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3587]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3588]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3595]: 6 -1.25002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3600]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3604]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3606]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3608]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3610]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3611]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3615]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3622]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3623]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3626]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3629]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3632]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3634]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3644]: 6 -0.50004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3648]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3651]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3652]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3658]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3659]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3662]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3664]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3665]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3668]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3672]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3674]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3675]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3678]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3680]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3687]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3689]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3692]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3695]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3698]: 6 -1.25007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3702]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3720]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3721]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3723]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3725]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3728]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3729]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3732]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3750]: 6 0 1.00007 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3752]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3755]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3760]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3764]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3768]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3772]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3773]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3776]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3777]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3778]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3784]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3789]: 6 -1.30775 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3800]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3801]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3803]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3806]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3809]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3812]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3816]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3820]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3821]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3824]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3825]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3828]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3832]: 6 -0.69235 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3836]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3838]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3840]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3842]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3845]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3848]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3849]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3854]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3856]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3857]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3860]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3862]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3864]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3868]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3871]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3875]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3876]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3879]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3881]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3888]: 6 -1.25003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3889]: 6 -1.25002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3890]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3891]: 6 -1.25006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3893]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3899]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3912]: 6 -1.00007 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3916]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3919]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3922]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3926]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3929]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3946]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3947]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3949]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3952]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3953]: 6 -1.00001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3956]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3958]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3960]: 6 -1.00005 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3961]: 6 -1.00004 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3964]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3965]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[3967]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[4048]: 6 -1.00009 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[4049]: 6 -1.00003 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[4061]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[4085]: 6 -1.0001 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[4086]: 6 -1.00008 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[4087]: 6 -1.00006 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[4088]: 6 -1.00002 0 shouldn't be
3377.79/3387.27	WSVECS04 Frhs2[4089]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[21]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[26]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[39]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[46]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[58]: 6 -1.00007 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[62]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[89]: 6 -1.00007 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[98]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[99]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[116]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[123]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[162]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[179]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[226]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[231]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[249]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[252]: 6 -1.00007 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[254]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[256]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[277]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[296]: 6 -1.00001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[310]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[311]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[343]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[401]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[410]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[441]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[446]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[453]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[454]: 6 -1.00001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[464]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[468]: 6 -1.00001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[483]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[502]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[503]: 6 -1.00007 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[515]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[531]: 6 -1.00007 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[540]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[545]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[566]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[571]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[592]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[606]: 6 -1.00007 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[635]: 6 -1.00007 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[637]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[642]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[647]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[659]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[662]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[679]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[681]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[684]: 6 -1.00001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[702]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[969]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1026]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1100]: 6 -1.32822 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1110]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1155]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1160]: 6 -1.00001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1177]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1186]: 6 -1.0001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1218]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1262]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1272]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1316]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1357]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1388]: 6 -1.00001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1395]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1399]: 6 -1.0001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1406]: 6 -1.00001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1429]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1456]: 6 -1.12502 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1462]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1488]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1515]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1516]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1518]: 6 -1.07702 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1625]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1901]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1905]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[1937]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2111]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2168]: 6 -1.00007 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2264]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2357]: 6 -1.0001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2445]: 6 -1.2501 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2530]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2532]: 6 -1.00001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2621]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2647]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2703]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2719]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2734]: 6 -1.15635 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2917]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[2927]: 6 -1.00007 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3010]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3079]: 6 -1.0001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3116]: 6 -1.25005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3122]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3209]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3240]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3288]: 6 -1.00003 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3318]: 6 -1.00001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3419]: 6 -1.00005 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3480]: 6 -1.00004 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3509]: 6 -1.00006 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3694]: 6 -1.00009 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3700]: 6 -1.00002 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3761]: 6 -1.00008 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3792]: 6 -1.00001 0 shouldn't be
3379.09/3388.52	WSVECS04 Frhs2[3999]: 6 -1.00005 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[47]: 6 -0.875069 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[84]: 6 -1.00008 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[100]: 6 -1.00005 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[184]: 6 -1.00001 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[207]: 6 -1.25001 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[227]: 6 -1.00003 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[314]: 6 -1.00001 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[381]: 6 -1.00008 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[404]: 6 -1.0001 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[451]: 6 -1.00007 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[479]: 6 -1.00007 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[535]: 6 -1.00004 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[558]: 6 -1.00004 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[560]: 6 -1.00005 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[577]: 6 -1.00004 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[630]: 6 -1.00002 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[639]: 6 -1.0001 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[669]: 6 -1.00006 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1053]: 6 -1.00003 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1070]: 6 -1.00008 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1082]: 6 -1.00002 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1099]: 6 -1.00008 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1119]: 6 -1.00006 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1147]: 6 -1.0001 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1207]: 6 -1.00008 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1221]: 6 -1.32817 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1222]: 6 -1.32819 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1273]: 6 -1.00005 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1319]: 6 -1.00005 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1335]: 6 -1.00008 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1364]: 6 -1.00002 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1376]: 6 -1.00003 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1384]: 6 -1.00003 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1397]: 6 -1.00004 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1404]: 6 -1.00001 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1413]: 6 -1.00004 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1427]: 6 -1.00006 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1493]: 6 -1.50001 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1511]: 6 -1.00005 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1931]: 6 -1.00008 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[1991]: 6 -1.00004 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[2127]: 6 -1.00009 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[2173]: 6 -1.00004 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[2323]: 6 -1.00007 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[2355]: 6 -1.00003 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[2365]: 6 -1.00006 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[2442]: 6 -1.00003 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[2726]: 6 -1.00005 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[2824]: 6 -1.00004 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3125]: 6 -1.00002 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3201]: 6 -1.00007 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3204]: 6 -1.00008 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3216]: 6 -1.00007 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3278]: 6 -1.00007 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3301]: 6 -1.00008 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3396]: 6 -1.00005 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3494]: 6 -1.00008 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3515]: 6 -1.00007 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3619]: 6 -1.00001 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3677]: 6 -1.00002 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3769]: 6 -1.00004 0 shouldn't be
3380.78/3390.28	WSVECS04 Frhs2[3907]: 6 -1.00006 0 shouldn't be
3517.94/3527.79	c #Conflicts:    4722000 | #Constraints:      52429
3517.94/3527.79	c #Conflicts:    4723000 | #Constraints:      53429
3517.94/3527.79	c #Conflicts:    4724000 | #Constraints:      54429
3517.94/3527.79	c #Conflicts:    4725000 | #Constraints:      55429
3517.94/3527.79	c #Conflicts:    4726000 | #Constraints:      56429
3517.94/3527.79	c #Conflicts:    4727000 | #Constraints:      57429
3517.94/3527.79	c #Conflicts:    4728000 | #Constraints:      58429
3517.94/3527.79	c #Conflicts:    4729000 | #Constraints:      59429
3517.94/3527.79	c #Conflicts:    4730000 | #Constraints:      60430
3517.94/3527.79	c #Conflicts:    4731000 | #Constraints:      61430
3517.94/3527.79	c #Conflicts:    4732000 | #Constraints:      62430
3517.94/3527.79	c #Conflicts:    4733000 | #Constraints:      63430
3517.94/3527.79	c #Conflicts:    4734000 | #Constraints:      64430
3517.94/3527.79	c #Conflicts:    4735000 | #Constraints:      65430
3517.94/3527.79	c #Conflicts:    4736000 | #Constraints:      66430
3517.94/3527.79	c #Conflicts:    4737000 | #Constraints:      67430
3517.94/3527.79	c #Conflicts:    4738000 | #Constraints:      68430
3517.94/3527.79	c #Conflicts:    4739000 | #Constraints:      69430
3517.94/3527.79	c #Conflicts:    4740000 | #Constraints:      70430
3517.94/3527.79	c #Conflicts:    4741000 | #Constraints:      71431
3517.94/3527.79	c #Conflicts:    4742000 | #Constraints:      72431
3517.94/3527.79	c #Conflicts:    4743000 | #Constraints:      73431
3517.94/3527.79	c #Conflicts:    4744000 | #Constraints:      74431
3517.94/3527.79	c #Conflicts:    4745000 | #Constraints:      75431
3517.94/3527.79	c #Conflicts:    4746000 | #Constraints:      76431
3517.94/3527.79	c #Conflicts:    4747000 | #Constraints:      77431
3517.94/3527.79	c #Conflicts:    4748000 | #Constraints:      78431
3517.94/3527.79	c #Conflicts:    4749000 | #Constraints:      79431
3517.94/3527.79	c #Conflicts:    4750000 | #Constraints:      80431
3517.94/3527.79	c #Conflicts:    4751000 | #Constraints:      81431
3517.94/3527.79	c #Conflicts:    4752000 | #Constraints:      82431
3517.94/3527.79	c #Conflicts:    4753000 | #Constraints:      83431
3517.94/3527.79	c #Conflicts:    4754000 | #Constraints:      84431
3517.94/3527.79	c #Conflicts:    4755000 | #Constraints:      85431
3517.94/3527.79	c #Conflicts:    4756000 | #Constraints:      86431
3517.94/3527.79	c #Conflicts:    4757000 | #Constraints:      87431
3517.94/3527.79	c #Conflicts:    4758000 | #Constraints:      88431
3517.94/3527.79	c #Conflicts:    4759000 | #Constraints:      89431
3517.94/3527.79	c #Conflicts:    4760000 | #Constraints:      90431
3517.94/3527.79	c #Conflicts:    4761000 | #Constraints:      91431
3517.94/3527.79	c #Conflicts:    4762000 | #Constraints:      92431
3517.94/3527.79	c #Conflicts:    4763000 | #Constraints:      93431
3517.94/3527.79	c #Conflicts:    4764000 | #Constraints:      94431
3517.94/3527.79	c #Conflicts:    4765000 | #Constraints:      95431
3517.94/3527.79	c INPROCESSING
3517.94/3527.79	c GARBAGE COLLECT
3517.94/3527.79	c #Conflicts:    4766000 | #Constraints:      52889
3517.94/3527.79	c #Conflicts:    4767000 | #Constraints:      53889
3517.94/3527.79	c #Conflicts:    4768000 | #Constraints:      54889
3517.94/3527.79	c #Conflicts:    4769000 | #Constraints:      55889
3517.94/3527.79	c #Conflicts:    4770000 | #Constraints:      56889
3517.94/3527.79	c #Conflicts:    4771000 | #Constraints:      57889
3517.94/3527.79	c #Conflicts:    4772000 | #Constraints:      58889
3517.94/3527.79	c #Conflicts:    4773000 | #Constraints:      59889
3517.94/3527.79	c #Conflicts:    4774000 | #Constraints:      60889
3517.94/3527.79	c #Conflicts:    4775000 | #Constraints:      61889
3517.94/3527.79	c #Conflicts:    4776000 | #Constraints:      62889
3517.94/3527.79	c #Conflicts:    4777000 | #Constraints:      63889
3517.94/3527.79	c #Conflicts:    4778000 | #Constraints:      64889
3517.94/3527.79	c #Conflicts:    4779000 | #Constraints:      65889
3517.94/3527.79	c #Conflicts:    4780000 | #Constraints:      66889
3517.94/3527.79	c #Conflicts:    4781000 | #Constraints:      67889
3517.94/3527.79	c #Conflicts:    4782000 | #Constraints:      68889
3517.94/3527.79	c #Conflicts:    4783000 | #Constraints:      69889
3517.94/3527.79	c #Conflicts:    4784000 | #Constraints:      70889
3517.94/3527.79	c #Conflicts:    4785000 | #Constraints:      71889
3517.94/3527.79	c #Conflicts:    4786000 | #Constraints:      72889
3517.94/3527.79	c #Conflicts:    4787000 | #Constraints:      73889
3517.94/3527.79	c #Conflicts:    4788000 | #Constraints:      74889
3517.94/3527.79	c #Conflicts:    4789000 | #Constraints:      75890
3517.94/3527.79	c #Conflicts:    4790000 | #Constraints:      76890
3517.94/3527.79	c #Conflicts:    4791000 | #Constraints:      77890
3517.94/3527.79	c #Conflicts:    4792000 | #Constraints:      78890
3517.94/3527.79	c #Conflicts:    4793000 | #Constraints:      79890
3517.94/3527.79	c #Conflicts:    4794000 | #Constraints:      80890
3517.94/3527.79	c #Conflicts:    4795000 | #Constraints:      81890
3517.94/3527.79	c #Conflicts:    4796000 | #Constraints:      82890
3517.94/3527.79	c #Conflicts:    4797000 | #Constraints:      83890
3517.94/3527.79	c #Conflicts:    4798000 | #Constraints:      84890
3517.94/3527.79	c #Conflicts:    4799000 | #Constraints:      85891
3517.94/3527.79	c #Conflicts:    4800000 | #Constraints:      86891
3600.03/3610.00	c #Conflicts:    4801000 | #Constraints:      87891
3600.03/3610.00	c #Conflicts:    4802000 | #Constraints:      88891
3600.03/3610.00	c #Conflicts:    4803000 | #Constraints:      89891
3600.03/3610.00	c #Conflicts:    4804000 | #Constraints:      90891
3600.03/3610.00	c #Conflicts:    4805000 | #Constraints:      91891
3600.03/3610.00	c #Conflicts:    4806000 | #Constraints:      92891
3600.03/3610.00	c #Conflicts:    4807000 | #Constraints:      93891
3600.03/3610.00	c #Conflicts:    4808000 | #Constraints:      94891
3600.03/3610.00	c #Conflicts:    4809000 | #Constraints:      95891
3600.03/3610.00	c INPROCESSING
3600.03/3610.00	c GARBAGE COLLECT
3600.03/3610.00	c #Conflicts:    4810000 | #Constraints:      53230
3600.03/3610.00	c #Conflicts:    4811000 | #Constraints:      54230
3600.03/3610.00	c #Conflicts:    4812000 | #Constraints:      55230
3600.03/3610.00	c #Conflicts:    4813000 | #Constraints:      56230
3600.03/3610.00	c #Conflicts:    4814000 | #Constraints:      57230
3600.03/3610.00	c #Conflicts:    4815000 | #Constraints:      58230
3600.03/3610.00	c #Conflicts:    4816000 | #Constraints:      59230
3600.03/3610.00	c #Conflicts:    4817000 | #Constraints:      60230
3600.03/3610.00	c #Conflicts:    4818000 | #Constraints:      61230
3600.03/3610.00	c #Conflicts:    4819000 | #Constraints:      62230
3600.03/3610.00	c #Conflicts:    4820000 | #Constraints:      63231
3600.03/3610.00	c #Conflicts:    4821000 | #Constraints:      64231
3600.03/3610.00	c #Conflicts:    4822000 | #Constraints:      65231
3600.03/3610.00	c #Conflicts:    4823000 | #Constraints:      66231
3600.03/3610.00	c #Conflicts:    4824000 | #Constraints:      67231
3600.03/3610.00	c #Conflicts:    4825000 | #Constraints:      68231
3600.03/3610.00	c #Conflicts:    4826000 | #Constraints:      69231
3600.03/3610.00	c #Conflicts:    4827000 | #Constraints:      70231
3600.03/3610.00	c #Conflicts:    4828000 | #Constraints:      71231
3600.03/3610.00	c #Conflicts:    4829000 | #Constraints:      72231
3600.03/3610.00	c #Conflicts:    4830000 | #Constraints:      73231
3600.03/3610.00	c #Conflicts:    4831000 | #Constraints:      74234
3600.03/3610.00	c #Conflicts:    4832000 | #Constraints:      75234
3600.03/3610.00	c #Conflicts:    4833000 | #Constraints:      76234
3600.03/3610.00	c #Conflicts:    4834000 | #Constraints:      77270
3600.03/3610.00	c #Conflicts:    4835000 | #Constraints:      78270
3600.03/3610.00	c #Conflicts:    4836000 | #Constraints:      79270
3600.03/3610.00	c #Conflicts:    4837000 | #Constraints:      80270
3600.03/3610.00	c #Conflicts:    4838000 | #Constraints:      81271
3600.03/3610.00	c #Conflicts:    4839000 | #Constraints:      82271
3600.03/3610.00	c #Conflicts:    4840000 | #Constraints:      83271
3600.03/3610.00	c #Conflicts:    4841000 | #Constraints:      84273
3600.03/3610.00	c cpu time 3572.26 s
3600.03/3610.00	c deterministic time 211229749554 2.11e+11
3600.03/3610.00	c optimization time 48.9157 s
3600.03/3610.00	c total solve time 3523.31 s
3600.03/3610.00	c core-guided solve time 0 s
3600.03/3610.00	c propagation time 2431.82 s
3600.03/3610.00	c conflict analysis time 948.287 s
3600.03/3610.00	c propagations 682239901
3600.03/3610.00	c resolve steps 157814609
3600.03/3610.00	c decisions 13600132
3600.03/3610.00	c conflicts 4841322
3600.03/3610.00	c restarts 8189
3600.03/3610.00	c inprocessing phases 210
3600.03/3610.00	c garbage collections 210 ,( 100.00 )
3600.03/3610.00	c input clauses 7358 ,( 81.04 )
3600.03/3610.00	c input cardinalities 0 ,( 0.00 )
3600.03/3610.00	c input general constraints 1722 ,( 18.96 )
3600.03/3610.00	c input average constraint length 4.49
3600.03/3610.00	c input average constraint degree 1.87
3600.03/3610.00	c learned clauses 2089573 ,( 42.62 )
3600.03/3610.00	c learned cardinalities 929 ,( 0.02 )
3600.03/3610.00	c learned general constraints 2812354 ,( 57.36 )
3600.03/3610.00	c learned average constraint length 191.93
3600.03/3610.00	c learned average constraint degree 19258563.64
3600.03/3610.00	c watched  CF 32, 64, 128, Arb: 850486 , 0 , 0 , 0
3600.03/3610.00	c counting CF 32, 64, 128, Arb: 1963590 , 0 , 0 , 0
3600.03/3610.00	c watched   constraints 850486 ,( 30.22 ) 
3600.03/3610.00	c counting  constraints 1963590 ,( 69.78 ) 
3600.03/3610.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1015010859 , 2724128 , 24325071744 ,( 1254779808 , 23070291936 )
3600.03/3610.00	c gcd simplifications 417355
3600.03/3610.00	c detected cardinalities 45
3600.03/3610.00	c weakened non-implied lits 125523046
3600.03/3610.00	c weakened non-implying lits 1322575
3600.03/3610.00	c original variables 4128
3600.03/3610.00	c clausal propagations 163069932
3600.03/3610.00	c cardinality propagations 48114
3600.03/3610.00	c watched propagations 3095269
3600.03/3610.00	c counting propagations 510951040
3600.03/3610.00	c watch lookups 114768016468
3600.03/3610.00	c watch backjump lookups 0
3600.03/3610.00	c watch checks 49083363927
3600.03/3610.00	c propagation checks 43259936173
3600.03/3610.00	c constraint additions 2720946285
3600.03/3610.00	c trail pops 700677569
3600.03/3610.00	c formula constraints 9080
3600.03/3610.00	c learned constraints 4841318
3600.03/3610.00	c bound constraints 0
3600.03/3610.00	c core-guided constraints 0
3600.03/3610.00	c encountered formula constraints 118912762
3600.03/3610.00	c encountered learned constraints 43675915
3600.03/3610.00	c encountered bound constraints 0
3600.03/3610.00	c encountered core-guided constraints 0
3600.03/3610.00	c LP total time 263.898 s
3600.03/3610.00	c LP solve time 236.62 s
3600.03/3610.00	c LP constraints added 9464
3600.03/3610.00	c LP constraints removed 84
3600.03/3610.00	c LP pivots internal 484163
3600.03/3610.00	c LP pivots root 484935
3600.03/3610.00	c LP calls 77853
3600.03/3610.00	c LP optimalities 14
3600.03/3610.00	c LP no pivot count 0
3600.03/3610.00	c LP infeasibilities 77644
3600.03/3610.00	c LP valid Farkas constraints 61494
3600.03/3610.00	c LP learned Farkas constraints 3
3600.03/3610.00	c LP basis resets 191
3600.03/3610.00	c LP cycling count 0
3600.03/3610.00	c LP singular count 190
3600.03/3610.00	c LP no primal count 0
3600.03/3610.00	c LP no farkas count 1
3600.03/3610.00	c LP other issue count 0
3600.03/3610.00	c LP Gomory cuts 41
3600.03/3610.00	c LP learned cuts 343
3600.03/3610.00	c LP deleted cuts 84
3600.03/3610.00	c LP encountered Gomory constraints 4847
3600.03/3610.00	c LP encountered Farkas constraints 62403
3600.03/3610.00	c LP encountered learned Farkas constraints 1
3600.03/3610.00	c CG auxiliary variables introduced 0
3600.03/3610.00	c CG solutions found 0
3600.03/3610.00	c CG cores constructed 0
3600.03/3610.00	c CG core cardinality constraints returned 0
3600.03/3610.00	c CG unit cores 0
3600.03/3610.00	c CG single cores 0
3600.03/3610.00	c CG blocks removed during cardinality reduction 0
3600.03/3610.00	c CG first core best 0
3600.03/3610.00	c CG decision core best 0
3600.03/3610.00	c CG core reduction tie 0
3600.03/3610.00	c CG core degree average 0.00
3600.03/3610.00	c CG core slack average 0.00
3600.03/3610.00	c CG core upper bound improvements 0
3600.03/3610.00	c STR number of successful calls 0
3600.03/3610.00	c STR number of unsuccessful calls 0
3600.03/3610.00	c STR number of inconclusive calls 0
3600.03/3610.00	c STR number of successful attempts 0
3600.03/3610.00	c STR number of unsuccessful attempts 0
3600.03/3610.00	c STR number of inconclusive attempts 0
3600.03/3610.00	c STR average degree increase per successful call inf
3600.03/3610.00	c STR average degree increase per successful attempt inf
3600.03/3610.00	c STR total number of conflicts for successful attempts 0
3600.03/3610.00	c STR total number of conflicts for unsuccessful attempts 0
3600.03/3610.00	c STR total number of conflicts for inconclusive attempts 0
3600.03/3610.00	c STR average number of conflicts per successful attempt inf
3600.03/3610.00	c STR average number of conflicts per unsuccessful attempt inf
3600.03/3610.00	c STR average number of conflicts per inconclusive attempt inf
3600.03/3610.00	c AVG.sumWPerc 55.52 
3600.03/3610.00	c bigint constraints 0 
3600.03/3610.00	s UNKNOWN
3600.03/3610.00	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100063 s]*
/proc/loadavg: 4.32 4.20 4.14 5/268 26711
/proc/meminfo: memFree=128461188/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=75360 memory=28100 CPUtime=0.06 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 5137 0 0 0 5 1 0 0 20 0 1 0 36120140 77168640 7025 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 18840 7025 2272 1147 0 6267 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 79552 KiB
Current children cumulated memory: 31172 KiB

[startup+0.20572 s]*
/proc/loadavg: 4.32 4.20 4.14 5/268 26711
/proc/meminfo: memFree=128460936/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=75616 memory=28356 CPUtime=0.16 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 5171 0 0 0 15 1 0 0 20 0 1 0 36120140 77430784 7089 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 18904 7089 2304 1147 0 6331 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 79808 KiB
Current children cumulated memory: 31428 KiB

[startup+0.30563 s]*
/proc/loadavg: 4.32 4.20 4.14 5/268 26711
/proc/meminfo: memFree=128460936/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=76708 memory=29764 CPUtime=0.26 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 5439 0 0 0 24 2 0 0 20 0 1 0 36120140 78548992 7441 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 19177 7441 2368 1147 0 6604 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 80900 KiB
Current children cumulated memory: 32836 KiB

[startup+0.700214 s]
/proc/loadavg: 4.32 4.20 4.14 5/268 26711
/proc/meminfo: memFree=128456904/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=77272 memory=30532 CPUtime=0.65 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 5649 0 0 0 61 4 0 0 20 0 1 0 36120140 79126528 7633 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 19318 7633 2368 1147 0 6745 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 81464 KiB
Current children cumulated memory: 33604 KiB

[startup+1.5002 s]
/proc/loadavg: 4.29 4.20 4.14 5/268 26711
/proc/meminfo: memFree=128456904/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=78896 memory=32068 CPUtime=1.46 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 6032 0 0 0 138 8 0 0 20 0 1 0 36120140 80789504 8017 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 19724 8017 2368 1147 0 7151 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 83088 KiB
Current children cumulated memory: 35140 KiB

[startup+3.10546 s]
/proc/loadavg: 4.29 4.20 4.14 5/268 26711
/proc/meminfo: memFree=128449148/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=82296 memory=36880 CPUtime=3.05 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 6723 0 0 0 291 14 0 0 20 0 1 0 36120140 84271104 9220 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 20574 9220 2368 1147 0 8001 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 86488 KiB
Current children cumulated memory: 39952 KiB

[startup+6.30021 s]
/proc/loadavg: 4.35 4.21 4.14 5/268 26712
/proc/meminfo: memFree=128437112/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=85368 memory=40080 CPUtime=6.24 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 7535 0 0 0 599 25 0 0 20 0 1 0 36120140 87416832 10020 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 21342 10020 2368 1147 0 8769 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 89560 KiB
Current children cumulated memory: 43152 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.21 4.14 5/268 26712
/proc/meminfo: memFree=128426780/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=97540 memory=51600 CPUtime=12.62 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 10433 0 0 0 1221 41 0 0 20 0 1 0 36120140 99880960 12900 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 24385 12900 2368 1147 0 11812 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 101732 KiB
Current children cumulated memory: 54672 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.20 4.14 5/268 26712
/proc/meminfo: memFree=128387468/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=123504 memory=76172 CPUtime=25.39 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 16062 0 0 0 2473 66 0 0 20 0 1 0 36120140 126468096 19043 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 30876 19043 2368 1147 0 18303 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 127696 KiB
Current children cumulated memory: 79244 KiB

[startup+51.1055 s]
/proc/loadavg: 4.24 4.20 4.14 5/268 26713
/proc/meminfo: memFree=128330692/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=140936 memory=91080 CPUtime=50.93 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 19187 0 0 0 4967 126 0 0 20 0 1 0 36120140 144318464 22770 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 35234 22770 2496 1147 0 22661 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 145128 KiB
Current children cumulated memory: 94152 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.18 4.14 5/268 26715
/proc/meminfo: memFree=128253644/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=187656 memory=127968 CPUtime=101.99 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 27905 0 0 0 9996 203 0 0 20 0 1 0 36120140 192159744 31992 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 46914 31992 2496 1147 0 34341 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 191848 KiB
Current children cumulated memory: 131040 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.16 4.13 5/267 26717
/proc/meminfo: memFree=128225200/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=214728 memory=163304 CPUtime=161.84 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 34707 0 0 0 15898 286 0 0 20 0 1 0 36120140 219881472 40826 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 53682 40826 2496 1147 0 41109 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 218920 KiB
Current children cumulated memory: 166376 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.16 4.13 5/267 26719
/proc/meminfo: memFree=128183360/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=237024 memory=182888 CPUtime=221.69 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 39606 0 0 0 21808 361 0 0 20 0 1 0 36120140 242712576 45722 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 59256 45722 2496 1147 0 46683 0
Current children cumulated CPU time: 221.7 s

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

/proc/26711/statm: 164309 137965 2496 1147 0 151736 0
Current children cumulated CPU time: 3033.76 s
Current children cumulated vsize: 661428 KiB
Current children cumulated memory: 554932 KiB

[startup+3102.3 s]
/proc/loadavg: 3.08 3.29 3.68 4/262 27046
/proc/meminfo: memFree=128310248/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=657704 memory=559924 CPUtime=3093.58 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 109653 0 0 0 306733 2625 0 0 20 0 1 0 36120140 673488896 139981 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 164426 139981 2496 1147 0 151853 0
Current children cumulated CPU time: 3093.59 s
Current children cumulated vsize: 661896 KiB
Current children cumulated memory: 562996 KiB

[startup+3162.3 s]
/proc/loadavg: 3.13 3.27 3.64 4/263 27049
/proc/meminfo: memFree=128291572/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=661608 memory=571188 CPUtime=3153.43 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 110639 0 0 0 312686 2657 0 0 20 0 1 0 36120140 677486592 142797 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 165402 142797 2496 1147 0 152829 0
Current children cumulated CPU time: 3153.44 s
Current children cumulated vsize: 665800 KiB
Current children cumulated memory: 574260 KiB

[startup+3222.3 s]
/proc/loadavg: 3.10 3.23 3.61 4/263 27051
/proc/meminfo: memFree=128291448/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=665868 memory=575540 CPUtime=3213.28 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 111707 0 0 0 318650 2678 0 0 20 0 1 0 36120140 681848832 143885 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 166467 143885 2496 1147 0 153894 0
Current children cumulated CPU time: 3213.29 s
Current children cumulated vsize: 670060 KiB
Current children cumulated memory: 578612 KiB

[startup+3282.3 s]
/proc/loadavg: 3.14 3.22 3.58 4/262 27054
/proc/meminfo: memFree=128264656/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=669336 memory=589252 CPUtime=3273.13 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 112584 0 0 0 324616 2697 0 0 20 0 1 0 36120140 685400064 147313 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 167334 147313 2496 1147 0 154761 0
Current children cumulated CPU time: 3273.14 s
Current children cumulated vsize: 673528 KiB
Current children cumulated memory: 592324 KiB

[startup+3342.3 s]
/proc/loadavg: 3.17 3.21 3.55 4/261 27056
/proc/meminfo: memFree=128248084/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=679548 memory=598212 CPUtime=3332.98 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 114841 0 0 0 330585 2713 0 0 20 0 1 0 36120140 695857152 149553 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 169887 149553 2496 1147 0 157314 0
Current children cumulated CPU time: 3332.99 s
Current children cumulated vsize: 683740 KiB
Current children cumulated memory: 601284 KiB

[startup+3402.3 s]
/proc/loadavg: 3.11 3.18 3.52 4/261 27063
/proc/meminfo: memFree=128216372/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=696096 memory=618904 CPUtime=3392.84 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 117950 0 0 0 336550 2734 0 0 20 0 1 0 36120140 712802304 154726 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 174024 154726 2496 1147 0 161451 0
Current children cumulated CPU time: 3392.85 s
Current children cumulated vsize: 700288 KiB
Current children cumulated memory: 621976 KiB

[startup+3462.3 s]
/proc/loadavg: 3.13 3.18 3.50 4/260 27065
/proc/meminfo: memFree=128166024/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=706584 memory=625048 CPUtime=3452.7 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 119559 0 0 0 342524 2746 0 0 20 0 1 0 36120140 723542016 156262 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 176646 156262 2496 1147 0 164073 0
Current children cumulated CPU time: 3452.71 s
Current children cumulated vsize: 710776 KiB
Current children cumulated memory: 628120 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.16 3.47 4/260 27067
/proc/meminfo: memFree=128144180/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=717056 memory=632984 CPUtime=3512.55 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 121541 0 0 0 348496 2759 0 0 20 0 1 0 36120140 734265344 158246 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 179264 158246 2496 1147 0 166691 0
Current children cumulated CPU time: 3512.56 s
Current children cumulated vsize: 721248 KiB
Current children cumulated memory: 636056 KiB

[startup+3582.3 s]
/proc/loadavg: 3.21 3.17 3.45 4/260 27069
/proc/meminfo: memFree=128128372/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=736772 memory=647576 CPUtime=3572.39 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 125179 0 0 0 354467 2772 0 0 20 0 1 0 36120140 754454528 161894 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 184193 161894 2496 1147 0 171620 0
Current children cumulated CPU time: 3572.4 s
Current children cumulated vsize: 740964 KiB
Current children cumulated memory: 650648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 3.14 3.16 3.44 4/261 27071
/proc/meminfo: memFree=128128192/131250000 swapFree=33010684/33010684
[pid=26708] ppid=26705 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/26708/stat : 26708 (run-dec-break.s) S 26705 26708 23358 0 -1 4194304 237 3064 0 0 0 0 1 0 20 0 1 0 36120137 4292608 768 18446744073709551615 94561789419520 94561790314053 140733491147536 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94561790553104 94561790600848 94561808015360 140733491153249 140733491153378 140733491153378 140733491158980 0
/proc/26708/statm: 1048 768 704 219 0 110 0
[pid=26711] ppid=26708 vsize=736772 memory=647576 CPUtime=3600.02 cores=0,2
/proc/26711/stat : 26711 (roundingsat) R 26708 26708 23358 0 -1 4194304 125184 0 0 0 357225 2777 0 0 20 0 1 0 36120140 754454528 161894 18446744073709551615 4227072 8923433 140725244357472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21323776 140725244361028 140725244361256 140725244361256 140725244366826 0
/proc/26711/statm: 184193 161894 2496 1147 0 171620 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 740964 KiB
Current children cumulated memory: 650648 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

Child status: 2

Real time (s): 3610.01
CPU time (s): 3600.07
CPU user time (s): 3572.27
CPU system time (s): 27.7916
CPU usage (%): 99.7244
Max. virtual memory (cumulated for all children) (KiB): 740964
Max. memory (cumulated for all children) (KiB): 650648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.27
system time used= 27.7916
maximum resident set size= 647704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128503
page faults= 0
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 391
involuntary context switches= 4694


# summary of solver processes directly reported to runsolver:
#   pid: 26708,26711
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3572.27
#   total CPU system time (s): 27.7916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.99819 second user time and 16.4484 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 15:40:26
IDJOB=4513010
IDBENCH=162247
IDSOLVER=3357
FILE ID=nodeC019/4513010-1751204426
RUNJOBID= nodeC019-1751196526-23368
SLURM_JOB_ID= 9587609
Free space on /tmp= 433040 MiB

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

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

MD5SUM BENCH= 62b9b3a7043eef7698d06bd9353a3da3
RANDOM SEED=1647977183

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128485808 kB
MemAvailable:   128383592 kB
Buffers:            3280 kB
Cached:           707308 kB
SwapCached:            0 kB
Active:          1725048 kB
Inactive:         450560 kB
Active(anon):    1483084 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   450560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7456 kB
Writeback:             0 kB
AnonPages:       1468088 kB
Mapped:           117304 kB
Shmem:             18064 kB
KReclaimable:      89000 kB
Slab:             174272 kB
SReclaimable:      89000 kB
SUnreclaim:        85272 kB
KernelStack:        4320 kB
PageTables:         6196 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1951848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1026048 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC019 at 2025-06-29 16:40:37