Trace number 4513299

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-6.opb
MD5SUM9b7b034b4cb564ce8c6d87bc02f32c31
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4513299-1751214528.opb'
0.00/0.03	c 	read 0.42MB  (6.17ms)
0.00/0.03	c	 [cnf: #variables 4288 #clauses 9520 #duplicates 0 #arr 41030]
0.00/0.04	c output proof to 'PROOFDIR/proof-4513299-1751214528'
0.00/0.04	c 
0.00/0.04	c make graph and approximate orbits
0.00/0.05	c	 [group: #orbits ~= 4] (6.32ms)
0.00/0.05	c 
0.00/0.05	c detect special group actions
0.00/0.05	c 	probe for Johnson action (limit=64)
0.00/0.05	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.05	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.05	c 	 found row 30x2, generating row predicate
0.00/0.05	c 	 found row 34x2, generating row predicate
0.00/0.05	c 	 (0.84ms)
0.00/0.05	c 
0.00/0.05	c detect symmetries on remainder
0.00/0.05	c 	[graph: #vertices 26422 #edges 107288]
0.00/0.05	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.05	c 	 [group: #symmetries 1.00*10^0 #generators 0] (2.03ms)
0.00/0.05	c 
0.00/0.05	c finalize break order and special generators
0.00/0.05	c 
0.00/0.05	c generation finished
0.00/0.05	c 	[sbp: #constraints 62 #add_vars 0]
0.00/0.05	c 
0.00/0.05	c write result to 'HOME/instance-4513299-1751214528.opb.pre'
0.00/0.07	c 	wrote 0.42MB (16.23ms)
0.00/0.07	c ------------------------------------------------------------------
0.00/0.07	c                  16.23ms 36.20% output
0.00/0.07	c                  13.12ms 29.26% other
0.00/0.07	c                   6.32ms 14.09% approx_orbits
0.00/0.07	c                   6.17ms 13.76% parse
0.00/0.07	c                   2.03ms  4.52% detect_generic
0.00/0.07	c                   0.84ms  1.88% detect_special
0.00/0.07	c                   0.13ms  0.30% finalize_order
0.00/0.07	c         ───────────────────────────────────────────────
0.00/0.07	c                  44.83ms   100% total
0.00/0.07	c ------------------------------------------------------------------
0.00/0.08	c RoundingSat 2
0.00/0.08	c branch pb25
0.00/0.08	c commit 63f22ad
0.02/0.16	c #variables 4288 #constraints 9928
15.58/15.88	c #Conflicts:       1000 | #Constraints:      10927
15.58/15.88	c #Conflicts:       2000 | #Constraints:      11927
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:       3000 | #Constraints:      10690
15.58/15.88	c #Conflicts:       4000 | #Constraints:      11690
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:       5000 | #Constraints:      11134
15.58/15.88	c #Conflicts:       6000 | #Constraints:      12134
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:       7000 | #Constraints:      11158
15.58/15.88	c #Conflicts:       8000 | #Constraints:      12158
15.58/15.88	c #Conflicts:       9000 | #Constraints:      13158
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      10000 | #Constraints:      11858
15.58/15.88	c #Conflicts:      11000 | #Constraints:      12858
15.58/15.88	c #Conflicts:      12000 | #Constraints:      13858
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      13000 | #Constraints:      12320
15.58/15.88	c #Conflicts:      14000 | #Constraints:      13320
15.58/15.88	c #Conflicts:      15000 | #Constraints:      14320
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      16000 | #Constraints:      12586
15.58/15.88	c #Conflicts:      17000 | #Constraints:      13586
15.58/15.88	c #Conflicts:      18000 | #Constraints:      14586
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      19000 | #Constraints:      12623
15.58/15.88	c #Conflicts:      20000 | #Constraints:      13623
15.58/15.88	c #Conflicts:      21000 | #Constraints:      14623
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      22000 | #Constraints:      12422
15.58/15.88	c #Conflicts:      23000 | #Constraints:      13422
15.58/15.88	c #Conflicts:      24000 | #Constraints:      14422
15.58/15.88	c #Conflicts:      25000 | #Constraints:      15422
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      26000 | #Constraints:      13048
15.58/15.88	c #Conflicts:      27000 | #Constraints:      14048
15.58/15.88	c #Conflicts:      28000 | #Constraints:      15048
15.58/15.88	c #Conflicts:      29000 | #Constraints:      16048
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      30000 | #Constraints:      13433
15.58/15.88	c #Conflicts:      31000 | #Constraints:      14433
15.58/15.88	c #Conflicts:      32000 | #Constraints:      15433
15.58/15.88	c #Conflicts:      33000 | #Constraints:      16433
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      34000 | #Constraints:      13669
15.58/15.88	c #Conflicts:      35000 | #Constraints:      14669
15.58/15.88	c #Conflicts:      36000 | #Constraints:      15669
15.58/15.88	c #Conflicts:      37000 | #Constraints:      16669
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      38000 | #Constraints:      13727
15.58/15.88	c #Conflicts:      39000 | #Constraints:      14727
15.58/15.88	c #Conflicts:      40000 | #Constraints:      15727
15.58/15.88	c #Conflicts:      41000 | #Constraints:      16727
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      42000 | #Constraints:      13538
15.58/15.88	c #Conflicts:      43000 | #Constraints:      14538
15.58/15.88	c #Conflicts:      44000 | #Constraints:      15538
15.58/15.88	c #Conflicts:      45000 | #Constraints:      16538
15.58/15.88	c #Conflicts:      46000 | #Constraints:      17538
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      47000 | #Constraints:      14092
15.58/15.88	c #Conflicts:      48000 | #Constraints:      15092
15.58/15.88	c #Conflicts:      49000 | #Constraints:      16092
15.58/15.88	c #Conflicts:      50000 | #Constraints:      17092
15.58/15.88	c #Conflicts:      51000 | #Constraints:      18092
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      52000 | #Constraints:      14492
15.58/15.88	c #Conflicts:      53000 | #Constraints:      15492
15.58/15.88	c #Conflicts:      54000 | #Constraints:      16492
15.58/15.88	c #Conflicts:      55000 | #Constraints:      17492
15.58/15.88	c #Conflicts:      56000 | #Constraints:      18492
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      57000 | #Constraints:      14692
15.58/15.88	c #Conflicts:      58000 | #Constraints:      15692
15.58/15.88	c #Conflicts:      59000 | #Constraints:      16692
15.58/15.88	c #Conflicts:      60000 | #Constraints:      17692
15.58/15.88	c #Conflicts:      61000 | #Constraints:      18692
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      62000 | #Constraints:      14714
15.58/15.88	c #Conflicts:      63000 | #Constraints:      15714
15.58/15.88	c #Conflicts:      64000 | #Constraints:      16714
15.58/15.88	c #Conflicts:      65000 | #Constraints:      17714
15.58/15.88	c #Conflicts:      66000 | #Constraints:      18714
15.58/15.88	c INPROCESSING
15.58/15.88	c GARBAGE COLLECT
15.58/15.88	c #Conflicts:      67000 | #Constraints:      14502
15.58/15.88	c #Conflicts:      68000 | #Constraints:      15502
36.21/36.50	c #Conflicts:      69000 | #Constraints:      16502
36.21/36.50	c #Conflicts:      70000 | #Constraints:      17502
36.21/36.50	c #Conflicts:      71000 | #Constraints:      18502
36.21/36.50	c #Conflicts:      72000 | #Constraints:      19502
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:      73000 | #Constraints:      15083
36.21/36.50	c #Conflicts:      74000 | #Constraints:      16083
36.21/36.50	c #Conflicts:      75000 | #Constraints:      17083
36.21/36.50	c #Conflicts:      76000 | #Constraints:      18083
36.21/36.50	c #Conflicts:      77000 | #Constraints:      19083
36.21/36.50	c #Conflicts:      78000 | #Constraints:      20083
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:      79000 | #Constraints:      15516
36.21/36.50	c #Conflicts:      80000 | #Constraints:      16516
36.21/36.50	c #Conflicts:      81000 | #Constraints:      17516
36.21/36.50	c #Conflicts:      82000 | #Constraints:      18516
36.21/36.50	c #Conflicts:      83000 | #Constraints:      19516
36.21/36.50	c #Conflicts:      84000 | #Constraints:      20516
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:      85000 | #Constraints:      15756
36.21/36.50	c #Conflicts:      86000 | #Constraints:      16756
36.21/36.50	c #Conflicts:      87000 | #Constraints:      17756
36.21/36.50	c #Conflicts:      88000 | #Constraints:      18757
36.21/36.50	c #Conflicts:      89000 | #Constraints:      19757
36.21/36.50	c #Conflicts:      90000 | #Constraints:      20757
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:      91000 | #Constraints:      15748
36.21/36.50	c #Conflicts:      92000 | #Constraints:      16748
36.21/36.50	c #Conflicts:      93000 | #Constraints:      17748
36.21/36.50	c #Conflicts:      94000 | #Constraints:      18748
36.21/36.50	c #Conflicts:      95000 | #Constraints:      19748
36.21/36.50	c #Conflicts:      96000 | #Constraints:      20748
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:      97000 | #Constraints:      15568
36.21/36.50	c #Conflicts:      98000 | #Constraints:      16568
36.21/36.50	c #Conflicts:      99000 | #Constraints:      17568
36.21/36.50	c #Conflicts:     100000 | #Constraints:      18568
36.21/36.50	c #Conflicts:     101000 | #Constraints:      19568
36.21/36.50	c #Conflicts:     102000 | #Constraints:      20568
36.21/36.50	c #Conflicts:     103000 | #Constraints:      21568
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:     104000 | #Constraints:      16154
36.21/36.50	c #Conflicts:     105000 | #Constraints:      17154
36.21/36.50	c #Conflicts:     106000 | #Constraints:      18154
36.21/36.50	c #Conflicts:     107000 | #Constraints:      19154
36.21/36.50	c #Conflicts:     108000 | #Constraints:      20154
36.21/36.50	c #Conflicts:     109000 | #Constraints:      21154
36.21/36.50	c #Conflicts:     110000 | #Constraints:      22154
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:     111000 | #Constraints:      16556
36.21/36.50	c #Conflicts:     112000 | #Constraints:      17556
36.21/36.50	c #Conflicts:     113000 | #Constraints:      18556
36.21/36.50	c #Conflicts:     114000 | #Constraints:      19556
36.21/36.50	c #Conflicts:     115000 | #Constraints:      20556
36.21/36.50	c #Conflicts:     116000 | #Constraints:      21556
36.21/36.50	c #Conflicts:     117000 | #Constraints:      22556
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:     118000 | #Constraints:      16754
36.21/36.50	c #Conflicts:     119000 | #Constraints:      17754
36.21/36.50	c #Conflicts:     120000 | #Constraints:      18754
36.21/36.50	c #Conflicts:     121000 | #Constraints:      19754
36.21/36.50	c #Conflicts:     122000 | #Constraints:      20754
36.21/36.50	c #Conflicts:     123000 | #Constraints:      21754
36.21/36.50	c #Conflicts:     124000 | #Constraints:      22754
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:     125000 | #Constraints:      16744
36.21/36.50	c #Conflicts:     126000 | #Constraints:      17744
36.21/36.50	c #Conflicts:     127000 | #Constraints:      18744
36.21/36.50	c #Conflicts:     128000 | #Constraints:      19744
36.21/36.50	c #Conflicts:     129000 | #Constraints:      20744
36.21/36.50	c #Conflicts:     130000 | #Constraints:      21744
36.21/36.50	c #Conflicts:     131000 | #Constraints:      22744
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:     132000 | #Constraints:      16546
36.21/36.50	c #Conflicts:     133000 | #Constraints:      17546
36.21/36.50	c #Conflicts:     134000 | #Constraints:      18546
36.21/36.50	c #Conflicts:     135000 | #Constraints:      19546
36.21/36.50	c #Conflicts:     136000 | #Constraints:      20546
36.21/36.50	c #Conflicts:     137000 | #Constraints:      21546
36.21/36.50	c #Conflicts:     138000 | #Constraints:      22546
36.21/36.50	c #Conflicts:     139000 | #Constraints:      23546
36.21/36.50	c INPROCESSING
36.21/36.50	c GARBAGE COLLECT
36.21/36.50	c #Conflicts:     140000 | #Constraints:      17163
41.89/42.21	c #Conflicts:     141000 | #Constraints:      18163
41.89/42.21	c #Conflicts:     142000 | #Constraints:      19163
41.89/42.21	c #Conflicts:     143000 | #Constraints:      20163
41.89/42.21	c #Conflicts:     144000 | #Constraints:      21163
41.89/42.21	c #Conflicts:     145000 | #Constraints:      22163
41.89/42.21	c #Conflicts:     146000 | #Constraints:      23163
41.89/42.21	c #Conflicts:     147000 | #Constraints:      24163
41.89/42.21	c INPROCESSING
41.89/42.21	c GARBAGE COLLECT
41.89/42.21	c #Conflicts:     148000 | #Constraints:      17605
41.89/42.21	c #Conflicts:     149000 | #Constraints:      18605
41.89/42.21	c #Conflicts:     150000 | #Constraints:      19605
41.89/42.21	c #Conflicts:     151000 | #Constraints:      20605
41.89/42.21	c #Conflicts:     152000 | #Constraints:      21605
41.89/42.21	c #Conflicts:     153000 | #Constraints:      22605
41.89/42.21	c #Conflicts:     154000 | #Constraints:      23605
41.89/42.21	c #Conflicts:     155000 | #Constraints:      24605
41.89/42.21	c INPROCESSING
41.89/42.21	c GARBAGE COLLECT
41.89/42.21	c rational objective 703.351
67.32/67.79	c #Conflicts:     156000 | #Constraints:      17811
67.32/67.79	c #Conflicts:     157000 | #Constraints:      18811
67.32/67.79	c #Conflicts:     158000 | #Constraints:      19811
67.32/67.79	c #Conflicts:     159000 | #Constraints:      20811
67.32/67.79	c #Conflicts:     160000 | #Constraints:      21811
67.32/67.79	c #Conflicts:     161000 | #Constraints:      22811
67.32/67.79	c #Conflicts:     162000 | #Constraints:      23811
67.32/67.79	c #Conflicts:     163000 | #Constraints:      24811
67.32/67.79	c INPROCESSING
67.32/67.79	c GARBAGE COLLECT
67.32/67.79	c #Conflicts:     164000 | #Constraints:      17819
67.32/67.79	c #Conflicts:     165000 | #Constraints:      18819
67.32/67.79	c #Conflicts:     166000 | #Constraints:      19819
67.32/67.79	c #Conflicts:     167000 | #Constraints:      20819
67.32/67.79	c #Conflicts:     168000 | #Constraints:      21819
67.32/67.79	c #Conflicts:     169000 | #Constraints:      22819
67.32/67.79	c #Conflicts:     170000 | #Constraints:      23819
67.32/67.79	c #Conflicts:     171000 | #Constraints:      24819
67.32/67.79	c INPROCESSING
67.32/67.79	c GARBAGE COLLECT
67.32/67.79	c #Conflicts:     172000 | #Constraints:      17565
67.32/67.79	c #Conflicts:     173000 | #Constraints:      18565
67.32/67.79	c #Conflicts:     174000 | #Constraints:      19565
67.32/67.79	c #Conflicts:     175000 | #Constraints:      20565
67.32/67.79	c #Conflicts:     176000 | #Constraints:      21565
67.32/67.79	c #Conflicts:     177000 | #Constraints:      22565
67.32/67.79	c #Conflicts:     178000 | #Constraints:      23565
67.32/67.79	c #Conflicts:     179000 | #Constraints:      24565
67.32/67.79	c #Conflicts:     180000 | #Constraints:      25565
67.32/67.79	c INPROCESSING
67.32/67.79	c GARBAGE COLLECT
67.32/67.79	c #Conflicts:     181000 | #Constraints:      18160
67.32/67.79	c #Conflicts:     182000 | #Constraints:      19160
67.32/67.79	c #Conflicts:     183000 | #Constraints:      20160
67.32/67.79	c #Conflicts:     184000 | #Constraints:      21160
67.32/67.79	c #Conflicts:     185000 | #Constraints:      22160
67.32/67.79	c #Conflicts:     186000 | #Constraints:      23160
67.32/67.79	c #Conflicts:     187000 | #Constraints:      24160
67.32/67.79	c #Conflicts:     188000 | #Constraints:      25160
67.32/67.79	c #Conflicts:     189000 | #Constraints:      26160
67.32/67.79	c INPROCESSING
67.32/67.79	c GARBAGE COLLECT
67.32/67.79	c #Conflicts:     190000 | #Constraints:      18594
67.32/67.79	c #Conflicts:     191000 | #Constraints:      19594
67.32/67.79	c #Conflicts:     192000 | #Constraints:      20594
67.32/67.79	c #Conflicts:     193000 | #Constraints:      21594
67.32/67.79	c #Conflicts:     194000 | #Constraints:      22594
67.32/67.79	c #Conflicts:     195000 | #Constraints:      23594
67.32/67.79	c #Conflicts:     196000 | #Constraints:      24594
67.32/67.79	c #Conflicts:     197000 | #Constraints:      25594
67.32/67.79	c #Conflicts:     198000 | #Constraints:      26594
67.32/67.79	c INPROCESSING
67.32/67.79	c GARBAGE COLLECT
67.32/67.79	c #Conflicts:     199000 | #Constraints:      18803
67.32/67.79	c #Conflicts:     200000 | #Constraints:      19803
67.32/67.79	c #Conflicts:     201000 | #Constraints:      20803
67.32/67.79	c #Conflicts:     202000 | #Constraints:      21803
67.32/67.79	c #Conflicts:     203000 | #Constraints:      22803
67.32/67.79	c #Conflicts:     204000 | #Constraints:      23803
67.32/67.79	c #Conflicts:     205000 | #Constraints:      24803
67.32/67.79	c #Conflicts:     206000 | #Constraints:      25803
67.32/67.79	c #Conflicts:     207000 | #Constraints:      26803
67.32/67.79	c INPROCESSING
67.32/67.79	c GARBAGE COLLECT
67.32/67.79	c #Conflicts:     208000 | #Constraints:      18786
67.32/67.79	c #Conflicts:     209000 | #Constraints:      19786
67.32/67.79	c #Conflicts:     210000 | #Constraints:      20786
67.32/67.79	c #Conflicts:     211000 | #Constraints:      21786
67.32/67.79	c #Conflicts:     212000 | #Constraints:      22786
67.32/67.79	c #Conflicts:     213000 | #Constraints:      23786
67.32/67.79	c #Conflicts:     214000 | #Constraints:      24786
67.32/67.79	c #Conflicts:     215000 | #Constraints:      25786
67.32/67.79	c #Conflicts:     216000 | #Constraints:      26786
67.32/67.79	c INPROCESSING
67.32/67.79	c GARBAGE COLLECT
67.32/67.79	c #Conflicts:     217000 | #Constraints:      18630
67.32/67.79	c #Conflicts:     218000 | #Constraints:      19630
67.32/67.79	c #Conflicts:     219000 | #Constraints:      20630
67.32/67.79	c #Conflicts:     220000 | #Constraints:      21630
67.32/67.79	c #Conflicts:     221000 | #Constraints:      22630
67.32/67.79	c #Conflicts:     222000 | #Constraints:      23630
67.32/67.79	c #Conflicts:     223000 | #Constraints:      24630
67.32/67.79	c #Conflicts:     224000 | #Constraints:      25630
67.32/67.79	c #Conflicts:     225000 | #Constraints:      26630
67.32/67.79	c #Conflicts:     226000 | #Constraints:      27630
67.32/67.79	c INPROCESSING
67.32/67.79	c GARBAGE COLLECT
67.32/67.79	c #Conflicts:     227000 | #Constraints:      19256
67.32/67.79	c #Conflicts:     228000 | #Constraints:      20256
67.32/67.79	c #Conflicts:     229000 | #Constraints:      21256
80.48/80.97	c #Conflicts:     230000 | #Constraints:      22256
80.48/80.97	c #Conflicts:     231000 | #Constraints:      23256
80.48/80.97	c #Conflicts:     232000 | #Constraints:      24256
80.48/80.97	c #Conflicts:     233000 | #Constraints:      25256
80.48/80.97	c #Conflicts:     234000 | #Constraints:      26256
80.48/80.97	c #Conflicts:     235000 | #Constraints:      27256
80.48/80.97	c #Conflicts:     236000 | #Constraints:      28256
80.48/80.97	c INPROCESSING
80.48/80.97	c GARBAGE COLLECT
80.48/80.97	c #Conflicts:     237000 | #Constraints:      19634
80.48/80.97	c #Conflicts:     238000 | #Constraints:      20634
80.48/80.97	c #Conflicts:     239000 | #Constraints:      21634
80.48/80.97	c #Conflicts:     240000 | #Constraints:      22634
80.48/80.97	c #Conflicts:     241000 | #Constraints:      23634
80.48/80.97	c #Conflicts:     242000 | #Constraints:      24634
80.48/80.97	c #Conflicts:     243000 | #Constraints:      25634
80.48/80.97	c #Conflicts:     244000 | #Constraints:      26634
80.48/80.97	c #Conflicts:     245000 | #Constraints:      27634
80.48/80.97	c #Conflicts:     246000 | #Constraints:      28634
80.48/80.97	c INPROCESSING
80.48/80.97	c GARBAGE COLLECT
80.48/80.97	c #Conflicts:     247000 | #Constraints:      19813
80.48/80.97	c #Conflicts:     248000 | #Constraints:      20813
80.48/80.97	c #Conflicts:     249000 | #Constraints:      21813
80.48/80.97	c #Conflicts:     250000 | #Constraints:      22813
80.48/80.97	c #Conflicts:     251000 | #Constraints:      23813
80.48/80.97	c #Conflicts:     252000 | #Constraints:      24813
80.48/80.97	c #Conflicts:     253000 | #Constraints:      25813
80.48/80.97	c #Conflicts:     254000 | #Constraints:      26813
80.48/80.97	c #Conflicts:     255000 | #Constraints:      27813
80.48/80.97	c #Conflicts:     256000 | #Constraints:      28813
80.48/80.97	c INPROCESSING
80.48/80.97	c GARBAGE COLLECT
80.48/80.97	c #Conflicts:     257000 | #Constraints:      19811
80.48/80.97	c #Conflicts:     258000 | #Constraints:      20811
80.48/80.97	c #Conflicts:     259000 | #Constraints:      21811
80.48/80.97	c #Conflicts:     260000 | #Constraints:      22811
80.48/80.97	c #Conflicts:     261000 | #Constraints:      23811
80.48/80.97	c #Conflicts:     262000 | #Constraints:      24811
80.48/80.97	c #Conflicts:     263000 | #Constraints:      25811
80.48/80.97	c #Conflicts:     264000 | #Constraints:      26811
80.48/80.97	c #Conflicts:     265000 | #Constraints:      27811
80.48/80.97	c #Conflicts:     266000 | #Constraints:      28811
80.48/80.97	c INPROCESSING
80.48/80.97	c GARBAGE COLLECT
80.48/80.97	c rational objective 761.407
108.01/108.52	c #Conflicts:     267000 | #Constraints:      19608
108.01/108.52	c #Conflicts:     268000 | #Constraints:      20608
108.01/108.52	c #Conflicts:     269000 | #Constraints:      21608
108.01/108.52	c #Conflicts:     270000 | #Constraints:      22608
108.01/108.52	c #Conflicts:     271000 | #Constraints:      23608
108.01/108.52	c #Conflicts:     272000 | #Constraints:      24608
108.01/108.52	c #Conflicts:     273000 | #Constraints:      25608
108.01/108.52	c #Conflicts:     274000 | #Constraints:      26608
108.01/108.52	c #Conflicts:     275000 | #Constraints:      27608
108.01/108.52	c #Conflicts:     276000 | #Constraints:      28608
108.01/108.52	c #Conflicts:     277000 | #Constraints:      29608
108.01/108.52	c INPROCESSING
108.01/108.52	c GARBAGE COLLECT
108.01/108.52	c #Conflicts:     278000 | #Constraints:      20182
108.01/108.52	c #Conflicts:     279000 | #Constraints:      21182
108.01/108.52	c #Conflicts:     280000 | #Constraints:      22182
108.01/108.52	c #Conflicts:     281000 | #Constraints:      23182
108.01/108.52	c #Conflicts:     282000 | #Constraints:      24182
108.01/108.52	c #Conflicts:     283000 | #Constraints:      25182
108.01/108.52	c #Conflicts:     284000 | #Constraints:      26182
108.01/108.52	c #Conflicts:     285000 | #Constraints:      27182
108.01/108.52	c #Conflicts:     286000 | #Constraints:      28182
108.01/108.52	c #Conflicts:     287000 | #Constraints:      29182
108.01/108.52	c #Conflicts:     288000 | #Constraints:      30182
108.01/108.52	c INPROCESSING
108.01/108.52	c GARBAGE COLLECT
108.01/108.52	c #Conflicts:     289000 | #Constraints:      20611
108.01/108.52	c #Conflicts:     290000 | #Constraints:      21611
108.01/108.52	c #Conflicts:     291000 | #Constraints:      22611
108.01/108.52	c #Conflicts:     292000 | #Constraints:      23611
108.01/108.52	c #Conflicts:     293000 | #Constraints:      24611
108.01/108.52	c #Conflicts:     294000 | #Constraints:      25611
108.01/108.52	c #Conflicts:     295000 | #Constraints:      26611
108.01/108.52	c #Conflicts:     296000 | #Constraints:      27611
108.01/108.52	c #Conflicts:     297000 | #Constraints:      28611
108.01/108.52	c #Conflicts:     298000 | #Constraints:      29611
108.01/108.52	c #Conflicts:     299000 | #Constraints:      30611
108.01/108.52	c INPROCESSING
108.01/108.52	c GARBAGE COLLECT
108.01/108.52	c #Conflicts:     300000 | #Constraints:      20840
108.01/108.52	c #Conflicts:     301000 | #Constraints:      21840
108.01/108.52	c #Conflicts:     302000 | #Constraints:      22840
108.01/108.52	c #Conflicts:     303000 | #Constraints:      23840
108.01/108.52	c #Conflicts:     304000 | #Constraints:      24840
108.01/108.52	c #Conflicts:     305000 | #Constraints:      25840
108.01/108.52	c #Conflicts:     306000 | #Constraints:      26840
108.01/108.52	c #Conflicts:     307000 | #Constraints:      27840
108.01/108.52	c #Conflicts:     308000 | #Constraints:      28841
108.01/108.52	c #Conflicts:     309000 | #Constraints:      29841
108.01/108.52	c #Conflicts:     310000 | #Constraints:      30841
108.01/108.52	c INPROCESSING
108.01/108.52	c GARBAGE COLLECT
108.01/108.52	c #Conflicts:     311000 | #Constraints:      20848
108.01/108.52	c #Conflicts:     312000 | #Constraints:      21848
108.01/108.52	c #Conflicts:     313000 | #Constraints:      22848
108.01/108.52	c #Conflicts:     314000 | #Constraints:      23848
108.01/108.52	c #Conflicts:     315000 | #Constraints:      24848
108.01/108.52	c #Conflicts:     316000 | #Constraints:      25848
108.01/108.52	c #Conflicts:     317000 | #Constraints:      26848
108.01/108.52	c #Conflicts:     318000 | #Constraints:      27848
108.01/108.52	c #Conflicts:     319000 | #Constraints:      28848
108.01/108.52	c #Conflicts:     320000 | #Constraints:      29848
108.01/108.52	c #Conflicts:     321000 | #Constraints:      30848
108.01/108.52	c INPROCESSING
108.01/108.52	c GARBAGE COLLECT
108.01/108.52	c #Conflicts:     322000 | #Constraints:      20634
108.01/108.52	c #Conflicts:     323000 | #Constraints:      21634
108.01/108.52	c #Conflicts:     324000 | #Constraints:      22634
108.01/108.52	c #Conflicts:     325000 | #Constraints:      23634
108.01/108.52	c #Conflicts:     326000 | #Constraints:      24634
108.01/108.52	c #Conflicts:     327000 | #Constraints:      25634
108.01/108.52	c #Conflicts:     328000 | #Constraints:      26634
108.01/108.52	c #Conflicts:     329000 | #Constraints:      27634
108.01/108.52	c #Conflicts:     330000 | #Constraints:      28634
108.01/108.52	c #Conflicts:     331000 | #Constraints:      29634
108.01/108.52	c #Conflicts:     332000 | #Constraints:      30634
108.01/108.52	c #Conflicts:     333000 | #Constraints:      31634
108.01/108.52	c INPROCESSING
108.01/108.52	c GARBAGE COLLECT
108.01/108.52	c #Conflicts:     334000 | #Constraints:      21238
108.01/108.52	c #Conflicts:     335000 | #Constraints:      22238
108.01/108.52	c #Conflicts:     336000 | #Constraints:      23238
108.01/108.52	c #Conflicts:     337000 | #Constraints:      24238
108.01/108.52	c #Conflicts:     338000 | #Constraints:      25238
108.01/108.52	c #Conflicts:     339000 | #Constraints:      26238
108.01/108.52	c #Conflicts:     340000 | #Constraints:      27238
108.01/108.52	c #Conflicts:     341000 | #Constraints:      28238
132.34/132.94	c #Conflicts:     342000 | #Constraints:      29238
132.34/132.94	c #Conflicts:     343000 | #Constraints:      30238
132.34/132.94	c #Conflicts:     344000 | #Constraints:      31238
132.34/132.94	c #Conflicts:     345000 | #Constraints:      32238
132.34/132.94	c INPROCESSING
132.34/132.94	c GARBAGE COLLECT
132.34/132.94	c #Conflicts:     346000 | #Constraints:      21648
132.34/132.94	c #Conflicts:     347000 | #Constraints:      22648
132.34/132.94	c #Conflicts:     348000 | #Constraints:      23648
132.34/132.94	c #Conflicts:     349000 | #Constraints:      24648
132.34/132.94	c #Conflicts:     350000 | #Constraints:      25648
132.34/132.94	c #Conflicts:     351000 | #Constraints:      26648
132.34/132.94	c #Conflicts:     352000 | #Constraints:      27648
132.34/132.94	c #Conflicts:     353000 | #Constraints:      28648
132.34/132.94	c #Conflicts:     354000 | #Constraints:      29648
132.34/132.94	c #Conflicts:     355000 | #Constraints:      30648
132.34/132.94	c #Conflicts:     356000 | #Constraints:      31648
132.34/132.94	c #Conflicts:     357000 | #Constraints:      32648
132.34/132.94	c INPROCESSING
132.34/132.94	c GARBAGE COLLECT
132.34/132.94	c #Conflicts:     358000 | #Constraints:      21808
132.34/132.94	c #Conflicts:     359000 | #Constraints:      22808
132.34/132.94	c #Conflicts:     360000 | #Constraints:      23808
132.34/132.94	c #Conflicts:     361000 | #Constraints:      24808
132.34/132.94	c #Conflicts:     362000 | #Constraints:      25808
132.34/132.94	c #Conflicts:     363000 | #Constraints:      26808
132.34/132.94	c #Conflicts:     364000 | #Constraints:      27808
132.34/132.94	c #Conflicts:     365000 | #Constraints:      28808
132.34/132.94	c #Conflicts:     366000 | #Constraints:      29808
132.34/132.94	c #Conflicts:     367000 | #Constraints:      30808
132.34/132.94	c #Conflicts:     368000 | #Constraints:      31808
132.34/132.94	c #Conflicts:     369000 | #Constraints:      32808
132.34/132.94	c INPROCESSING
132.34/132.94	c GARBAGE COLLECT
132.34/132.94	c #Conflicts:     370000 | #Constraints:      21849
132.34/132.94	c #Conflicts:     371000 | #Constraints:      22849
132.34/132.94	c #Conflicts:     372000 | #Constraints:      23849
132.34/132.94	c #Conflicts:     373000 | #Constraints:      24849
132.34/132.94	c #Conflicts:     374000 | #Constraints:      25849
132.34/132.94	c #Conflicts:     375000 | #Constraints:      26849
132.34/132.94	c #Conflicts:     376000 | #Constraints:      27849
132.34/132.94	c #Conflicts:     377000 | #Constraints:      28849
132.34/132.94	c #Conflicts:     378000 | #Constraints:      29849
132.34/132.94	c #Conflicts:     379000 | #Constraints:      30849
132.34/132.94	c #Conflicts:     380000 | #Constraints:      31849
132.34/132.94	c #Conflicts:     381000 | #Constraints:      32849
132.34/132.94	c INPROCESSING
132.34/132.94	c GARBAGE COLLECT
132.34/132.94	c #Conflicts:     382000 | #Constraints:      21642
132.34/132.94	c #Conflicts:     383000 | #Constraints:      22642
132.34/132.94	c #Conflicts:     384000 | #Constraints:      23642
132.34/132.94	c #Conflicts:     385000 | #Constraints:      24642
132.34/132.94	c #Conflicts:     386000 | #Constraints:      25642
132.34/132.94	c #Conflicts:     387000 | #Constraints:      26642
132.34/132.94	c #Conflicts:     388000 | #Constraints:      27642
132.34/132.94	c #Conflicts:     389000 | #Constraints:      28642
132.34/132.94	c #Conflicts:     390000 | #Constraints:      29642
132.34/132.94	c #Conflicts:     391000 | #Constraints:      30642
132.34/132.94	c #Conflicts:     392000 | #Constraints:      31642
132.34/132.94	c #Conflicts:     393000 | #Constraints:      32642
132.34/132.94	c #Conflicts:     394000 | #Constraints:      33642
132.34/132.94	c INPROCESSING
132.34/132.94	c GARBAGE COLLECT
132.34/132.94	c #Conflicts:     395000 | #Constraints:      22243
132.34/132.94	c #Conflicts:     396000 | #Constraints:      23243
132.34/132.94	c #Conflicts:     397000 | #Constraints:      24243
132.34/132.94	c #Conflicts:     398000 | #Constraints:      25243
132.34/132.94	c #Conflicts:     399000 | #Constraints:      26243
132.34/132.94	c #Conflicts:     400000 | #Constraints:      27243
132.34/132.94	c #Conflicts:     401000 | #Constraints:      28243
132.34/132.94	c #Conflicts:     402000 | #Constraints:      29243
132.34/132.94	c #Conflicts:     403000 | #Constraints:      30243
132.34/132.94	c #Conflicts:     404000 | #Constraints:      31243
132.34/132.94	c #Conflicts:     405000 | #Constraints:      32243
132.34/132.94	c #Conflicts:     406000 | #Constraints:      33243
132.34/132.94	c #Conflicts:     407000 | #Constraints:      34243
132.34/132.94	c INPROCESSING
132.34/132.94	c GARBAGE COLLECT
132.34/132.94	c #Conflicts:     408000 | #Constraints:      22597
132.34/132.94	c #Conflicts:     409000 | #Constraints:      23597
132.34/132.94	c #Conflicts:     410000 | #Constraints:      24597
132.34/132.94	c #Conflicts:     411000 | #Constraints:      25597
132.34/132.94	c #Conflicts:     412000 | #Constraints:      26597
132.34/132.94	c #Conflicts:     413000 | #Constraints:      27597
132.34/132.94	c #Conflicts:     414000 | #Constraints:      28597
132.34/132.94	c #Conflicts:     415000 | #Constraints:      29597
132.34/132.94	c #Conflicts:     416000 | #Constraints:      30597
165.83/166.58	c #Conflicts:     417000 | #Constraints:      31597
165.83/166.58	c #Conflicts:     418000 | #Constraints:      32597
165.83/166.58	c #Conflicts:     419000 | #Constraints:      33597
165.83/166.58	c #Conflicts:     420000 | #Constraints:      34597
165.83/166.58	c INPROCESSING
165.83/166.58	c GARBAGE COLLECT
165.83/166.58	c #Conflicts:     421000 | #Constraints:      22854
165.83/166.58	c #Conflicts:     422000 | #Constraints:      23854
165.83/166.58	c #Conflicts:     423000 | #Constraints:      24854
165.83/166.58	c #Conflicts:     424000 | #Constraints:      25854
165.83/166.58	c #Conflicts:     425000 | #Constraints:      26854
165.83/166.58	c #Conflicts:     426000 | #Constraints:      27854
165.83/166.58	c #Conflicts:     427000 | #Constraints:      28854
165.83/166.58	c #Conflicts:     428000 | #Constraints:      29854
165.83/166.58	c #Conflicts:     429000 | #Constraints:      30854
165.83/166.58	c #Conflicts:     430000 | #Constraints:      31854
165.83/166.58	c #Conflicts:     431000 | #Constraints:      32854
165.83/166.58	c #Conflicts:     432000 | #Constraints:      33854
165.83/166.58	c #Conflicts:     433000 | #Constraints:      34854
165.83/166.58	c INPROCESSING
165.83/166.58	c GARBAGE COLLECT
165.83/166.58	c #Conflicts:     434000 | #Constraints:      22848
165.83/166.58	c #Conflicts:     435000 | #Constraints:      23848
165.83/166.58	c #Conflicts:     436000 | #Constraints:      24848
165.83/166.58	c #Conflicts:     437000 | #Constraints:      25848
165.83/166.58	c #Conflicts:     438000 | #Constraints:      26848
165.83/166.58	c #Conflicts:     439000 | #Constraints:      27848
165.83/166.58	c #Conflicts:     440000 | #Constraints:      28848
165.83/166.58	c #Conflicts:     441000 | #Constraints:      29848
165.83/166.58	c #Conflicts:     442000 | #Constraints:      30848
165.83/166.58	c #Conflicts:     443000 | #Constraints:      32092
165.83/166.58	c #Conflicts:     444000 | #Constraints:      33092
165.83/166.58	c #Conflicts:     445000 | #Constraints:      34092
165.83/166.58	c #Conflicts:     446000 | #Constraints:      35092
165.83/166.58	c INPROCESSING
165.83/166.58	c GARBAGE COLLECT
165.83/166.58	c #Conflicts:     447000 | #Constraints:      22789
165.83/166.58	c #Conflicts:     448000 | #Constraints:      23789
165.83/166.58	c #Conflicts:     449000 | #Constraints:      24789
165.83/166.58	c #Conflicts:     450000 | #Constraints:      25789
165.83/166.58	c #Conflicts:     451000 | #Constraints:      26789
165.83/166.58	c #Conflicts:     452000 | #Constraints:      27789
165.83/166.58	c #Conflicts:     453000 | #Constraints:      28789
165.83/166.58	c #Conflicts:     454000 | #Constraints:      29789
165.83/166.58	c #Conflicts:     455000 | #Constraints:      30789
165.83/166.58	c #Conflicts:     456000 | #Constraints:      31789
165.83/166.58	c #Conflicts:     457000 | #Constraints:      32789
165.83/166.58	c #Conflicts:     458000 | #Constraints:      33789
165.83/166.58	c #Conflicts:     459000 | #Constraints:      34789
165.83/166.58	c #Conflicts:     460000 | #Constraints:      35789
165.83/166.58	c INPROCESSING
165.83/166.58	c GARBAGE COLLECT
165.83/166.58	c #Conflicts:     461000 | #Constraints:      23354
165.83/166.58	c #Conflicts:     462000 | #Constraints:      24354
165.83/166.58	c #Conflicts:     463000 | #Constraints:      25354
165.83/166.58	c #Conflicts:     464000 | #Constraints:      26354
165.83/166.58	c #Conflicts:     465000 | #Constraints:      27354
165.83/166.58	c #Conflicts:     466000 | #Constraints:      28354
165.83/166.58	c #Conflicts:     467000 | #Constraints:      29354
165.83/166.58	c #Conflicts:     468000 | #Constraints:      30354
165.83/166.58	c #Conflicts:     469000 | #Constraints:      31354
165.83/166.58	c #Conflicts:     470000 | #Constraints:      32354
165.83/166.58	c #Conflicts:     471000 | #Constraints:      33354
165.83/166.58	c #Conflicts:     472000 | #Constraints:      34354
165.83/166.58	c #Conflicts:     473000 | #Constraints:      35354
165.83/166.58	c #Conflicts:     474000 | #Constraints:      36354
165.83/166.58	c INPROCESSING
165.83/166.58	c GARBAGE COLLECT
165.83/166.58	WSVECS04 Frhs2[1]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[7]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[17]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[19]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[24]: 6 -0.995984 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[76]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[89]: 6 -0.996018 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[98]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[107]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[140]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[141]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[142]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[144]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[155]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[169]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[184]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[206]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[237]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[244]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[249]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[257]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[263]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[270]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[273]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[275]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[276]: 6 -0.999905 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[329]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[331]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[332]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[362]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[363]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[368]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[374]: 6 -0.997995 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[376]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[377]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[399]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[410]: 6 -0.989282 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[418]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[422]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[437]: 6 -0.999559 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[463]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[464]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[475]: 6 -0.967699 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[488]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[491]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[497]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[519]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[526]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[530]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[531]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[537]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[559]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[566]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[570]: 6 -0.989228 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[581]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[587]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[588]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[597]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[614]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[621]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[622]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[623]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[633]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[634]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[654]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[658]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[662]: 6 -0.99754 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[663]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[678]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[714]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[715]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[720]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[723]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[724]: 6 -0.999865 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[729]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[734]: 6 0 2.28435 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1011]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1048]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1049]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1065]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1071]: 6 -0.999587 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1074]: 6 -0.999951 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1077]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1078]: 6 -0.998042 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1079]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1082]: 6 -0.979828 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1093]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1098]: 6 -0.500031 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1101]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1102]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1105]: 6 -1.00106 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1110]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1114]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1123]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1128]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1130]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1132]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1137]: 6 -1.00111 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1139]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1141]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1144]: 6 -0.979857 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1155]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1157]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1163]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1166]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1168]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1193]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1194]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1197]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1199]: 6 -0.999043 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1201]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1220]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1237]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1257]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1258]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1259]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1263]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1265]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1268]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1270]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1283]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1284]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1285]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1289]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1297]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1299]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1300]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1313]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1332]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1358]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1373]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1381]: 6 -0.750063 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1386]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1389]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1394]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1396]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1399]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1401]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1403]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1409]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1410]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1412]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1420]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1424]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1426]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1429]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1432]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1433]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1442]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1448]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1458]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1462]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1464]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1469]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1470]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1480]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1488]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1494]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1495]: 6 -0.437564 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1499]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1508]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1512]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1513]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1521]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1524]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1525]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1531]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1534]: 6 -4.25005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1536]: 6 -1.25002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1561]: 6 -1.25009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1562]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1563]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1570]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1571]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1572]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1575]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1577]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1579]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1583]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1585]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1588]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1593]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1602]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1604]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1608]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1610]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1612]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1614]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1617]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1618]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1622]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1641]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1651]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1658]: 6 -1.25003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1659]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1682]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1685]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1690]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1705]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1709]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1955]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1958]: 6 -0.333375 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1960]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1962]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1964]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1966]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1968]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1969]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1973]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1975]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1980]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1984]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1985]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1989]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1992]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1993]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1996]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[1999]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2001]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2004]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2008]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2009]: 6 -35.244 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2016]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2049]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2052]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2070]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2071]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2077]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2079]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2082]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2084]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2085]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2088]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2089]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2092]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2093]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2096]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2097]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2100]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2106]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2107]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2111]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2114]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2118]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2122]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2149]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2152]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2154]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2158]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2162]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2163]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2166]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2168]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2170]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2171]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2174]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2180]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2183]: 6 -0.999085 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2188]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2189]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2193]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2196]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2197]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2200]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2202]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2206]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2215]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2216]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2220]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2221]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2235]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2236]: 6 -1.00001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2237]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2241]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2243]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2252]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2254]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2256]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2258]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2260]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2261]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2266]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2268]: 6 -1.0001 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2270]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2271]: 6 -0.999979 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2274]: 6 -1.00004 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2278]: 6 -1.00009 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2282]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2283]: 6 -0.996041 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2286]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2290]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2292]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2293]: 6 -1.00003 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2296]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2298]: 6 -1.00005 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2307]: 6 -1.00006 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2311]: 6 -1.00008 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2312]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2315]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2317]: 6 -0.999923 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2320]: 6 -1.00002 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2324]: 6 -1.00007 0 shouldn't be
165.83/166.58	WSVECS04 Frhs2[2328]: 6 -0.987927 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2337]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2339]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2350]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2352]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2353]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2355]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2357]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2360]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2361]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2364]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2365]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2368]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2372]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2375]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2377]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2379]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2381]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2384]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2385]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2390]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2394]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2398]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2408]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2412]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2415]: 6 -0.999018 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2420]: 6 -0.999542 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2422]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2425]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2447]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2449]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2451]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2453]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2460]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2462]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2463]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2466]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2467]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2472]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2473]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2476]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2480]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2481]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2485]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2488]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2497]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2502]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2503]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2504]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2508]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2511]: 6 -0.999063 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2518]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2527]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2529]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2531]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2534]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2535]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2538]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2539]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2541]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2544]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2547]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2549]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2551]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2553]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2556]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2559]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2571]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2573]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2576]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2580]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2581]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2584]: 6 -1.25006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2595]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2603]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2604]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2607]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2609]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2612]: 6 -0.999021 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2616]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2624]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2626]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2627]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2635]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2638]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2639]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2643]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2645]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2648]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2649]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2652]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2654]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2656]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2657]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2659]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2662]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2665]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2667]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2670]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2671]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2674]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2695]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2696]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2701]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2703]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2710]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2721]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2723]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2725]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2727]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2729]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2731]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2733]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2736]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2737]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2740]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2741]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2743]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2744]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2747]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2748]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2750]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2751]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2754]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2755]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2758]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2759]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2761]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2764]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2767]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2769]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2772]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2773]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2776]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2786]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2791]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2793]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2796]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2799]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2802]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2804]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2812]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2829]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2835]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2837]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2840]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2841]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2844]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2848]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2852]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2855]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2857]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2859]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2863]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2865]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2869]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2872]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2881]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2885]: 6 -1.25004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2887]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2888]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2892]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2895]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2896]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2897]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2898]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2913]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2915]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2926]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2928]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2930]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2931]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2934]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2936]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2937]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2940]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2942]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2943]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2946]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2947]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2950]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2951]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2953]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2955]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2957]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2961]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2965]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2968]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2985]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[2986]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3018]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3022]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3026]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3028]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3029]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3032]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3033]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3035]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3039]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3041]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3044]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3047]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3051]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3055]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3057]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3064]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3079]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3081]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3083]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3085]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3087]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3106]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3107]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3114]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3115]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3118]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3122]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3123]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3126]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3127]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3131]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3133]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3134]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3135]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3138]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3140]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3144]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3150]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3153]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3156]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3157]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3160]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3171]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3190]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3191]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3193]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3203]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3206]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3209]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3211]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3213]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3215]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3218]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3222]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3223]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3226]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3227]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3230]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3231]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3233]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3236]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3239]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3245]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3249]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3267]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3280]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3296]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3302]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3306]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3308]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3309]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3311]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3313]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3315]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3317]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3323]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3326]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3328]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3332]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3338]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3347]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3356]: 6 -14.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3372]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3373]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3382]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3386]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3391]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3392]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3393]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3395]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3399]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3401]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3402]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3406]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3408]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3410]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3411]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3414]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3415]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3422]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3423]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3426]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3427]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3430]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3431]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3434]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3435]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3438]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3446]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3456]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3463]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3468]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3471]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3472]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3504]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3507]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3512]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3513]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3520]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3523]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3525]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3530]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3531]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3533]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3535]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3540]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3544]: 6 -1.25009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3575]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3594]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3595]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3599]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3602]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3605]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3608]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3609]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3612]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3620]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3638]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3640]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3644]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3649]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3659]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3666]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3667]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3671]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3673]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3680]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3681]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3685]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3687]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3691]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3693]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3695]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3697]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3699]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3704]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3706]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3707]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3710]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3722]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3726]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3727]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3730]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3733]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3736]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3739]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3746]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3748]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3757]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3761]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3765]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3767]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3772]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3777]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3781]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3784]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3788]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3789]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3792]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3793]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3796]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3797]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3800]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3802]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3804]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3806]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3808]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3809]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3812]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3813]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3816]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3822]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3824]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3827]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3830]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3832]: 6 -1.2501 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3842]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3844]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3845]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3850]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3852]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3853]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3854]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3855]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3856]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3858]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3859]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3862]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3864]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3865]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3870]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3871]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3872]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3881]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3883]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3885]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3892]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3896]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3900]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3901]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3904]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3905]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3908]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3912]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3914]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3918]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3920]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3924]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3928]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3932]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3937]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3941]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3942]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3944]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3945]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3946]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3950]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3951]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3955]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3965]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3967]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3968]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3970]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3971]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3973]: 6 -1.00001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3976]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3978]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3980]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3982]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3984]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3986]: 6 -1.00009 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3990]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3994]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3996]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[3998]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4000]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4001]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4002]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4005]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4008]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4009]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4011]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4013]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4016]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4019]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4039]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4046]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4050]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4057]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4070]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4074]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4076]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4077]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4080]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4081]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4084]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4085]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4088]: 6 -1.00004 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4092]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4094]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4098]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4099]: 6 -1.00008 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4101]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4103]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4105]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4111]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4113]: 6 -1.00006 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4115]: 6 -1.00002 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4120]: 6 -1.00005 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4127]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4203]: 6 -1.00007 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4248]: 6 -1.00003 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4273]: 6 -1.0001 0 shouldn't be
165.83/166.59	WSVECS04 Frhs2[4274]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[20]: 6 -0.999912 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[21]: 6 -0.999592 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[27]: 6 -1.00003 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[39]: 6 -1.33337 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[47]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[49]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[61]: 6 -1.00003 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[66]: 6 -1.00001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[69]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[75]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[87]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[103]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[104]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[105]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[108]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[109]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[110]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[111]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[115]: 6 -0.999971 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[150]: 6 -0.996014 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[153]: 6 -0.998048 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[183]: 6 -0.99599 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[195]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[215]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[225]: 6 -1.00003 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[226]: 6 -1.0001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[231]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[238]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[243]: 6 -0.999969 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[247]: 6 -0.998008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[267]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[268]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[279]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[280]: 6 -0.995976 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[385]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[393]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[395]: 6 -1.0001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[411]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[419]: 6 -1.00008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[425]: 6 -1.0001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[427]: 6 -1.00003 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[429]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[431]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[435]: 6 -0.999985 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[451]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[453]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[454]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[459]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[465]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[466]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[474]: 6 -0.989223 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[505]: 6 -0.99598 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[523]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[560]: 6 -1.0001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[561]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[577]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[586]: 6 -1.00008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[596]: 6 -1.00008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[602]: 6 -0.983888 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[613]: 6 -1.0001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[615]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[617]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[640]: 6 -1.00001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[675]: 6 -1.00001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[676]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[677]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[684]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[688]: 6 -1.00008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[727]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[967]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1176]: 6 -0.991967 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1203]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1217]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1235]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1238]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1240]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1287]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1292]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1302]: 6 -1.00008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1319]: 6 -1.00003 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1321]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1335]: 6 -1.0001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1347]: 6 -1.00008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1350]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1362]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1364]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1378]: 6 -1.93756 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1383]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1397]: 6 -1.00008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1423]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1449]: 6 -1.00003 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1451]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1460]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1486]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1506]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1519]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1529]: 6 -1.25003 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1556]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1558]: 6 -1.00008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1574]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1586]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2068]: 6 0 1.00008 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2110]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2173]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2229]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2232]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2233]: 6 -1.0001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2275]: 6 -0.999758 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2705]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2745]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2768]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2831]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2906]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2991]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[2994]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3013]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3094]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3183]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3195]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3210]: 6 -1.00002 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3214]: 6 -1.00003 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3322]: 6 -1.00001 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3354]: 6 -5.50004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3361]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3376]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3442]: 6 -1.00005 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3541]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3560]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3572]: 6 -1.00008 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3577]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3616]: 6 -1.00007 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3718]: 6 -1.00009 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3768]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3769]: 6 -1.00006 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[3962]: 6 -1.00004 0 shouldn't be
167.13/167.87	WSVECS04 Frhs2[4095]: 6 -1.00004 0 shouldn't be
206.70/207.52	c #Conflicts:     475000 | #Constraints:      23714
206.70/207.52	c #Conflicts:     476000 | #Constraints:      24714
206.70/207.52	c #Conflicts:     477000 | #Constraints:      25714
206.70/207.52	c #Conflicts:     478000 | #Constraints:      26714
206.70/207.52	c #Conflicts:     479000 | #Constraints:      27714
206.70/207.52	c #Conflicts:     480000 | #Constraints:      28715
206.70/207.52	c #Conflicts:     481000 | #Constraints:      29715
206.70/207.52	c #Conflicts:     482000 | #Constraints:      30715
206.70/207.52	c #Conflicts:     483000 | #Constraints:      31715
206.70/207.52	c #Conflicts:     484000 | #Constraints:      32715
206.70/207.52	c #Conflicts:     485000 | #Constraints:      33715
206.70/207.52	c #Conflicts:     486000 | #Constraints:      34715
206.70/207.52	c #Conflicts:     487000 | #Constraints:      35715
206.70/207.52	c #Conflicts:     488000 | #Constraints:      36715
206.70/207.52	c INPROCESSING
206.70/207.52	c GARBAGE COLLECT
206.70/207.52	c #Conflicts:     489000 | #Constraints:      23920
206.70/207.52	c #Conflicts:     490000 | #Constraints:      24920
206.70/207.52	c #Conflicts:     491000 | #Constraints:      25920
206.70/207.52	c #Conflicts:     492000 | #Constraints:      26920
206.70/207.52	c #Conflicts:     493000 | #Constraints:      27924
206.70/207.52	c #Conflicts:     494000 | #Constraints:      28927
206.70/207.52	c #Conflicts:     495000 | #Constraints:      29927
206.70/207.52	c #Conflicts:     496000 | #Constraints:      30927
206.70/207.52	c #Conflicts:     497000 | #Constraints:      31927
206.70/207.52	c #Conflicts:     498000 | #Constraints:      32927
206.70/207.52	c #Conflicts:     499000 | #Constraints:      33927
206.70/207.52	c #Conflicts:     500000 | #Constraints:      34927
206.70/207.52	c #Conflicts:     501000 | #Constraints:      35927
206.70/207.52	c #Conflicts:     502000 | #Constraints:      36927
206.70/207.52	c INPROCESSING
206.70/207.52	c GARBAGE COLLECT
206.70/207.52	c #Conflicts:     503000 | #Constraints:      23907
206.70/207.52	c #Conflicts:     504000 | #Constraints:      24907
206.70/207.52	c #Conflicts:     505000 | #Constraints:      25907
206.70/207.52	c #Conflicts:     506000 | #Constraints:      26907
206.70/207.52	c #Conflicts:     507000 | #Constraints:      27907
206.70/207.52	c #Conflicts:     508000 | #Constraints:      28907
206.70/207.52	c #Conflicts:     509000 | #Constraints:      29907
206.70/207.52	c #Conflicts:     510000 | #Constraints:      30907
206.70/207.52	c #Conflicts:     511000 | #Constraints:      31907
206.70/207.52	c #Conflicts:     512000 | #Constraints:      32907
206.70/207.52	c #Conflicts:     513000 | #Constraints:      33907
206.70/207.52	c #Conflicts:     514000 | #Constraints:      34907
206.70/207.52	c #Conflicts:     515000 | #Constraints:      35907
206.70/207.52	c #Conflicts:     516000 | #Constraints:      36907
206.70/207.52	c INPROCESSING
206.70/207.52	c GARBAGE COLLECT
206.70/207.52	c #Conflicts:     517000 | #Constraints:      23668
206.70/207.52	c #Conflicts:     518000 | #Constraints:      24668
206.70/207.52	c #Conflicts:     519000 | #Constraints:      25668
206.70/207.52	c #Conflicts:     520000 | #Constraints:      26668
206.70/207.52	c #Conflicts:     521000 | #Constraints:      27668
206.70/207.52	c #Conflicts:     522000 | #Constraints:      28668
206.70/207.52	c #Conflicts:     523000 | #Constraints:      29668
206.70/207.52	c #Conflicts:     524000 | #Constraints:      30668
206.70/207.52	c #Conflicts:     525000 | #Constraints:      31668
206.70/207.52	c #Conflicts:     526000 | #Constraints:      32668
206.70/207.52	c #Conflicts:     527000 | #Constraints:      33668
206.70/207.52	c #Conflicts:     528000 | #Constraints:      34668
206.70/207.52	c #Conflicts:     529000 | #Constraints:      35668
206.70/207.52	c #Conflicts:     530000 | #Constraints:      36668
206.70/207.52	c #Conflicts:     531000 | #Constraints:      37668
206.70/207.52	c INPROCESSING
206.70/207.52	c GARBAGE COLLECT
206.70/207.52	c #Conflicts:     532000 | #Constraints:      24292
206.70/207.52	c #Conflicts:     533000 | #Constraints:      25292
206.70/207.52	c #Conflicts:     534000 | #Constraints:      26292
206.70/207.52	c #Conflicts:     535000 | #Constraints:      27292
206.70/207.52	c #Conflicts:     536000 | #Constraints:      28292
206.70/207.52	c #Conflicts:     537000 | #Constraints:      29293
206.70/207.52	c #Conflicts:     538000 | #Constraints:      30293
206.70/207.52	c #Conflicts:     539000 | #Constraints:      31293
206.70/207.52	c #Conflicts:     540000 | #Constraints:      32293
206.70/207.52	c #Conflicts:     541000 | #Constraints:      33293
206.70/207.52	c #Conflicts:     542000 | #Constraints:      34293
206.70/207.52	c #Conflicts:     543000 | #Constraints:      35293
206.70/207.52	c #Conflicts:     544000 | #Constraints:      36293
206.70/207.52	c #Conflicts:     545000 | #Constraints:      37293
206.70/207.52	c #Conflicts:     546000 | #Constraints:      38293
206.70/207.52	c INPROCESSING
206.70/207.52	c GARBAGE COLLECT
206.70/207.52	c #Conflicts:     547000 | #Constraints:      24681
206.70/207.52	c #Conflicts:     548000 | #Constraints:      25681
206.70/207.52	c #Conflicts:     549000 | #Constraints:      26681
206.70/207.52	c #Conflicts:     550000 | #Constraints:      27681
237.30/238.25	c #Conflicts:     551000 | #Constraints:      28681
237.30/238.25	c #Conflicts:     552000 | #Constraints:      29681
237.30/238.25	c #Conflicts:     553000 | #Constraints:      30681
237.30/238.25	c #Conflicts:     554000 | #Constraints:      31681
237.30/238.25	c #Conflicts:     555000 | #Constraints:      32681
237.30/238.25	c #Conflicts:     556000 | #Constraints:      33684
237.30/238.25	c #Conflicts:     557000 | #Constraints:      34685
237.30/238.25	c #Conflicts:     558000 | #Constraints:      35687
237.30/238.25	c #Conflicts:     559000 | #Constraints:      36687
237.30/238.25	c #Conflicts:     560000 | #Constraints:      37687
237.30/238.25	c #Conflicts:     561000 | #Constraints:      38687
237.30/238.25	c INPROCESSING
237.30/238.25	c GARBAGE COLLECT
237.30/238.25	c #Conflicts:     562000 | #Constraints:      24839
237.30/238.25	c #Conflicts:     563000 | #Constraints:      25839
237.30/238.25	c #Conflicts:     564000 | #Constraints:      26839
237.30/238.25	c #Conflicts:     565000 | #Constraints:      27839
237.30/238.25	c #Conflicts:     566000 | #Constraints:      28839
237.30/238.25	c #Conflicts:     567000 | #Constraints:      29839
237.30/238.25	c #Conflicts:     568000 | #Constraints:      30839
237.30/238.25	c #Conflicts:     569000 | #Constraints:      31839
237.30/238.25	c #Conflicts:     570000 | #Constraints:      32839
237.30/238.25	c #Conflicts:     571000 | #Constraints:      33839
237.30/238.25	c #Conflicts:     572000 | #Constraints:      34839
237.30/238.25	c #Conflicts:     573000 | #Constraints:      35839
237.30/238.25	c #Conflicts:     574000 | #Constraints:      36839
237.30/238.25	c #Conflicts:     575000 | #Constraints:      37839
237.30/238.25	c #Conflicts:     576000 | #Constraints:      38839
237.30/238.25	c INPROCESSING
237.30/238.25	c GARBAGE COLLECT
237.30/238.25	c #Conflicts:     577000 | #Constraints:      24843
237.30/238.25	c #Conflicts:     578000 | #Constraints:      25843
237.30/238.25	c #Conflicts:     579000 | #Constraints:      26843
237.30/238.25	c #Conflicts:     580000 | #Constraints:      27843
237.30/238.25	c #Conflicts:     581000 | #Constraints:      28843
237.30/238.25	c #Conflicts:     582000 | #Constraints:      29843
237.30/238.25	c #Conflicts:     583000 | #Constraints:      30843
237.30/238.25	c #Conflicts:     584000 | #Constraints:      31843
237.30/238.25	c #Conflicts:     585000 | #Constraints:      32843
237.30/238.25	c #Conflicts:     586000 | #Constraints:      33843
237.30/238.25	c #Conflicts:     587000 | #Constraints:      34843
237.30/238.25	c #Conflicts:     588000 | #Constraints:      35843
237.30/238.25	c #Conflicts:     589000 | #Constraints:      36843
237.30/238.25	c #Conflicts:     590000 | #Constraints:      37843
237.30/238.25	c #Conflicts:     591000 | #Constraints:      38843
237.30/238.25	c INPROCESSING
237.30/238.25	c GARBAGE COLLECT
237.30/238.25	c #Conflicts:     592000 | #Constraints:      24645
237.30/238.25	c #Conflicts:     593000 | #Constraints:      25646
237.30/238.25	c #Conflicts:     594000 | #Constraints:      26646
237.30/238.25	c #Conflicts:     595000 | #Constraints:      27646
237.30/238.25	c #Conflicts:     596000 | #Constraints:      28646
237.30/238.25	c #Conflicts:     597000 | #Constraints:      29646
237.30/238.25	c #Conflicts:     598000 | #Constraints:      30646
237.30/238.25	c #Conflicts:     599000 | #Constraints:      31646
237.30/238.25	c #Conflicts:     600000 | #Constraints:      32646
237.30/238.25	c #Conflicts:     601000 | #Constraints:      33829
237.30/238.25	c #Conflicts:     602000 | #Constraints:      34881
237.30/238.25	c #Conflicts:     603000 | #Constraints:      35881
237.30/238.25	c #Conflicts:     604000 | #Constraints:      36881
237.30/238.25	c #Conflicts:     605000 | #Constraints:      37881
237.30/238.25	c #Conflicts:     606000 | #Constraints:      38881
237.30/238.25	c #Conflicts:     607000 | #Constraints:      39881
237.30/238.25	c INPROCESSING
237.30/238.25	c GARBAGE COLLECT
237.30/238.25	c #Conflicts:     608000 | #Constraints:      25364
237.30/238.25	c #Conflicts:     609000 | #Constraints:      26364
237.30/238.25	c #Conflicts:     610000 | #Constraints:      27364
237.30/238.25	c #Conflicts:     611000 | #Constraints:      28364
237.30/238.25	c #Conflicts:     612000 | #Constraints:      29364
237.30/238.25	c #Conflicts:     613000 | #Constraints:      30364
237.30/238.25	c #Conflicts:     614000 | #Constraints:      31364
237.30/238.25	c #Conflicts:     615000 | #Constraints:      32364
237.30/238.25	c #Conflicts:     616000 | #Constraints:      33364
237.30/238.25	c #Conflicts:     617000 | #Constraints:      34364
237.30/238.25	c #Conflicts:     618000 | #Constraints:      35364
237.30/238.25	c #Conflicts:     619000 | #Constraints:      36364
237.30/238.25	c #Conflicts:     620000 | #Constraints:      37364
237.30/238.25	c #Conflicts:     621000 | #Constraints:      38364
237.30/238.25	c #Conflicts:     622000 | #Constraints:      39364
237.30/238.25	c #Conflicts:     623000 | #Constraints:      40364
237.30/238.25	c INPROCESSING
237.30/238.25	c GARBAGE COLLECT
237.30/238.25	c #Conflicts:     624000 | #Constraints:      25740
237.30/238.25	c #Conflicts:     625000 | #Constraints:      26740
237.30/238.25	c #Conflicts:     626000 | #Constraints:      27741
266.51/267.58	c #Conflicts:     627000 | #Constraints:      28741
266.51/267.58	c #Conflicts:     628000 | #Constraints:      29741
266.51/267.58	c #Conflicts:     629000 | #Constraints:      30741
266.51/267.58	c #Conflicts:     630000 | #Constraints:      31741
266.51/267.58	c #Conflicts:     631000 | #Constraints:      32741
266.51/267.58	c #Conflicts:     632000 | #Constraints:      33741
266.51/267.58	c #Conflicts:     633000 | #Constraints:      34741
266.51/267.58	c #Conflicts:     634000 | #Constraints:      35741
266.51/267.58	c #Conflicts:     635000 | #Constraints:      36741
266.51/267.58	c #Conflicts:     636000 | #Constraints:      37741
266.51/267.58	c #Conflicts:     637000 | #Constraints:      38741
266.51/267.58	c #Conflicts:     638000 | #Constraints:      39741
266.51/267.58	c #Conflicts:     639000 | #Constraints:      40741
266.51/267.58	c INPROCESSING
266.51/267.58	c GARBAGE COLLECT
266.51/267.58	c #Conflicts:     640000 | #Constraints:      25893
266.51/267.58	c #Conflicts:     641000 | #Constraints:      26893
266.51/267.58	c #Conflicts:     642000 | #Constraints:      27893
266.51/267.58	c #Conflicts:     643000 | #Constraints:      28893
266.51/267.58	c #Conflicts:     644000 | #Constraints:      29893
266.51/267.58	c #Conflicts:     645000 | #Constraints:      30893
266.51/267.58	c #Conflicts:     646000 | #Constraints:      31894
266.51/267.58	c #Conflicts:     647000 | #Constraints:      32894
266.51/267.58	c #Conflicts:     648000 | #Constraints:      33894
266.51/267.58	c #Conflicts:     649000 | #Constraints:      34894
266.51/267.58	c #Conflicts:     650000 | #Constraints:      35894
266.51/267.58	c #Conflicts:     651000 | #Constraints:      36894
266.51/267.58	c #Conflicts:     652000 | #Constraints:      37894
266.51/267.58	c #Conflicts:     653000 | #Constraints:      38894
266.51/267.58	c #Conflicts:     654000 | #Constraints:      39894
266.51/267.58	c #Conflicts:     655000 | #Constraints:      40894
266.51/267.58	c INPROCESSING
266.51/267.58	c GARBAGE COLLECT
266.51/267.58	c #Conflicts:     656000 | #Constraints:      25927
266.51/267.58	c #Conflicts:     657000 | #Constraints:      26927
266.51/267.58	c #Conflicts:     658000 | #Constraints:      27927
266.51/267.58	c #Conflicts:     659000 | #Constraints:      28927
266.51/267.58	c #Conflicts:     660000 | #Constraints:      29927
266.51/267.58	c #Conflicts:     661000 | #Constraints:      30927
266.51/267.58	c #Conflicts:     662000 | #Constraints:      31927
266.51/267.58	c #Conflicts:     663000 | #Constraints:      32927
266.51/267.58	c #Conflicts:     664000 | #Constraints:      33927
266.51/267.58	c #Conflicts:     665000 | #Constraints:      34927
266.51/267.58	c #Conflicts:     666000 | #Constraints:      35927
266.51/267.58	c #Conflicts:     667000 | #Constraints:      36927
266.51/267.58	c #Conflicts:     668000 | #Constraints:      37927
266.51/267.58	c #Conflicts:     669000 | #Constraints:      38927
266.51/267.58	c #Conflicts:     670000 | #Constraints:      39927
266.51/267.58	c #Conflicts:     671000 | #Constraints:      40927
266.51/267.58	c INPROCESSING
266.51/267.58	c GARBAGE COLLECT
266.51/267.58	c #Conflicts:     672000 | #Constraints:      25695
266.51/267.58	c #Conflicts:     673000 | #Constraints:      26695
266.51/267.58	c #Conflicts:     674000 | #Constraints:      27695
266.51/267.58	c #Conflicts:     675000 | #Constraints:      28695
266.51/267.58	c #Conflicts:     676000 | #Constraints:      29840
266.51/267.58	c #Conflicts:     677000 | #Constraints:      30840
266.51/267.58	c #Conflicts:     678000 | #Constraints:      31840
266.51/267.58	c #Conflicts:     679000 | #Constraints:      32840
266.51/267.58	c #Conflicts:     680000 | #Constraints:      33840
266.51/267.58	c #Conflicts:     681000 | #Constraints:      34840
266.51/267.58	c #Conflicts:     682000 | #Constraints:      35840
266.51/267.58	c #Conflicts:     683000 | #Constraints:      36840
266.51/267.58	c #Conflicts:     684000 | #Constraints:      37840
266.51/267.58	c #Conflicts:     685000 | #Constraints:      38840
266.51/267.58	c #Conflicts:     686000 | #Constraints:      39840
266.51/267.58	c #Conflicts:     687000 | #Constraints:      40840
266.51/267.58	c #Conflicts:     688000 | #Constraints:      41840
266.51/267.58	c INPROCESSING
266.51/267.58	c GARBAGE COLLECT
266.51/267.58	c #Conflicts:     689000 | #Constraints:      26361
266.51/267.58	c #Conflicts:     690000 | #Constraints:      27361
266.51/267.58	c #Conflicts:     691000 | #Constraints:      28361
266.51/267.58	c #Conflicts:     692000 | #Constraints:      29361
266.51/267.58	c #Conflicts:     693000 | #Constraints:      30361
266.51/267.58	c #Conflicts:     694000 | #Constraints:      31361
266.51/267.58	c #Conflicts:     695000 | #Constraints:      32361
266.51/267.58	c #Conflicts:     696000 | #Constraints:      33361
266.51/267.58	c #Conflicts:     697000 | #Constraints:      34361
266.51/267.58	c #Conflicts:     698000 | #Constraints:      35361
266.51/267.58	c #Conflicts:     699000 | #Constraints:      36361
266.51/267.58	c #Conflicts:     700000 | #Constraints:      37361
266.51/267.58	c #Conflicts:     701000 | #Constraints:      38361
266.51/267.58	c #Conflicts:     702000 | #Constraints:      39361
307.08/308.27	c #Conflicts:     703000 | #Constraints:      40361
307.08/308.27	c #Conflicts:     704000 | #Constraints:      41361
307.08/308.27	c #Conflicts:     705000 | #Constraints:      42361
307.08/308.27	c INPROCESSING
307.08/308.27	c GARBAGE COLLECT
307.08/308.27	c #Conflicts:     706000 | #Constraints:      26738
307.08/308.27	c #Conflicts:     707000 | #Constraints:      27738
307.08/308.27	c #Conflicts:     708000 | #Constraints:      28738
307.08/308.27	c #Conflicts:     709000 | #Constraints:      29738
307.08/308.27	c #Conflicts:     710000 | #Constraints:      30738
307.08/308.27	c #Conflicts:     711000 | #Constraints:      31738
307.08/308.27	c #Conflicts:     712000 | #Constraints:      32738
307.08/308.27	c #Conflicts:     713000 | #Constraints:      33738
307.08/308.27	c #Conflicts:     714000 | #Constraints:      34738
307.08/308.27	c #Conflicts:     715000 | #Constraints:      35738
307.08/308.27	c #Conflicts:     716000 | #Constraints:      36738
307.08/308.27	c #Conflicts:     717000 | #Constraints:      37739
307.08/308.27	c #Conflicts:     718000 | #Constraints:      38739
307.08/308.27	c #Conflicts:     719000 | #Constraints:      39739
307.08/308.27	c #Conflicts:     720000 | #Constraints:      40739
307.08/308.27	c #Conflicts:     721000 | #Constraints:      41739
307.08/308.27	c #Conflicts:     722000 | #Constraints:      42739
307.08/308.27	c INPROCESSING
307.08/308.27	c GARBAGE COLLECT
307.08/308.27	c #Conflicts:     723000 | #Constraints:      26962
307.08/308.27	c #Conflicts:     724000 | #Constraints:      27962
307.08/308.27	c #Conflicts:     725000 | #Constraints:      28962
307.08/308.27	c #Conflicts:     726000 | #Constraints:      29962
307.08/308.27	c #Conflicts:     727000 | #Constraints:      30962
307.08/308.27	c #Conflicts:     728000 | #Constraints:      31962
307.08/308.27	c #Conflicts:     729000 | #Constraints:      32962
307.08/308.27	c #Conflicts:     730000 | #Constraints:      33962
307.08/308.27	c #Conflicts:     731000 | #Constraints:      34963
307.08/308.27	c #Conflicts:     732000 | #Constraints:      35966
307.08/308.27	c #Conflicts:     733000 | #Constraints:      36968
307.08/308.27	c #Conflicts:     734000 | #Constraints:      37969
307.08/308.27	c #Conflicts:     735000 | #Constraints:      38970
307.08/308.27	c #Conflicts:     736000 | #Constraints:      39970
307.08/308.27	c #Conflicts:     737000 | #Constraints:      40970
307.08/308.27	c #Conflicts:     738000 | #Constraints:      41970
307.08/308.27	c #Conflicts:     739000 | #Constraints:      42970
307.08/308.27	c INPROCESSING
307.08/308.27	c GARBAGE COLLECT
307.08/308.27	c #Conflicts:     740000 | #Constraints:      26923
307.08/308.27	c #Conflicts:     741000 | #Constraints:      27923
307.08/308.27	c #Conflicts:     742000 | #Constraints:      28923
307.08/308.27	c #Conflicts:     743000 | #Constraints:      29923
307.08/308.27	c #Conflicts:     744000 | #Constraints:      30923
307.08/308.27	c #Conflicts:     745000 | #Constraints:      31923
307.08/308.27	c #Conflicts:     746000 | #Constraints:      32923
307.08/308.27	c #Conflicts:     747000 | #Constraints:      33923
307.08/308.27	c #Conflicts:     748000 | #Constraints:      34923
307.08/308.27	c #Conflicts:     749000 | #Constraints:      35923
307.08/308.27	c #Conflicts:     750000 | #Constraints:      36923
307.08/308.27	c #Conflicts:     751000 | #Constraints:      37923
307.08/308.27	c #Conflicts:     752000 | #Constraints:      38923
307.08/308.27	c #Conflicts:     753000 | #Constraints:      39923
307.08/308.27	c #Conflicts:     754000 | #Constraints:      40923
307.08/308.27	c #Conflicts:     755000 | #Constraints:      41923
307.08/308.27	c #Conflicts:     756000 | #Constraints:      42923
307.08/308.27	c INPROCESSING
307.08/308.27	c GARBAGE COLLECT
307.08/308.27	c #Conflicts:     757000 | #Constraints:      26695
307.08/308.27	c #Conflicts:     758000 | #Constraints:      27695
307.08/308.27	c #Conflicts:     759000 | #Constraints:      28695
307.08/308.27	c #Conflicts:     760000 | #Constraints:      29695
307.08/308.27	c #Conflicts:     761000 | #Constraints:      30695
307.08/308.27	c #Conflicts:     762000 | #Constraints:      31695
307.08/308.27	c #Conflicts:     763000 | #Constraints:      32695
307.08/308.27	c #Conflicts:     764000 | #Constraints:      33695
307.08/308.27	c #Conflicts:     765000 | #Constraints:      34696
307.08/308.27	c #Conflicts:     766000 | #Constraints:      35696
307.08/308.27	c #Conflicts:     767000 | #Constraints:      36696
307.08/308.27	c #Conflicts:     768000 | #Constraints:      37696
307.08/308.27	c #Conflicts:     769000 | #Constraints:      38696
307.08/308.27	c #Conflicts:     770000 | #Constraints:      39696
307.08/308.27	c #Conflicts:     771000 | #Constraints:      40696
307.08/308.27	c #Conflicts:     772000 | #Constraints:      41696
307.08/308.27	c #Conflicts:     773000 | #Constraints:      42696
307.08/308.27	c #Conflicts:     774000 | #Constraints:      43696
307.08/308.27	c INPROCESSING
307.08/308.27	c GARBAGE COLLECT
307.08/308.27	c #Conflicts:     775000 | #Constraints:      27246
307.08/308.27	c #Conflicts:     776000 | #Constraints:      28246
307.08/308.27	c #Conflicts:     777000 | #Constraints:      29246
307.08/308.27	c #Conflicts:     778000 | #Constraints:      30246
337.66/338.97	c #Conflicts:     779000 | #Constraints:      31246
337.66/338.97	c #Conflicts:     780000 | #Constraints:      32246
337.66/338.97	c #Conflicts:     781000 | #Constraints:      33247
337.66/338.97	c #Conflicts:     782000 | #Constraints:      34247
337.66/338.97	c #Conflicts:     783000 | #Constraints:      35248
337.66/338.97	c #Conflicts:     784000 | #Constraints:      36248
337.66/338.97	c #Conflicts:     785000 | #Constraints:      37248
337.66/338.97	c #Conflicts:     786000 | #Constraints:      38248
337.66/338.97	c #Conflicts:     787000 | #Constraints:      39248
337.66/338.97	c #Conflicts:     788000 | #Constraints:      40248
337.66/338.97	c #Conflicts:     789000 | #Constraints:      41248
337.66/338.97	c #Conflicts:     790000 | #Constraints:      42249
337.66/338.97	c #Conflicts:     791000 | #Constraints:      43249
337.66/338.97	c #Conflicts:     792000 | #Constraints:      44249
337.66/338.97	c INPROCESSING
337.66/338.97	c GARBAGE COLLECT
337.66/338.97	c #Conflicts:     793000 | #Constraints:      27682
337.66/338.97	c #Conflicts:     794000 | #Constraints:      28682
337.66/338.97	c #Conflicts:     795000 | #Constraints:      29682
337.66/338.97	c #Conflicts:     796000 | #Constraints:      30682
337.66/338.97	c #Conflicts:     797000 | #Constraints:      31682
337.66/338.97	c #Conflicts:     798000 | #Constraints:      32682
337.66/338.97	c #Conflicts:     799000 | #Constraints:      33682
337.66/338.97	c #Conflicts:     800000 | #Constraints:      34682
337.66/338.97	c #Conflicts:     801000 | #Constraints:      35682
337.66/338.97	c #Conflicts:     802000 | #Constraints:      36682
337.66/338.97	c #Conflicts:     803000 | #Constraints:      37682
337.66/338.97	c #Conflicts:     804000 | #Constraints:      38682
337.66/338.97	c #Conflicts:     805000 | #Constraints:      39682
337.66/338.97	c #Conflicts:     806000 | #Constraints:      40682
337.66/338.97	c #Conflicts:     807000 | #Constraints:      41682
337.66/338.97	c #Conflicts:     808000 | #Constraints:      42682
337.66/338.97	c #Conflicts:     809000 | #Constraints:      43682
337.66/338.97	c #Conflicts:     810000 | #Constraints:      44682
337.66/338.97	c INPROCESSING
337.66/338.97	c GARBAGE COLLECT
337.66/338.97	c #Conflicts:     811000 | #Constraints:      27882
337.66/338.97	c #Conflicts:     812000 | #Constraints:      28882
337.66/338.97	c #Conflicts:     813000 | #Constraints:      29882
337.66/338.97	c #Conflicts:     814000 | #Constraints:      30882
337.66/338.97	c #Conflicts:     815000 | #Constraints:      31882
337.66/338.97	c #Conflicts:     816000 | #Constraints:      32882
337.66/338.97	c #Conflicts:     817000 | #Constraints:      33882
337.66/338.97	c #Conflicts:     818000 | #Constraints:      34882
337.66/338.97	c #Conflicts:     819000 | #Constraints:      35882
337.66/338.97	c #Conflicts:     820000 | #Constraints:      36882
337.66/338.97	c #Conflicts:     821000 | #Constraints:      37882
337.66/338.97	c #Conflicts:     822000 | #Constraints:      38882
337.66/338.97	c #Conflicts:     823000 | #Constraints:      39882
337.66/338.97	c #Conflicts:     824000 | #Constraints:      40882
337.66/338.97	c #Conflicts:     825000 | #Constraints:      41882
337.66/338.97	c #Conflicts:     826000 | #Constraints:      42882
337.66/338.97	c #Conflicts:     827000 | #Constraints:      43885
337.66/338.97	c #Conflicts:     828000 | #Constraints:      44886
337.66/338.97	c INPROCESSING
337.66/338.97	c GARBAGE COLLECT
337.66/338.97	c #Conflicts:     829000 | #Constraints:      27917
337.66/338.97	c #Conflicts:     830000 | #Constraints:      28917
337.66/338.97	c #Conflicts:     831000 | #Constraints:      29917
337.66/338.97	c #Conflicts:     832000 | #Constraints:      30917
337.66/338.97	c #Conflicts:     833000 | #Constraints:      31917
337.66/338.97	c #Conflicts:     834000 | #Constraints:      32917
337.66/338.97	c #Conflicts:     835000 | #Constraints:      33917
337.66/338.97	c #Conflicts:     836000 | #Constraints:      34917
337.66/338.97	c #Conflicts:     837000 | #Constraints:      35917
337.66/338.97	c #Conflicts:     838000 | #Constraints:      36917
337.66/338.97	c #Conflicts:     839000 | #Constraints:      37917
337.66/338.97	c #Conflicts:     840000 | #Constraints:      38917
337.66/338.97	c #Conflicts:     841000 | #Constraints:      39917
337.66/338.97	c #Conflicts:     842000 | #Constraints:      40917
337.66/338.97	c #Conflicts:     843000 | #Constraints:      41917
337.66/338.97	c #Conflicts:     844000 | #Constraints:      42917
337.66/338.97	c #Conflicts:     845000 | #Constraints:      43918
337.66/338.97	c #Conflicts:     846000 | #Constraints:      44918
337.66/338.97	c INPROCESSING
337.66/338.97	c GARBAGE COLLECT
337.66/338.97	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[15]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[53]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[79]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[119]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[124]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[129]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[137]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[140]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[145]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[173]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[209]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[244]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[253]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[271]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[285]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[316]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[332]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[336]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[365]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[368]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[437]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[445]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[475]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[519]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[525]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[526]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[545]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[564]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[572]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[582]: 6 0 1359 shouldn't be
337.66/338.97	WSVECS04 Frhs2[583]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[584]: 6 -951.171 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[589]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[597]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[609]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[611]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[612]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[613]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[615]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[616]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[617]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[622]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[632]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[658]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[673]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[692]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[701]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[708]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[715]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[724]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[728]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[967]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[968]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[983]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1011]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1026]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1031]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1049]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1057]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1066]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1100]: 6 -1.25005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1102]: 6 -2.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1105]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1107]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1108]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1110]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1111]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1114]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1117]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1130]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1139]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1143]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1145]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1147]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1148]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1150]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1151]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1154]: 6 -1.25004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1160]: 6 -1.25005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1161]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1175]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1176]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1177]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1178]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1179]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1181]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1186]: 6 -467.086 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1192]: 6 -14441.7 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1199]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1200]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1201]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1215]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1227]: 6 -0.500013 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1228]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1238]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1248]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1258]: 6 0 169.25 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1263]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1267]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1272]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1275]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1290]: 6 -0.625036 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1295]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1297]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1303]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1309]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1314]: 6 0 81.2344 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1320]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1323]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1329]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1333]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1343]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1352]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1358]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1382]: 6 -1362 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1402]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1403]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1416]: 6 -171 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1418]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1420]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1424]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1425]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1426]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1432]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1433]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1434]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1435]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1436]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1439]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1440]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1441]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1444]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1448]: 6 -0.875084 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1465]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1466]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1467]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1484]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1490]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1493]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1494]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1497]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1499]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1503]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1504]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1507]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1508]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1528]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1534]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1538]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1541]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1542]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1543]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1550]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1552]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1553]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1560]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1562]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1563]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1567]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1576]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1578]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1580]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1582]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1583]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1584]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1586]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1589]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1590]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1595]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1596]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1600]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1601]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1602]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1603]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1604]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1608]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1609]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1627]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1629]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1632]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1641]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1651]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1652]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1659]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1674]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1675]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1676]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1677]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1678]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1679]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1680]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1691]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1709]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1721]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1746]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1955]: 6 -1.25528 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1973]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1976]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1980]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1981]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1984]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1985]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1987]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1989]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1992]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1993]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1996]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1997]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[1999]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2001]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2004]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2008]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2009]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2012]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2014]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2016]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2049]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2052]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2056]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2058]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2060]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2062]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2064]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2074]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2076]: 6 -5.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2077]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2081]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2087]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2090]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2097]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2101]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2104]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2108]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2114]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2126]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2130]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2134]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2142]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2149]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2152]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2160]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2162]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2165]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2172]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2174]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2178]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2180]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2184]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2186]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2188]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2189]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2191]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2193]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2196]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2202]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2203]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2206]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2215]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2216]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2223]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2229]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2233]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2236]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2241]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2243]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2254]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2270]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2275]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2281]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2288]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2289]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2292]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2296]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2300]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2302]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2303]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2305]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2328]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2337]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2339]: 6 -932.671 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2341]: 6 -960.948 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2360]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2361]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2364]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2365]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2367]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2369]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2372]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2375]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2377]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2379]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2382]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2384]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2388]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2389]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2392]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2394]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2398]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2420]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2421]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2422]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2423]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2425]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2426]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2429]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2430]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2432]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2448]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2455]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2458]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2462]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2467]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2471]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2474]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2475]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2477]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2480]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2481]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2484]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2487]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2489]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2494]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2495]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2512]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2513]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2515]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2519]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2521]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2522]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2523]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2525]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2526]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2527]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2528]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2552]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2556]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2557]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2560]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2562]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2564]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2568]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2569]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2572]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2576]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2580]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2581]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2584]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2586]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2587]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2590]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2592]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2600]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2617]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2620]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2621]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2622]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2624]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2644]: 6 0 1.00006 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2647]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2649]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2655]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2657]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2659]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2661]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2663]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2665]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2667]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2669]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2672]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2673]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2676]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2680]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2682]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2684]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2686]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2688]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2694]: 6 -1.25003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2701]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2702]: 6 -1.00003 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2705]: 6 -1.00007 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2709]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2712]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2715]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2718]: 6 -1.00001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2720]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2722]: 6 -1.00002 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2741]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2744]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2746]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2748]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2750]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2751]: 6 -1.00005 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2754]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2755]: 6 -1.00006 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2758]: 6 -1.00004 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2759]: 6 -1.00008 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2762]: 6 -1.00009 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2763]: 6 -1.0001 0 shouldn't be
337.66/338.97	WSVECS04 Frhs2[2766]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2768]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2770]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2772]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2774]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2776]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2778]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2779]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2782]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2784]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2785]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2790]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2796]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2801]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2805]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2807]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2809]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2815]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2816]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2817]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2824]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2826]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2828]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2829]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2832]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2833]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2835]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2842]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2843]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2846]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2850]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2853]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2859]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2864]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2865]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2868]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2872]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2873]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2876]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2877]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2880]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2893]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2908]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2916]: 6 0 1.37504 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2929]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2932]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2933]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2935]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2938]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2940]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2942]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2943]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2946]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2947]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2950]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2954]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2958]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2962]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2965]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2968]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2971]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2974]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2991]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[2995]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3001]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3026]: 6 -1365 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3030]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3031]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3034]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3035]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3041]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3043]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3046]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3049]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3051]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3053]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3057]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3059]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3061]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3064]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3065]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3068]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3069]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3077]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3081]: 6 -1.25009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3082]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3087]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3098]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3099]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3100]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3102]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3104]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3114]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3128]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3131]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3134]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3138]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3140]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3142]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3146]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3150]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3153]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3156]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3157]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3160]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3162]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3164]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3165]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3168]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3171]: 6 -1.31256 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3193]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3194]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3197]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3198]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3200]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3218]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3220]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3221]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3224]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3225]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3228]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3230]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3231]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3233]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3238]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3241]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3248]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3252]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3256]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3258]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3260]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3264]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3272]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3274]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3278]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3281]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3285]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3312]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3313]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3316]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3317]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3320]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3322]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3324]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3326]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3327]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3330]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3332]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3338]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3341]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3344]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3348]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3350]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3351]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3354]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3355]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3358]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3360]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3366]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3370]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3385]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3386]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3389]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3390]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3391]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3392]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3407]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3410]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3411]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3416]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3420]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3422]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3423]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3433]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3437]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3440]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3441]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3444]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3445]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3448]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3449]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3452]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3453]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3456]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3466]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3468]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3480]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3484]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3485]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3486]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3487]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3488]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3506]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3508]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3510]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3512]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3514]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3518]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3521]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3523]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3530]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3534]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3536]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3540]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3543]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3546]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3547]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3550]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3551]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3575]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3588]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3594]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3595]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3597]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3599]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3603]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3610]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3614]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3626]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3636]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3640]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3641]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3644]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3646]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3647]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3650]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3651]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3659]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3670]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3680]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3681]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3683]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3690]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3691]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3693]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3695]: 6 0 13480.5 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3696]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3697]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3700]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3704]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3706]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3708]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3713]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3717]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3728]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3729]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3732]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3738]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3769]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3771]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3772]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3774]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3777]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3782]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3783]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3786]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3788]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3789]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3792]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3794]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3798]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3799]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3802]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3803]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3806]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3807]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3809]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3812]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3816]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3820]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3824]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3828]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3829]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3836]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3837]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3839]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3846]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3851]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3853]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3854]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3862]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3863]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3870]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3882]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3884]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3888]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3890]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3894]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3899]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3902]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3904]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3906]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3908]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3912]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3914]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3916]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3918]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3920]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3922]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3924]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3926]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3927]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3930]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3932]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3933]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3940]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3942]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3943]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3950]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3951]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3955]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3956]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3957]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3961]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3962]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3965]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3968]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3972]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3976]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3977]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3980]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3982]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3984]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3986]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3990]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3994]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[3998]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4000]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4002]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4006]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4008]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4010]: 6 -1.00007 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4013]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4016]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4020]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4021]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4024]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4028]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4029]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4039]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4041]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4043]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4044]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4045]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4048]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4050]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4057]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4066]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4070]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4072]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4074]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4076]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4080]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4084]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4085]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4088]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4089]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4092]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4094]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4098]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4099]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4101]: 6 -1.00009 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4105]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4109]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4114]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4118]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4120]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4124]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4128]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4203]: 6 -1.00006 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4232]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4233]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4234]: 6 -1.00005 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4235]: 6 -1.00008 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4236]: 6 -1.00002 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4237]: 6 -1.0001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4238]: 6 -1.00001 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4239]: 6 -1.00003 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4273]: 6 -1.00004 0 shouldn't be
337.66/338.98	WSVECS04 Frhs2[4274]: 6 -1.00008 0 shouldn't be
367.26/368.69	c #Conflicts:     847000 | #Constraints:      27675
367.26/368.69	c #Conflicts:     848000 | #Constraints:      28675
367.26/368.69	c #Conflicts:     849000 | #Constraints:      29675
367.26/368.69	c #Conflicts:     850000 | #Constraints:      30675
367.26/368.69	c #Conflicts:     851000 | #Constraints:      31675
367.26/368.69	c #Conflicts:     852000 | #Constraints:      32675
367.26/368.69	c #Conflicts:     853000 | #Constraints:      33676
367.26/368.69	c #Conflicts:     854000 | #Constraints:      34676
367.26/368.69	c #Conflicts:     855000 | #Constraints:      35676
367.26/368.69	c #Conflicts:     856000 | #Constraints:      36676
367.26/368.69	c #Conflicts:     857000 | #Constraints:      37676
367.26/368.69	c #Conflicts:     858000 | #Constraints:      38676
367.26/368.69	c #Conflicts:     859000 | #Constraints:      39676
367.26/368.69	c #Conflicts:     860000 | #Constraints:      40676
367.26/368.69	c #Conflicts:     861000 | #Constraints:      41676
367.26/368.69	c #Conflicts:     862000 | #Constraints:      42677
367.26/368.69	c #Conflicts:     863000 | #Constraints:      43677
367.26/368.69	c #Conflicts:     864000 | #Constraints:      44677
367.26/368.69	c #Conflicts:     865000 | #Constraints:      45677
367.26/368.69	c INPROCESSING
367.26/368.69	c GARBAGE COLLECT
367.26/368.69	c #Conflicts:     866000 | #Constraints:      28242
367.26/368.69	c #Conflicts:     867000 | #Constraints:      29242
367.26/368.69	c #Conflicts:     868000 | #Constraints:      30242
367.26/368.69	c #Conflicts:     869000 | #Constraints:      31242
367.26/368.69	c #Conflicts:     870000 | #Constraints:      32242
367.26/368.69	c #Conflicts:     871000 | #Constraints:      33242
367.26/368.69	c #Conflicts:     872000 | #Constraints:      34242
367.26/368.69	c #Conflicts:     873000 | #Constraints:      35242
367.26/368.69	c #Conflicts:     874000 | #Constraints:      36242
367.26/368.69	c #Conflicts:     875000 | #Constraints:      37242
367.26/368.69	c #Conflicts:     876000 | #Constraints:      38242
367.26/368.69	c #Conflicts:     877000 | #Constraints:      39242
367.26/368.69	c #Conflicts:     878000 | #Constraints:      40242
367.26/368.69	c #Conflicts:     879000 | #Constraints:      41242
367.26/368.69	c #Conflicts:     880000 | #Constraints:      42242
367.26/368.69	c #Conflicts:     881000 | #Constraints:      43242
367.26/368.69	c #Conflicts:     882000 | #Constraints:      44242
367.26/368.69	c #Conflicts:     883000 | #Constraints:      45242
367.26/368.69	c #Conflicts:     884000 | #Constraints:      46242
367.26/368.69	c INPROCESSING
367.26/368.69	c GARBAGE COLLECT
367.26/368.69	c #Conflicts:     885000 | #Constraints:      28730
367.26/368.69	c #Conflicts:     886000 | #Constraints:      29730
367.26/368.69	c #Conflicts:     887000 | #Constraints:      30730
367.26/368.69	c #Conflicts:     888000 | #Constraints:      31730
367.26/368.69	c #Conflicts:     889000 | #Constraints:      32730
367.26/368.69	c #Conflicts:     890000 | #Constraints:      33730
367.26/368.69	c #Conflicts:     891000 | #Constraints:      34730
367.26/368.69	c #Conflicts:     892000 | #Constraints:      35730
367.26/368.69	c #Conflicts:     893000 | #Constraints:      36730
367.26/368.69	c #Conflicts:     894000 | #Constraints:      37730
367.26/368.69	c #Conflicts:     895000 | #Constraints:      38730
367.26/368.69	c #Conflicts:     896000 | #Constraints:      39730
367.26/368.69	c #Conflicts:     897000 | #Constraints:      40730
367.26/368.69	c #Conflicts:     898000 | #Constraints:      41730
367.26/368.69	c #Conflicts:     899000 | #Constraints:      42730
367.26/368.69	c #Conflicts:     900000 | #Constraints:      43730
367.26/368.69	c #Conflicts:     901000 | #Constraints:      44731
367.26/368.69	c #Conflicts:     902000 | #Constraints:      45731
367.26/368.69	c #Conflicts:     903000 | #Constraints:      46731
367.26/368.69	c INPROCESSING
367.26/368.69	c GARBAGE COLLECT
367.26/368.69	c #Conflicts:     904000 | #Constraints:      28919
367.26/368.69	c #Conflicts:     905000 | #Constraints:      29919
367.26/368.69	c #Conflicts:     906000 | #Constraints:      30919
367.26/368.69	c #Conflicts:     907000 | #Constraints:      31919
367.26/368.69	c #Conflicts:     908000 | #Constraints:      32919
367.26/368.69	c #Conflicts:     909000 | #Constraints:      33919
367.26/368.69	c #Conflicts:     910000 | #Constraints:      34919
367.26/368.69	c #Conflicts:     911000 | #Constraints:      35919
367.26/368.69	c #Conflicts:     912000 | #Constraints:      36919
367.26/368.69	c #Conflicts:     913000 | #Constraints:      37919
367.26/368.69	c #Conflicts:     914000 | #Constraints:      38919
367.26/368.69	c #Conflicts:     915000 | #Constraints:      39919
367.26/368.69	c #Conflicts:     916000 | #Constraints:      40919
367.26/368.69	c #Conflicts:     917000 | #Constraints:      41919
367.26/368.69	c #Conflicts:     918000 | #Constraints:      42920
367.26/368.69	c #Conflicts:     919000 | #Constraints:      43920
367.26/368.69	c #Conflicts:     920000 | #Constraints:      44920
367.26/368.69	c #Conflicts:     921000 | #Constraints:      45920
367.26/368.69	c #Conflicts:     922000 | #Constraints:      46920
367.26/368.69	c INPROCESSING
367.26/368.69	c GARBAGE COLLECT
367.26/368.69	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[26]: 6 -5.11231 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[28]: 6 -3.3125 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[38]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[43]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[56]: 6 -2.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[65]: 6 -3.76172 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[87]: 6 -1.67188 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[119]: 6 -2.625 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[120]: 6 -3.19238 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[121]: 6 -3.75 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[122]: 6 -2 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[123]: 6 -1.55664 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[129]: 6 -3.86133 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[157]: 6 0 2.28125 shouldn't be
367.26/368.69	WSVECS04 Frhs2[159]: 6 -2.75 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[160]: 6 0 0.250001 shouldn't be
367.26/368.69	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[162]: 6 -2.76172 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[193]: 6 -1.09961 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[225]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[278]: 6 -1.22949 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[294]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[296]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[328]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[363]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[418]: 6 -2.76172 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[476]: 6 -0.144532 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[488]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[497]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[510]: 6 0 0.250001 shouldn't be
367.26/368.69	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[514]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[522]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[544]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[567]: 6 -2.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[568]: 6 0 0.25 shouldn't be
367.26/368.69	WSVECS04 Frhs2[597]: 6 0 0.78125 shouldn't be
367.26/368.69	WSVECS04 Frhs2[605]: 6 -3.125 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[641]: 6 -1.09961 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[672]: 6 -2.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[674]: 6 -2.76172 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[685]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[694]: 6 -2.78125 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[714]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[732]: 6 0 0.156251 shouldn't be
367.26/368.69	WSVECS04 Frhs2[736]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[964]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1057]: 6 0 2.625 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1066]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1089]: 6 -1.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1090]: 6 -1.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1097]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1100]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1110]: 6 0 13.6484 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1114]: 6 -1.5 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1115]: 6 -2.8125 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1121]: 6 -1.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1130]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1152]: 6 -1.3125 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1174]: 6 -1.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1175]: 6 -2.8125 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1180]: 6 -1.625 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1182]: 6 -10.6201 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1188]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1195]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1196]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1201]: 6 -1.78125 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1204]: 6 -2.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1207]: 6 0 1.90625 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1217]: 6 -0.5 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1232]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1239]: 6 -1.09375 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1246]: 6 -2.3125 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1248]: 6 -1.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1268]: 6 -1.33203 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1269]: 6 -1.33203 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1279]: 6 -0.750001 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1280]: 6 -0.75 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1288]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1302]: 6 -1.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1314]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1333]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1346]: 6 -1.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1349]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1366]: 6 -1.40625 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1367]: 6 -2 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1368]: 6 -1.67969 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1375]: 6 -0.750001 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1379]: 6 0 2.76172 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1398]: 6 -1.9375 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1399]: 6 0 1.66992 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1404]: 6 -1.375 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1426]: 6 -1.33203 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1438]: 6 -1.32813 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1440]: 6 -3.27979 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1464]: 6 -1.42188 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1465]: 6 0 0.889161 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1466]: 6 0 1.3125 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1468]: 6 -2.45703 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1469]: 6 -0.75 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1482]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1495]: 6 0 1.67188 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1515]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1533]: 6 -3 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1534]: 6 -2.98438 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1537]: 6 -5.82189 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1547]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1559]: 6 -1.32813 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1560]: 6 -0.968751 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1564]: 6 -2.2323 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1603]: 6 -1.39844 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1623]: 6 -1.375 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1627]: 6 -2.53881 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1628]: 6 -3.23608 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1631]: 6 -1.45313 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1651]: 6 -1.375 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1673]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1675]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1678]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1680]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1685]: 6 -1.00573 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1702]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1706]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1746]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2009]: 6 -249.875 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2051]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2093]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2110]: 6 -5 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2111]: 6 -5.5 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2142]: 6 -1.25 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2198]: 6 0 2 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2200]: 6 -122.438 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2239]: 6 0 7.65723 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
367.26/368.69	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2259]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2299]: 6 -10.583 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2302]: 6 -35.6289 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2311]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2328]: 6 -1.17188 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2338]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2342]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2379]: 6 -1.16406 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2425]: 6 -2.25 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2426]: 6 -1.5 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2474]: 6 -1.5625 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2476]: 6 0 1.75 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2494]: 6 -15.5 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2515]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2523]: 6 -1.32813 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2524]: 6 -1.65625 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2526]: 6 -1.3125 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2580]: 6 -1.65625 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2618]: 6 -1.33203 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2621]: 6 -1.3125 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2627]: 6 -6.52344 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2639]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2667]: 6 -1.33301 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2729]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2743]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2764]: 6 -1.40625 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2784]: 6 -23 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2790]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2795]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2815]: 6 -1.25 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2868]: 6 -0.335938 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2874]: 6 -10.5625 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2910]: 6 -1.25 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2921]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2953]: 6 -0.062501 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2955]: 6 -3.21289 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2968]: 6 -1.25 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2974]: 6 -3 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3022]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3031]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3054]: 6 0 1.25 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3064]: 6 -5 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3070]: 6 -5.375 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3104]: 6 -1.25 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3105]: 6 -3.19922 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3147]: 6 -1.33203 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3240]: 6 -1.33008 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3241]: 6 -1.33008 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3258]: 6 -2 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3262]: 6 -9 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3267]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3344]: 6 -10.1221 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3348]: 6 -2 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3352]: 6 -9.6875 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3355]: 6 -2.46875 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3358]: 6 -6 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3393]: 6 -8.52344 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3399]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3448]: 6 0 1 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3482]: 6 -1.33203 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3486]: 6 -1.3125 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3487]: 6 -1.25 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3488]: 6 -1.25 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3490]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3530]: 6 -1.33301 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3582]: 6 -1.3125 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3584]: 6 -1.25 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3587]: 6 -2 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3591]: 6 -4.59375 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3680]: 6 -0.5 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3737]: 6 -1.5 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3740]: 6 -0.500001 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3744]: 6 -3 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3765]: 6 -1.0625 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3836]: 6 -0.75 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3841]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3846]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3872]: 6 -1.25 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3918]: 6 -1.21588 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3928]: 6 -2.40625 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3932]: 6 -11.625 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3934]: 6 -1.75932 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3966]: 6 -1.25 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3967]: 6 -0.5 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4010]: 6 -1.03226 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4016]: 6 -5.24597 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4029]: 6 -2 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4039]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4040]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4066]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4097]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4203]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4233]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4234]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4235]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4238]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4239]: 6 -1 0 shouldn't be
367.26/368.70	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
419.41/420.91	c #Conflicts:     923000 | #Constraints:      28898
419.41/420.91	c #Conflicts:     924000 | #Constraints:      29898
419.41/420.91	c #Conflicts:     925000 | #Constraints:      30898
419.41/420.91	c #Conflicts:     926000 | #Constraints:      31898
419.41/420.91	c #Conflicts:     927000 | #Constraints:      32898
419.41/420.91	c #Conflicts:     928000 | #Constraints:      33898
419.41/420.91	c #Conflicts:     929000 | #Constraints:      34898
419.41/420.91	c #Conflicts:     930000 | #Constraints:      35898
419.41/420.91	c #Conflicts:     931000 | #Constraints:      36898
419.41/420.91	c #Conflicts:     932000 | #Constraints:      37898
419.41/420.91	c #Conflicts:     933000 | #Constraints:      38898
419.41/420.91	c #Conflicts:     934000 | #Constraints:      39898
419.41/420.91	c #Conflicts:     935000 | #Constraints:      40898
419.41/420.91	c #Conflicts:     936000 | #Constraints:      41898
419.41/420.91	c #Conflicts:     937000 | #Constraints:      42898
419.41/420.91	c #Conflicts:     938000 | #Constraints:      43898
419.41/420.91	c #Conflicts:     939000 | #Constraints:      44898
419.41/420.91	c #Conflicts:     940000 | #Constraints:      45898
419.41/420.91	c #Conflicts:     941000 | #Constraints:      46898
419.41/420.91	c INPROCESSING
419.41/420.91	c GARBAGE COLLECT
419.41/420.91	c #Conflicts:     942000 | #Constraints:      28694
419.41/420.91	c #Conflicts:     943000 | #Constraints:      29694
419.41/420.91	c #Conflicts:     944000 | #Constraints:      30694
419.41/420.91	c #Conflicts:     945000 | #Constraints:      31694
419.41/420.91	c #Conflicts:     946000 | #Constraints:      32694
419.41/420.91	c #Conflicts:     947000 | #Constraints:      33694
419.41/420.91	c #Conflicts:     948000 | #Constraints:      34694
419.41/420.91	c #Conflicts:     949000 | #Constraints:      35694
419.41/420.91	c #Conflicts:     950000 | #Constraints:      36694
419.41/420.91	c #Conflicts:     951000 | #Constraints:      37694
419.41/420.91	c #Conflicts:     952000 | #Constraints:      38694
419.41/420.91	c #Conflicts:     953000 | #Constraints:      39694
419.41/420.91	c #Conflicts:     954000 | #Constraints:      40694
419.41/420.91	c #Conflicts:     955000 | #Constraints:      41694
419.41/420.91	c #Conflicts:     956000 | #Constraints:      42694
419.41/420.91	c #Conflicts:     957000 | #Constraints:      43694
419.41/420.91	c #Conflicts:     958000 | #Constraints:      44694
419.41/420.91	c #Conflicts:     959000 | #Constraints:      45694
419.41/420.91	c #Conflicts:     960000 | #Constraints:      46694
419.41/420.91	c #Conflicts:     961000 | #Constraints:      47694
419.41/420.91	c INPROCESSING
419.41/420.91	c GARBAGE COLLECT
419.41/420.91	c #Conflicts:     962000 | #Constraints:      29308
419.41/420.91	c #Conflicts:     963000 | #Constraints:      30308
419.41/420.91	c #Conflicts:     964000 | #Constraints:      31308
419.41/420.91	c #Conflicts:     965000 | #Constraints:      32308
419.41/420.91	c #Conflicts:     966000 | #Constraints:      33308
419.41/420.91	c #Conflicts:     967000 | #Constraints:      34308
419.41/420.91	c #Conflicts:     968000 | #Constraints:      35308
419.41/420.91	c #Conflicts:     969000 | #Constraints:      36308
419.41/420.91	c #Conflicts:     970000 | #Constraints:      37308
419.41/420.91	c #Conflicts:     971000 | #Constraints:      38308
419.41/420.91	c #Conflicts:     972000 | #Constraints:      39308
419.41/420.91	c #Conflicts:     973000 | #Constraints:      40309
419.41/420.91	c #Conflicts:     974000 | #Constraints:      41309
419.41/420.91	c #Conflicts:     975000 | #Constraints:      42309
419.41/420.91	c #Conflicts:     976000 | #Constraints:      43309
419.41/420.91	c #Conflicts:     977000 | #Constraints:      44309
419.41/420.91	c #Conflicts:     978000 | #Constraints:      45309
419.41/420.91	c #Conflicts:     979000 | #Constraints:      46309
419.41/420.91	c #Conflicts:     980000 | #Constraints:      47309
419.41/420.91	c #Conflicts:     981000 | #Constraints:      48309
419.41/420.91	c INPROCESSING
419.41/420.91	c GARBAGE COLLECT
419.41/420.91	c #Conflicts:     982000 | #Constraints:      29738
419.41/420.91	c #Conflicts:     983000 | #Constraints:      30739
419.41/420.91	c #Conflicts:     984000 | #Constraints:      31739
419.41/420.91	c #Conflicts:     985000 | #Constraints:      32739
419.41/420.91	c #Conflicts:     986000 | #Constraints:      33739
419.41/420.91	c #Conflicts:     987000 | #Constraints:      34739
419.41/420.91	c #Conflicts:     988000 | #Constraints:      35739
419.41/420.91	c #Conflicts:     989000 | #Constraints:      36739
419.41/420.91	c #Conflicts:     990000 | #Constraints:      37739
419.41/420.91	c #Conflicts:     991000 | #Constraints:      38739
419.41/420.91	c #Conflicts:     992000 | #Constraints:      39739
419.41/420.91	c #Conflicts:     993000 | #Constraints:      40739
419.41/420.91	c #Conflicts:     994000 | #Constraints:      41739
419.41/420.91	c #Conflicts:     995000 | #Constraints:      42739
419.41/420.91	c #Conflicts:     996000 | #Constraints:      43739
419.41/420.91	c #Conflicts:     997000 | #Constraints:      44739
419.41/420.91	c #Conflicts:     998000 | #Constraints:      45739
419.41/420.91	c #Conflicts:     999000 | #Constraints:      46739
472.16/473.87	c #Conflicts:    1000000 | #Constraints:      47739
472.16/473.87	c #Conflicts:    1001000 | #Constraints:      48739
472.16/473.87	c INPROCESSING
472.16/473.87	c GARBAGE COLLECT
472.16/473.87	c #Conflicts:    1002000 | #Constraints:      29937
472.16/473.87	c #Conflicts:    1003000 | #Constraints:      30937
472.16/473.87	c #Conflicts:    1004000 | #Constraints:      31937
472.16/473.87	c #Conflicts:    1005000 | #Constraints:      32937
472.16/473.87	c #Conflicts:    1006000 | #Constraints:      33937
472.16/473.87	c #Conflicts:    1007000 | #Constraints:      34937
472.16/473.87	c #Conflicts:    1008000 | #Constraints:      35937
472.16/473.87	c #Conflicts:    1009000 | #Constraints:      36937
472.16/473.87	c #Conflicts:    1010000 | #Constraints:      37937
472.16/473.87	c #Conflicts:    1011000 | #Constraints:      38937
472.16/473.87	c #Conflicts:    1012000 | #Constraints:      39937
472.16/473.87	c #Conflicts:    1013000 | #Constraints:      40937
472.16/473.87	c #Conflicts:    1014000 | #Constraints:      41937
472.16/473.87	c #Conflicts:    1015000 | #Constraints:      42937
472.16/473.87	c #Conflicts:    1016000 | #Constraints:      43937
472.16/473.87	c #Conflicts:    1017000 | #Constraints:      44937
472.16/473.87	c #Conflicts:    1018000 | #Constraints:      45937
472.16/473.87	c #Conflicts:    1019000 | #Constraints:      46937
472.16/473.87	c #Conflicts:    1020000 | #Constraints:      47937
472.16/473.87	c #Conflicts:    1021000 | #Constraints:      48937
472.16/473.87	c INPROCESSING
472.16/473.87	c GARBAGE COLLECT
472.16/473.87	c #Conflicts:    1022000 | #Constraints:      29952
472.16/473.87	c #Conflicts:    1023000 | #Constraints:      30952
472.16/473.87	c #Conflicts:    1024000 | #Constraints:      31953
472.16/473.87	c #Conflicts:    1025000 | #Constraints:      32953
472.16/473.87	c #Conflicts:    1026000 | #Constraints:      33953
472.16/473.87	c #Conflicts:    1027000 | #Constraints:      34953
472.16/473.87	c #Conflicts:    1028000 | #Constraints:      35953
472.16/473.87	c #Conflicts:    1029000 | #Constraints:      36953
472.16/473.87	c #Conflicts:    1030000 | #Constraints:      37953
472.16/473.87	c #Conflicts:    1031000 | #Constraints:      38953
472.16/473.87	c #Conflicts:    1032000 | #Constraints:      39953
472.16/473.87	c #Conflicts:    1033000 | #Constraints:      41276
472.16/473.87	c #Conflicts:    1034000 | #Constraints:      42806
472.16/473.87	c #Conflicts:    1035000 | #Constraints:      44299
472.16/473.87	c #Conflicts:    1036000 | #Constraints:      45835
472.16/473.87	c #Conflicts:    1037000 | #Constraints:      46949
472.16/473.87	c #Conflicts:    1038000 | #Constraints:      47949
472.16/473.87	c #Conflicts:    1039000 | #Constraints:      48949
472.16/473.87	c #Conflicts:    1040000 | #Constraints:      49949
472.16/473.87	c #Conflicts:    1041000 | #Constraints:      50949
472.16/473.87	c INPROCESSING
472.16/473.87	c GARBAGE COLLECT
472.16/473.87	c #Conflicts:    1042000 | #Constraints:      30755
472.16/473.87	c #Conflicts:    1043000 | #Constraints:      31755
472.16/473.87	c #Conflicts:    1044000 | #Constraints:      32755
472.16/473.87	c #Conflicts:    1045000 | #Constraints:      33755
472.16/473.87	c #Conflicts:    1046000 | #Constraints:      34755
472.16/473.87	c #Conflicts:    1047000 | #Constraints:      35755
472.16/473.87	c #Conflicts:    1048000 | #Constraints:      36755
472.16/473.87	c #Conflicts:    1049000 | #Constraints:      37755
472.16/473.87	c #Conflicts:    1050000 | #Constraints:      38755
472.16/473.87	c #Conflicts:    1051000 | #Constraints:      39755
472.16/473.87	c #Conflicts:    1052000 | #Constraints:      40755
472.16/473.87	c #Conflicts:    1053000 | #Constraints:      41755
472.16/473.87	c #Conflicts:    1054000 | #Constraints:      42755
472.16/473.87	c #Conflicts:    1055000 | #Constraints:      43755
472.16/473.87	c #Conflicts:    1056000 | #Constraints:      44755
472.16/473.87	c #Conflicts:    1057000 | #Constraints:      45756
472.16/473.87	c #Conflicts:    1058000 | #Constraints:      46756
472.16/473.87	c #Conflicts:    1059000 | #Constraints:      47756
472.16/473.87	c #Conflicts:    1060000 | #Constraints:      48756
472.16/473.87	c #Conflicts:    1061000 | #Constraints:      49756
472.16/473.87	c #Conflicts:    1062000 | #Constraints:      50756
472.16/473.87	c INPROCESSING
472.16/473.87	c GARBAGE COLLECT
472.16/473.87	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[22]: 6 -1.1875 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[28]: 6 -2.3125 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[74]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[100]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[126]: 6 -7.22168 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[182]: 6 0 0.16419 shouldn't be
472.16/473.87	WSVECS04 Frhs2[194]: 6 -2 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[209]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[210]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[233]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[240]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[266]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[285]: 6 -4.91626 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[341]: 6 -4 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[370]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[401]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[402]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[539]: 6 -2.41657 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[541]: 6 -5.91626 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[545]: 6 -2 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[612]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[637]: 6 -3.91626 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[679]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[724]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[725]: 6 -4.11426 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[734]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1062]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1075]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1081]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1086]: 6 -1.3125 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1117]: 6 -1.01563 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1121]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1151]: 6 -1.8125 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1154]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1164]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1171]: 6 -1.23895 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1189]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1206]: 6 -2.56306 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1228]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1231]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1232]: 6 0 1.36426 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1237]: 6 -1.33203 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1269]: 6 -3.69238 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1287]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1299]: 6 -1.33203 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1322]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1347]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1361]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1365]: 6 -0.773438 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1371]: 6 -2.5 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1396]: 6 -1.06773 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1409]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1420]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1429]: 6 0 0.322298 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1458]: 6 -1.3125 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1460]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1471]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1485]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1496]: 6 0 3.25 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1497]: 6 -0.75 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1500]: 6 -1.7477 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1521]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1530]: 6 -2 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1534]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1538]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1557]: 6 -0.277385 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1565]: 6 -1.54688 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1569]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1575]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1590]: 6 -3.3125 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1603]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1604]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1622]: 6 -1.29422 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1680]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[1994]: 6 -26.1641 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2003]: 6 0 0.416566 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2009]: 6 -16.665 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2055]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2090]: 6 -1.29199 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2091]: 6 -1.29199 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2198]: 6 0 2 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2213]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2286]: 6 -0.75 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2337]: 6 0 1 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2339]: 6 -5 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2375]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2382]: 6 -0.625001 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2394]: 6 -14.415 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2396]: 6 -23.8301 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2426]: 6 -1.32813 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2431]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2477]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2517]: 6 0 1.36426 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2526]: 6 -1.3125 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2527]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2566]: 6 0 1.36426 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2568]: 6 -1.33325 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2778]: 6 -1.24748 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2782]: 6 -0.0100612 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2854]: 6 -1.3125 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2855]: 6 -1.3125 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2875]: 6 -4.29688 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2908]: 6 -0.34375 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2970]: 6 -10.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3044]: 6 -1.32438 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3068]: 6 -36.5801 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3098]: 6 -1.32256 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3145]: 6 -6.5 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3148]: 6 -1.33064 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3236]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3237]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3248]: 6 -1.5 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3258]: 6 0 0.0725613 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3344]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3355]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3436]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3444]: 6 0 1 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3513]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3536]: 6 -2.25407 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3542]: 6 -26.9674 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3552]: 6 -5 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3627]: 6 -3.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3680]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3720]: 6 0 2 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3728]: 6 -8.89711 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3738]: 6 -16.2925 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3767]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3773]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3826]: 6 -5 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3836]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3864]: 6 -1.57617 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3912]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3979]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[3999]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4010]: 6 -1.21875 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4066]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4078]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4112]: 6 -1.25 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4177]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
472.16/473.87	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
533.06/535.01	c #Conflicts:    1063000 | #Constraints:      30858
533.06/535.01	c #Conflicts:    1064000 | #Constraints:      31858
533.06/535.01	c #Conflicts:    1065000 | #Constraints:      32858
533.06/535.01	c #Conflicts:    1066000 | #Constraints:      33858
533.06/535.01	c #Conflicts:    1067000 | #Constraints:      34859
533.06/535.01	c #Conflicts:    1068000 | #Constraints:      35859
533.06/535.01	c #Conflicts:    1069000 | #Constraints:      36859
533.06/535.01	c #Conflicts:    1070000 | #Constraints:      37859
533.06/535.01	c #Conflicts:    1071000 | #Constraints:      38859
533.06/535.01	c #Conflicts:    1072000 | #Constraints:      39859
533.06/535.01	c #Conflicts:    1073000 | #Constraints:      40859
533.06/535.01	c #Conflicts:    1074000 | #Constraints:      41859
533.06/535.01	c #Conflicts:    1075000 | #Constraints:      42859
533.06/535.01	c #Conflicts:    1076000 | #Constraints:      43859
533.06/535.01	c #Conflicts:    1077000 | #Constraints:      44859
533.06/535.01	c #Conflicts:    1078000 | #Constraints:      45859
533.06/535.01	c #Conflicts:    1079000 | #Constraints:      46984
533.06/535.01	c #Conflicts:    1080000 | #Constraints:      48305
533.06/535.01	c #Conflicts:    1081000 | #Constraints:      49305
533.06/535.01	c #Conflicts:    1082000 | #Constraints:      50305
533.06/535.01	c #Conflicts:    1083000 | #Constraints:      51305
533.06/535.01	c INPROCESSING
533.06/535.01	c GARBAGE COLLECT
533.06/535.01	c #Conflicts:    1084000 | #Constraints:      31213
533.06/535.01	c #Conflicts:    1085000 | #Constraints:      32213
533.06/535.01	c #Conflicts:    1086000 | #Constraints:      33213
533.06/535.01	c #Conflicts:    1087000 | #Constraints:      34213
533.06/535.01	c #Conflicts:    1088000 | #Constraints:      35214
533.06/535.01	c #Conflicts:    1089000 | #Constraints:      36214
533.06/535.01	c #Conflicts:    1090000 | #Constraints:      37214
533.06/535.01	c #Conflicts:    1091000 | #Constraints:      38214
533.06/535.01	c #Conflicts:    1092000 | #Constraints:      39214
533.06/535.01	c #Conflicts:    1093000 | #Constraints:      40214
533.06/535.01	c #Conflicts:    1094000 | #Constraints:      41214
533.06/535.01	c #Conflicts:    1095000 | #Constraints:      42214
533.06/535.01	c #Conflicts:    1096000 | #Constraints:      43214
533.06/535.01	c #Conflicts:    1097000 | #Constraints:      44214
533.06/535.01	c #Conflicts:    1098000 | #Constraints:      45214
533.06/535.01	c #Conflicts:    1099000 | #Constraints:      46215
533.06/535.01	c #Conflicts:    1100000 | #Constraints:      47215
533.06/535.01	c #Conflicts:    1101000 | #Constraints:      48215
533.06/535.01	c #Conflicts:    1102000 | #Constraints:      49215
533.06/535.01	c #Conflicts:    1103000 | #Constraints:      50215
533.06/535.01	c #Conflicts:    1104000 | #Constraints:      51215
533.06/535.01	c INPROCESSING
533.06/535.01	c GARBAGE COLLECT
533.06/535.01	c #Conflicts:    1105000 | #Constraints:      31185
533.06/535.01	c #Conflicts:    1106000 | #Constraints:      32185
533.06/535.01	c #Conflicts:    1107000 | #Constraints:      33186
533.06/535.01	c #Conflicts:    1108000 | #Constraints:      34186
533.06/535.01	c #Conflicts:    1109000 | #Constraints:      35186
533.06/535.01	c #Conflicts:    1110000 | #Constraints:      36186
533.06/535.01	c #Conflicts:    1111000 | #Constraints:      37186
533.06/535.01	c #Conflicts:    1112000 | #Constraints:      38186
533.06/535.01	c #Conflicts:    1113000 | #Constraints:      39186
533.06/535.01	c #Conflicts:    1114000 | #Constraints:      40186
533.06/535.01	c #Conflicts:    1115000 | #Constraints:      41186
533.06/535.01	c #Conflicts:    1116000 | #Constraints:      42186
533.06/535.01	c #Conflicts:    1117000 | #Constraints:      43186
533.06/535.01	c #Conflicts:    1118000 | #Constraints:      44186
533.06/535.01	c #Conflicts:    1119000 | #Constraints:      45186
533.06/535.01	c #Conflicts:    1120000 | #Constraints:      46186
533.06/535.01	c #Conflicts:    1121000 | #Constraints:      47186
533.06/535.01	c #Conflicts:    1122000 | #Constraints:      48186
533.06/535.01	c #Conflicts:    1123000 | #Constraints:      49186
533.06/535.01	c #Conflicts:    1124000 | #Constraints:      50186
533.06/535.01	c #Conflicts:    1125000 | #Constraints:      51186
533.06/535.01	c INPROCESSING
533.06/535.01	c GARBAGE COLLECT
533.06/535.01	c #Conflicts:    1126000 | #Constraints:      31094
533.06/535.01	c #Conflicts:    1127000 | #Constraints:      32094
533.06/535.01	c #Conflicts:    1128000 | #Constraints:      33094
533.06/535.01	c #Conflicts:    1129000 | #Constraints:      34095
533.06/535.01	c #Conflicts:    1130000 | #Constraints:      35095
533.06/535.01	c #Conflicts:    1131000 | #Constraints:      36095
533.06/535.01	c #Conflicts:    1132000 | #Constraints:      37095
533.06/535.01	c #Conflicts:    1133000 | #Constraints:      38095
533.06/535.01	c #Conflicts:    1134000 | #Constraints:      39095
533.06/535.01	c #Conflicts:    1135000 | #Constraints:      40095
533.06/535.01	c #Conflicts:    1136000 | #Constraints:      41095
533.06/535.01	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[72]: 6 -0.999994 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[97]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[111]: 6 -1.00059 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[168]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[233]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[235]: 6 -1.00002 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[262]: 6 0 1.25 shouldn't be
533.06/535.01	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[449]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[451]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[452]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[454]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[550]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[611]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[613]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[614]: 6 -2.25 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[647]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[677]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[708]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1128]: 6 -1.00005 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1158]: 6 -0.4375 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1188]: 6 -1.17188 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1190]: 6 -1.3125 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1481]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1974]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2167]: 6 -1.00059 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2442]: 6 -5 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2459]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2596]: 6 -1.25 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2693]: 6 -0.375001 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2721]: 6 -1.17188 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[2929]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3265]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3461]: 6 0 0.25 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3500]: 6 -15 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
533.06/535.01	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
564.87/567.07	c #Conflicts:    1137000 | #Constraints:      42095
564.87/567.07	c #Conflicts:    1138000 | #Constraints:      43095
564.87/567.07	c #Conflicts:    1139000 | #Constraints:      44095
564.87/567.07	c #Conflicts:    1140000 | #Constraints:      45095
564.87/567.07	c #Conflicts:    1141000 | #Constraints:      46095
564.87/567.07	c #Conflicts:    1142000 | #Constraints:      47095
564.87/567.07	c #Conflicts:    1143000 | #Constraints:      48095
564.87/567.07	c #Conflicts:    1144000 | #Constraints:      49095
564.87/567.07	c #Conflicts:    1145000 | #Constraints:      50095
564.87/567.07	c #Conflicts:    1146000 | #Constraints:      51095
564.87/567.07	c INPROCESSING
564.87/567.07	c GARBAGE COLLECT
564.87/567.07	c #Conflicts:    1147000 | #Constraints:      30807
564.87/567.07	c #Conflicts:    1148000 | #Constraints:      31807
564.87/567.07	c #Conflicts:    1149000 | #Constraints:      32807
564.87/567.07	c #Conflicts:    1150000 | #Constraints:      33807
564.87/567.07	c #Conflicts:    1151000 | #Constraints:      34807
564.87/567.07	c #Conflicts:    1152000 | #Constraints:      35807
564.87/567.07	c #Conflicts:    1153000 | #Constraints:      36807
564.87/567.07	c #Conflicts:    1154000 | #Constraints:      37807
564.87/567.07	c #Conflicts:    1155000 | #Constraints:      38807
564.87/567.07	c #Conflicts:    1156000 | #Constraints:      39807
564.87/567.07	c #Conflicts:    1157000 | #Constraints:      40807
564.87/567.07	c #Conflicts:    1158000 | #Constraints:      41807
564.87/567.07	c #Conflicts:    1159000 | #Constraints:      42807
564.87/567.07	c #Conflicts:    1160000 | #Constraints:      43807
564.87/567.07	c #Conflicts:    1161000 | #Constraints:      44807
564.87/567.07	c #Conflicts:    1162000 | #Constraints:      45807
564.87/567.07	c #Conflicts:    1163000 | #Constraints:      46807
564.87/567.07	c #Conflicts:    1164000 | #Constraints:      47807
564.87/567.07	c #Conflicts:    1165000 | #Constraints:      48807
564.87/567.07	c #Conflicts:    1166000 | #Constraints:      49807
564.87/567.07	c #Conflicts:    1167000 | #Constraints:      50807
564.87/567.07	c #Conflicts:    1168000 | #Constraints:      51807
564.87/567.07	c INPROCESSING
564.87/567.07	c GARBAGE COLLECT
564.87/567.07	c #Conflicts:    1169000 | #Constraints:      31399
564.87/567.07	c #Conflicts:    1170000 | #Constraints:      32399
564.87/567.07	c #Conflicts:    1171000 | #Constraints:      33399
564.87/567.07	c #Conflicts:    1172000 | #Constraints:      34399
564.87/567.07	c #Conflicts:    1173000 | #Constraints:      35399
564.87/567.07	c #Conflicts:    1174000 | #Constraints:      36399
564.87/567.07	c #Conflicts:    1175000 | #Constraints:      37399
564.87/567.07	c #Conflicts:    1176000 | #Constraints:      38399
564.87/567.07	c #Conflicts:    1177000 | #Constraints:      39399
564.87/567.07	c #Conflicts:    1178000 | #Constraints:      40399
564.87/567.07	c #Conflicts:    1179000 | #Constraints:      41399
564.87/567.07	c #Conflicts:    1180000 | #Constraints:      42399
564.87/567.07	c #Conflicts:    1181000 | #Constraints:      43399
564.87/567.07	c #Conflicts:    1182000 | #Constraints:      44400
564.87/567.07	c #Conflicts:    1183000 | #Constraints:      45400
564.87/567.07	c #Conflicts:    1184000 | #Constraints:      46400
564.87/567.07	c #Conflicts:    1185000 | #Constraints:      47400
564.87/567.07	c #Conflicts:    1186000 | #Constraints:      48400
564.87/567.07	c #Conflicts:    1187000 | #Constraints:      49400
564.87/567.07	c #Conflicts:    1188000 | #Constraints:      50400
564.87/567.07	c #Conflicts:    1189000 | #Constraints:      51400
564.87/567.07	c #Conflicts:    1190000 | #Constraints:      52400
564.87/567.07	c INPROCESSING
564.87/567.07	c GARBAGE COLLECT
564.87/567.07	c #Conflicts:    1191000 | #Constraints:      31767
564.87/567.07	c #Conflicts:    1192000 | #Constraints:      32768
564.87/567.07	c #Conflicts:    1193000 | #Constraints:      33768
564.87/567.07	c #Conflicts:    1194000 | #Constraints:      34768
564.87/567.07	c #Conflicts:    1195000 | #Constraints:      35768
564.87/567.07	c #Conflicts:    1196000 | #Constraints:      36768
564.87/567.07	c #Conflicts:    1197000 | #Constraints:      37768
564.87/567.07	c #Conflicts:    1198000 | #Constraints:      38768
564.87/567.07	c #Conflicts:    1199000 | #Constraints:      39768
564.87/567.07	c #Conflicts:    1200000 | #Constraints:      40768
564.87/567.07	c #Conflicts:    1201000 | #Constraints:      41768
564.87/567.07	c #Conflicts:    1202000 | #Constraints:      42768
564.87/567.07	c #Conflicts:    1203000 | #Constraints:      43768
564.87/567.07	c #Conflicts:    1204000 | #Constraints:      44768
564.87/567.07	c #Conflicts:    1205000 | #Constraints:      45769
564.87/567.07	c #Conflicts:    1206000 | #Constraints:      46769
564.87/567.07	c #Conflicts:    1207000 | #Constraints:      47769
564.87/567.07	c #Conflicts:    1208000 | #Constraints:      48769
564.87/567.07	c #Conflicts:    1209000 | #Constraints:      49769
564.87/567.07	c #Conflicts:    1210000 | #Constraints:      50769
564.87/567.07	c #Conflicts:    1211000 | #Constraints:      51769
564.87/567.07	c #Conflicts:    1212000 | #Constraints:      52769
564.87/567.07	c INPROCESSING
564.87/567.07	c GARBAGE COLLECT
564.87/567.07	c #Conflicts:    1213000 | #Constraints:      31949
579.52/581.74	c #Conflicts:    1214000 | #Constraints:      32949
579.52/581.74	c #Conflicts:    1215000 | #Constraints:      33949
579.52/581.74	c #Conflicts:    1216000 | #Constraints:      34949
579.52/581.74	c #Conflicts:    1217000 | #Constraints:      35949
579.52/581.74	c #Conflicts:    1218000 | #Constraints:      36949
579.52/581.74	c #Conflicts:    1219000 | #Constraints:      37949
579.52/581.74	c #Conflicts:    1220000 | #Constraints:      38949
579.52/581.74	c #Conflicts:    1221000 | #Constraints:      39949
579.52/581.74	c #Conflicts:    1222000 | #Constraints:      40949
579.52/581.74	c #Conflicts:    1223000 | #Constraints:      41950
579.52/581.74	c #Conflicts:    1224000 | #Constraints:      42950
579.52/581.74	c #Conflicts:    1225000 | #Constraints:      43950
579.52/581.74	c #Conflicts:    1226000 | #Constraints:      44950
579.52/581.74	c #Conflicts:    1227000 | #Constraints:      45950
579.52/581.74	c #Conflicts:    1228000 | #Constraints:      46950
579.52/581.74	c #Conflicts:    1229000 | #Constraints:      47950
579.52/581.74	c #Conflicts:    1230000 | #Constraints:      48950
579.52/581.74	c #Conflicts:    1231000 | #Constraints:      49950
579.52/581.74	c #Conflicts:    1232000 | #Constraints:      50950
579.52/581.74	c #Conflicts:    1233000 | #Constraints:      51950
579.52/581.74	c #Conflicts:    1234000 | #Constraints:      52950
579.52/581.74	c INPROCESSING
579.52/581.74	c GARBAGE COLLECT
579.52/581.74	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[7]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[15]: 6 -1.50005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[18]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[23]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[32]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[72]: 6 -1.06254 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[80]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[85]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[86]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[87]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[96]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[126]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[129]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[151]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[158]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[163]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[177]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[178]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[184]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[187]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[188]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[205]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[206]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[240]: 6 -3.25006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[251]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[256]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[273]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[277]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[281]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[286]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[288]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[291]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[315]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[325]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[340]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[349]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[353]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[376]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[383]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[407]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[417]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[418]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[461]: 6 -1.06252 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[469]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[475]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[480]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[500]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[513]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[529]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[544]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[559]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[572]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[575]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[576]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[577]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[593]: 6 -1.31253 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[595]: 6 -1.25007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[596]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[597]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[605]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[621]: 6 -1.09378 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[622]: 6 -2.31252 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[625]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[627]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[632]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[633]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[639]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[640]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[641]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[642]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[643]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[652]: 6 -2.31258 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[674]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[692]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[700]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[708]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[719]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[721]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[724]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[728]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[729]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[730]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[732]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[983]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1048]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1064]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1065]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1071]: 6 -0.500048 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1074]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1093]: 6 -1.25003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1094]: 6 -1.25009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1095]: 6 -1.37501 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1100]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1107]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1109]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1110]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1119]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1123]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1126]: 6 -0.937577 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1128]: 6 -0.875069 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1132]: 6 0 1.06258 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1133]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1134]: 6 -0.750076 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1136]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1137]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1141]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1144]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1154]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1155]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1163]: 6 -1.25007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1165]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1172]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1188]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1190]: 6 -0.375068 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1193]: 6 -1.25009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1194]: 6 -1.20322 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1197]: 6 -0.875017 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1204]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1212]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1216]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1232]: 6 -1.32822 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1233]: 6 -1.25007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1234]: 6 -1.31257 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1251]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1253]: 6 -0.687538 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1254]: 6 -1.18756 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1263]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1278]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1279]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1284]: 6 -1.25007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1286]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1295]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1296]: 6 -1.25004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1298]: 6 -1.25002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1302]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1304]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1311]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1312]: 6 -1.25002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1315]: 6 -1.32816 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1330]: 6 0 2.25009 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1343]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1344]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1345]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1351]: 6 -1.05082 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1357]: 6 -1.50003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1359]: 6 -0.750089 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1362]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1364]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1365]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1376]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1380]: 6 -1.31258 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1384]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1391]: 6 -0.750013 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1392]: 6 -0.937588 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1393]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1394]: 6 -0.750089 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1399]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1401]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1402]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1410]: 6 -1.25004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1413]: 6 -1.07818 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1424]: 6 0 1.31258 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1430]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1434]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1442]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1453]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1456]: 6 -0.750027 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1459]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1461]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1465]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1480]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1482]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1485]: 6 -0.211025 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1498]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1504]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1505]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1510]: 6 -0.68755 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1511]: 6 -1.31259 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1518]: 6 0 0.328197 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1519]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1524]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1533]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1537]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1540]: 6 -1.27152 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1541]: 6 -1.16802 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1544]: 6 -0.414117 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1553]: 6 -1.25002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1567]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1571]: 6 -1.16799 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1583]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1586]: 6 -1.15626 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1595]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1599]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1600]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1601]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1607]: 6 0 1.57817 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1612]: 6 -3.78126 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1614]: 6 -1.50003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1615]: 6 -1.50005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1617]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1618]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1619]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1621]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1623]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1624]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1627]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1630]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1632]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1651]: 6 -0.750069 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1652]: 6 -0.750059 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1682]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1690]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1710]: 6 -1.1251 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1721]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1744]: 6 -0.843768 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1953]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1955]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1958]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1960]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1964]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1966]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1971]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1973]: 6 -1.34384 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1991]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1993]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1995]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1997]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[1999]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2001]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2004]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2008]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2009]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2012]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2016]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2049]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2052]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2053]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2056]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2061]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2064]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2068]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2072]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2074]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2076]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2078]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2085]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2088]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2093]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2096]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2097]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2100]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2101]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2104]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2106]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2107]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2111]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2114]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2118]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2142]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2145]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2149]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2152]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2153]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2157]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2160]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2174]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2175]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2178]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2179]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2181]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2186]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2187]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2190]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2192]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2193]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2196]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2200]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2204]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2208]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2211]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2215]: 6 -1.31252 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2216]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2224]: 6 -1.3126 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2227]: 6 -1.25004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2229]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2231]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2233]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2236]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2237]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2241]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2243]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2245]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2247]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2249]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2251]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2254]: 6 -1.09381 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2256]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2268]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2282]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2283]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2286]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2290]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2292]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2296]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2298]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2300]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2303]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2306]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2307]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2318]: 6 -1.25003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2337]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2339]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2341]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2343]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2345]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2349]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2352]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2353]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2355]: 6 -1.25005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2370]: 6 -5.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2371]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2374]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2375]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2378]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2382]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2386]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2387]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2390]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2391]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2394]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2399]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2401]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2404]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2405]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2406]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2407]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2411]: 6 -0.375086 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2415]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2429]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2434]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2438]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2440]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2442]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2444]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2446]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2450]: 6 -0.375082 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2454]: 6 -3.50001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2456]: 6 -10.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2458]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2460]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2461]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2462]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2466]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2467]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2470]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2471]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2474]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2475]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2477]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2480]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2481]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2484]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2485]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2488]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2489]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2491]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2495]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2497]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2505]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2506]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2507]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2509]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2514]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2516]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2518]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2519]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2521]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2523]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2528]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2530]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2531]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2534]: 6 -1.25009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2536]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2554]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2556]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2557]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2559]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2561]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2563]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2572]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2573]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2576]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2581]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2583]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2589]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2592]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2593]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2596]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2601]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2602]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2603]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2610]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2612]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2617]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2618]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2621]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2622]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2624]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2626]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2627]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2630]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2632]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2640]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2642]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2644]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2646]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2648]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2650]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2652]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2654]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2657]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2662]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2663]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2666]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2667]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2670]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2671]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2674]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2676]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2678]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2679]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2682]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2683]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2685]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2690]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2694]: 6 -1.25002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2698]: 6 -1.25007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2699]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2703]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2704]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2714]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2715]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2717]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2728]: 6 -1.25006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2742]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2743]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2746]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2747]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2750]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2751]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2754]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2755]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2758]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2759]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2762]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2763]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2766]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2770]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2771]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2774]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2775]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2778]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2781]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2783]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2794]: 6 -1.31252 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2798]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2799]: 6 -1.25006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2800]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2802]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2805]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2807]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2809]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2811]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2812]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2813]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2817]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2819]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2822]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2824]: 6 -1.16413 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2826]: 6 -1.25002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2827]: 6 -1.08597 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2844]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2848]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2849]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2852]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2867]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2870]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2872]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2874]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2876]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2878]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2881]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2883]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2885]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2888]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2890]: 6 -1.32524 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2893]: 6 -1.37506 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2895]: 6 -1.25009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2896]: 6 -1.31259 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2897]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2898]: 6 -1.25009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2908]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2909]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2910]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2913]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2915]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2917]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2919]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2922]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2923]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2926]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2927]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2930]: 6 -1.31254 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2951]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2953]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2957]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2961]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2965]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2968]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2970]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2972]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2973]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2976]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2979]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2990]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[2992]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3004]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3005]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3006]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3010]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3011]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3014]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3032]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3038]: 6 -5.25004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3040]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3044]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3045]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3048]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3049]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3052]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3053]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3056]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3058]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3061]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3064]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3068]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3070]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3071]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3073]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3076]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3088]: 6 -1.25007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3091]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3095]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3099]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3105]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3107]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3109]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3112]: 6 -1.30181 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3140]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3143]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3147]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3151]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3155]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3158]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3162]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3164]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3166]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3169]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3170]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3171]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3190]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3194]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3198]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3200]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3202]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3203]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3206]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3210]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3232]: 6 -14.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3236]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3237]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3239]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3241]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3246]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3248]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3249]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3252]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3254]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3256]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3257]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3260]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3261]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3263]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3267]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3269]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3278]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3302]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3304]: 6 -1.31257 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3306]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3322]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3324]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3325]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3329]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3332]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3338]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3348]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3350]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3352]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3353]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3356]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3358]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3360]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3363]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3371]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3373]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3374]: 6 -1.25003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3391]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3392]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3393]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3395]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3397]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3399]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3401]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3404]: 6 -1.25003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3422]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3423]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3427]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3430]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3432]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3434]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3435]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3438]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3440]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3441]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3444]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3445]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3448]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3453]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3455]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3462]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3467]: 6 -1.08596 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3468]: 6 -0.671885 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3469]: 6 -0.343813 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3474]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3475]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3485]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3486]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3487]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3488]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3496]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3497]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3500]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3504]: 6 -1.168 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3514]: 6 -3.62509 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3516]: 6 -10.25 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3518]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3520]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3521]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3524]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3525]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3528]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3529]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3531]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3533]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3535]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3537]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3540]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3543]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3546]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3547]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3550]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3551]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3556]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3562]: 6 -0.671907 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3572]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3575]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3594]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3595]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3598]: 6 -1.25008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3608]: 6 -10.2501 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3609]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3612]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3616]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3620]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3621]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3628]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3632]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3639]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3642]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3646]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3650]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3651]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3661]: 6 -1.2501 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3662]: 6 -1.3126 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3680]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3686]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3688]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3690]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3692]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3696]: 6 -0.60552 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3704]: 6 -11.6251 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3722]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3726]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3728]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3732]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3733]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3736]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3738]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3739]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3748]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3760]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3765]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3774]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3777]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3781]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3784]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3786]: 6 -1.37117 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3787]: 6 -1.24611 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3802]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3804]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3806]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3808]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3809]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3812]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3816]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3818]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3827]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3830]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3834]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3835]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3838]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3839]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3844]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3851]: 6 -1.2501 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3852]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3855]: 6 -1.25009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3856]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3857]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3862]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3863]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3865]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3872]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3873]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3875]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3877]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3896]: 6 -1.12505 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3904]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3906]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3907]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3909]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3911]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3913]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3915]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3918]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3921]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3926]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3928]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3929]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3932]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3935]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3937]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3941]: 6 -1.25005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3946]: 6 -1.25004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3951]: 6 -1.25008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3956]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3958]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3968]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3970]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3971]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3973]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3976]: 6 -1.25003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[3993]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4008]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4010]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4011]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4013]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4016]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4019]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4021]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4023]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4025]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4028]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4045]: 6 -1.25003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4050]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4051]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4057]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4070]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4074]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4092]: 6 -1.00006 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4094]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4096]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4100]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4106]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4108]: 6 -1.00004 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4109]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4111]: 6 -1.00007 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4114]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4115]: 6 -1.00001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4118]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4120]: 6 -1.00008 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4121]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4124]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4128]: 6 -1.00002 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4176]: 6 -1.00005 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4177]: 6 -1.0001 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4248]: 6 -1.00009 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4273]: 6 -1.00003 0 shouldn't be
579.52/581.74	WSVECS04 Frhs2[4274]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[27]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[30]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[35]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[56]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[67]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[81]: 6 -1.00003 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[94]: 6 -1.0001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[97]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[99]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[120]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[121]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[133]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[149]: 6 -1.00003 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[160]: 6 -1.00003 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[167]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[174]: 6 -2.31254 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[180]: 6 -1.00001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[191]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[193]: 6 -1.00003 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[195]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[196]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[214]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[219]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[228]: 6 -1.00001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[243]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[245]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[248]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[250]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[279]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[289]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[323]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[339]: 6 -1.00001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[341]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[350]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[386]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[411]: 6 -1.0001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[435]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[440]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[441]: 6 -1.00003 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[443]: 6 -1.00001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[453]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[471]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[474]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[477]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[479]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[481]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[527]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[536]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[540]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[541]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[562]: 6 -1.0001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[567]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[580]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[592]: 6 -1.15634 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[594]: 6 -1.25002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[598]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[606]: 6 -1.00001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[607]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[657]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[667]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[670]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[688]: 6 -3.56255 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[690]: 6 -1.25002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[701]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[725]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1078]: 6 -1.0001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1167]: 6 -0.671908 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1215]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1245]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1255]: 6 -1.12502 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1264]: 6 -1.00003 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1292]: 6 -1.32814 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1368]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1383]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1396]: 6 -1.0001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1409]: 6 -1.30183 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1421]: 6 -2.33598 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1455]: 6 -0.875035 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1460]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1478]: 6 -1.25006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1494]: 6 -1.25008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1495]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1501]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1516]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1520]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1546]: 6 -1.28133 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1585]: 6 -1.32816 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[1590]: 6 -1.00001 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[2323]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[2324]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[2414]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[2419]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[2510]: 6 -1.00003 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[2600]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[2894]: 6 -1.32819 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3000]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3055]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3065]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3075]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3077]: 6 -1.31258 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3090]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3186]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3281]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3290]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3291]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3343]: 6 -1.00004 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3381]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3426]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3472]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3479]: 6 -1.00008 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3557]: 6 -1.00003 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3579]: 6 -1.00007 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3617]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3624]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3669]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3679]: 6 -1.00005 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3870]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[3923]: 6 -1.00002 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[4047]: 6 -1.00009 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[4098]: 6 -1.00006 0 shouldn't be
580.53/582.73	WSVECS04 Frhs2[4102]: 6 -1.00002 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[15]: 6 -1.5 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[35]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[38]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
581.51/583.70	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[72]: 6 -1.0625 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[81]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[120]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[127]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[136]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[149]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[160]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[167]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[176]: 6 0 1.25 shouldn't be
581.51/583.71	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[186]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[193]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[204]: 6 -2.5625 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[206]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[221]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[222]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[228]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[245]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[247]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[249]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[250]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[292]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[328]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[339]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[352]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[372]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[383]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[404]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[419]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[461]: 6 -1.0625 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[469]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[473]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[477]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[480]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[486]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[507]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[537]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[544]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[559]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[565]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[572]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[574]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[576]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[598]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[601]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[608]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[621]: 6 -1.09375 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[628]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[632]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[639]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[643]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[656]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[667]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[670]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[684]: 6 0 0.250001 shouldn't be
581.51/583.71	WSVECS04 Frhs2[689]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[701]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[706]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[717]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[718]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[728]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[729]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[730]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[731]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1064]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1071]: 6 -0.5 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1087]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1091]: 6 -1.0625 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1092]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1093]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1095]: 6 -1.375 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1100]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1110]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1122]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1126]: 6 -0.937501 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1128]: 6 -0.875001 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1132]: 6 0 1.0625 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1133]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1134]: 6 -0.750001 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1149]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1154]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1155]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1156]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1158]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1163]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1172]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1179]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1188]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1189]: 6 -0.6875 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1190]: 6 -0.375 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1194]: 6 -1.20313 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1202]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1232]: 6 -1.32813 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1233]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1242]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1243]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1245]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1253]: 6 -0.687501 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1254]: 6 -1.1875 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1255]: 6 -1.125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1258]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1263]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1267]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1273]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1276]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1284]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1292]: 6 -1.32813 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1294]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1298]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1310]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1312]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1330]: 6 0 2.25 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1336]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1341]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1342]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1344]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1345]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1346]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1348]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1351]: 6 -1.05078 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1357]: 6 -1.5 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1359]: 6 -0.750001 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1364]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1367]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1368]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1369]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1379]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1380]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1381]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1392]: 6 -0.937501 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1393]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1394]: 6 -0.750001 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1396]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1397]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1398]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1401]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1410]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1421]: 6 -2.33594 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1430]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1441]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1443]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1455]: 6 -0.875 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1460]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1462]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1463]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1465]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1479]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1485]: 6 -0.210938 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1489]: 6 -1.28906 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1492]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1493]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1495]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1504]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1510]: 6 -0.6875 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1511]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1523]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1524]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1533]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1537]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1540]: 6 -1.27148 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1541]: 6 -1.16797 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1544]: 6 -0.414063 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1546]: 6 -1.28125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1547]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1550]: 6 -0.75 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1553]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1554]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1586]: 6 -1.15625 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1599]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1601]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1602]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1604]: 6 -1.05274 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1607]: 6 0 1.57813 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1612]: 6 -3.78125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1614]: 6 -1.5 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1615]: 6 -1.5 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1617]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1628]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1630]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1631]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1632]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1652]: 6 -0.75 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1682]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1710]: 6 -1.125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2061]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2103]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2159]: 6 -1.1875 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2175]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2215]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2224]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2227]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2254]: 6 -1.09375 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2370]: 6 -5 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2411]: 6 -0.375 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2427]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2438]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2450]: 6 -0.375 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2454]: 6 -3.5 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2508]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2515]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2534]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2621]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2728]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2796]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2799]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2824]: 6 -1.16406 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2826]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2890]: 6 -1.3252 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2892]: 6 -1.30078 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2893]: 6 -1.375 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2898]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2909]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2930]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3038]: 6 -5.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3112]: 6 -1.30176 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3187]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3232]: 6 -14 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3241]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3267]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3270]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3304]: 6 -1.3125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3378]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3404]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3468]: 6 -0.671875 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3469]: 6 -0.343751 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3504]: 6 -1.16797 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3514]: 6 -3.625 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3516]: 6 -10.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3543]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3562]: 6 -0.671876 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3566]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3567]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3598]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3661]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3663]: 6 -1.28906 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3696]: 6 -0.60547 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3747]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3786]: 6 -1.37109 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3787]: 6 -1.24609 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3855]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3879]: 6 -1.32813 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3896]: 6 -1.125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3897]: 6 -1.125 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3937]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3941]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3951]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3970]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3976]: 6 -1.25 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
581.51/583.71	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
614.44/616.88	c #Conflicts:    1235000 | #Constraints:      31900
614.44/616.88	c #Conflicts:    1236000 | #Constraints:      32900
614.44/616.88	c #Conflicts:    1237000 | #Constraints:      33900
614.44/616.88	c #Conflicts:    1238000 | #Constraints:      34900
614.44/616.88	c #Conflicts:    1239000 | #Constraints:      35901
614.44/616.88	c #Conflicts:    1240000 | #Constraints:      36901
614.44/616.88	c #Conflicts:    1241000 | #Constraints:      37901
614.44/616.88	c #Conflicts:    1242000 | #Constraints:      38901
614.44/616.88	c #Conflicts:    1243000 | #Constraints:      39901
614.44/616.88	c #Conflicts:    1244000 | #Constraints:      40901
614.44/616.88	c #Conflicts:    1245000 | #Constraints:      41901
614.44/616.88	c #Conflicts:    1246000 | #Constraints:      42901
614.44/616.88	c #Conflicts:    1247000 | #Constraints:      43901
614.44/616.88	c #Conflicts:    1248000 | #Constraints:      44901
614.44/616.88	c #Conflicts:    1249000 | #Constraints:      45901
614.44/616.88	c #Conflicts:    1250000 | #Constraints:      46901
614.44/616.88	c #Conflicts:    1251000 | #Constraints:      47901
614.44/616.88	c #Conflicts:    1252000 | #Constraints:      48901
614.44/616.88	c #Conflicts:    1253000 | #Constraints:      49901
614.44/616.88	c #Conflicts:    1254000 | #Constraints:      50901
614.44/616.88	c #Conflicts:    1255000 | #Constraints:      51901
614.44/616.88	c #Conflicts:    1256000 | #Constraints:      52901
614.44/616.88	c INPROCESSING
614.44/616.88	c GARBAGE COLLECT
614.44/616.88	c #Conflicts:    1257000 | #Constraints:      31762
614.44/616.88	c #Conflicts:    1258000 | #Constraints:      32763
614.44/616.88	c #Conflicts:    1259000 | #Constraints:      33763
614.44/616.88	c #Conflicts:    1260000 | #Constraints:      34763
614.44/616.88	c #Conflicts:    1261000 | #Constraints:      35763
614.44/616.88	c #Conflicts:    1262000 | #Constraints:      36763
614.44/616.88	c #Conflicts:    1263000 | #Constraints:      37763
614.44/616.88	c #Conflicts:    1264000 | #Constraints:      38763
614.44/616.88	c #Conflicts:    1265000 | #Constraints:      39763
614.44/616.88	c #Conflicts:    1266000 | #Constraints:      40763
614.44/616.88	c #Conflicts:    1267000 | #Constraints:      41763
614.44/616.88	c #Conflicts:    1268000 | #Constraints:      42763
614.44/616.88	c #Conflicts:    1269000 | #Constraints:      43763
614.44/616.88	c #Conflicts:    1270000 | #Constraints:      44763
614.44/616.88	c #Conflicts:    1271000 | #Constraints:      45764
614.44/616.88	c #Conflicts:    1272000 | #Constraints:      46764
614.44/616.88	c #Conflicts:    1273000 | #Constraints:      47764
614.44/616.88	c #Conflicts:    1274000 | #Constraints:      48764
614.44/616.88	c #Conflicts:    1275000 | #Constraints:      49764
614.44/616.88	c #Conflicts:    1276000 | #Constraints:      50764
614.44/616.88	c #Conflicts:    1277000 | #Constraints:      51764
614.44/616.88	c #Conflicts:    1278000 | #Constraints:      52764
614.44/616.88	c #Conflicts:    1279000 | #Constraints:      53764
614.44/616.88	c INPROCESSING
614.44/616.88	c GARBAGE COLLECT
614.44/616.88	c #Conflicts:    1280000 | #Constraints:      32333
614.44/616.88	c #Conflicts:    1281000 | #Constraints:      33333
614.44/616.88	c #Conflicts:    1282000 | #Constraints:      34334
614.44/616.88	c #Conflicts:    1283000 | #Constraints:      35334
614.44/616.88	c #Conflicts:    1284000 | #Constraints:      36335
614.44/616.88	c #Conflicts:    1285000 | #Constraints:      37335
614.44/616.88	c #Conflicts:    1286000 | #Constraints:      38335
614.44/616.88	c #Conflicts:    1287000 | #Constraints:      39335
614.44/616.88	c #Conflicts:    1288000 | #Constraints:      40335
614.44/616.88	c #Conflicts:    1289000 | #Constraints:      41335
614.44/616.88	c #Conflicts:    1290000 | #Constraints:      42335
614.44/616.88	c #Conflicts:    1291000 | #Constraints:      43335
614.44/616.88	c #Conflicts:    1292000 | #Constraints:      44335
614.44/616.88	c #Conflicts:    1293000 | #Constraints:      45335
614.44/616.88	c #Conflicts:    1294000 | #Constraints:      46335
614.44/616.88	c #Conflicts:    1295000 | #Constraints:      47335
614.44/616.88	c #Conflicts:    1296000 | #Constraints:      48335
614.44/616.88	c #Conflicts:    1297000 | #Constraints:      49335
614.44/616.88	c #Conflicts:    1298000 | #Constraints:      50335
614.44/616.88	c #Conflicts:    1299000 | #Constraints:      51335
614.44/616.88	c #Conflicts:    1300000 | #Constraints:      52335
614.44/616.88	c #Conflicts:    1301000 | #Constraints:      53335
614.44/616.88	c #Conflicts:    1302000 | #Constraints:      54335
614.44/616.88	c INPROCESSING
614.44/616.88	c GARBAGE COLLECT
614.44/616.88	c #Conflicts:    1303000 | #Constraints:      32744
614.44/616.88	c #Conflicts:    1304000 | #Constraints:      33744
614.44/616.88	c #Conflicts:    1305000 | #Constraints:      34744
614.44/616.88	c #Conflicts:    1306000 | #Constraints:      35744
614.44/616.88	c #Conflicts:    1307000 | #Constraints:      36744
614.44/616.88	c #Conflicts:    1308000 | #Constraints:      37745
614.44/616.88	c #Conflicts:    1309000 | #Constraints:      38745
614.44/616.88	c #Conflicts:    1310000 | #Constraints:      39745
614.44/616.88	c #Conflicts:    1311000 | #Constraints:      40745
657.52/660.27	c #Conflicts:    1312000 | #Constraints:      41745
657.52/660.27	c #Conflicts:    1313000 | #Constraints:      42745
657.52/660.27	c #Conflicts:    1314000 | #Constraints:      43745
657.52/660.27	c #Conflicts:    1315000 | #Constraints:      44745
657.52/660.27	c #Conflicts:    1316000 | #Constraints:      46216
657.52/660.27	c #Conflicts:    1317000 | #Constraints:      47723
657.52/660.27	c #Conflicts:    1318000 | #Constraints:      49226
657.52/660.27	c #Conflicts:    1319000 | #Constraints:      50733
657.52/660.27	c #Conflicts:    1320000 | #Constraints:      52171
657.52/660.27	c #Conflicts:    1321000 | #Constraints:      53171
657.52/660.27	c #Conflicts:    1322000 | #Constraints:      54171
657.52/660.27	c #Conflicts:    1323000 | #Constraints:      55173
657.52/660.27	c #Conflicts:    1324000 | #Constraints:      56173
657.52/660.27	c #Conflicts:    1325000 | #Constraints:      57173
657.52/660.27	c INPROCESSING
657.52/660.27	c GARBAGE COLLECT
657.52/660.27	c #Conflicts:    1326000 | #Constraints:      34186
657.52/660.27	c #Conflicts:    1327000 | #Constraints:      35186
657.52/660.27	c #Conflicts:    1328000 | #Constraints:      36186
657.52/660.27	c #Conflicts:    1329000 | #Constraints:      37187
657.52/660.27	c #Conflicts:    1330000 | #Constraints:      38187
657.52/660.27	c #Conflicts:    1331000 | #Constraints:      39187
657.52/660.27	c #Conflicts:    1332000 | #Constraints:      40187
657.52/660.27	c #Conflicts:    1333000 | #Constraints:      41187
657.52/660.27	c #Conflicts:    1334000 | #Constraints:      42187
657.52/660.27	c #Conflicts:    1335000 | #Constraints:      43187
657.52/660.27	c #Conflicts:    1336000 | #Constraints:      44187
657.52/660.27	c #Conflicts:    1337000 | #Constraints:      45187
657.52/660.27	c #Conflicts:    1338000 | #Constraints:      46187
657.52/660.27	c #Conflicts:    1339000 | #Constraints:      47187
657.52/660.27	c #Conflicts:    1340000 | #Constraints:      48187
657.52/660.27	c #Conflicts:    1341000 | #Constraints:      49187
657.52/660.27	c #Conflicts:    1342000 | #Constraints:      50187
657.52/660.27	c #Conflicts:    1343000 | #Constraints:      51187
657.52/660.27	c #Conflicts:    1344000 | #Constraints:      52187
657.52/660.27	c #Conflicts:    1345000 | #Constraints:      53187
657.52/660.27	c #Conflicts:    1346000 | #Constraints:      54187
657.52/660.27	c #Conflicts:    1347000 | #Constraints:      55187
657.52/660.27	c #Conflicts:    1348000 | #Constraints:      56187
657.52/660.27	c INPROCESSING
657.52/660.27	c GARBAGE COLLECT
657.52/660.27	c #Conflicts:    1349000 | #Constraints:      33560
657.52/660.27	c #Conflicts:    1350000 | #Constraints:      34560
657.52/660.27	c #Conflicts:    1351000 | #Constraints:      35560
657.52/660.27	c #Conflicts:    1352000 | #Constraints:      36560
657.52/660.27	c #Conflicts:    1353000 | #Constraints:      37560
657.52/660.27	c #Conflicts:    1354000 | #Constraints:      38560
657.52/660.27	c #Conflicts:    1355000 | #Constraints:      39560
657.52/660.27	c #Conflicts:    1356000 | #Constraints:      40560
657.52/660.27	c #Conflicts:    1357000 | #Constraints:      41560
657.52/660.27	c #Conflicts:    1358000 | #Constraints:      42560
657.52/660.27	c #Conflicts:    1359000 | #Constraints:      43560
657.52/660.27	c #Conflicts:    1360000 | #Constraints:      44560
657.52/660.27	c #Conflicts:    1361000 | #Constraints:      45560
657.52/660.27	c #Conflicts:    1362000 | #Constraints:      46572
657.52/660.27	c #Conflicts:    1363000 | #Constraints:      47572
657.52/660.27	c #Conflicts:    1364000 | #Constraints:      48572
657.52/660.27	c #Conflicts:    1365000 | #Constraints:      49572
657.52/660.27	c #Conflicts:    1366000 | #Constraints:      50572
657.52/660.27	c #Conflicts:    1367000 | #Constraints:      51572
657.52/660.27	c #Conflicts:    1368000 | #Constraints:      52572
657.52/660.27	c #Conflicts:    1369000 | #Constraints:      53572
657.52/660.27	c #Conflicts:    1370000 | #Constraints:      54572
657.52/660.27	c #Conflicts:    1371000 | #Constraints:      55572
657.52/660.27	c INPROCESSING
657.52/660.27	c GARBAGE COLLECT
657.52/660.27	c #Conflicts:    1372000 | #Constraints:      33085
657.52/660.27	c #Conflicts:    1373000 | #Constraints:      34085
657.52/660.27	c #Conflicts:    1374000 | #Constraints:      35085
657.52/660.27	c #Conflicts:    1375000 | #Constraints:      36086
657.52/660.27	c #Conflicts:    1376000 | #Constraints:      37086
657.52/660.27	c #Conflicts:    1377000 | #Constraints:      38087
657.52/660.27	c #Conflicts:    1378000 | #Constraints:      39087
657.52/660.27	c #Conflicts:    1379000 | #Constraints:      40087
657.52/660.27	c #Conflicts:    1380000 | #Constraints:      41087
657.52/660.27	c #Conflicts:    1381000 | #Constraints:      42087
657.52/660.27	c #Conflicts:    1382000 | #Constraints:      43087
657.52/660.27	c #Conflicts:    1383000 | #Constraints:      44087
657.52/660.27	c #Conflicts:    1384000 | #Constraints:      45087
657.52/660.27	c #Conflicts:    1385000 | #Constraints:      46094
657.52/660.27	c #Conflicts:    1386000 | #Constraints:      47095
657.52/660.27	c #Conflicts:    1387000 | #Constraints:      48095
657.52/660.27	c #Conflicts:    1388000 | #Constraints:      49095
698.21/701.18	c #Conflicts:    1389000 | #Constraints:      50095
698.21/701.18	c #Conflicts:    1390000 | #Constraints:      51095
698.21/701.18	c #Conflicts:    1391000 | #Constraints:      52096
698.21/701.18	c #Conflicts:    1392000 | #Constraints:      53096
698.21/701.18	c #Conflicts:    1393000 | #Constraints:      54096
698.21/701.18	c #Conflicts:    1394000 | #Constraints:      55096
698.21/701.18	c #Conflicts:    1395000 | #Constraints:      56096
698.21/701.18	c INPROCESSING
698.21/701.18	c GARBAGE COLLECT
698.21/701.18	c #Conflicts:    1396000 | #Constraints:      33568
698.21/701.18	c #Conflicts:    1397000 | #Constraints:      34568
698.21/701.18	c #Conflicts:    1398000 | #Constraints:      35568
698.21/701.18	c #Conflicts:    1399000 | #Constraints:      36568
698.21/701.18	c #Conflicts:    1400000 | #Constraints:      37568
698.21/701.18	c #Conflicts:    1401000 | #Constraints:      38569
698.21/701.18	c #Conflicts:    1402000 | #Constraints:      39569
698.21/701.18	c #Conflicts:    1403000 | #Constraints:      40569
698.21/701.18	c #Conflicts:    1404000 | #Constraints:      41569
698.21/701.18	c #Conflicts:    1405000 | #Constraints:      42569
698.21/701.18	c #Conflicts:    1406000 | #Constraints:      43569
698.21/701.18	c #Conflicts:    1407000 | #Constraints:      44569
698.21/701.18	c #Conflicts:    1408000 | #Constraints:      45569
698.21/701.18	c #Conflicts:    1409000 | #Constraints:      46569
698.21/701.18	c #Conflicts:    1410000 | #Constraints:      47569
698.21/701.18	c #Conflicts:    1411000 | #Constraints:      48570
698.21/701.18	c #Conflicts:    1412000 | #Constraints:      49575
698.21/701.18	c #Conflicts:    1413000 | #Constraints:      50575
698.21/701.18	c #Conflicts:    1414000 | #Constraints:      51575
698.21/701.18	c #Conflicts:    1415000 | #Constraints:      52575
698.21/701.18	c #Conflicts:    1416000 | #Constraints:      53577
698.21/701.18	c #Conflicts:    1417000 | #Constraints:      54577
698.21/701.18	c #Conflicts:    1418000 | #Constraints:      55577
698.21/701.18	c #Conflicts:    1419000 | #Constraints:      56577
698.21/701.18	c INPROCESSING
698.21/701.18	c GARBAGE COLLECT
698.21/701.18	c #Conflicts:    1420000 | #Constraints:      33861
698.21/701.18	c #Conflicts:    1421000 | #Constraints:      34861
698.21/701.18	c #Conflicts:    1422000 | #Constraints:      35862
698.21/701.18	c #Conflicts:    1423000 | #Constraints:      36862
698.21/701.18	c #Conflicts:    1424000 | #Constraints:      37862
698.21/701.18	c #Conflicts:    1425000 | #Constraints:      38862
698.21/701.18	c #Conflicts:    1426000 | #Constraints:      39862
698.21/701.18	c #Conflicts:    1427000 | #Constraints:      40862
698.21/701.18	c #Conflicts:    1428000 | #Constraints:      41862
698.21/701.18	c #Conflicts:    1429000 | #Constraints:      42862
698.21/701.18	c #Conflicts:    1430000 | #Constraints:      43862
698.21/701.18	c #Conflicts:    1431000 | #Constraints:      44862
698.21/701.18	c #Conflicts:    1432000 | #Constraints:      45862
698.21/701.18	c #Conflicts:    1433000 | #Constraints:      46862
698.21/701.18	c #Conflicts:    1434000 | #Constraints:      47877
698.21/701.18	c #Conflicts:    1435000 | #Constraints:      48877
698.21/701.18	c #Conflicts:    1436000 | #Constraints:      49877
698.21/701.18	c #Conflicts:    1437000 | #Constraints:      50877
698.21/701.18	c #Conflicts:    1438000 | #Constraints:      51877
698.21/701.18	c #Conflicts:    1439000 | #Constraints:      52877
698.21/701.18	c #Conflicts:    1440000 | #Constraints:      53878
698.21/701.18	c #Conflicts:    1441000 | #Constraints:      54878
698.21/701.18	c #Conflicts:    1442000 | #Constraints:      55878
698.21/701.18	c #Conflicts:    1443000 | #Constraints:      56878
698.21/701.18	c INPROCESSING
698.21/701.18	c GARBAGE COLLECT
698.21/701.18	c #Conflicts:    1444000 | #Constraints:      34001
698.21/701.18	c #Conflicts:    1445000 | #Constraints:      35001
698.21/701.18	c #Conflicts:    1446000 | #Constraints:      36001
698.21/701.18	c #Conflicts:    1447000 | #Constraints:      37001
698.21/701.18	c #Conflicts:    1448000 | #Constraints:      38002
698.21/701.18	c #Conflicts:    1449000 | #Constraints:      39002
698.21/701.18	c #Conflicts:    1450000 | #Constraints:      40002
698.21/701.18	c #Conflicts:    1451000 | #Constraints:      41002
698.21/701.18	c #Conflicts:    1452000 | #Constraints:      42002
698.21/701.18	c #Conflicts:    1453000 | #Constraints:      43002
698.21/701.18	c #Conflicts:    1454000 | #Constraints:      44002
698.21/701.18	c #Conflicts:    1455000 | #Constraints:      45002
698.21/701.18	c #Conflicts:    1456000 | #Constraints:      46002
698.21/701.18	c #Conflicts:    1457000 | #Constraints:      47002
698.21/701.18	c #Conflicts:    1458000 | #Constraints:      48002
698.21/701.18	c #Conflicts:    1459000 | #Constraints:      49002
698.21/701.18	c #Conflicts:    1460000 | #Constraints:      50002
698.21/701.18	c #Conflicts:    1461000 | #Constraints:      51002
698.21/701.18	c #Conflicts:    1462000 | #Constraints:      52002
698.21/701.18	c #Conflicts:    1463000 | #Constraints:      53002
698.21/701.18	c #Conflicts:    1464000 | #Constraints:      54002
698.21/701.18	c #Conflicts:    1465000 | #Constraints:      55002
735.30/738.40	c #Conflicts:    1466000 | #Constraints:      56002
735.30/738.40	c #Conflicts:    1467000 | #Constraints:      57002
735.30/738.40	c INPROCESSING
735.30/738.40	c GARBAGE COLLECT
735.30/738.40	c #Conflicts:    1468000 | #Constraints:      33935
735.30/738.40	c #Conflicts:    1469000 | #Constraints:      34935
735.30/738.40	c #Conflicts:    1470000 | #Constraints:      35935
735.30/738.40	c #Conflicts:    1471000 | #Constraints:      36935
735.30/738.40	c #Conflicts:    1472000 | #Constraints:      37935
735.30/738.40	c #Conflicts:    1473000 | #Constraints:      38935
735.30/738.40	c #Conflicts:    1474000 | #Constraints:      39935
735.30/738.40	c #Conflicts:    1475000 | #Constraints:      40935
735.30/738.40	c #Conflicts:    1476000 | #Constraints:      41935
735.30/738.40	c #Conflicts:    1477000 | #Constraints:      42935
735.30/738.40	c #Conflicts:    1478000 | #Constraints:      43935
735.30/738.40	c #Conflicts:    1479000 | #Constraints:      44935
735.30/738.40	c #Conflicts:    1480000 | #Constraints:      45935
735.30/738.40	c #Conflicts:    1481000 | #Constraints:      46935
735.30/738.40	c #Conflicts:    1482000 | #Constraints:      47936
735.30/738.40	c #Conflicts:    1483000 | #Constraints:      48936
735.30/738.40	c #Conflicts:    1484000 | #Constraints:      49936
735.30/738.40	c #Conflicts:    1485000 | #Constraints:      50936
735.30/738.40	c #Conflicts:    1486000 | #Constraints:      51936
735.30/738.40	c #Conflicts:    1487000 | #Constraints:      52936
735.30/738.40	c #Conflicts:    1488000 | #Constraints:      53936
735.30/738.40	c #Conflicts:    1489000 | #Constraints:      54936
735.30/738.40	c #Conflicts:    1490000 | #Constraints:      55936
735.30/738.40	c #Conflicts:    1491000 | #Constraints:      56936
735.30/738.40	c INPROCESSING
735.30/738.40	c GARBAGE COLLECT
735.30/738.40	c #Conflicts:    1492000 | #Constraints:      33741
735.30/738.40	c #Conflicts:    1493000 | #Constraints:      34741
735.30/738.40	c #Conflicts:    1494000 | #Constraints:      35741
735.30/738.40	c #Conflicts:    1495000 | #Constraints:      36741
735.30/738.40	c #Conflicts:    1496000 | #Constraints:      37741
735.30/738.40	c #Conflicts:    1497000 | #Constraints:      38742
735.30/738.40	c #Conflicts:    1498000 | #Constraints:      39742
735.30/738.40	c #Conflicts:    1499000 | #Constraints:      40742
735.30/738.40	c #Conflicts:    1500000 | #Constraints:      41742
735.30/738.40	c #Conflicts:    1501000 | #Constraints:      42742
735.30/738.40	c #Conflicts:    1502000 | #Constraints:      43742
735.30/738.40	c #Conflicts:    1503000 | #Constraints:      44743
735.30/738.40	c #Conflicts:    1504000 | #Constraints:      45744
735.30/738.40	c #Conflicts:    1505000 | #Constraints:      46744
735.30/738.40	c #Conflicts:    1506000 | #Constraints:      47746
735.30/738.40	c #Conflicts:    1507000 | #Constraints:      48746
735.30/738.40	c #Conflicts:    1508000 | #Constraints:      49746
735.30/738.40	c #Conflicts:    1509000 | #Constraints:      50746
735.30/738.40	c #Conflicts:    1510000 | #Constraints:      51746
735.30/738.40	c #Conflicts:    1511000 | #Constraints:      52746
735.30/738.40	c #Conflicts:    1512000 | #Constraints:      53746
735.30/738.40	c #Conflicts:    1513000 | #Constraints:      54746
735.30/738.40	c #Conflicts:    1514000 | #Constraints:      55746
735.30/738.40	c #Conflicts:    1515000 | #Constraints:      56749
735.30/738.40	c #Conflicts:    1516000 | #Constraints:      57749
735.30/738.40	c INPROCESSING
735.30/738.40	c GARBAGE COLLECT
735.30/738.40	c #Conflicts:    1517000 | #Constraints:      34335
735.30/738.40	c #Conflicts:    1518000 | #Constraints:      35335
735.30/738.40	c #Conflicts:    1519000 | #Constraints:      36335
735.30/738.40	c #Conflicts:    1520000 | #Constraints:      37335
735.30/738.40	c #Conflicts:    1521000 | #Constraints:      38335
735.30/738.40	c #Conflicts:    1522000 | #Constraints:      39335
735.30/738.40	c #Conflicts:    1523000 | #Constraints:      40335
735.30/738.40	c #Conflicts:    1524000 | #Constraints:      41335
735.30/738.40	c #Conflicts:    1525000 | #Constraints:      42335
735.30/738.40	c #Conflicts:    1526000 | #Constraints:      43335
735.30/738.40	c #Conflicts:    1527000 | #Constraints:      44335
735.30/738.40	c #Conflicts:    1528000 | #Constraints:      45335
735.30/738.40	c #Conflicts:    1529000 | #Constraints:      46335
735.30/738.40	c #Conflicts:    1530000 | #Constraints:      47335
735.30/738.40	c #Conflicts:    1531000 | #Constraints:      48335
735.30/738.40	c #Conflicts:    1532000 | #Constraints:      49335
735.30/738.40	c #Conflicts:    1533000 | #Constraints:      50335
735.30/738.40	c #Conflicts:    1534000 | #Constraints:      51335
735.30/738.40	c #Conflicts:    1535000 | #Constraints:      52335
735.30/738.40	c #Conflicts:    1536000 | #Constraints:      53335
735.30/738.40	c #Conflicts:    1537000 | #Constraints:      54335
735.30/738.40	c #Conflicts:    1538000 | #Constraints:      55335
735.30/738.40	c #Conflicts:    1539000 | #Constraints:      56335
735.30/738.40	c #Conflicts:    1540000 | #Constraints:      57335
735.30/738.40	c #Conflicts:    1541000 | #Constraints:      58335
735.30/738.40	c INPROCESSING
735.30/738.40	c GARBAGE COLLECT
806.90/810.41	c #Conflicts:    1542000 | #Constraints:      34745
806.90/810.41	c #Conflicts:    1543000 | #Constraints:      35745
806.90/810.41	c #Conflicts:    1544000 | #Constraints:      36745
806.90/810.41	c #Conflicts:    1545000 | #Constraints:      37745
806.90/810.41	c #Conflicts:    1546000 | #Constraints:      38745
806.90/810.41	c #Conflicts:    1547000 | #Constraints:      39745
806.90/810.41	c #Conflicts:    1548000 | #Constraints:      40745
806.90/810.41	c #Conflicts:    1549000 | #Constraints:      41745
806.90/810.41	c #Conflicts:    1550000 | #Constraints:      42745
806.90/810.41	c #Conflicts:    1551000 | #Constraints:      43745
806.90/810.41	c #Conflicts:    1552000 | #Constraints:      44745
806.90/810.41	c #Conflicts:    1553000 | #Constraints:      45745
806.90/810.41	c #Conflicts:    1554000 | #Constraints:      46745
806.90/810.41	c #Conflicts:    1555000 | #Constraints:      47745
806.90/810.41	c #Conflicts:    1556000 | #Constraints:      48745
806.90/810.41	c #Conflicts:    1557000 | #Constraints:      49745
806.90/810.41	c #Conflicts:    1558000 | #Constraints:      50745
806.90/810.41	c #Conflicts:    1559000 | #Constraints:      51745
806.90/810.41	c #Conflicts:    1560000 | #Constraints:      52745
806.90/810.41	c #Conflicts:    1561000 | #Constraints:      53745
806.90/810.41	c #Conflicts:    1562000 | #Constraints:      54745
806.90/810.41	c #Conflicts:    1563000 | #Constraints:      55745
806.90/810.41	c #Conflicts:    1564000 | #Constraints:      56745
806.90/810.41	c #Conflicts:    1565000 | #Constraints:      57745
806.90/810.41	c #Conflicts:    1566000 | #Constraints:      58745
806.90/810.41	c INPROCESSING
806.90/810.41	c GARBAGE COLLECT
806.90/810.41	c #Conflicts:    1567000 | #Constraints:      34961
806.90/810.41	c #Conflicts:    1568000 | #Constraints:      35961
806.90/810.41	c #Conflicts:    1569000 | #Constraints:      36961
806.90/810.41	c #Conflicts:    1570000 | #Constraints:      37961
806.90/810.41	c #Conflicts:    1571000 | #Constraints:      38961
806.90/810.41	c #Conflicts:    1572000 | #Constraints:      39961
806.90/810.41	c #Conflicts:    1573000 | #Constraints:      40961
806.90/810.41	c #Conflicts:    1574000 | #Constraints:      41962
806.90/810.41	c #Conflicts:    1575000 | #Constraints:      42962
806.90/810.41	c #Conflicts:    1576000 | #Constraints:      43962
806.90/810.41	c #Conflicts:    1577000 | #Constraints:      44962
806.90/810.41	c #Conflicts:    1578000 | #Constraints:      45962
806.90/810.41	c #Conflicts:    1579000 | #Constraints:      46962
806.90/810.41	c #Conflicts:    1580000 | #Constraints:      47962
806.90/810.41	c #Conflicts:    1581000 | #Constraints:      48962
806.90/810.41	c #Conflicts:    1582000 | #Constraints:      49962
806.90/810.41	c #Conflicts:    1583000 | #Constraints:      50965
806.90/810.41	c #Conflicts:    1584000 | #Constraints:      51973
806.90/810.41	c #Conflicts:    1585000 | #Constraints:      52973
806.90/810.41	c #Conflicts:    1586000 | #Constraints:      53973
806.90/810.41	c #Conflicts:    1587000 | #Constraints:      54974
806.90/810.41	c #Conflicts:    1588000 | #Constraints:      55974
806.90/810.41	c #Conflicts:    1589000 | #Constraints:      56974
806.90/810.41	c #Conflicts:    1590000 | #Constraints:      57974
806.90/810.41	c #Conflicts:    1591000 | #Constraints:      58974
806.90/810.41	c INPROCESSING
806.90/810.41	c GARBAGE COLLECT
806.90/810.41	c #Conflicts:    1592000 | #Constraints:      34957
806.90/810.41	c #Conflicts:    1593000 | #Constraints:      35958
806.90/810.41	c #Conflicts:    1594000 | #Constraints:      36958
806.90/810.41	c #Conflicts:    1595000 | #Constraints:      37958
806.90/810.41	c #Conflicts:    1596000 | #Constraints:      38958
806.90/810.41	c #Conflicts:    1597000 | #Constraints:      39958
806.90/810.41	c #Conflicts:    1598000 | #Constraints:      40958
806.90/810.41	c #Conflicts:    1599000 | #Constraints:      41959
806.90/810.41	c #Conflicts:    1600000 | #Constraints:      43030
806.90/810.41	c #Conflicts:    1601000 | #Constraints:      44051
806.90/810.41	c #Conflicts:    1602000 | #Constraints:      45051
806.90/810.41	c #Conflicts:    1603000 | #Constraints:      46051
806.90/810.41	c #Conflicts:    1604000 | #Constraints:      47051
806.90/810.41	c #Conflicts:    1605000 | #Constraints:      48051
806.90/810.41	c #Conflicts:    1606000 | #Constraints:      49051
806.90/810.41	c #Conflicts:    1607000 | #Constraints:      50051
806.90/810.41	c #Conflicts:    1608000 | #Constraints:      51320
806.90/810.41	c #Conflicts:    1609000 | #Constraints:      52844
806.90/810.41	c #Conflicts:    1610000 | #Constraints:      54351
806.90/810.41	c #Conflicts:    1611000 | #Constraints:      55882
806.90/810.41	c #Conflicts:    1612000 | #Constraints:      57393
806.90/810.41	c #Conflicts:    1613000 | #Constraints:      58904
806.90/810.41	c #Conflicts:    1614000 | #Constraints:      60381
806.90/810.41	c #Conflicts:    1615000 | #Constraints:      61881
806.90/810.41	c #Conflicts:    1616000 | #Constraints:      63397
806.90/810.41	c INPROCESSING
806.90/810.41	c GARBAGE COLLECT
806.90/810.41	WSVECS04 Frhs2[16]: 6 -1.34895 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[45]: 6 -0.921231 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[74]: 6 -0.999793 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[81]: 6 0 2.03722 shouldn't be
806.90/810.41	WSVECS04 Frhs2[109]: 6 -0.921232 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[114]: 6 -1.31008 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[122]: 6 -0.621448 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[153]: 6 -0.499212 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[207]: 6 0 0.316641 shouldn't be
806.90/810.41	WSVECS04 Frhs2[240]: 6 -0.682289 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[242]: 6 -3.84496 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[247]: 6 -1.99877 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[272]: 6 -0.0338305 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[275]: 6 -0.0390055 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[318]: 6 -0.665658 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[366]: 6 -0.564605 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[432]: 6 -1.5 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[439]: 6 -0.999609 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[446]: 6 -0.999945 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[564]: 6 -2.33317 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[604]: 6 0 0.499285 shouldn't be
806.90/810.41	WSVECS04 Frhs2[622]: 6 -1.89517 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[623]: 6 -0.790635 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[693]: 6 -0.999767 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[1071]: 6 -1.00001 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[1263]: 6 -0.419434 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[1300]: 6 -0.916345 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[1412]: 6 -0.999907 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[1554]: 6 -3.25024 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[1581]: 6 -1.01319 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[1616]: 6 -3.62485 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[1618]: 6 -1.33056 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[1682]: 6 0 0.74991 shouldn't be
806.90/810.41	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2078]: 6 -1.25 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2110]: 6 -1.00044 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2160]: 6 -0.998982 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2192]: 6 -1.25 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2288]: 6 -5.49693 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2394]: 6 -14.2468 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2562]: 6 -1.32813 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2656]: 6 -1.9375 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2766]: 6 -3 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2862]: 6 -3 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[2993]: 6 -2.38945 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3036]: 6 -1.39258 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3224]: 6 -0.997836 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3226]: 6 -1.74567 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3307]: 6 -0.996098 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3330]: 6 0 1.99854 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3354]: 6 -3.99793 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3428]: 6 -14.2031 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3502]: 6 -0.997229 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3554]: 6 -0.997152 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3559]: 6 -0.999562 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3592]: 6 -0.998919 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3596]: 6 -0.98258 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3597]: 6 -0.995814 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3602]: 6 -0.998319 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3603]: 6 -0.998319 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3627]: 6 -0.99972 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3634]: 6 -0.996659 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3698]: 6 -0.995651 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3710]: 6 -1.24432 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3826]: 6 -0.998564 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3838]: 6 -2.99512 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3886]: 6 -0.992973 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3887]: 6 -0.992973 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3908]: 6 -3.93293 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3918]: 6 -0.996487 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3994]: 6 -0.947294 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[3997]: 6 -0.683704 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[4094]: 6 -0.651365 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
806.90/810.41	WSVECS04 Frhs2[4118]: 6 -0.988857 0 shouldn't be
859.29/863.10	c #Conflicts:    1617000 | #Constraints:      37122
859.29/863.10	c #Conflicts:    1618000 | #Constraints:      38122
859.29/863.10	c #Conflicts:    1619000 | #Constraints:      39122
859.29/863.10	c #Conflicts:    1620000 | #Constraints:      40122
859.29/863.10	c #Conflicts:    1621000 | #Constraints:      41122
859.29/863.10	c #Conflicts:    1622000 | #Constraints:      42122
859.29/863.10	c #Conflicts:    1623000 | #Constraints:      43122
859.29/863.10	c #Conflicts:    1624000 | #Constraints:      44122
859.29/863.10	c #Conflicts:    1625000 | #Constraints:      45122
859.29/863.10	c #Conflicts:    1626000 | #Constraints:      46122
859.29/863.10	c #Conflicts:    1627000 | #Constraints:      47122
859.29/863.10	c #Conflicts:    1628000 | #Constraints:      48122
859.29/863.10	c #Conflicts:    1629000 | #Constraints:      49122
859.29/863.10	c #Conflicts:    1630000 | #Constraints:      50122
859.29/863.10	c #Conflicts:    1631000 | #Constraints:      51122
859.29/863.10	c #Conflicts:    1632000 | #Constraints:      52122
859.29/863.10	c #Conflicts:    1633000 | #Constraints:      53122
859.29/863.10	c #Conflicts:    1634000 | #Constraints:      54122
859.29/863.10	c #Conflicts:    1635000 | #Constraints:      55122
859.29/863.10	c #Conflicts:    1636000 | #Constraints:      56122
859.29/863.10	c #Conflicts:    1637000 | #Constraints:      57122
859.29/863.10	c #Conflicts:    1638000 | #Constraints:      58122
859.29/863.10	c #Conflicts:    1639000 | #Constraints:      59122
859.29/863.10	c #Conflicts:    1640000 | #Constraints:      60122
859.29/863.10	c #Conflicts:    1641000 | #Constraints:      61122
859.29/863.10	c #Conflicts:    1642000 | #Constraints:      62122
859.29/863.10	c INPROCESSING
859.29/863.10	c GARBAGE COLLECT
859.29/863.10	c #Conflicts:    1643000 | #Constraints:      36515
859.29/863.10	c #Conflicts:    1644000 | #Constraints:      37515
859.29/863.10	c #Conflicts:    1645000 | #Constraints:      38515
859.29/863.10	c #Conflicts:    1646000 | #Constraints:      39515
859.29/863.10	c #Conflicts:    1647000 | #Constraints:      40515
859.29/863.10	c #Conflicts:    1648000 | #Constraints:      41515
859.29/863.10	c #Conflicts:    1649000 | #Constraints:      42515
859.29/863.10	c #Conflicts:    1650000 | #Constraints:      43515
859.29/863.10	c #Conflicts:    1651000 | #Constraints:      44515
859.29/863.10	c #Conflicts:    1652000 | #Constraints:      45515
859.29/863.10	c #Conflicts:    1653000 | #Constraints:      46515
859.29/863.10	c #Conflicts:    1654000 | #Constraints:      47515
859.29/863.10	c #Conflicts:    1655000 | #Constraints:      48515
859.29/863.10	c #Conflicts:    1656000 | #Constraints:      49515
859.29/863.10	c #Conflicts:    1657000 | #Constraints:      50515
859.29/863.10	c #Conflicts:    1658000 | #Constraints:      51515
859.29/863.10	c #Conflicts:    1659000 | #Constraints:      52515
859.29/863.10	c #Conflicts:    1660000 | #Constraints:      53515
859.29/863.10	c #Conflicts:    1661000 | #Constraints:      54515
859.29/863.10	c #Conflicts:    1662000 | #Constraints:      55515
859.29/863.10	c #Conflicts:    1663000 | #Constraints:      56515
859.29/863.10	c #Conflicts:    1664000 | #Constraints:      57515
859.29/863.10	c #Conflicts:    1665000 | #Constraints:      58515
859.29/863.10	c #Conflicts:    1666000 | #Constraints:      59515
859.29/863.10	c #Conflicts:    1667000 | #Constraints:      60515
859.29/863.10	c #Conflicts:    1668000 | #Constraints:      61515
859.29/863.10	c INPROCESSING
859.29/863.10	c GARBAGE COLLECT
859.29/863.10	c #Conflicts:    1669000 | #Constraints:      36314
859.29/863.10	c #Conflicts:    1670000 | #Constraints:      37314
859.29/863.10	c #Conflicts:    1671000 | #Constraints:      38314
859.29/863.10	c #Conflicts:    1672000 | #Constraints:      39314
859.29/863.10	c #Conflicts:    1673000 | #Constraints:      40314
859.29/863.10	c #Conflicts:    1674000 | #Constraints:      41314
859.29/863.10	c #Conflicts:    1675000 | #Constraints:      42314
859.29/863.10	c #Conflicts:    1676000 | #Constraints:      43314
859.29/863.10	c #Conflicts:    1677000 | #Constraints:      44314
859.29/863.10	c #Conflicts:    1678000 | #Constraints:      45315
859.29/863.10	c #Conflicts:    1679000 | #Constraints:      46315
859.29/863.10	c #Conflicts:    1680000 | #Constraints:      47315
859.29/863.10	c #Conflicts:    1681000 | #Constraints:      48315
859.29/863.10	c #Conflicts:    1682000 | #Constraints:      49315
859.29/863.10	c #Conflicts:    1683000 | #Constraints:      50315
859.29/863.10	c #Conflicts:    1684000 | #Constraints:      51315
859.29/863.10	c #Conflicts:    1685000 | #Constraints:      52315
859.29/863.10	c #Conflicts:    1686000 | #Constraints:      53454
859.29/863.10	c #Conflicts:    1687000 | #Constraints:      54577
859.29/863.10	c #Conflicts:    1688000 | #Constraints:      55577
859.29/863.10	c #Conflicts:    1689000 | #Constraints:      56577
859.29/863.10	c #Conflicts:    1690000 | #Constraints:      57577
859.29/863.10	c #Conflicts:    1691000 | #Constraints:      58577
859.29/863.10	c #Conflicts:    1692000 | #Constraints:      59577
859.29/863.10	c #Conflicts:    1693000 | #Constraints:      60578
859.29/863.10	c #Conflicts:    1694000 | #Constraints:      61578
899.51/903.54	c INPROCESSING
899.51/903.54	c GARBAGE COLLECT
899.51/903.54	c #Conflicts:    1695000 | #Constraints:      36368
899.51/903.54	c #Conflicts:    1696000 | #Constraints:      37371
899.51/903.54	c #Conflicts:    1697000 | #Constraints:      38372
899.51/903.54	c #Conflicts:    1698000 | #Constraints:      39372
899.51/903.54	c #Conflicts:    1699000 | #Constraints:      40372
899.51/903.54	c #Conflicts:    1700000 | #Constraints:      41372
899.51/903.54	c #Conflicts:    1701000 | #Constraints:      42372
899.51/903.54	c #Conflicts:    1702000 | #Constraints:      43372
899.51/903.54	c #Conflicts:    1703000 | #Constraints:      44372
899.51/903.54	c #Conflicts:    1704000 | #Constraints:      45372
899.51/903.54	c #Conflicts:    1705000 | #Constraints:      46372
899.51/903.54	c #Conflicts:    1706000 | #Constraints:      47372
899.51/903.54	c #Conflicts:    1707000 | #Constraints:      48372
899.51/903.54	c #Conflicts:    1708000 | #Constraints:      49372
899.51/903.54	c #Conflicts:    1709000 | #Constraints:      50372
899.51/903.54	c #Conflicts:    1710000 | #Constraints:      51372
899.51/903.54	c #Conflicts:    1711000 | #Constraints:      52372
899.51/903.54	c #Conflicts:    1712000 | #Constraints:      53372
899.51/903.54	c #Conflicts:    1713000 | #Constraints:      54372
899.51/903.54	c #Conflicts:    1714000 | #Constraints:      55372
899.51/903.54	c #Conflicts:    1715000 | #Constraints:      56372
899.51/903.54	c #Conflicts:    1716000 | #Constraints:      57372
899.51/903.54	c #Conflicts:    1717000 | #Constraints:      58372
899.51/903.54	c #Conflicts:    1718000 | #Constraints:      59372
899.51/903.54	c #Conflicts:    1719000 | #Constraints:      60372
899.51/903.54	c #Conflicts:    1720000 | #Constraints:      61372
899.51/903.54	c INPROCESSING
899.51/903.54	c GARBAGE COLLECT
899.51/903.54	c #Conflicts:    1721000 | #Constraints:      36184
899.51/903.54	c #Conflicts:    1722000 | #Constraints:      37184
899.51/903.54	c #Conflicts:    1723000 | #Constraints:      38184
899.51/903.54	c #Conflicts:    1724000 | #Constraints:      39184
899.51/903.54	c #Conflicts:    1725000 | #Constraints:      40184
899.51/903.54	c #Conflicts:    1726000 | #Constraints:      41184
899.51/903.54	c #Conflicts:    1727000 | #Constraints:      42184
899.51/903.54	c #Conflicts:    1728000 | #Constraints:      43184
899.51/903.54	c #Conflicts:    1729000 | #Constraints:      44184
899.51/903.54	c #Conflicts:    1730000 | #Constraints:      45184
899.51/903.54	c #Conflicts:    1731000 | #Constraints:      46184
899.51/903.54	c #Conflicts:    1732000 | #Constraints:      47184
899.51/903.54	c #Conflicts:    1733000 | #Constraints:      48184
899.51/903.54	c #Conflicts:    1734000 | #Constraints:      49184
899.51/903.54	c #Conflicts:    1735000 | #Constraints:      50184
899.51/903.54	c #Conflicts:    1736000 | #Constraints:      51184
899.51/903.54	c #Conflicts:    1737000 | #Constraints:      52184
899.51/903.54	c #Conflicts:    1738000 | #Constraints:      53184
899.51/903.54	c #Conflicts:    1739000 | #Constraints:      54185
899.51/903.54	c #Conflicts:    1740000 | #Constraints:      55185
899.51/903.54	c #Conflicts:    1741000 | #Constraints:      56185
899.51/903.54	c #Conflicts:    1742000 | #Constraints:      57185
899.51/903.54	c #Conflicts:    1743000 | #Constraints:      58185
899.51/903.54	c #Conflicts:    1744000 | #Constraints:      59185
899.51/903.54	c #Conflicts:    1745000 | #Constraints:      60185
899.51/903.54	c #Conflicts:    1746000 | #Constraints:      61185
899.51/903.54	c INPROCESSING
899.51/903.54	c GARBAGE COLLECT
899.51/903.54	c #Conflicts:    1747000 | #Constraints:      35847
899.51/903.54	c #Conflicts:    1748000 | #Constraints:      36848
899.51/903.54	c #Conflicts:    1749000 | #Constraints:      37848
899.51/903.54	c #Conflicts:    1750000 | #Constraints:      38848
899.51/903.54	c #Conflicts:    1751000 | #Constraints:      39848
899.51/903.54	c #Conflicts:    1752000 | #Constraints:      40848
899.51/903.54	c #Conflicts:    1753000 | #Constraints:      41848
899.51/903.54	c #Conflicts:    1754000 | #Constraints:      42848
899.51/903.54	c #Conflicts:    1755000 | #Constraints:      43848
899.51/903.54	c #Conflicts:    1756000 | #Constraints:      44848
899.51/903.54	c #Conflicts:    1757000 | #Constraints:      45848
899.51/903.54	c #Conflicts:    1758000 | #Constraints:      46848
899.51/903.54	c #Conflicts:    1759000 | #Constraints:      47848
899.51/903.54	c #Conflicts:    1760000 | #Constraints:      48848
899.51/903.54	c #Conflicts:    1761000 | #Constraints:      49848
899.51/903.54	c #Conflicts:    1762000 | #Constraints:      50848
899.51/903.54	c #Conflicts:    1763000 | #Constraints:      51848
899.51/903.54	c #Conflicts:    1764000 | #Constraints:      52848
899.51/903.54	c #Conflicts:    1765000 | #Constraints:      53848
899.51/903.54	c #Conflicts:    1766000 | #Constraints:      54848
899.51/903.54	c #Conflicts:    1767000 | #Constraints:      55848
899.51/903.54	c #Conflicts:    1768000 | #Constraints:      56848
899.51/903.54	c #Conflicts:    1769000 | #Constraints:      57848
899.51/903.54	c #Conflicts:    1770000 | #Constraints:      58848
899.51/903.54	c #Conflicts:    1771000 | #Constraints:      59848
940.19/944.49	c #Conflicts:    1772000 | #Constraints:      60848
940.19/944.49	c #Conflicts:    1773000 | #Constraints:      61848
940.19/944.49	c INPROCESSING
940.19/944.49	c GARBAGE COLLECT
940.19/944.49	c #Conflicts:    1774000 | #Constraints:      36379
940.19/944.49	c #Conflicts:    1775000 | #Constraints:      37379
940.19/944.49	c #Conflicts:    1776000 | #Constraints:      38379
940.19/944.49	c #Conflicts:    1777000 | #Constraints:      39379
940.19/944.49	c #Conflicts:    1778000 | #Constraints:      40379
940.19/944.49	c #Conflicts:    1779000 | #Constraints:      41379
940.19/944.49	c #Conflicts:    1780000 | #Constraints:      42379
940.19/944.49	c #Conflicts:    1781000 | #Constraints:      43379
940.19/944.49	c #Conflicts:    1782000 | #Constraints:      44379
940.19/944.49	c #Conflicts:    1783000 | #Constraints:      45379
940.19/944.49	c #Conflicts:    1784000 | #Constraints:      46379
940.19/944.49	c #Conflicts:    1785000 | #Constraints:      47379
940.19/944.49	c #Conflicts:    1786000 | #Constraints:      48379
940.19/944.49	c #Conflicts:    1787000 | #Constraints:      49379
940.19/944.49	c #Conflicts:    1788000 | #Constraints:      50379
940.19/944.49	c #Conflicts:    1789000 | #Constraints:      51379
940.19/944.49	c #Conflicts:    1790000 | #Constraints:      52379
940.19/944.49	c #Conflicts:    1791000 | #Constraints:      53379
940.19/944.49	c #Conflicts:    1792000 | #Constraints:      54379
940.19/944.49	c #Conflicts:    1793000 | #Constraints:      55379
940.19/944.49	c #Conflicts:    1794000 | #Constraints:      56379
940.19/944.49	c #Conflicts:    1795000 | #Constraints:      57379
940.19/944.49	c #Conflicts:    1796000 | #Constraints:      58379
940.19/944.49	c #Conflicts:    1797000 | #Constraints:      59379
940.19/944.49	c #Conflicts:    1798000 | #Constraints:      60379
940.19/944.49	c #Conflicts:    1799000 | #Constraints:      61379
940.19/944.49	c #Conflicts:    1800000 | #Constraints:      62379
940.19/944.49	c INPROCESSING
940.19/944.49	c GARBAGE COLLECT
940.19/944.49	c #Conflicts:    1801000 | #Constraints:      36748
940.19/944.49	c #Conflicts:    1802000 | #Constraints:      37748
940.19/944.49	c #Conflicts:    1803000 | #Constraints:      38748
940.19/944.49	c #Conflicts:    1804000 | #Constraints:      39748
940.19/944.49	c #Conflicts:    1805000 | #Constraints:      40748
940.19/944.49	c #Conflicts:    1806000 | #Constraints:      41748
940.19/944.49	c #Conflicts:    1807000 | #Constraints:      42748
940.19/944.49	c #Conflicts:    1808000 | #Constraints:      43748
940.19/944.49	c #Conflicts:    1809000 | #Constraints:      44748
940.19/944.49	c #Conflicts:    1810000 | #Constraints:      45748
940.19/944.49	c #Conflicts:    1811000 | #Constraints:      46748
940.19/944.49	c #Conflicts:    1812000 | #Constraints:      47748
940.19/944.49	c #Conflicts:    1813000 | #Constraints:      48748
940.19/944.49	c #Conflicts:    1814000 | #Constraints:      49748
940.19/944.49	c #Conflicts:    1815000 | #Constraints:      50748
940.19/944.49	c #Conflicts:    1816000 | #Constraints:      51748
940.19/944.49	c #Conflicts:    1817000 | #Constraints:      52748
940.19/944.49	c #Conflicts:    1818000 | #Constraints:      53748
940.19/944.49	c #Conflicts:    1819000 | #Constraints:      54748
940.19/944.49	c #Conflicts:    1820000 | #Constraints:      55748
940.19/944.49	c #Conflicts:    1821000 | #Constraints:      56748
940.19/944.49	c #Conflicts:    1822000 | #Constraints:      57748
940.19/944.49	c #Conflicts:    1823000 | #Constraints:      58748
940.19/944.49	c #Conflicts:    1824000 | #Constraints:      59748
940.19/944.49	c #Conflicts:    1825000 | #Constraints:      60748
940.19/944.49	c #Conflicts:    1826000 | #Constraints:      61748
940.19/944.49	c #Conflicts:    1827000 | #Constraints:      62748
940.19/944.49	c INPROCESSING
940.19/944.49	c GARBAGE COLLECT
940.19/944.49	c #Conflicts:    1828000 | #Constraints:      36938
940.19/944.49	c #Conflicts:    1829000 | #Constraints:      37938
940.19/944.49	c #Conflicts:    1830000 | #Constraints:      38938
940.19/944.49	c #Conflicts:    1831000 | #Constraints:      39938
940.19/944.49	c #Conflicts:    1832000 | #Constraints:      40938
940.19/944.49	c #Conflicts:    1833000 | #Constraints:      41938
940.19/944.49	c #Conflicts:    1834000 | #Constraints:      42938
940.19/944.49	c #Conflicts:    1835000 | #Constraints:      43938
940.19/944.49	c #Conflicts:    1836000 | #Constraints:      44938
940.19/944.49	c #Conflicts:    1837000 | #Constraints:      45938
940.19/944.49	c #Conflicts:    1838000 | #Constraints:      46938
940.19/944.49	c #Conflicts:    1839000 | #Constraints:      47938
940.19/944.49	c #Conflicts:    1840000 | #Constraints:      48938
940.19/944.49	c #Conflicts:    1841000 | #Constraints:      49938
940.19/944.49	c #Conflicts:    1842000 | #Constraints:      50938
940.19/944.49	c #Conflicts:    1843000 | #Constraints:      51938
940.19/944.49	c #Conflicts:    1844000 | #Constraints:      52938
940.19/944.49	c #Conflicts:    1845000 | #Constraints:      53938
940.19/944.49	c #Conflicts:    1846000 | #Constraints:      54938
940.19/944.49	c #Conflicts:    1847000 | #Constraints:      55938
940.19/944.49	c #Conflicts:    1848000 | #Constraints:      56938
985.17/989.62	c #Conflicts:    1849000 | #Constraints:      57938
985.17/989.62	c #Conflicts:    1850000 | #Constraints:      58938
985.17/989.62	c #Conflicts:    1851000 | #Constraints:      59938
985.17/989.62	c #Conflicts:    1852000 | #Constraints:      60940
985.17/989.62	c #Conflicts:    1853000 | #Constraints:      61940
985.17/989.62	c #Conflicts:    1854000 | #Constraints:      62940
985.17/989.62	c INPROCESSING
985.17/989.62	c GARBAGE COLLECT
985.17/989.62	c #Conflicts:    1855000 | #Constraints:      36926
985.17/989.62	c #Conflicts:    1856000 | #Constraints:      37926
985.17/989.62	c #Conflicts:    1857000 | #Constraints:      38926
985.17/989.62	c #Conflicts:    1858000 | #Constraints:      39927
985.17/989.62	c #Conflicts:    1859000 | #Constraints:      40927
985.17/989.62	c #Conflicts:    1860000 | #Constraints:      41927
985.17/989.62	c #Conflicts:    1861000 | #Constraints:      42927
985.17/989.62	c #Conflicts:    1862000 | #Constraints:      43927
985.17/989.62	c #Conflicts:    1863000 | #Constraints:      44927
985.17/989.62	c #Conflicts:    1864000 | #Constraints:      45930
985.17/989.62	c #Conflicts:    1865000 | #Constraints:      46930
985.17/989.62	c #Conflicts:    1866000 | #Constraints:      47930
985.17/989.62	c #Conflicts:    1867000 | #Constraints:      48930
985.17/989.62	c #Conflicts:    1868000 | #Constraints:      49930
985.17/989.62	c #Conflicts:    1869000 | #Constraints:      50930
985.17/989.62	c #Conflicts:    1870000 | #Constraints:      51930
985.17/989.62	c #Conflicts:    1871000 | #Constraints:      52930
985.17/989.62	c #Conflicts:    1872000 | #Constraints:      53930
985.17/989.62	c #Conflicts:    1873000 | #Constraints:      54930
985.17/989.62	c #Conflicts:    1874000 | #Constraints:      55930
985.17/989.62	c #Conflicts:    1875000 | #Constraints:      56930
985.17/989.62	c #Conflicts:    1876000 | #Constraints:      57930
985.17/989.62	c #Conflicts:    1877000 | #Constraints:      58930
985.17/989.62	c #Conflicts:    1878000 | #Constraints:      59930
985.17/989.62	c #Conflicts:    1879000 | #Constraints:      60930
985.17/989.62	c #Conflicts:    1880000 | #Constraints:      61930
985.17/989.62	c #Conflicts:    1881000 | #Constraints:      62930
985.17/989.62	c INPROCESSING
985.17/989.62	c GARBAGE COLLECT
985.17/989.62	c #Conflicts:    1882000 | #Constraints:      36718
985.17/989.62	c #Conflicts:    1883000 | #Constraints:      37718
985.17/989.62	c #Conflicts:    1884000 | #Constraints:      38718
985.17/989.62	c #Conflicts:    1885000 | #Constraints:      39719
985.17/989.62	c #Conflicts:    1886000 | #Constraints:      40719
985.17/989.62	c #Conflicts:    1887000 | #Constraints:      41719
985.17/989.62	c #Conflicts:    1888000 | #Constraints:      42719
985.17/989.62	c #Conflicts:    1889000 | #Constraints:      43719
985.17/989.62	c #Conflicts:    1890000 | #Constraints:      44719
985.17/989.62	c #Conflicts:    1891000 | #Constraints:      45719
985.17/989.62	c #Conflicts:    1892000 | #Constraints:      46719
985.17/989.62	c #Conflicts:    1893000 | #Constraints:      47719
985.17/989.62	c #Conflicts:    1894000 | #Constraints:      48719
985.17/989.62	c #Conflicts:    1895000 | #Constraints:      49719
985.17/989.62	c #Conflicts:    1896000 | #Constraints:      50719
985.17/989.62	c #Conflicts:    1897000 | #Constraints:      51719
985.17/989.62	c #Conflicts:    1898000 | #Constraints:      52719
985.17/989.62	c #Conflicts:    1899000 | #Constraints:      53719
985.17/989.62	c #Conflicts:    1900000 | #Constraints:      54719
985.17/989.62	c #Conflicts:    1901000 | #Constraints:      55719
985.17/989.62	c #Conflicts:    1902000 | #Constraints:      56719
985.17/989.62	c #Conflicts:    1903000 | #Constraints:      57719
985.17/989.62	c #Conflicts:    1904000 | #Constraints:      58719
985.17/989.62	c #Conflicts:    1905000 | #Constraints:      59719
985.17/989.62	c #Conflicts:    1906000 | #Constraints:      60719
985.17/989.62	c #Conflicts:    1907000 | #Constraints:      61719
985.17/989.62	c #Conflicts:    1908000 | #Constraints:      62719
985.17/989.62	c #Conflicts:    1909000 | #Constraints:      63719
985.17/989.62	c INPROCESSING
985.17/989.62	c GARBAGE COLLECT
985.17/989.62	c #Conflicts:    1910000 | #Constraints:      37351
985.17/989.62	c #Conflicts:    1911000 | #Constraints:      38351
985.17/989.62	c #Conflicts:    1912000 | #Constraints:      39351
985.17/989.62	c #Conflicts:    1913000 | #Constraints:      40351
985.17/989.62	c #Conflicts:    1914000 | #Constraints:      41351
985.17/989.62	c #Conflicts:    1915000 | #Constraints:      42351
985.17/989.62	c #Conflicts:    1916000 | #Constraints:      43351
985.17/989.62	c #Conflicts:    1917000 | #Constraints:      44351
985.17/989.62	c #Conflicts:    1918000 | #Constraints:      45351
985.17/989.62	c #Conflicts:    1919000 | #Constraints:      46351
985.17/989.62	c #Conflicts:    1920000 | #Constraints:      47351
985.17/989.62	c #Conflicts:    1921000 | #Constraints:      48351
985.17/989.62	c #Conflicts:    1922000 | #Constraints:      49351
985.17/989.62	c #Conflicts:    1923000 | #Constraints:      50352
985.17/989.62	c #Conflicts:    1924000 | #Constraints:      51352
985.17/989.62	c #Conflicts:    1925000 | #Constraints:      52352
1027.67/1032.40	c #Conflicts:    1926000 | #Constraints:      53352
1027.67/1032.40	c #Conflicts:    1927000 | #Constraints:      54352
1027.67/1032.40	c #Conflicts:    1928000 | #Constraints:      55352
1027.67/1032.40	c #Conflicts:    1929000 | #Constraints:      56352
1027.67/1032.40	c #Conflicts:    1930000 | #Constraints:      57352
1027.67/1032.40	c #Conflicts:    1931000 | #Constraints:      58352
1027.67/1032.40	c #Conflicts:    1932000 | #Constraints:      59352
1027.67/1032.40	c #Conflicts:    1933000 | #Constraints:      60352
1027.67/1032.40	c #Conflicts:    1934000 | #Constraints:      61352
1027.67/1032.40	c #Conflicts:    1935000 | #Constraints:      62352
1027.67/1032.40	c #Conflicts:    1936000 | #Constraints:      63352
1027.67/1032.40	c #Conflicts:    1937000 | #Constraints:      64352
1027.67/1032.40	c INPROCESSING
1027.67/1032.40	c GARBAGE COLLECT
1027.67/1032.40	c #Conflicts:    1938000 | #Constraints:      37717
1027.67/1032.40	c #Conflicts:    1939000 | #Constraints:      38717
1027.67/1032.40	c #Conflicts:    1940000 | #Constraints:      39717
1027.67/1032.40	c #Conflicts:    1941000 | #Constraints:      40717
1027.67/1032.40	c #Conflicts:    1942000 | #Constraints:      41717
1027.67/1032.40	c #Conflicts:    1943000 | #Constraints:      42717
1027.67/1032.40	c #Conflicts:    1944000 | #Constraints:      43717
1027.67/1032.40	c #Conflicts:    1945000 | #Constraints:      44717
1027.67/1032.40	c #Conflicts:    1946000 | #Constraints:      45718
1027.67/1032.40	c #Conflicts:    1947000 | #Constraints:      46718
1027.67/1032.40	c #Conflicts:    1948000 | #Constraints:      47718
1027.67/1032.40	c #Conflicts:    1949000 | #Constraints:      48718
1027.67/1032.40	c #Conflicts:    1950000 | #Constraints:      49718
1027.67/1032.40	c #Conflicts:    1951000 | #Constraints:      50718
1027.67/1032.40	c #Conflicts:    1952000 | #Constraints:      51718
1027.67/1032.40	c #Conflicts:    1953000 | #Constraints:      52718
1027.67/1032.40	c #Conflicts:    1954000 | #Constraints:      53718
1027.67/1032.40	c #Conflicts:    1955000 | #Constraints:      54718
1027.67/1032.40	c #Conflicts:    1956000 | #Constraints:      55718
1027.67/1032.40	c #Conflicts:    1957000 | #Constraints:      56730
1027.67/1032.40	c #Conflicts:    1958000 | #Constraints:      57730
1027.67/1032.40	c #Conflicts:    1959000 | #Constraints:      58730
1027.67/1032.40	c #Conflicts:    1960000 | #Constraints:      59730
1027.67/1032.40	c #Conflicts:    1961000 | #Constraints:      60730
1027.67/1032.40	c #Conflicts:    1962000 | #Constraints:      61730
1027.67/1032.40	c #Conflicts:    1963000 | #Constraints:      62730
1027.67/1032.40	c #Conflicts:    1964000 | #Constraints:      63730
1027.67/1032.40	c #Conflicts:    1965000 | #Constraints:      64730
1027.67/1032.40	c INPROCESSING
1027.67/1032.40	c GARBAGE COLLECT
1027.67/1032.40	c #Conflicts:    1966000 | #Constraints:      37956
1027.67/1032.40	c #Conflicts:    1967000 | #Constraints:      38956
1027.67/1032.40	c #Conflicts:    1968000 | #Constraints:      39956
1027.67/1032.40	c #Conflicts:    1969000 | #Constraints:      40956
1027.67/1032.40	c #Conflicts:    1970000 | #Constraints:      41956
1027.67/1032.40	c #Conflicts:    1971000 | #Constraints:      42956
1027.67/1032.40	c #Conflicts:    1972000 | #Constraints:      43956
1027.67/1032.40	c #Conflicts:    1973000 | #Constraints:      44956
1027.67/1032.40	c #Conflicts:    1974000 | #Constraints:      45956
1027.67/1032.40	c #Conflicts:    1975000 | #Constraints:      46956
1027.67/1032.40	c #Conflicts:    1976000 | #Constraints:      47956
1027.67/1032.40	c #Conflicts:    1977000 | #Constraints:      48956
1027.67/1032.40	c #Conflicts:    1978000 | #Constraints:      49956
1027.67/1032.40	c #Conflicts:    1979000 | #Constraints:      50956
1027.67/1032.40	c #Conflicts:    1980000 | #Constraints:      51956
1027.67/1032.40	c #Conflicts:    1981000 | #Constraints:      52957
1027.67/1032.40	c #Conflicts:    1982000 | #Constraints:      53957
1027.67/1032.40	c #Conflicts:    1983000 | #Constraints:      54957
1027.67/1032.40	c #Conflicts:    1984000 | #Constraints:      55957
1027.67/1032.40	c #Conflicts:    1985000 | #Constraints:      56957
1027.67/1032.40	c #Conflicts:    1986000 | #Constraints:      57957
1027.67/1032.40	c #Conflicts:    1987000 | #Constraints:      58957
1027.67/1032.40	c #Conflicts:    1988000 | #Constraints:      59957
1027.67/1032.40	c #Conflicts:    1989000 | #Constraints:      60958
1027.67/1032.40	c #Conflicts:    1990000 | #Constraints:      61960
1027.67/1032.40	c #Conflicts:    1991000 | #Constraints:      62960
1027.67/1032.40	c #Conflicts:    1992000 | #Constraints:      63961
1027.67/1032.40	c #Conflicts:    1993000 | #Constraints:      64961
1027.67/1032.40	c INPROCESSING
1027.67/1032.40	c GARBAGE COLLECT
1027.67/1032.40	c #Conflicts:    1994000 | #Constraints:      37950
1027.67/1032.40	c #Conflicts:    1995000 | #Constraints:      38950
1027.67/1032.40	c #Conflicts:    1996000 | #Constraints:      39950
1027.67/1032.40	c #Conflicts:    1997000 | #Constraints:      40950
1027.67/1032.40	c #Conflicts:    1998000 | #Constraints:      41950
1027.67/1032.40	c #Conflicts:    1999000 | #Constraints:      42950
1027.67/1032.40	c #Conflicts:    2000000 | #Constraints:      43950
1027.67/1032.40	c #Conflicts:    2001000 | #Constraints:      44950
1075.85/1080.84	c #Conflicts:    2002000 | #Constraints:      45950
1075.85/1080.84	c #Conflicts:    2003000 | #Constraints:      46950
1075.85/1080.84	c #Conflicts:    2004000 | #Constraints:      47950
1075.85/1080.84	c #Conflicts:    2005000 | #Constraints:      48952
1075.85/1080.84	c #Conflicts:    2006000 | #Constraints:      49953
1075.85/1080.84	c #Conflicts:    2007000 | #Constraints:      50953
1075.85/1080.84	c #Conflicts:    2008000 | #Constraints:      51953
1075.85/1080.84	c #Conflicts:    2009000 | #Constraints:      52953
1075.85/1080.84	c #Conflicts:    2010000 | #Constraints:      53953
1075.85/1080.84	c #Conflicts:    2011000 | #Constraints:      54953
1075.85/1080.84	c #Conflicts:    2012000 | #Constraints:      55953
1075.85/1080.84	c #Conflicts:    2013000 | #Constraints:      56953
1075.85/1080.84	c #Conflicts:    2014000 | #Constraints:      57953
1075.85/1080.84	c #Conflicts:    2015000 | #Constraints:      58953
1075.85/1080.84	c #Conflicts:    2016000 | #Constraints:      59953
1075.85/1080.84	c #Conflicts:    2017000 | #Constraints:      60953
1075.85/1080.84	c #Conflicts:    2018000 | #Constraints:      61953
1075.85/1080.84	c #Conflicts:    2019000 | #Constraints:      62953
1075.85/1080.84	c #Conflicts:    2020000 | #Constraints:      63953
1075.85/1080.84	c #Conflicts:    2021000 | #Constraints:      64953
1075.85/1080.84	c INPROCESSING
1075.85/1080.84	c GARBAGE COLLECT
1075.85/1080.84	c #Conflicts:    2022000 | #Constraints:      37730
1075.85/1080.84	c #Conflicts:    2023000 | #Constraints:      38731
1075.85/1080.84	c #Conflicts:    2024000 | #Constraints:      39731
1075.85/1080.84	c #Conflicts:    2025000 | #Constraints:      40731
1075.85/1080.84	c #Conflicts:    2026000 | #Constraints:      41731
1075.85/1080.84	c #Conflicts:    2027000 | #Constraints:      42731
1075.85/1080.84	c #Conflicts:    2028000 | #Constraints:      43731
1075.85/1080.84	c #Conflicts:    2029000 | #Constraints:      44731
1075.85/1080.84	c #Conflicts:    2030000 | #Constraints:      45731
1075.85/1080.84	c #Conflicts:    2031000 | #Constraints:      46731
1075.85/1080.84	c #Conflicts:    2032000 | #Constraints:      47731
1075.85/1080.84	c #Conflicts:    2033000 | #Constraints:      48731
1075.85/1080.84	c #Conflicts:    2034000 | #Constraints:      49732
1075.85/1080.84	c #Conflicts:    2035000 | #Constraints:      50732
1075.85/1080.84	c #Conflicts:    2036000 | #Constraints:      51732
1075.85/1080.84	c #Conflicts:    2037000 | #Constraints:      52732
1075.85/1080.84	c #Conflicts:    2038000 | #Constraints:      53732
1075.85/1080.84	c #Conflicts:    2039000 | #Constraints:      54732
1075.85/1080.84	c #Conflicts:    2040000 | #Constraints:      55732
1075.85/1080.84	c #Conflicts:    2041000 | #Constraints:      56732
1075.85/1080.84	c #Conflicts:    2042000 | #Constraints:      57732
1075.85/1080.84	c #Conflicts:    2043000 | #Constraints:      58732
1075.85/1080.84	c #Conflicts:    2044000 | #Constraints:      59732
1075.85/1080.84	c #Conflicts:    2045000 | #Constraints:      60732
1075.85/1080.84	c #Conflicts:    2046000 | #Constraints:      61733
1075.85/1080.84	c #Conflicts:    2047000 | #Constraints:      62733
1075.85/1080.84	c #Conflicts:    2048000 | #Constraints:      63733
1075.85/1080.84	c #Conflicts:    2049000 | #Constraints:      64733
1075.85/1080.84	c #Conflicts:    2050000 | #Constraints:      65733
1075.85/1080.84	c INPROCESSING
1075.85/1080.84	c GARBAGE COLLECT
1075.85/1080.84	c #Conflicts:    2051000 | #Constraints:      38337
1075.85/1080.84	c #Conflicts:    2052000 | #Constraints:      39506
1075.85/1080.84	c #Conflicts:    2053000 | #Constraints:      40527
1075.85/1080.84	c #Conflicts:    2054000 | #Constraints:      41812
1075.85/1080.84	c #Conflicts:    2055000 | #Constraints:      42812
1075.85/1080.84	c #Conflicts:    2056000 | #Constraints:      43812
1075.85/1080.84	c #Conflicts:    2057000 | #Constraints:      44812
1075.85/1080.84	c #Conflicts:    2058000 | #Constraints:      45812
1075.85/1080.84	c #Conflicts:    2059000 | #Constraints:      46812
1075.85/1080.84	c #Conflicts:    2060000 | #Constraints:      47812
1075.85/1080.84	c #Conflicts:    2061000 | #Constraints:      48812
1075.85/1080.84	c #Conflicts:    2062000 | #Constraints:      49812
1075.85/1080.84	c #Conflicts:    2063000 | #Constraints:      50812
1075.85/1080.84	c #Conflicts:    2064000 | #Constraints:      51812
1075.85/1080.84	c #Conflicts:    2065000 | #Constraints:      52812
1075.85/1080.84	c #Conflicts:    2066000 | #Constraints:      53812
1075.85/1080.84	c #Conflicts:    2067000 | #Constraints:      54812
1075.85/1080.84	c #Conflicts:    2068000 | #Constraints:      55812
1075.85/1080.84	c #Conflicts:    2069000 | #Constraints:      56812
1075.85/1080.84	c #Conflicts:    2070000 | #Constraints:      57812
1075.85/1080.84	c #Conflicts:    2071000 | #Constraints:      58812
1075.85/1080.84	c #Conflicts:    2072000 | #Constraints:      59812
1075.85/1080.84	c #Conflicts:    2073000 | #Constraints:      60812
1075.85/1080.84	c #Conflicts:    2074000 | #Constraints:      61812
1075.85/1080.84	c #Conflicts:    2075000 | #Constraints:      62812
1075.85/1080.84	c #Conflicts:    2076000 | #Constraints:      63812
1075.85/1080.84	c #Conflicts:    2077000 | #Constraints:      64812
1075.85/1080.84	c #Conflicts:    2078000 | #Constraints:      65812
1075.85/1080.84	c #Conflicts:    2079000 | #Constraints:      66812
1146.53/1152.03	c INPROCESSING
1146.53/1152.03	c GARBAGE COLLECT
1146.53/1152.03	c #Conflicts:    2080000 | #Constraints:      38988
1146.53/1152.03	c #Conflicts:    2081000 | #Constraints:      39992
1146.53/1152.03	c #Conflicts:    2082000 | #Constraints:      40993
1146.53/1152.03	c #Conflicts:    2083000 | #Constraints:      41993
1146.53/1152.03	c #Conflicts:    2084000 | #Constraints:      42993
1146.53/1152.03	c #Conflicts:    2085000 | #Constraints:      43993
1146.53/1152.03	c #Conflicts:    2086000 | #Constraints:      44993
1146.53/1152.03	c #Conflicts:    2087000 | #Constraints:      45993
1146.53/1152.03	c #Conflicts:    2088000 | #Constraints:      46993
1146.53/1152.03	c #Conflicts:    2089000 | #Constraints:      47994
1146.53/1152.03	c #Conflicts:    2090000 | #Constraints:      48994
1146.53/1152.03	c #Conflicts:    2091000 | #Constraints:      49994
1146.53/1152.03	c #Conflicts:    2092000 | #Constraints:      50994
1146.53/1152.03	c #Conflicts:    2093000 | #Constraints:      51994
1146.53/1152.03	c #Conflicts:    2094000 | #Constraints:      52994
1146.53/1152.03	c #Conflicts:    2095000 | #Constraints:      53994
1146.53/1152.03	c #Conflicts:    2096000 | #Constraints:      54994
1146.53/1152.03	c #Conflicts:    2097000 | #Constraints:      55995
1146.53/1152.03	c #Conflicts:    2098000 | #Constraints:      56995
1146.53/1152.03	c #Conflicts:    2099000 | #Constraints:      57995
1146.53/1152.03	c #Conflicts:    2100000 | #Constraints:      58995
1146.53/1152.03	c #Conflicts:    2101000 | #Constraints:      59995
1146.53/1152.03	c #Conflicts:    2102000 | #Constraints:      60995
1146.53/1152.03	c #Conflicts:    2103000 | #Constraints:      61995
1146.53/1152.03	c #Conflicts:    2104000 | #Constraints:      62995
1146.53/1152.03	c #Conflicts:    2105000 | #Constraints:      63995
1146.53/1152.03	c #Conflicts:    2106000 | #Constraints:      64995
1146.53/1152.03	c #Conflicts:    2107000 | #Constraints:      65996
1146.53/1152.03	c #Conflicts:    2108000 | #Constraints:      66996
1146.53/1152.03	c INPROCESSING
1146.53/1152.03	c GARBAGE COLLECT
1146.53/1152.03	c #Conflicts:    2109000 | #Constraints:      39083
1146.53/1152.03	c #Conflicts:    2110000 | #Constraints:      40083
1146.53/1152.03	c #Conflicts:    2111000 | #Constraints:      41084
1146.53/1152.03	c #Conflicts:    2112000 | #Constraints:      42084
1146.53/1152.03	c #Conflicts:    2113000 | #Constraints:      43084
1146.53/1152.03	c #Conflicts:    2114000 | #Constraints:      44084
1146.53/1152.03	c #Conflicts:    2115000 | #Constraints:      45084
1146.53/1152.03	c #Conflicts:    2116000 | #Constraints:      46084
1146.53/1152.03	c #Conflicts:    2117000 | #Constraints:      47084
1146.53/1152.03	c #Conflicts:    2118000 | #Constraints:      48086
1146.53/1152.03	c #Conflicts:    2119000 | #Constraints:      49091
1146.53/1152.03	c #Conflicts:    2120000 | #Constraints:      50091
1146.53/1152.03	c #Conflicts:    2121000 | #Constraints:      51092
1146.53/1152.03	c #Conflicts:    2122000 | #Constraints:      52092
1146.53/1152.03	c #Conflicts:    2123000 | #Constraints:      53092
1146.53/1152.03	c #Conflicts:    2124000 | #Constraints:      54099
1146.53/1152.03	c #Conflicts:    2125000 | #Constraints:      55104
1146.53/1152.03	c #Conflicts:    2126000 | #Constraints:      56104
1146.53/1152.03	c #Conflicts:    2127000 | #Constraints:      57104
1146.53/1152.03	c #Conflicts:    2128000 | #Constraints:      58105
1146.53/1152.03	c #Conflicts:    2129000 | #Constraints:      59107
1146.53/1152.03	c #Conflicts:    2130000 | #Constraints:      60108
1146.53/1152.03	c #Conflicts:    2131000 | #Constraints:      61109
1146.53/1152.03	c #Conflicts:    2132000 | #Constraints:      62112
1146.53/1152.03	c #Conflicts:    2133000 | #Constraints:      63114
1146.53/1152.03	c #Conflicts:    2134000 | #Constraints:      64114
1146.53/1152.03	c #Conflicts:    2135000 | #Constraints:      65114
1146.53/1152.03	c #Conflicts:    2136000 | #Constraints:      66114
1146.53/1152.03	c #Conflicts:    2137000 | #Constraints:      67114
1146.53/1152.03	c INPROCESSING
1146.53/1152.03	c GARBAGE COLLECT
1146.53/1152.03	WSVECS04 Frhs2[14]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[23]: 6 -2 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[24]: 6 -3 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[62]: 6 -0.819784 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[87]: 6 -3.14063 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[88]: 6 -3.45313 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[89]: 6 -2.43209 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[97]: 6 -2.25 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[128]: 6 -2.25 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[183]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[207]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[247]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[254]: 6 -0.374527 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[285]: 6 -0.989239 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[318]: 6 -0.819784 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[390]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[444]: 6 -1.22837 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[445]: 6 -0.989239 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[479]: 6 -2.25 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[538]: 6 -2.5625 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[577]: 6 -1.875 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[599]: 6 -2.34375 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[605]: 6 -2 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[606]: 6 -2.25 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[608]: 6 -2.5 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[703]: 6 -2.25095 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[731]: 6 -1.01082 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[735]: 6 -2.25 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1107]: 6 -1.0625 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1118]: 6 -1.25 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1139]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1143]: 6 -0.9375 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1146]: 6 -0.75 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1147]: 6 -2.11214 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1152]: 6 -0.374527 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1184]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1231]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1268]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1272]: 6 -1.33079 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1336]: 6 -2.27051 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1437]: 6 -3.1875 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1562]: 6 -1.66797 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1706]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2009]: 6 -0.956953 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2104]: 6 -0.870219 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2202]: 6 -1.19768 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2203]: 6 -1.19768 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2206]: 6 -0.209273 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2327]: 6 -1.0625 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2330]: 6 -0.536395 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2392]: 6 -12.4177 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2424]: 6 -1.57031 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2432]: 6 -1.5 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2485]: 6 0 2.125 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2622]: 6 -0.374527 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2672]: 6 -1.27341 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2673]: 6 -1.27341 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2685]: 6 -3.45016 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2688]: 6 -9.20695 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2774]: 6 0 1 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2780]: 6 -1.25 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2862]: 6 -5.32813 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2880]: 6 -5 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3053]: 6 -1.31345 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3056]: 6 -0.0782441 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3435]: 6 -0.81836 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3438]: 6 -9.875 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3491]: 6 -3.79305 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3540]: 6 -39 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3642]: 6 -13.8185 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3836]: 6 -0.728477 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3918]: 6 -1.34913 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3930]: 6 0 1.09438 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[4028]: 6 -5 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[4065]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1146.53/1152.03	WSVECS04 Frhs2[4117]: 6 -11 0 shouldn't be
1199.30/1205.06	c #Conflicts:    2138000 | #Constraints:      39058
1199.30/1205.06	c #Conflicts:    2139000 | #Constraints:      40058
1199.30/1205.06	c #Conflicts:    2140000 | #Constraints:      41058
1199.30/1205.06	c #Conflicts:    2141000 | #Constraints:      42058
1199.30/1205.06	c #Conflicts:    2142000 | #Constraints:      43058
1199.30/1205.06	c #Conflicts:    2143000 | #Constraints:      44058
1199.30/1205.06	c #Conflicts:    2144000 | #Constraints:      45058
1199.30/1205.06	c #Conflicts:    2145000 | #Constraints:      46058
1199.30/1205.06	c #Conflicts:    2146000 | #Constraints:      47058
1199.30/1205.06	c #Conflicts:    2147000 | #Constraints:      48058
1199.30/1205.06	c #Conflicts:    2148000 | #Constraints:      49058
1199.30/1205.06	c #Conflicts:    2149000 | #Constraints:      50058
1199.30/1205.06	c #Conflicts:    2150000 | #Constraints:      51058
1199.30/1205.06	c #Conflicts:    2151000 | #Constraints:      52058
1199.30/1205.06	c #Conflicts:    2152000 | #Constraints:      53058
1199.30/1205.06	c #Conflicts:    2153000 | #Constraints:      54058
1199.30/1205.06	c #Conflicts:    2154000 | #Constraints:      55058
1199.30/1205.06	c #Conflicts:    2155000 | #Constraints:      56058
1199.30/1205.06	c #Conflicts:    2156000 | #Constraints:      57058
1199.30/1205.06	c #Conflicts:    2157000 | #Constraints:      58058
1199.30/1205.06	c #Conflicts:    2158000 | #Constraints:      59058
1199.30/1205.06	c #Conflicts:    2159000 | #Constraints:      60058
1199.30/1205.06	c #Conflicts:    2160000 | #Constraints:      61058
1199.30/1205.06	c #Conflicts:    2161000 | #Constraints:      62058
1199.30/1205.06	c #Conflicts:    2162000 | #Constraints:      63058
1199.30/1205.06	c #Conflicts:    2163000 | #Constraints:      64058
1199.30/1205.06	c #Conflicts:    2164000 | #Constraints:      65058
1199.30/1205.06	c #Conflicts:    2165000 | #Constraints:      66058
1199.30/1205.06	c #Conflicts:    2166000 | #Constraints:      67058
1199.30/1205.06	c INPROCESSING
1199.30/1205.06	c GARBAGE COLLECT
1199.30/1205.06	c #Conflicts:    2167000 | #Constraints:      38800
1199.30/1205.06	c #Conflicts:    2168000 | #Constraints:      39800
1199.30/1205.06	c #Conflicts:    2169000 | #Constraints:      40800
1199.30/1205.06	c #Conflicts:    2170000 | #Constraints:      41800
1199.30/1205.06	c #Conflicts:    2171000 | #Constraints:      42800
1199.30/1205.06	c #Conflicts:    2172000 | #Constraints:      43800
1199.30/1205.06	c #Conflicts:    2173000 | #Constraints:      44800
1199.30/1205.06	c #Conflicts:    2174000 | #Constraints:      45800
1199.30/1205.06	c #Conflicts:    2175000 | #Constraints:      46800
1199.30/1205.06	c #Conflicts:    2176000 | #Constraints:      47800
1199.30/1205.06	c #Conflicts:    2177000 | #Constraints:      48800
1199.30/1205.06	c #Conflicts:    2178000 | #Constraints:      49800
1199.30/1205.06	c #Conflicts:    2179000 | #Constraints:      50800
1199.30/1205.06	c #Conflicts:    2180000 | #Constraints:      51800
1199.30/1205.06	c #Conflicts:    2181000 | #Constraints:      52800
1199.30/1205.06	c #Conflicts:    2182000 | #Constraints:      53800
1199.30/1205.06	c #Conflicts:    2183000 | #Constraints:      54800
1199.30/1205.06	c #Conflicts:    2184000 | #Constraints:      55800
1199.30/1205.06	c #Conflicts:    2185000 | #Constraints:      56800
1199.30/1205.06	c #Conflicts:    2186000 | #Constraints:      57800
1199.30/1205.06	c #Conflicts:    2187000 | #Constraints:      58800
1199.30/1205.06	c #Conflicts:    2188000 | #Constraints:      59800
1199.30/1205.06	c #Conflicts:    2189000 | #Constraints:      60800
1199.30/1205.06	c #Conflicts:    2190000 | #Constraints:      61800
1199.30/1205.06	c #Conflicts:    2191000 | #Constraints:      62800
1199.30/1205.06	c #Conflicts:    2192000 | #Constraints:      63800
1199.30/1205.06	c #Conflicts:    2193000 | #Constraints:      64800
1199.30/1205.06	c #Conflicts:    2194000 | #Constraints:      65800
1199.30/1205.06	c #Conflicts:    2195000 | #Constraints:      66800
1199.30/1205.06	c #Conflicts:    2196000 | #Constraints:      67800
1199.30/1205.06	c INPROCESSING
1199.30/1205.06	c GARBAGE COLLECT
1199.30/1205.06	c rational objective 790.602
1287.41/1293.67	c #Conflicts:    2197000 | #Constraints:      39416
1287.41/1293.67	c #Conflicts:    2198000 | #Constraints:      40416
1287.41/1293.67	c #Conflicts:    2199000 | #Constraints:      41416
1287.41/1293.67	c #Conflicts:    2200000 | #Constraints:      42416
1287.41/1293.67	c #Conflicts:    2201000 | #Constraints:      43416
1287.41/1293.67	c #Conflicts:    2202000 | #Constraints:      44416
1287.41/1293.67	c #Conflicts:    2203000 | #Constraints:      45416
1287.41/1293.67	c #Conflicts:    2204000 | #Constraints:      46416
1287.41/1293.67	c #Conflicts:    2205000 | #Constraints:      47416
1287.41/1293.67	c #Conflicts:    2206000 | #Constraints:      48416
1287.41/1293.67	c #Conflicts:    2207000 | #Constraints:      49416
1287.41/1293.67	c #Conflicts:    2208000 | #Constraints:      50416
1287.41/1293.67	c #Conflicts:    2209000 | #Constraints:      51416
1287.41/1293.67	c #Conflicts:    2210000 | #Constraints:      52416
1287.41/1293.67	c #Conflicts:    2211000 | #Constraints:      53416
1287.41/1293.67	c #Conflicts:    2212000 | #Constraints:      54416
1287.41/1293.67	c #Conflicts:    2213000 | #Constraints:      55416
1287.41/1293.67	c #Conflicts:    2214000 | #Constraints:      56416
1287.41/1293.67	c #Conflicts:    2215000 | #Constraints:      57416
1287.41/1293.67	c #Conflicts:    2216000 | #Constraints:      58416
1287.41/1293.67	c #Conflicts:    2217000 | #Constraints:      59416
1287.41/1293.67	c #Conflicts:    2218000 | #Constraints:      60416
1287.41/1293.67	c #Conflicts:    2219000 | #Constraints:      61416
1287.41/1293.67	c #Conflicts:    2220000 | #Constraints:      62416
1287.41/1293.67	c #Conflicts:    2221000 | #Constraints:      63416
1287.41/1293.67	c #Conflicts:    2222000 | #Constraints:      64416
1287.41/1293.67	c #Conflicts:    2223000 | #Constraints:      65416
1287.41/1293.67	c #Conflicts:    2224000 | #Constraints:      66416
1287.41/1293.67	c #Conflicts:    2225000 | #Constraints:      67416
1287.41/1293.67	c #Conflicts:    2226000 | #Constraints:      68416
1287.41/1293.67	c INPROCESSING
1287.41/1293.67	c GARBAGE COLLECT
1287.41/1293.67	c #Conflicts:    2227000 | #Constraints:      39814
1287.41/1293.67	c #Conflicts:    2228000 | #Constraints:      40814
1287.41/1293.67	c #Conflicts:    2229000 | #Constraints:      41814
1287.41/1293.67	c #Conflicts:    2230000 | #Constraints:      42815
1287.41/1293.67	c #Conflicts:    2231000 | #Constraints:      43815
1287.41/1293.67	c #Conflicts:    2232000 | #Constraints:      44815
1287.41/1293.67	c #Conflicts:    2233000 | #Constraints:      45815
1287.41/1293.67	c #Conflicts:    2234000 | #Constraints:      46815
1287.41/1293.67	c #Conflicts:    2235000 | #Constraints:      47815
1287.41/1293.67	c #Conflicts:    2236000 | #Constraints:      48815
1287.41/1293.67	c #Conflicts:    2237000 | #Constraints:      49815
1287.41/1293.67	c #Conflicts:    2238000 | #Constraints:      50815
1287.41/1293.67	c #Conflicts:    2239000 | #Constraints:      51815
1287.41/1293.67	c #Conflicts:    2240000 | #Constraints:      52815
1287.41/1293.67	c #Conflicts:    2241000 | #Constraints:      53815
1287.41/1293.67	c #Conflicts:    2242000 | #Constraints:      54815
1287.41/1293.67	c #Conflicts:    2243000 | #Constraints:      55816
1287.41/1293.67	c #Conflicts:    2244000 | #Constraints:      56828
1287.41/1293.67	c #Conflicts:    2245000 | #Constraints:      58272
1287.41/1293.67	c #Conflicts:    2246000 | #Constraints:      59774
1287.41/1293.67	c #Conflicts:    2247000 | #Constraints:      61272
1287.41/1293.67	c #Conflicts:    2248000 | #Constraints:      62782
1287.41/1293.67	c #Conflicts:    2249000 | #Constraints:      64277
1287.41/1293.67	c #Conflicts:    2250000 | #Constraints:      65784
1287.41/1293.67	c #Conflicts:    2251000 | #Constraints:      67295
1287.41/1293.67	c #Conflicts:    2252000 | #Constraints:      68793
1287.41/1293.67	c #Conflicts:    2253000 | #Constraints:      70282
1287.41/1293.67	c #Conflicts:    2254000 | #Constraints:      71775
1287.41/1293.67	c #Conflicts:    2255000 | #Constraints:      73280
1287.41/1293.67	c #Conflicts:    2256000 | #Constraints:      74368
1287.41/1293.67	c INPROCESSING
1287.41/1293.67	c GARBAGE COLLECT
1287.41/1293.67	c #Conflicts:    2257000 | #Constraints:      42722
1287.41/1293.67	c #Conflicts:    2258000 | #Constraints:      43722
1287.41/1293.67	c #Conflicts:    2259000 | #Constraints:      44722
1287.41/1293.67	c #Conflicts:    2260000 | #Constraints:      45722
1287.41/1293.67	c #Conflicts:    2261000 | #Constraints:      46722
1287.41/1293.67	c #Conflicts:    2262000 | #Constraints:      47722
1287.41/1293.67	c #Conflicts:    2263000 | #Constraints:      48722
1287.41/1293.67	c #Conflicts:    2264000 | #Constraints:      49722
1287.41/1293.67	c #Conflicts:    2265000 | #Constraints:      50723
1287.41/1293.67	c #Conflicts:    2266000 | #Constraints:      51723
1287.41/1293.67	c #Conflicts:    2267000 | #Constraints:      52723
1287.41/1293.67	c #Conflicts:    2268000 | #Constraints:      53723
1287.41/1293.67	c #Conflicts:    2269000 | #Constraints:      54723
1287.41/1293.67	c #Conflicts:    2270000 | #Constraints:      55723
1287.41/1293.67	c #Conflicts:    2271000 | #Constraints:      56723
1287.41/1293.67	c #Conflicts:    2272000 | #Constraints:      57723
1287.41/1293.67	c #Conflicts:    2273000 | #Constraints:      58724
1287.41/1293.67	c #Conflicts:    2274000 | #Constraints:      59724
1396.59/1403.36	c #Conflicts:    2275000 | #Constraints:      60724
1396.59/1403.36	c #Conflicts:    2276000 | #Constraints:      61724
1396.59/1403.36	c #Conflicts:    2277000 | #Constraints:      62724
1396.59/1403.36	c #Conflicts:    2278000 | #Constraints:      63724
1396.59/1403.36	c #Conflicts:    2279000 | #Constraints:      64724
1396.59/1403.36	c #Conflicts:    2280000 | #Constraints:      65724
1396.59/1403.36	c #Conflicts:    2281000 | #Constraints:      66724
1396.59/1403.36	c #Conflicts:    2282000 | #Constraints:      67724
1396.59/1403.36	c #Conflicts:    2283000 | #Constraints:      68738
1396.59/1403.36	c #Conflicts:    2284000 | #Constraints:      69738
1396.59/1403.36	c #Conflicts:    2285000 | #Constraints:      70738
1396.59/1403.36	c #Conflicts:    2286000 | #Constraints:      71739
1396.59/1403.36	c INPROCESSING
1396.59/1403.36	c GARBAGE COLLECT
1396.59/1403.36	c #Conflicts:    2287000 | #Constraints:      41388
1396.59/1403.36	c #Conflicts:    2288000 | #Constraints:      42388
1396.59/1403.36	c #Conflicts:    2289000 | #Constraints:      43388
1396.59/1403.36	c #Conflicts:    2290000 | #Constraints:      44388
1396.59/1403.36	c #Conflicts:    2291000 | #Constraints:      45388
1396.59/1403.36	c #Conflicts:    2292000 | #Constraints:      46388
1396.59/1403.36	c #Conflicts:    2293000 | #Constraints:      47388
1396.59/1403.36	c #Conflicts:    2294000 | #Constraints:      48388
1396.59/1403.36	c #Conflicts:    2295000 | #Constraints:      49389
1396.59/1403.36	c #Conflicts:    2296000 | #Constraints:      50389
1396.59/1403.36	c #Conflicts:    2297000 | #Constraints:      51389
1396.59/1403.36	c #Conflicts:    2298000 | #Constraints:      52389
1396.59/1403.36	c #Conflicts:    2299000 | #Constraints:      53389
1396.59/1403.36	c #Conflicts:    2300000 | #Constraints:      54389
1396.59/1403.36	c #Conflicts:    2301000 | #Constraints:      55389
1396.59/1403.36	c #Conflicts:    2302000 | #Constraints:      56389
1396.59/1403.36	c #Conflicts:    2303000 | #Constraints:      57389
1396.59/1403.36	c #Conflicts:    2304000 | #Constraints:      58390
1396.59/1403.36	c #Conflicts:    2305000 | #Constraints:      59390
1396.59/1403.36	c #Conflicts:    2306000 | #Constraints:      60390
1396.59/1403.36	c #Conflicts:    2307000 | #Constraints:      61390
1396.59/1403.36	c #Conflicts:    2308000 | #Constraints:      62390
1396.59/1403.36	c #Conflicts:    2309000 | #Constraints:      63390
1396.59/1403.36	c #Conflicts:    2310000 | #Constraints:      64390
1396.59/1403.36	c #Conflicts:    2311000 | #Constraints:      65390
1396.59/1403.36	c #Conflicts:    2312000 | #Constraints:      66390
1396.59/1403.36	c #Conflicts:    2313000 | #Constraints:      67390
1396.59/1403.36	c #Conflicts:    2314000 | #Constraints:      68391
1396.59/1403.36	c #Conflicts:    2315000 | #Constraints:      69391
1396.59/1403.36	c #Conflicts:    2316000 | #Constraints:      70391
1396.59/1403.36	c INPROCESSING
1396.59/1403.36	c GARBAGE COLLECT
1396.59/1403.36	c #Conflicts:    2317000 | #Constraints:      40532
1396.59/1403.36	c #Conflicts:    2318000 | #Constraints:      41532
1396.59/1403.36	c #Conflicts:    2319000 | #Constraints:      42532
1396.59/1403.36	c #Conflicts:    2320000 | #Constraints:      43532
1396.59/1403.36	c #Conflicts:    2321000 | #Constraints:      44532
1396.59/1403.36	c #Conflicts:    2322000 | #Constraints:      45532
1396.59/1403.36	c #Conflicts:    2323000 | #Constraints:      46532
1396.59/1403.36	c #Conflicts:    2324000 | #Constraints:      47532
1396.59/1403.36	c #Conflicts:    2325000 | #Constraints:      48532
1396.59/1403.36	c #Conflicts:    2326000 | #Constraints:      49532
1396.59/1403.36	c #Conflicts:    2327000 | #Constraints:      50532
1396.59/1403.36	c #Conflicts:    2328000 | #Constraints:      51532
1396.59/1403.36	c #Conflicts:    2329000 | #Constraints:      52532
1396.59/1403.36	c #Conflicts:    2330000 | #Constraints:      53532
1396.59/1403.36	c #Conflicts:    2331000 | #Constraints:      54532
1396.59/1403.36	c #Conflicts:    2332000 | #Constraints:      55532
1396.59/1403.36	c #Conflicts:    2333000 | #Constraints:      56532
1396.59/1403.36	c #Conflicts:    2334000 | #Constraints:      57532
1396.59/1403.36	c #Conflicts:    2335000 | #Constraints:      58532
1396.59/1403.36	c #Conflicts:    2336000 | #Constraints:      59532
1396.59/1403.36	c #Conflicts:    2337000 | #Constraints:      60532
1396.59/1403.36	c #Conflicts:    2338000 | #Constraints:      61532
1396.59/1403.36	c #Conflicts:    2339000 | #Constraints:      62532
1396.59/1403.36	c #Conflicts:    2340000 | #Constraints:      63532
1396.59/1403.36	c #Conflicts:    2341000 | #Constraints:      64532
1396.59/1403.36	c #Conflicts:    2342000 | #Constraints:      65532
1396.59/1403.36	c #Conflicts:    2343000 | #Constraints:      66532
1396.59/1403.36	c #Conflicts:    2344000 | #Constraints:      67532
1396.59/1403.36	c #Conflicts:    2345000 | #Constraints:      68532
1396.59/1403.36	c #Conflicts:    2346000 | #Constraints:      69532
1396.59/1403.36	c #Conflicts:    2347000 | #Constraints:      70532
1396.59/1403.36	c INPROCESSING
1396.59/1403.36	c GARBAGE COLLECT
1396.59/1403.36	c #Conflicts:    2348000 | #Constraints:      40737
1396.59/1403.36	c #Conflicts:    2349000 | #Constraints:      41737
1396.59/1403.36	c #Conflicts:    2350000 | #Constraints:      42737
1396.59/1403.36	c #Conflicts:    2351000 | #Constraints:      43737
1485.68/1492.87	c #Conflicts:    2352000 | #Constraints:      44738
1485.68/1492.87	c #Conflicts:    2353000 | #Constraints:      45738
1485.68/1492.87	c #Conflicts:    2354000 | #Constraints:      46738
1485.68/1492.87	c #Conflicts:    2355000 | #Constraints:      47738
1485.68/1492.87	c #Conflicts:    2356000 | #Constraints:      48738
1485.68/1492.87	c #Conflicts:    2357000 | #Constraints:      49738
1485.68/1492.87	c #Conflicts:    2358000 | #Constraints:      50738
1485.68/1492.87	c #Conflicts:    2359000 | #Constraints:      51738
1485.68/1492.87	c #Conflicts:    2360000 | #Constraints:      52738
1485.68/1492.87	c #Conflicts:    2361000 | #Constraints:      53738
1485.68/1492.87	c #Conflicts:    2362000 | #Constraints:      54738
1485.68/1492.87	c #Conflicts:    2363000 | #Constraints:      55738
1485.68/1492.87	c #Conflicts:    2364000 | #Constraints:      56738
1485.68/1492.87	c #Conflicts:    2365000 | #Constraints:      57740
1485.68/1492.87	c #Conflicts:    2366000 | #Constraints:      58740
1485.68/1492.87	c #Conflicts:    2367000 | #Constraints:      59740
1485.68/1492.87	c #Conflicts:    2368000 | #Constraints:      60740
1485.68/1492.87	c #Conflicts:    2369000 | #Constraints:      61740
1485.68/1492.87	c #Conflicts:    2370000 | #Constraints:      62740
1485.68/1492.87	c #Conflicts:    2371000 | #Constraints:      63740
1485.68/1492.87	c #Conflicts:    2372000 | #Constraints:      64740
1485.68/1492.87	c #Conflicts:    2373000 | #Constraints:      65740
1485.68/1492.87	c #Conflicts:    2374000 | #Constraints:      66740
1485.68/1492.87	c #Conflicts:    2375000 | #Constraints:      67741
1485.68/1492.87	c #Conflicts:    2376000 | #Constraints:      68741
1485.68/1492.87	c #Conflicts:    2377000 | #Constraints:      69741
1485.68/1492.87	c #Conflicts:    2378000 | #Constraints:      70741
1485.68/1492.87	c INPROCESSING
1485.68/1492.87	c GARBAGE COLLECT
1485.68/1492.87	c #Conflicts:    2379000 | #Constraints:      41012
1485.68/1492.87	c #Conflicts:    2380000 | #Constraints:      42012
1485.68/1492.87	c #Conflicts:    2381000 | #Constraints:      43012
1485.68/1492.87	c #Conflicts:    2382000 | #Constraints:      44012
1485.68/1492.87	c #Conflicts:    2383000 | #Constraints:      45012
1485.68/1492.87	c #Conflicts:    2384000 | #Constraints:      46012
1485.68/1492.87	c #Conflicts:    2385000 | #Constraints:      47012
1485.68/1492.87	c #Conflicts:    2386000 | #Constraints:      48012
1485.68/1492.87	c #Conflicts:    2387000 | #Constraints:      49012
1485.68/1492.87	c #Conflicts:    2388000 | #Constraints:      50012
1485.68/1492.87	c #Conflicts:    2389000 | #Constraints:      51012
1485.68/1492.87	c #Conflicts:    2390000 | #Constraints:      52012
1485.68/1492.87	c #Conflicts:    2391000 | #Constraints:      53012
1485.68/1492.87	c #Conflicts:    2392000 | #Constraints:      54012
1485.68/1492.87	c #Conflicts:    2393000 | #Constraints:      55012
1485.68/1492.87	c #Conflicts:    2394000 | #Constraints:      56013
1485.68/1492.87	c #Conflicts:    2395000 | #Constraints:      57013
1485.68/1492.87	c #Conflicts:    2396000 | #Constraints:      58013
1485.68/1492.87	c #Conflicts:    2397000 | #Constraints:      59013
1485.68/1492.87	c #Conflicts:    2398000 | #Constraints:      60013
1485.68/1492.87	c #Conflicts:    2399000 | #Constraints:      61013
1485.68/1492.87	c #Conflicts:    2400000 | #Constraints:      62013
1485.68/1492.87	c #Conflicts:    2401000 | #Constraints:      63013
1485.68/1492.87	c #Conflicts:    2402000 | #Constraints:      64013
1485.68/1492.87	c #Conflicts:    2403000 | #Constraints:      65013
1485.68/1492.87	c #Conflicts:    2404000 | #Constraints:      66013
1485.68/1492.87	c #Conflicts:    2405000 | #Constraints:      67013
1485.68/1492.87	c #Conflicts:    2406000 | #Constraints:      68015
1485.68/1492.87	c #Conflicts:    2407000 | #Constraints:      69015
1485.68/1492.87	c #Conflicts:    2408000 | #Constraints:      70015
1485.68/1492.87	c #Conflicts:    2409000 | #Constraints:      71015
1485.68/1492.87	c INPROCESSING
1485.68/1492.87	c GARBAGE COLLECT
1485.68/1492.87	c #Conflicts:    2410000 | #Constraints:      41082
1485.68/1492.87	c #Conflicts:    2411000 | #Constraints:      42082
1485.68/1492.87	c #Conflicts:    2412000 | #Constraints:      43082
1485.68/1492.87	c #Conflicts:    2413000 | #Constraints:      44082
1485.68/1492.87	c #Conflicts:    2414000 | #Constraints:      45082
1485.68/1492.87	c #Conflicts:    2415000 | #Constraints:      46082
1485.68/1492.87	c #Conflicts:    2416000 | #Constraints:      47082
1485.68/1492.87	c #Conflicts:    2417000 | #Constraints:      48082
1485.68/1492.87	c #Conflicts:    2418000 | #Constraints:      49082
1485.68/1492.87	c #Conflicts:    2419000 | #Constraints:      50083
1485.68/1492.87	c #Conflicts:    2420000 | #Constraints:      51083
1485.68/1492.87	c #Conflicts:    2421000 | #Constraints:      52083
1485.68/1492.87	c #Conflicts:    2422000 | #Constraints:      53083
1485.68/1492.87	c #Conflicts:    2423000 | #Constraints:      54083
1485.68/1492.87	c #Conflicts:    2424000 | #Constraints:      55083
1485.68/1492.87	c #Conflicts:    2425000 | #Constraints:      56083
1485.68/1492.87	c #Conflicts:    2426000 | #Constraints:      57083
1485.68/1492.87	c #Conflicts:    2427000 | #Constraints:      58083
1485.68/1492.87	c #Conflicts:    2428000 | #Constraints:      59083
1544.59/1552.07	c #Conflicts:    2429000 | #Constraints:      60090
1544.59/1552.07	c #Conflicts:    2430000 | #Constraints:      61092
1544.59/1552.07	c #Conflicts:    2431000 | #Constraints:      62096
1544.59/1552.07	c #Conflicts:    2432000 | #Constraints:      63096
1544.59/1552.07	c #Conflicts:    2433000 | #Constraints:      64096
1544.59/1552.07	c #Conflicts:    2434000 | #Constraints:      65096
1544.59/1552.07	c #Conflicts:    2435000 | #Constraints:      66096
1544.59/1552.07	c #Conflicts:    2436000 | #Constraints:      67096
1544.59/1552.07	c #Conflicts:    2437000 | #Constraints:      68097
1544.59/1552.07	c #Conflicts:    2438000 | #Constraints:      69097
1544.59/1552.07	c #Conflicts:    2439000 | #Constraints:      70097
1544.59/1552.07	c #Conflicts:    2440000 | #Constraints:      71097
1544.59/1552.07	c INPROCESSING
1544.59/1552.07	c GARBAGE COLLECT
1544.59/1552.07	c #Conflicts:    2441000 | #Constraints:      41049
1544.59/1552.07	c #Conflicts:    2442000 | #Constraints:      42049
1544.59/1552.07	c #Conflicts:    2443000 | #Constraints:      43049
1544.59/1552.07	c #Conflicts:    2444000 | #Constraints:      44050
1544.59/1552.07	c #Conflicts:    2445000 | #Constraints:      45455
1544.59/1552.07	c #Conflicts:    2446000 | #Constraints:      46984
1544.59/1552.07	c #Conflicts:    2447000 | #Constraints:      48029
1544.59/1552.07	c #Conflicts:    2448000 | #Constraints:      49029
1544.59/1552.07	c #Conflicts:    2449000 | #Constraints:      50029
1544.59/1552.07	c #Conflicts:    2450000 | #Constraints:      51029
1544.59/1552.07	c #Conflicts:    2451000 | #Constraints:      52029
1544.59/1552.07	c #Conflicts:    2452000 | #Constraints:      53030
1544.59/1552.07	c #Conflicts:    2453000 | #Constraints:      54030
1544.59/1552.07	c #Conflicts:    2454000 | #Constraints:      55030
1544.59/1552.07	c #Conflicts:    2455000 | #Constraints:      56030
1544.59/1552.07	c #Conflicts:    2456000 | #Constraints:      57030
1544.59/1552.07	c #Conflicts:    2457000 | #Constraints:      58030
1544.59/1552.07	c #Conflicts:    2458000 | #Constraints:      59030
1544.59/1552.07	c #Conflicts:    2459000 | #Constraints:      60030
1544.59/1552.07	c #Conflicts:    2460000 | #Constraints:      61056
1544.59/1552.07	c #Conflicts:    2461000 | #Constraints:      62056
1544.59/1552.07	c #Conflicts:    2462000 | #Constraints:      63056
1544.59/1552.07	c #Conflicts:    2463000 | #Constraints:      64056
1544.59/1552.07	c #Conflicts:    2464000 | #Constraints:      65056
1544.59/1552.07	c #Conflicts:    2465000 | #Constraints:      66056
1544.59/1552.07	c #Conflicts:    2466000 | #Constraints:      67057
1544.59/1552.07	c #Conflicts:    2467000 | #Constraints:      68057
1544.59/1552.07	c #Conflicts:    2468000 | #Constraints:      69057
1544.59/1552.07	c #Conflicts:    2469000 | #Constraints:      70057
1544.59/1552.07	c #Conflicts:    2470000 | #Constraints:      71057
1544.59/1552.07	c #Conflicts:    2471000 | #Constraints:      72057
1544.59/1552.07	c INPROCESSING
1544.59/1552.07	c GARBAGE COLLECT
1544.59/1552.07	c #Conflicts:    2472000 | #Constraints:      41292
1544.59/1552.07	c #Conflicts:    2473000 | #Constraints:      42292
1544.59/1552.07	c #Conflicts:    2474000 | #Constraints:      43292
1544.59/1552.07	c #Conflicts:    2475000 | #Constraints:      44292
1544.59/1552.07	c #Conflicts:    2476000 | #Constraints:      45292
1544.59/1552.07	c #Conflicts:    2477000 | #Constraints:      46292
1544.59/1552.07	c #Conflicts:    2478000 | #Constraints:      47293
1544.59/1552.07	c #Conflicts:    2479000 | #Constraints:      48293
1544.59/1552.07	c #Conflicts:    2480000 | #Constraints:      49293
1544.59/1552.07	c #Conflicts:    2481000 | #Constraints:      50293
1544.59/1552.07	c #Conflicts:    2482000 | #Constraints:      51293
1544.59/1552.07	c #Conflicts:    2483000 | #Constraints:      52293
1544.59/1552.07	c #Conflicts:    2484000 | #Constraints:      53293
1544.59/1552.07	c #Conflicts:    2485000 | #Constraints:      54293
1544.59/1552.07	c #Conflicts:    2486000 | #Constraints:      55293
1544.59/1552.07	c #Conflicts:    2487000 | #Constraints:      56293
1544.59/1552.07	c #Conflicts:    2488000 | #Constraints:      57293
1544.59/1552.07	c #Conflicts:    2489000 | #Constraints:      58293
1544.59/1552.07	c #Conflicts:    2490000 | #Constraints:      59293
1544.59/1552.07	c #Conflicts:    2491000 | #Constraints:      60293
1544.59/1552.07	c #Conflicts:    2492000 | #Constraints:      61293
1544.59/1552.07	c #Conflicts:    2493000 | #Constraints:      62293
1544.59/1552.07	c #Conflicts:    2494000 | #Constraints:      63293
1544.59/1552.07	c #Conflicts:    2495000 | #Constraints:      64293
1544.59/1552.07	c #Conflicts:    2496000 | #Constraints:      65293
1544.59/1552.07	c #Conflicts:    2497000 | #Constraints:      66293
1544.59/1552.07	c #Conflicts:    2498000 | #Constraints:      67293
1544.59/1552.07	c #Conflicts:    2499000 | #Constraints:      68293
1544.59/1552.07	c #Conflicts:    2500000 | #Constraints:      69293
1544.59/1552.07	c #Conflicts:    2501000 | #Constraints:      70293
1544.59/1552.07	c #Conflicts:    2502000 | #Constraints:      71293
1544.59/1552.07	c #Conflicts:    2503000 | #Constraints:      72294
1544.59/1552.07	c INPROCESSING
1544.59/1552.07	c GARBAGE COLLECT
1544.59/1552.07	c #Conflicts:    2504000 | #Constraints:      41653
1544.59/1552.07	c #Conflicts:    2505000 | #Constraints:      42653
1560.04/1567.56	c #Conflicts:    2506000 | #Constraints:      43653
1560.04/1567.56	c #Conflicts:    2507000 | #Constraints:      44653
1560.04/1567.56	c #Conflicts:    2508000 | #Constraints:      45653
1560.04/1567.56	c #Conflicts:    2509000 | #Constraints:      46653
1560.04/1567.56	c #Conflicts:    2510000 | #Constraints:      47653
1560.04/1567.56	c #Conflicts:    2511000 | #Constraints:      48653
1560.04/1567.56	c #Conflicts:    2512000 | #Constraints:      49653
1560.04/1567.56	c #Conflicts:    2513000 | #Constraints:      50653
1560.04/1567.56	c #Conflicts:    2514000 | #Constraints:      51653
1560.04/1567.56	c #Conflicts:    2515000 | #Constraints:      52653
1560.04/1567.56	c #Conflicts:    2516000 | #Constraints:      53653
1560.04/1567.56	c #Conflicts:    2517000 | #Constraints:      54653
1560.04/1567.56	c #Conflicts:    2518000 | #Constraints:      55653
1560.04/1567.56	c #Conflicts:    2519000 | #Constraints:      56653
1560.04/1567.56	c #Conflicts:    2520000 | #Constraints:      57653
1560.04/1567.56	c #Conflicts:    2521000 | #Constraints:      58653
1560.04/1567.56	c #Conflicts:    2522000 | #Constraints:      59653
1560.04/1567.56	c #Conflicts:    2523000 | #Constraints:      60653
1560.04/1567.56	c #Conflicts:    2524000 | #Constraints:      61653
1560.04/1567.56	c #Conflicts:    2525000 | #Constraints:      62653
1560.04/1567.56	c #Conflicts:    2526000 | #Constraints:      63653
1560.04/1567.56	c #Conflicts:    2527000 | #Constraints:      64653
1560.04/1567.56	c #Conflicts:    2528000 | #Constraints:      65653
1560.04/1567.56	c #Conflicts:    2529000 | #Constraints:      66653
1560.04/1567.56	c #Conflicts:    2530000 | #Constraints:      67653
1560.04/1567.56	c #Conflicts:    2531000 | #Constraints:      68662
1560.04/1567.56	c #Conflicts:    2532000 | #Constraints:      69662
1560.04/1567.56	c #Conflicts:    2533000 | #Constraints:      70662
1560.04/1567.56	c #Conflicts:    2534000 | #Constraints:      71662
1560.04/1567.56	c #Conflicts:    2535000 | #Constraints:      72662
1560.04/1567.56	c INPROCESSING
1560.04/1567.56	c GARBAGE COLLECT
1560.04/1567.56	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[16]: 6 -1.1823 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[68]: 6 -0.333415 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[69]: 6 -0.999513 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[72]: 6 -0.639215 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[73]: 6 -0.999995 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[74]: 6 -1.12479 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[89]: 6 -0.24849 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[94]: 6 -1.49937 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[121]: 6 -1.6557 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[138]: 6 -0.999992 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[140]: 6 -0.833263 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[153]: 6 -1.99213 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[158]: 6 -0.832545 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[171]: 6 -0.997619 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[173]: 6 -0.75 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[176]: 6 0 0.942442 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[235]: 6 -0.497619 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[240]: 6 -0.682314 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[257]: 6 -1.00018 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[264]: 6 -0.999886 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[276]: 6 0 0.36539 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[345]: 6 0 0.00243907 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[356]: 6 -0.999964 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[382]: 6 -0.999998 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[399]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[420]: 6 -0.666922 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[425]: 6 -0.999384 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[427]: 6 -1.12466 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[456]: 6 -0.999889 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[478]: 6 -0.826951 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[487]: 6 -1.49997 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[516]: 6 -0.331438 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[542]: 6 -1.18522 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[569]: 6 -0.978204 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[581]: 6 -0.999177 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[586]: 6 -0.997825 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[588]: 6 -0.833387 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[601]: 6 0 0.00191409 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[613]: 6 -0.999535 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[669]: 6 -1.00013 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[670]: 6 -0.853304 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[704]: 6 -0.999754 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[713]: 6 -1.0625 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[730]: 6 -1.00093 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1026]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1060]: 6 -0.999985 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1068]: 6 -1.45312 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1070]: 6 -1.31249 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1080]: 6 -1.79167 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1113]: 6 -1.61372 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1116]: 6 -0.807719 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1129]: 6 -0.999998 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1140]: 6 -0.186524 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1141]: 6 -0.5625 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1142]: 6 -0.623047 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1147]: 6 0 0.499935 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1160]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1166]: 6 -0.730116 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1170]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1173]: 6 0 0.394532 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1178]: 6 -0.404924 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1185]: 6 -0.999994 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1222]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1225]: 6 -1.53516 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1232]: 6 -3.43726 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1265]: 6 -2.65625 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1272]: 6 -1.67578 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1286]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1288]: 6 -1.07849 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1290]: 6 -0.937499 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1293]: 6 -1.04199 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1297]: 6 0 0.140626 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1307]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1314]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1319]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1324]: 6 -0.85083 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1335]: 6 -1.03119 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1348]: 6 -1.14051 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1358]: 6 -1.95822 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1374]: 6 -0.812759 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1396]: 6 -1.03124 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1410]: 6 -0.999248 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1420]: 6 0 9.79227e-07 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1428]: 6 -0.0810459 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1433]: 6 -0.594004 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1479]: 6 -0.535603 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1497]: 6 -0.749893 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1530]: 6 -0.812371 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1562]: 6 -0.501757 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1567]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1594]: 6 -1.74938 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1598]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1604]: 6 -1.00051 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1605]: 6 -0.997275 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1608]: 6 -1.06324 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1623]: 6 -1.61527 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1624]: 6 -0.749695 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1631]: 6 -1.9997 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1636]: 6 -0.999291 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1659]: 6 -1.24679 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1674]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1679]: 6 -1.29393 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1964]: 6 -0.999746 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1966]: 6 -0.999492 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1974]: 6 0 0.960947 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[1978]: 6 0 0.499995 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2004]: 6 -0.666651 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2078]: 6 -0.312501 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2100]: 6 0 0.465278 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2145]: 6 -1.00026 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2158]: 6 -0.999492 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2160]: 6 -0.998983 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2185]: 6 -0.500001 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2248]: 6 -10.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2263]: 6 -1.24999 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2265]: 6 -0.500004 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2293]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2334]: 6 -1.5 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2366]: 6 -5.125 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2386]: 6 -1.00001 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2394]: 6 -2.75 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2418]: 6 -1.77292 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2449]: 6 -1.32813 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2457]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2464]: 6 -8.27194 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2476]: 6 0 0.750001 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2508]: 6 -1.3125 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2604]: 6 -1.125 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2616]: 6 -1.375 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2618]: 6 -1.5 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2646]: 6 -3.17676 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2660]: 6 -6.375 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2721]: 6 -0.999991 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2725]: 6 -0.999984 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2742]: 6 -1.32813 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2780]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2811]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2820]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2838]: 6 -5.33203 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2845]: 6 -0.34375 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2889]: 6 -1.14063 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2895]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2921]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2936]: 6 -4.49956 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2938]: 6 -11.9991 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2966]: 6 -0.999937 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2986]: 6 -1.00004 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3018]: 6 -0.998691 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3026]: 6 -1.24982 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3036]: 6 0 0.101563 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3044]: 6 0 0.0810558 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3053]: 6 -0.29688 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3067]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3082]: 6 -1.32031 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3092]: 6 -1.40624 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3118]: 6 -1.32813 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3136]: 6 -3.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3143]: 6 -0.187502 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3154]: 6 -1.5 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3178]: 6 -0.999866 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3188]: 6 -1.67183 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3211]: 6 -0.999801 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3218]: 6 -1.12527 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3219]: 6 -1.12554 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3228]: 6 -1.35449 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3260]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3307]: 6 -0.996098 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3309]: 6 -0.999996 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3314]: 6 -0.767802 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3316]: 6 -0.535603 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3317]: 6 -0.999928 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3352]: 6 -0.498968 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3354]: 6 -4.24794 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3387]: 6 -0.996487 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3402]: 6 -1.49963 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3403]: 6 -1.50003 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3410]: 6 -0.999545 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3419]: 6 -1.25001 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3424]: 6 0 1.00004 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3425]: 6 -0.999951 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3440]: 6 0 1 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3479]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3489]: 6 -0.999783 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3515]: 6 -1.3125 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3589]: 6 -1.00027 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3593]: 6 -0.998919 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3596]: 6 -0.982581 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3608]: 6 -1.33379 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3614]: 6 -1.24957 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3628]: 6 0 0.749781 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3653]: 6 -0.999589 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3687]: 6 -0.999589 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3695]: 6 0 0.0831189 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3696]: 6 -0.997826 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3698]: 6 -3.16189 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3700]: 6 -1.00018 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3708]: 6 -1.24716 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3710]: 6 -1.16619 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3736]: 6 -0.999908 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3764]: 6 -1.59374 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3773]: 6 -1.25 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3829]: 6 -0.999516 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3832]: 6 -1.3125 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3833]: 6 -0.875001 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3887]: 6 -0.992974 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3894]: 6 -0.999981 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3896]: 6 -1.24998 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3916]: 6 -4.57883 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3917]: 6 -4.57883 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3924]: 6 -1.00007 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3932]: 6 -0.998833 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3969]: 6 -0.999834 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3972]: 6 -1.00001 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3977]: 6 0 2.99896 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3981]: 6 -0.998462 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3985]: 6 -0.992111 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3990]: 6 -1.44729 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3994]: 6 0 0.841865 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[3998]: 6 -0.492435 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4000]: 6 0 0.734922 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4024]: 6 -0.999135 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4040]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4045]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4066]: 6 -0.999449 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4067]: 6 -0.999897 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4070]: 6 -0.999588 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4073]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4096]: 6 -7.96591 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4105]: 6 0 0.230749 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4108]: 6 -1.125 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4116]: 6 -0.994429 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4120]: 6 -1.00031 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4238]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4239]: 6 -1 0 shouldn't be
1560.04/1567.56	WSVECS04 Frhs2[4248]: 6 -1.00003 0 shouldn't be
1604.12/1611.91	c #Conflicts:    2536000 | #Constraints:      41928
1604.12/1611.91	c #Conflicts:    2537000 | #Constraints:      42928
1604.12/1611.91	c #Conflicts:    2538000 | #Constraints:      43928
1604.12/1611.91	c #Conflicts:    2539000 | #Constraints:      44928
1604.12/1611.91	c #Conflicts:    2540000 | #Constraints:      45928
1604.12/1611.91	c #Conflicts:    2541000 | #Constraints:      46928
1604.12/1611.91	c #Conflicts:    2542000 | #Constraints:      47928
1604.12/1611.91	c #Conflicts:    2543000 | #Constraints:      48928
1604.12/1611.91	c #Conflicts:    2544000 | #Constraints:      49928
1604.12/1611.91	c #Conflicts:    2545000 | #Constraints:      50928
1604.12/1611.91	c #Conflicts:    2546000 | #Constraints:      51928
1604.12/1611.91	c #Conflicts:    2547000 | #Constraints:      52928
1604.12/1611.91	c #Conflicts:    2548000 | #Constraints:      53928
1604.12/1611.91	c #Conflicts:    2549000 | #Constraints:      54928
1604.12/1611.91	c #Conflicts:    2550000 | #Constraints:      55928
1604.12/1611.91	c #Conflicts:    2551000 | #Constraints:      56928
1604.12/1611.91	c #Conflicts:    2552000 | #Constraints:      57928
1604.12/1611.91	c #Conflicts:    2553000 | #Constraints:      58929
1604.12/1611.91	c #Conflicts:    2554000 | #Constraints:      5 [...]

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

624.56	WSVECS04 Frhs2[4046]: 6 -1 0 shouldn't be
1616.68/1624.56	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1616.68/1624.56	WSVECS04 Frhs2[4093]: 6 -1 0 shouldn't be
1616.68/1624.56	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
1616.68/1624.56	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
1616.68/1624.56	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
1673.36/1681.55	c #Conflicts:    2632000 | #Constraints:      41772
1673.36/1681.55	c #Conflicts:    2633000 | #Constraints:      42773
1673.36/1681.55	c #Conflicts:    2634000 | #Constraints:      43773
1673.36/1681.55	c #Conflicts:    2635000 | #Constraints:      44773
1673.36/1681.55	c #Conflicts:    2636000 | #Constraints:      45773
1673.36/1681.55	c #Conflicts:    2637000 | #Constraints:      46773
1673.36/1681.55	c #Conflicts:    2638000 | #Constraints:      47773
1673.36/1681.55	c #Conflicts:    2639000 | #Constraints:      48773
1673.36/1681.55	c #Conflicts:    2640000 | #Constraints:      49773
1673.36/1681.55	c #Conflicts:    2641000 | #Constraints:      50773
1673.36/1681.55	c #Conflicts:    2642000 | #Constraints:      51773
1673.36/1681.55	c #Conflicts:    2643000 | #Constraints:      52773
1673.36/1681.55	c #Conflicts:    2644000 | #Constraints:      53773
1673.36/1681.55	c #Conflicts:    2645000 | #Constraints:      54773
1673.36/1681.55	c #Conflicts:    2646000 | #Constraints:      55773
1673.36/1681.55	c #Conflicts:    2647000 | #Constraints:      56773
1673.36/1681.55	c #Conflicts:    2648000 | #Constraints:      57773
1673.36/1681.55	c #Conflicts:    2649000 | #Constraints:      58773
1673.36/1681.55	c #Conflicts:    2650000 | #Constraints:      59773
1673.36/1681.55	c #Conflicts:    2651000 | #Constraints:      60773
1673.36/1681.55	c #Conflicts:    2652000 | #Constraints:      61773
1673.36/1681.55	c #Conflicts:    2653000 | #Constraints:      62773
1673.36/1681.55	c #Conflicts:    2654000 | #Constraints:      63773
1673.36/1681.55	c #Conflicts:    2655000 | #Constraints:      64773
1673.36/1681.55	c #Conflicts:    2656000 | #Constraints:      65773
1673.36/1681.55	c #Conflicts:    2657000 | #Constraints:      66773
1673.36/1681.55	c #Conflicts:    2658000 | #Constraints:      67773
1673.36/1681.55	c #Conflicts:    2659000 | #Constraints:      68774
1673.36/1681.55	c #Conflicts:    2660000 | #Constraints:      69774
1673.36/1681.55	c #Conflicts:    2661000 | #Constraints:      70774
1673.36/1681.55	c #Conflicts:    2662000 | #Constraints:      71774
1673.36/1681.55	c #Conflicts:    2663000 | #Constraints:      72774
1673.36/1681.55	c #Conflicts:    2664000 | #Constraints:      73774
1673.36/1681.55	c INPROCESSING
1673.36/1681.55	c GARBAGE COLLECT
1673.36/1681.55	c #Conflicts:    2665000 | #Constraints:      42416
1673.36/1681.55	c #Conflicts:    2666000 | #Constraints:      43416
1673.36/1681.55	c #Conflicts:    2667000 | #Constraints:      44416
1673.36/1681.55	c #Conflicts:    2668000 | #Constraints:      45416
1673.36/1681.55	c #Conflicts:    2669000 | #Constraints:      46416
1673.36/1681.55	c #Conflicts:    2670000 | #Constraints:      47416
1673.36/1681.55	c #Conflicts:    2671000 | #Constraints:      48416
1673.36/1681.55	c #Conflicts:    2672000 | #Constraints:      49416
1673.36/1681.55	c #Conflicts:    2673000 | #Constraints:      50416
1673.36/1681.55	c #Conflicts:    2674000 | #Constraints:      51416
1673.36/1681.55	c #Conflicts:    2675000 | #Constraints:      52416
1673.36/1681.55	c #Conflicts:    2676000 | #Constraints:      53416
1673.36/1681.55	c #Conflicts:    2677000 | #Constraints:      54416
1673.36/1681.55	c #Conflicts:    2678000 | #Constraints:      55416
1673.36/1681.55	c #Conflicts:    2679000 | #Constraints:      56416
1673.36/1681.55	c #Conflicts:    2680000 | #Constraints:      57416
1673.36/1681.55	c #Conflicts:    2681000 | #Constraints:      58417
1673.36/1681.55	c #Conflicts:    2682000 | #Constraints:      59417
1673.36/1681.55	c #Conflicts:    2683000 | #Constraints:      60417
1673.36/1681.55	c #Conflicts:    2684000 | #Constraints:      61417
1673.36/1681.55	c #Conflicts:    2685000 | #Constraints:      62417
1673.36/1681.55	c #Conflicts:    2686000 | #Constraints:      63417
1673.36/1681.55	c #Conflicts:    2687000 | #Constraints:      64417
1673.36/1681.55	c #Conflicts:    2688000 | #Constraints:      65417
1673.36/1681.55	c #Conflicts:    2689000 | #Constraints:      66417
1673.36/1681.55	c #Conflicts:    2690000 | #Constraints:      67417
1673.36/1681.55	c #Conflicts:    2691000 | #Constraints:      68421
1673.36/1681.55	c #Conflicts:    2692000 | #Constraints:      69421
1673.36/1681.55	c #Conflicts:    2693000 | #Constraints:      70421
1673.36/1681.55	c #Conflicts:    2694000 | #Constraints:      71421
1673.36/1681.55	c #Conflicts:    2695000 | #Constraints:      72421
1673.36/1681.55	c #Conflicts:    2696000 | #Constraints:      73421
1673.36/1681.55	c #Conflicts:    2697000 | #Constraints:      74421
1673.36/1681.55	c INPROCESSING
1673.36/1681.55	c GARBAGE COLLECT
1673.36/1681.55	c #Conflicts:    2698000 | #Constraints:      42795
1673.36/1681.55	c #Conflicts:    2699000 | #Constraints:      43795
1673.36/1681.55	c #Conflicts:    2700000 | #Constraints:      44795
1673.36/1681.55	c #Conflicts:    2701000 | #Constraints:      45795
1673.36/1681.55	c #Conflicts:    2702000 | #Constraints:      46795
1673.36/1681.55	c #Conflicts:    2703000 | #Constraints:      47795
1673.36/1681.55	c #Conflicts:    2704000 | #Constraints:      48795
1673.36/1681.55	c #Conflicts:    2705000 | #Constraints:      49795
1673.36/1681.55	c #Conflicts:    2706000 | #Constraints:      50795
1673.36/1681.55	c #Conflicts:    2707000 | #Constraints:      51795
1673.36/1681.55	c #Conflicts:    2708000 | #Constraints:      52795
1673.36/1681.55	c #Conflicts:    2709000 | #Constraints:      53795
1710.79/1719.15	c #Conflicts:    2710000 | #Constraints:      54795
1710.79/1719.15	c #Conflicts:    2711000 | #Constraints:      55795
1710.79/1719.15	c #Conflicts:    2712000 | #Constraints:      56795
1710.79/1719.15	c #Conflicts:    2713000 | #Constraints:      57795
1710.79/1719.15	c #Conflicts:    2714000 | #Constraints:      58795
1710.79/1719.15	c #Conflicts:    2715000 | #Constraints:      59795
1710.79/1719.15	c #Conflicts:    2716000 | #Constraints:      60795
1710.79/1719.15	c #Conflicts:    2717000 | #Constraints:      61795
1710.79/1719.15	c #Conflicts:    2718000 | #Constraints:      62795
1710.79/1719.15	c #Conflicts:    2719000 | #Constraints:      63795
1710.79/1719.15	c #Conflicts:    2720000 | #Constraints:      64795
1710.79/1719.15	c #Conflicts:    2721000 | #Constraints:      65795
1710.79/1719.15	c #Conflicts:    2722000 | #Constraints:      66795
1710.79/1719.15	c #Conflicts:    2723000 | #Constraints:      67795
1710.79/1719.15	c #Conflicts:    2724000 | #Constraints:      68795
1710.79/1719.15	c #Conflicts:    2725000 | #Constraints:      69795
1710.79/1719.15	c #Conflicts:    2726000 | #Constraints:      70795
1710.79/1719.15	c #Conflicts:    2727000 | #Constraints:      71795
1710.79/1719.15	c #Conflicts:    2728000 | #Constraints:      72795
1710.79/1719.15	c #Conflicts:    2729000 | #Constraints:      73795
1710.79/1719.15	c #Conflicts:    2730000 | #Constraints:      74795
1710.79/1719.15	c INPROCESSING
1710.79/1719.15	c GARBAGE COLLECT
1710.79/1719.15	c #Conflicts:    2731000 | #Constraints:      42998
1710.79/1719.15	c #Conflicts:    2732000 | #Constraints:      43998
1710.79/1719.15	c #Conflicts:    2733000 | #Constraints:      44998
1710.79/1719.15	c #Conflicts:    2734000 | #Constraints:      45998
1710.79/1719.15	c #Conflicts:    2735000 | #Constraints:      46998
1710.79/1719.15	c #Conflicts:    2736000 | #Constraints:      47998
1710.79/1719.15	c #Conflicts:    2737000 | #Constraints:      48998
1710.79/1719.15	c #Conflicts:    2738000 | #Constraints:      49998
1710.79/1719.15	c #Conflicts:    2739000 | #Constraints:      50998
1710.79/1719.15	c #Conflicts:    2740000 | #Constraints:      51998
1710.79/1719.15	c #Conflicts:    2741000 | #Constraints:      52998
1710.79/1719.15	c #Conflicts:    2742000 | #Constraints:      53998
1710.79/1719.15	c #Conflicts:    2743000 | #Constraints:      54998
1710.79/1719.15	c #Conflicts:    2744000 | #Constraints:      55998
1710.79/1719.15	c #Conflicts:    2745000 | #Constraints:      56998
1710.79/1719.15	c #Conflicts:    2746000 | #Constraints:      57998
1710.79/1719.15	c #Conflicts:    2747000 | #Constraints:      58998
1710.79/1719.15	c #Conflicts:    2748000 | #Constraints:      59998
1710.79/1719.15	c #Conflicts:    2749000 | #Constraints:      60998
1710.79/1719.15	c #Conflicts:    2750000 | #Constraints:      61998
1710.79/1719.15	c #Conflicts:    2751000 | #Constraints:      62998
1710.79/1719.15	c #Conflicts:    2752000 | #Constraints:      63998
1710.79/1719.15	c #Conflicts:    2753000 | #Constraints:      64998
1710.79/1719.15	c #Conflicts:    2754000 | #Constraints:      65998
1710.79/1719.15	c #Conflicts:    2755000 | #Constraints:      66998
1710.79/1719.15	c #Conflicts:    2756000 | #Constraints:      67998
1710.79/1719.15	c #Conflicts:    2757000 | #Constraints:      68998
1710.79/1719.15	c #Conflicts:    2758000 | #Constraints:      69999
1710.79/1719.15	c #Conflicts:    2759000 | #Constraints:      70999
1710.79/1719.15	c #Conflicts:    2760000 | #Constraints:      71999
1710.79/1719.15	c #Conflicts:    2761000 | #Constraints:      72999
1710.79/1719.15	c #Conflicts:    2762000 | #Constraints:      73999
1710.79/1719.15	c #Conflicts:    2763000 | #Constraints:      74999
1710.79/1719.15	c INPROCESSING
1710.79/1719.15	c GARBAGE COLLECT
1710.79/1719.15	c #Conflicts:    2764000 | #Constraints:      42988
1710.79/1719.15	c #Conflicts:    2765000 | #Constraints:      43988
1710.79/1719.15	c #Conflicts:    2766000 | #Constraints:      44988
1710.79/1719.15	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[42]: 6 -1.5 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[59]: 6 -2 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[61]: 6 -3.66667 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[81]: 6 -1.00002 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[103]: 6 -2.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[124]: 6 -0.3125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[125]: 6 0 5.48359 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[129]: 6 -3.5 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[157]: 6 -4.84326 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[158]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[159]: 6 -0.875001 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[162]: 6 -1.125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[188]: 6 -0.802852 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[197]: 6 -0.76172 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[200]: 6 -0.492188 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[219]: 6 0 0.242188 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[227]: 6 -0.562501 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[299]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[323]: 6 0 1.28795 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[325]: 6 -0.519532 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[349]: 6 -4.53076 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[351]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[355]: 6 -1.3125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[380]: 6 -0.409837 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[381]: 6 -1.83847 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[384]: 6 -0.75 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[418]: 6 -1.68583 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[420]: 6 -2.64063 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[469]: 6 -1.00076 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[483]: 6 0 1.28795 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[511]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[514]: 6 -1.68583 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[540]: 6 0 1.33555 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[551]: 6 0 0.25 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[571]: 6 0 1.40938 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[612]: 6 0 0.562501 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[640]: 6 -0.75 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[644]: 6 -3.28076 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[648]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[674]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[675]: 6 0 0.0859381 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[678]: 6 -2.3125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[704]: 6 -2.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[725]: 6 -1.00076 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[735]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1116]: 6 -1.15301 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1211]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1212]: 6 -2.86094 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1218]: 6 -0.832032 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1229]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1255]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1276]: 6 0 0.656251 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1278]: 6 -1.33594 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1306]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1343]: 6 -1.375 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1344]: 6 -1.375 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1437]: 6 -0.478516 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1440]: 6 0 0.250001 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1510]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1531]: 6 -1.854 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1537]: 6 -1.875 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1571]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1573]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1593]: 6 -1.3125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1600]: 6 -3.5625 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1651]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1652]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2004]: 6 -0.666667 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2145]: 6 -1.81417 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2148]: 6 0 2.2567 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2151]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2182]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2201]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2203]: 6 -0.75 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2247]: 6 -5.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2302]: 6 -5 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2317]: 6 -1.00019 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2338]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2345]: 6 -2.89844 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2428]: 6 -1.32813 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2442]: 6 -3.625 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2443]: 6 -5.625 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2486]: 6 -1.3125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2502]: 6 -1.12305 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2542]: 6 0 1.01563 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2546]: 6 -9.0625 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2612]: 6 -1.00152 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2627]: 6 -3.64844 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2727]: 6 -3.1875 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2730]: 6 -10.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2776]: 6 -5.40625 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2777]: 6 -7.40625 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2814]: 6 -1.3125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2817]: 6 -0.828125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2821]: 6 -1.3125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2872]: 6 -5.3125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2918]: 6 -0.707032 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2919]: 6 -0.75 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2970]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2972]: 6 -5 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3065]: 6 -0.625 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3100]: 6 -1.09375 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3106]: 6 -15.5 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3158]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3256]: 6 -1.3125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3355]: 6 -0.625 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3447]: 6 -1.09424 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3448]: 6 -10.5 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3485]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3492]: 6 0 0.187501 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3496]: 6 -5.75 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3501]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3543]: 6 -1.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3590]: 6 -5 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3682]: 6 0 0.328126 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3686]: 6 -5.41964 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3692]: 6 0 1 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3737]: 6 -2.125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3745]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3832]: 6 -1.3125 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3838]: 6 -2.5 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3891]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3931]: 6 -3.25 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3963]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3974]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3978]: 6 -4.75 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4029]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4176]: 6 -1 0 shouldn't be
1710.79/1719.15	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
1758.29/1767.08	c #Conflicts:    2767000 | #Constraints:      46014
1758.29/1767.08	c #Conflicts:    2768000 | #Constraints:      47014
1758.29/1767.08	c #Conflicts:    2769000 | #Constraints:      48014
1758.29/1767.08	c #Conflicts:    2770000 | #Constraints:      49014
1758.29/1767.08	c #Conflicts:    2771000 | #Constraints:      50014
1758.29/1767.08	c #Conflicts:    2772000 | #Constraints:      51014
1758.29/1767.08	c #Conflicts:    2773000 | #Constraints:      52014
1758.29/1767.08	c #Conflicts:    2774000 | #Constraints:      53014
1758.29/1767.08	c #Conflicts:    2775000 | #Constraints:      54014
1758.29/1767.08	c #Conflicts:    2776000 | #Constraints:      55014
1758.29/1767.08	c #Conflicts:    2777000 | #Constraints:      56014
1758.29/1767.08	c #Conflicts:    2778000 | #Constraints:      57014
1758.29/1767.08	c #Conflicts:    2779000 | #Constraints:      58014
1758.29/1767.08	c #Conflicts:    2780000 | #Constraints:      59014
1758.29/1767.08	c #Conflicts:    2781000 | #Constraints:      60014
1758.29/1767.08	c #Conflicts:    2782000 | #Constraints:      61014
1758.29/1767.08	c #Conflicts:    2783000 | #Constraints:      62014
1758.29/1767.08	c #Conflicts:    2784000 | #Constraints:      63014
1758.29/1767.08	c #Conflicts:    2785000 | #Constraints:      64014
1758.29/1767.08	c #Conflicts:    2786000 | #Constraints:      65014
1758.29/1767.08	c #Conflicts:    2787000 | #Constraints:      66014
1758.29/1767.08	c #Conflicts:    2788000 | #Constraints:      67014
1758.29/1767.08	c #Conflicts:    2789000 | #Constraints:      68014
1758.29/1767.08	c #Conflicts:    2790000 | #Constraints:      69014
1758.29/1767.08	c #Conflicts:    2791000 | #Constraints:      70014
1758.29/1767.08	c #Conflicts:    2792000 | #Constraints:      71014
1758.29/1767.08	c #Conflicts:    2793000 | #Constraints:      72014
1758.29/1767.08	c #Conflicts:    2794000 | #Constraints:      73014
1758.29/1767.08	c #Conflicts:    2795000 | #Constraints:      74014
1758.29/1767.08	c #Conflicts:    2796000 | #Constraints:      75014
1758.29/1767.08	c INPROCESSING
1758.29/1767.08	c GARBAGE COLLECT
1758.29/1767.08	c #Conflicts:    2797000 | #Constraints:      42752
1758.29/1767.08	c #Conflicts:    2798000 | #Constraints:      43752
1758.29/1767.08	c #Conflicts:    2799000 | #Constraints:      44752
1758.29/1767.08	c #Conflicts:    2800000 | #Constraints:      45752
1758.29/1767.08	c #Conflicts:    2801000 | #Constraints:      46752
1758.29/1767.08	c #Conflicts:    2802000 | #Constraints:      47752
1758.29/1767.08	c #Conflicts:    2803000 | #Constraints:      48752
1758.29/1767.08	c #Conflicts:    2804000 | #Constraints:      49752
1758.29/1767.08	c #Conflicts:    2805000 | #Constraints:      50752
1758.29/1767.08	c #Conflicts:    2806000 | #Constraints:      51752
1758.29/1767.08	c #Conflicts:    2807000 | #Constraints:      52752
1758.29/1767.08	c #Conflicts:    2808000 | #Constraints:      53752
1758.29/1767.08	c #Conflicts:    2809000 | #Constraints:      54752
1758.29/1767.08	c #Conflicts:    2810000 | #Constraints:      55752
1758.29/1767.08	c #Conflicts:    2811000 | #Constraints:      56752
1758.29/1767.08	c #Conflicts:    2812000 | #Constraints:      57752
1758.29/1767.08	c #Conflicts:    2813000 | #Constraints:      58752
1758.29/1767.08	c #Conflicts:    2814000 | #Constraints:      59752
1758.29/1767.08	c #Conflicts:    2815000 | #Constraints:      60752
1758.29/1767.08	c #Conflicts:    2816000 | #Constraints:      61752
1758.29/1767.08	c #Conflicts:    2817000 | #Constraints:      62752
1758.29/1767.08	c #Conflicts:    2818000 | #Constraints:      63752
1758.29/1767.08	c #Conflicts:    2819000 | #Constraints:      64752
1758.29/1767.08	c #Conflicts:    2820000 | #Constraints:      65752
1758.29/1767.08	c #Conflicts:    2821000 | #Constraints:      66752
1758.29/1767.08	c #Conflicts:    2822000 | #Constraints:      67752
1758.29/1767.08	c #Conflicts:    2823000 | #Constraints:      68752
1758.29/1767.08	c #Conflicts:    2824000 | #Constraints:      69752
1758.29/1767.08	c #Conflicts:    2825000 | #Constraints:      70752
1758.29/1767.08	c #Conflicts:    2826000 | #Constraints:      71752
1758.29/1767.08	c #Conflicts:    2827000 | #Constraints:      72752
1758.29/1767.08	c #Conflicts:    2828000 | #Constraints:      73752
1758.29/1767.08	c #Conflicts:    2829000 | #Constraints:      74752
1758.29/1767.08	c #Conflicts:    2830000 | #Constraints:      75752
1758.29/1767.08	c INPROCESSING
1758.29/1767.08	c GARBAGE COLLECT
1758.29/1767.08	c #Conflicts:    2831000 | #Constraints:      43379
1758.29/1767.08	c #Conflicts:    2832000 | #Constraints:      44379
1758.29/1767.08	c #Conflicts:    2833000 | #Constraints:      45379
1758.29/1767.08	c #Conflicts:    2834000 | #Constraints:      46379
1758.29/1767.08	c #Conflicts:    2835000 | #Constraints:      47379
1758.29/1767.08	c #Conflicts:    2836000 | #Constraints:      48379
1758.29/1767.08	c #Conflicts:    2837000 | #Constraints:      49379
1758.29/1767.08	c #Conflicts:    2838000 | #Constraints:      50379
1758.29/1767.08	c #Conflicts:    2839000 | #Constraints:      51379
1758.29/1767.08	c #Conflicts:    2840000 | #Constraints:      52379
1758.29/1767.08	c #Conflicts:    2841000 | #Constraints:      53379
1758.29/1767.08	c #Conflicts:    2842000 | #Constraints:      54379
1758.29/1767.08	c #Conflicts:    2843000 | #Constraints:      55379
1758.29/1767.08	c #Conflicts:    2844000 | #Constraints:      56379
1824.59/1833.76	c #Conflicts:    2845000 | #Constraints:      57379
1824.59/1833.76	c #Conflicts:    2846000 | #Constraints:      58379
1824.59/1833.76	c #Conflicts:    2847000 | #Constraints:      59379
1824.59/1833.76	c #Conflicts:    2848000 | #Constraints:      60379
1824.59/1833.76	c #Conflicts:    2849000 | #Constraints:      61379
1824.59/1833.76	c #Conflicts:    2850000 | #Constraints:      62379
1824.59/1833.76	c #Conflicts:    2851000 | #Constraints:      63379
1824.59/1833.76	c #Conflicts:    2852000 | #Constraints:      64379
1824.59/1833.76	c #Conflicts:    2853000 | #Constraints:      65379
1824.59/1833.76	c #Conflicts:    2854000 | #Constraints:      66379
1824.59/1833.76	c #Conflicts:    2855000 | #Constraints:      67379
1824.59/1833.76	c #Conflicts:    2856000 | #Constraints:      68379
1824.59/1833.76	c #Conflicts:    2857000 | #Constraints:      69379
1824.59/1833.76	c #Conflicts:    2858000 | #Constraints:      70379
1824.59/1833.76	c #Conflicts:    2859000 | #Constraints:      71379
1824.59/1833.76	c #Conflicts:    2860000 | #Constraints:      72379
1824.59/1833.76	c #Conflicts:    2861000 | #Constraints:      73379
1824.59/1833.76	c #Conflicts:    2862000 | #Constraints:      74379
1824.59/1833.76	c #Conflicts:    2863000 | #Constraints:      75379
1824.59/1833.76	c #Conflicts:    2864000 | #Constraints:      76379
1824.59/1833.76	c INPROCESSING
1824.59/1833.76	c GARBAGE COLLECT
1824.59/1833.76	c #Conflicts:    2865000 | #Constraints:      43757
1824.59/1833.76	c #Conflicts:    2866000 | #Constraints:      44757
1824.59/1833.76	c #Conflicts:    2867000 | #Constraints:      45757
1824.59/1833.76	c #Conflicts:    2868000 | #Constraints:      46757
1824.59/1833.76	c #Conflicts:    2869000 | #Constraints:      47757
1824.59/1833.76	c #Conflicts:    2870000 | #Constraints:      48757
1824.59/1833.76	c #Conflicts:    2871000 | #Constraints:      49757
1824.59/1833.76	c #Conflicts:    2872000 | #Constraints:      50757
1824.59/1833.76	c #Conflicts:    2873000 | #Constraints:      51757
1824.59/1833.76	c #Conflicts:    2874000 | #Constraints:      52757
1824.59/1833.76	c #Conflicts:    2875000 | #Constraints:      53757
1824.59/1833.76	c #Conflicts:    2876000 | #Constraints:      54757
1824.59/1833.76	c #Conflicts:    2877000 | #Constraints:      55757
1824.59/1833.76	c #Conflicts:    2878000 | #Constraints:      56757
1824.59/1833.76	c #Conflicts:    2879000 | #Constraints:      57757
1824.59/1833.76	c #Conflicts:    2880000 | #Constraints:      58757
1824.59/1833.76	c #Conflicts:    2881000 | #Constraints:      59757
1824.59/1833.76	c #Conflicts:    2882000 | #Constraints:      60757
1824.59/1833.76	c #Conflicts:    2883000 | #Constraints:      61757
1824.59/1833.76	c #Conflicts:    2884000 | #Constraints:      62757
1824.59/1833.76	c #Conflicts:    2885000 | #Constraints:      63757
1824.59/1833.76	c #Conflicts:    2886000 | #Constraints:      64757
1824.59/1833.76	c #Conflicts:    2887000 | #Constraints:      65757
1824.59/1833.76	c #Conflicts:    2888000 | #Constraints:      66757
1824.59/1833.76	c #Conflicts:    2889000 | #Constraints:      67757
1824.59/1833.76	c #Conflicts:    2890000 | #Constraints:      68757
1824.59/1833.76	c #Conflicts:    2891000 | #Constraints:      69757
1824.59/1833.76	c #Conflicts:    2892000 | #Constraints:      70757
1824.59/1833.76	c #Conflicts:    2893000 | #Constraints:      71757
1824.59/1833.76	c #Conflicts:    2894000 | #Constraints:      72757
1824.59/1833.76	c #Conflicts:    2895000 | #Constraints:      73757
1824.59/1833.76	c #Conflicts:    2896000 | #Constraints:      74757
1824.59/1833.76	c #Conflicts:    2897000 | #Constraints:      75757
1824.59/1833.76	c #Conflicts:    2898000 | #Constraints:      76757
1824.59/1833.76	c INPROCESSING
1824.59/1833.76	c GARBAGE COLLECT
1824.59/1833.76	c #Conflicts:    2899000 | #Constraints:      43997
1824.59/1833.76	c #Conflicts:    2900000 | #Constraints:      44997
1824.59/1833.76	c #Conflicts:    2901000 | #Constraints:      45997
1824.59/1833.76	c #Conflicts:    2902000 | #Constraints:      46997
1824.59/1833.76	c #Conflicts:    2903000 | #Constraints:      47997
1824.59/1833.76	c #Conflicts:    2904000 | #Constraints:      48997
1824.59/1833.76	c #Conflicts:    2905000 | #Constraints:      49997
1824.59/1833.76	c #Conflicts:    2906000 | #Constraints:      50997
1824.59/1833.76	c #Conflicts:    2907000 | #Constraints:      51997
1824.59/1833.76	c #Conflicts:    2908000 | #Constraints:      52997
1824.59/1833.76	c #Conflicts:    2909000 | #Constraints:      53997
1824.59/1833.76	c #Conflicts:    2910000 | #Constraints:      54997
1824.59/1833.76	c #Conflicts:    2911000 | #Constraints:      55997
1824.59/1833.76	c #Conflicts:    2912000 | #Constraints:      56997
1824.59/1833.76	c #Conflicts:    2913000 | #Constraints:      57997
1824.59/1833.76	c #Conflicts:    2914000 | #Constraints:      58997
1824.59/1833.76	c #Conflicts:    2915000 | #Constraints:      59997
1824.59/1833.76	c #Conflicts:    2916000 | #Constraints:      60997
1824.59/1833.76	c #Conflicts:    2917000 | #Constraints:      61997
1824.59/1833.76	c #Conflicts:    2918000 | #Constraints:      62997
1824.59/1833.76	c #Conflicts:    2919000 | #Constraints:      63997
1824.59/1833.76	c #Conflicts:    2920000 | #Constraints:      64997
1824.59/1833.76	c #Conflicts:    2921000 | #Constraints:      65997
1884.38/1893.82	c #Conflicts:    2922000 | #Constraints:      66997
1884.38/1893.82	c #Conflicts:    2923000 | #Constraints:      67997
1884.38/1893.82	c #Conflicts:    2924000 | #Constraints:      68998
1884.38/1893.82	c #Conflicts:    2925000 | #Constraints:      69998
1884.38/1893.82	c #Conflicts:    2926000 | #Constraints:      70998
1884.38/1893.82	c #Conflicts:    2927000 | #Constraints:      71998
1884.38/1893.82	c #Conflicts:    2928000 | #Constraints:      72998
1884.38/1893.82	c #Conflicts:    2929000 | #Constraints:      73998
1884.38/1893.82	c #Conflicts:    2930000 | #Constraints:      74998
1884.38/1893.82	c #Conflicts:    2931000 | #Constraints:      75998
1884.38/1893.82	c #Conflicts:    2932000 | #Constraints:      76998
1884.38/1893.82	c INPROCESSING
1884.38/1893.82	c GARBAGE COLLECT
1884.38/1893.82	c #Conflicts:    2933000 | #Constraints:      44009
1884.38/1893.82	c #Conflicts:    2934000 | #Constraints:      45009
1884.38/1893.82	c #Conflicts:    2935000 | #Constraints:      46009
1884.38/1893.82	c #Conflicts:    2936000 | #Constraints:      47009
1884.38/1893.82	c #Conflicts:    2937000 | #Constraints:      48009
1884.38/1893.82	c #Conflicts:    2938000 | #Constraints:      49009
1884.38/1893.82	c #Conflicts:    2939000 | #Constraints:      50009
1884.38/1893.82	c #Conflicts:    2940000 | #Constraints:      51010
1884.38/1893.82	c #Conflicts:    2941000 | #Constraints:      52010
1884.38/1893.82	c #Conflicts:    2942000 | #Constraints:      53010
1884.38/1893.82	c #Conflicts:    2943000 | #Constraints:      54010
1884.38/1893.82	c #Conflicts:    2944000 | #Constraints:      55010
1884.38/1893.82	c #Conflicts:    2945000 | #Constraints:      56010
1884.38/1893.82	c #Conflicts:    2946000 | #Constraints:      57010
1884.38/1893.82	c #Conflicts:    2947000 | #Constraints:      58010
1884.38/1893.82	c #Conflicts:    2948000 | #Constraints:      59010
1884.38/1893.82	c #Conflicts:    2949000 | #Constraints:      60010
1884.38/1893.82	c #Conflicts:    2950000 | #Constraints:      61010
1884.38/1893.82	c #Conflicts:    2951000 | #Constraints:      62010
1884.38/1893.82	c #Conflicts:    2952000 | #Constraints:      63010
1884.38/1893.82	c #Conflicts:    2953000 | #Constraints:      64011
1884.38/1893.82	c #Conflicts:    2954000 | #Constraints:      65011
1884.38/1893.82	c #Conflicts:    2955000 | #Constraints:      66011
1884.38/1893.82	c #Conflicts:    2956000 | #Constraints:      67011
1884.38/1893.82	c #Conflicts:    2957000 | #Constraints:      68011
1884.38/1893.82	c #Conflicts:    2958000 | #Constraints:      69011
1884.38/1893.82	c #Conflicts:    2959000 | #Constraints:      70011
1884.38/1893.82	c #Conflicts:    2960000 | #Constraints:      71011
1884.38/1893.82	c #Conflicts:    2961000 | #Constraints:      72011
1884.38/1893.82	c #Conflicts:    2962000 | #Constraints:      73011
1884.38/1893.82	c #Conflicts:    2963000 | #Constraints:      74011
1884.38/1893.82	c #Conflicts:    2964000 | #Constraints:      75011
1884.38/1893.82	c #Conflicts:    2965000 | #Constraints:      76011
1884.38/1893.82	c #Conflicts:    2966000 | #Constraints:      77012
1884.38/1893.82	c INPROCESSING
1884.38/1893.82	c GARBAGE COLLECT
1884.38/1893.82	c #Conflicts:    2967000 | #Constraints:      43802
1884.38/1893.82	c #Conflicts:    2968000 | #Constraints:      44802
1884.38/1893.82	c #Conflicts:    2969000 | #Constraints:      45802
1884.38/1893.82	c #Conflicts:    2970000 | #Constraints:      46803
1884.38/1893.82	c #Conflicts:    2971000 | #Constraints:      47803
1884.38/1893.82	c #Conflicts:    2972000 | #Constraints:      48803
1884.38/1893.82	c #Conflicts:    2973000 | #Constraints:      49803
1884.38/1893.82	c #Conflicts:    2974000 | #Constraints:      50803
1884.38/1893.82	c #Conflicts:    2975000 | #Constraints:      51803
1884.38/1893.82	c #Conflicts:    2976000 | #Constraints:      52803
1884.38/1893.82	c #Conflicts:    2977000 | #Constraints:      53803
1884.38/1893.82	c #Conflicts:    2978000 | #Constraints:      54803
1884.38/1893.82	c #Conflicts:    2979000 | #Constraints:      55803
1884.38/1893.82	c #Conflicts:    2980000 | #Constraints:      56803
1884.38/1893.82	c #Conflicts:    2981000 | #Constraints:      57803
1884.38/1893.82	c #Conflicts:    2982000 | #Constraints:      58803
1884.38/1893.82	c #Conflicts:    2983000 | #Constraints:      59803
1884.38/1893.82	c #Conflicts:    2984000 | #Constraints:      60803
1884.38/1893.82	c #Conflicts:    2985000 | #Constraints:      61803
1884.38/1893.82	c #Conflicts:    2986000 | #Constraints:      62803
1884.38/1893.82	c #Conflicts:    2987000 | #Constraints:      63803
1884.38/1893.82	c #Conflicts:    2988000 | #Constraints:      64803
1884.38/1893.82	c #Conflicts:    2989000 | #Constraints:      65803
1884.38/1893.82	c #Conflicts:    2990000 | #Constraints:      66803
1884.38/1893.82	c #Conflicts:    2991000 | #Constraints:      67803
1884.38/1893.82	c #Conflicts:    2992000 | #Constraints:      68803
1884.38/1893.82	c #Conflicts:    2993000 | #Constraints:      69803
1884.38/1893.82	c #Conflicts:    2994000 | #Constraints:      70804
1884.38/1893.82	c #Conflicts:    2995000 | #Constraints:      71804
1884.38/1893.82	c #Conflicts:    2996000 | #Constraints:      72804
1884.38/1893.82	c #Conflicts:    2997000 | #Constraints:      73804
1884.38/1893.82	c #Conflicts:    2998000 | #Constraints:      74804
1884.38/1893.82	c #Conflicts:    2999000 | #Constraints:      75804
1928.84/1938.54	c #Conflicts:    3000000 | #Constraints:      76804
1928.84/1938.54	c #Conflicts:    3001000 | #Constraints:      77804
1928.84/1938.54	c INPROCESSING
1928.84/1938.54	c GARBAGE COLLECT
1928.84/1938.54	c #Conflicts:    3002000 | #Constraints:      44366
1928.84/1938.54	c #Conflicts:    3003000 | #Constraints:      45366
1928.84/1938.54	c #Conflicts:    3004000 | #Constraints:      46366
1928.84/1938.54	c #Conflicts:    3005000 | #Constraints:      47366
1928.84/1938.54	c #Conflicts:    3006000 | #Constraints:      48366
1928.84/1938.54	c #Conflicts:    3007000 | #Constraints:      49366
1928.84/1938.54	c #Conflicts:    3008000 | #Constraints:      50366
1928.84/1938.54	c #Conflicts:    3009000 | #Constraints:      51366
1928.84/1938.54	c #Conflicts:    3010000 | #Constraints:      52366
1928.84/1938.54	c #Conflicts:    3011000 | #Constraints:      53366
1928.84/1938.54	c #Conflicts:    3012000 | #Constraints:      54366
1928.84/1938.54	c #Conflicts:    3013000 | #Constraints:      55366
1928.84/1938.54	c #Conflicts:    3014000 | #Constraints:      56366
1928.84/1938.54	c #Conflicts:    3015000 | #Constraints:      57366
1928.84/1938.54	c #Conflicts:    3016000 | #Constraints:      58366
1928.84/1938.54	c #Conflicts:    3017000 | #Constraints:      59366
1928.84/1938.54	c #Conflicts:    3018000 | #Constraints:      60366
1928.84/1938.54	c #Conflicts:    3019000 | #Constraints:      61366
1928.84/1938.54	c #Conflicts:    3020000 | #Constraints:      62366
1928.84/1938.54	c #Conflicts:    3021000 | #Constraints:      63366
1928.84/1938.54	c #Conflicts:    3022000 | #Constraints:      64366
1928.84/1938.54	c #Conflicts:    3023000 | #Constraints:      65366
1928.84/1938.54	c #Conflicts:    3024000 | #Constraints:      66366
1928.84/1938.54	c #Conflicts:    3025000 | #Constraints:      67366
1928.84/1938.54	c #Conflicts:    3026000 | #Constraints:      68366
1928.84/1938.54	c #Conflicts:    3027000 | #Constraints:      69366
1928.84/1938.54	c #Conflicts:    3028000 | #Constraints:      70366
1928.84/1938.54	c #Conflicts:    3029000 | #Constraints:      71366
1928.84/1938.54	c #Conflicts:    3030000 | #Constraints:      72366
1928.84/1938.54	c #Conflicts:    3031000 | #Constraints:      73366
1928.84/1938.54	c #Conflicts:    3032000 | #Constraints:      74366
1928.84/1938.54	c #Conflicts:    3033000 | #Constraints:      75366
1928.84/1938.54	c #Conflicts:    3034000 | #Constraints:      76366
1928.84/1938.54	c #Conflicts:    3035000 | #Constraints:      77366
1928.84/1938.54	c #Conflicts:    3036000 | #Constraints:      78366
1928.84/1938.54	c INPROCESSING
1928.84/1938.54	c GARBAGE COLLECT
1928.84/1938.54	c #Conflicts:    3037000 | #Constraints:      44790
1928.84/1938.54	c #Conflicts:    3038000 | #Constraints:      45790
1928.84/1938.54	c #Conflicts:    3039000 | #Constraints:      46790
1928.84/1938.54	c #Conflicts:    3040000 | #Constraints:      47790
1928.84/1938.54	c #Conflicts:    3041000 | #Constraints:      48790
1928.84/1938.54	c #Conflicts:    3042000 | #Constraints:      49790
1928.84/1938.54	c #Conflicts:    3043000 | #Constraints:      50790
1928.84/1938.54	c #Conflicts:    3044000 | #Constraints:      51790
1928.84/1938.54	c #Conflicts:    3045000 | #Constraints:      52790
1928.84/1938.54	c #Conflicts:    3046000 | #Constraints:      53790
1928.84/1938.54	c #Conflicts:    3047000 | #Constraints:      54790
1928.84/1938.54	c #Conflicts:    3048000 | #Constraints:      55790
1928.84/1938.54	c #Conflicts:    3049000 | #Constraints:      56790
1928.84/1938.54	c #Conflicts:    3050000 | #Constraints:      57790
1928.84/1938.54	c #Conflicts:    3051000 | #Constraints:      58790
1928.84/1938.54	c #Conflicts:    3052000 | #Constraints:      59790
1928.84/1938.54	c #Conflicts:    3053000 | #Constraints:      60790
1928.84/1938.54	c #Conflicts:    3054000 | #Constraints:      61790
1928.84/1938.54	c #Conflicts:    3055000 | #Constraints:      62790
1928.84/1938.54	c #Conflicts:    3056000 | #Constraints:      63790
1928.84/1938.54	c #Conflicts:    3057000 | #Constraints:      64790
1928.84/1938.54	c #Conflicts:    3058000 | #Constraints:      65790
1928.84/1938.54	c #Conflicts:    3059000 | #Constraints:      66790
1928.84/1938.54	c #Conflicts:    3060000 | #Constraints:      67790
1928.84/1938.54	c #Conflicts:    3061000 | #Constraints:      68790
1928.84/1938.54	c #Conflicts:    3062000 | #Constraints:      69790
1928.84/1938.54	c #Conflicts:    3063000 | #Constraints:      70790
1928.84/1938.54	c #Conflicts:    3064000 | #Constraints:      71790
1928.84/1938.54	c #Conflicts:    3065000 | #Constraints:      72790
1928.84/1938.54	c #Conflicts:    3066000 | #Constraints:      73790
1928.84/1938.54	c #Conflicts:    3067000 | #Constraints:      74790
1928.84/1938.54	c #Conflicts:    3068000 | #Constraints:      75790
1928.84/1938.54	c #Conflicts:    3069000 | #Constraints:      76790
1928.84/1938.54	c #Conflicts:    3070000 | #Constraints:      77790
1928.84/1938.54	c #Conflicts:    3071000 | #Constraints:      78790
1928.84/1938.54	c INPROCESSING
1928.84/1938.54	c GARBAGE COLLECT
1928.84/1938.54	WSVECS04 Frhs2[8]: 6 -2.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[62]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[64]: 6 -2.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[74]: 6 -1.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[96]: 6 -2.91667 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[127]: 6 -3.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[134]: 6 0 1.15625 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[144]: 6 -1.00007 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[165]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[169]: 6 -1.3125 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[198]: 6 -6.78125 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[214]: 6 -1.00305 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[220]: 6 -1.23438 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[222]: 6 -1.625 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[284]: 6 -1.46875 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[324]: 6 -3.95313 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[328]: 6 -0.875001 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[353]: 6 -1.35417 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[356]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[372]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[382]: 6 -1.3125 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[424]: 6 -2.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[434]: 6 -1.0002 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[447]: 6 0 0.250001 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[453]: 6 -0.312501 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[486]: 6 -1.3125 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[489]: 6 -1.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[520]: 6 -2.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[542]: 6 -2.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[548]: 6 0 0.75 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[552]: 6 0 0.5 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[571]: 6 -1.11719 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[573]: 6 -1.625 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[612]: 6 -0.500001 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[613]: 6 0 2.625 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[615]: 6 -2.17969 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[645]: 6 -2 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[676]: 6 -2.6875 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[679]: 6 0 0.500001 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[690]: 6 -0.99997 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[711]: 6 0 0.625 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[723]: 6 -1.00011 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[725]: 6 -0.998536 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[968]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1058]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1059]: 6 -0.265626 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1064]: 6 -1.26786 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1074]: 6 -1.00046 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1091]: 6 -1.625 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1095]: 6 -0.500008 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1099]: 6 -0.625001 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1111]: 6 -0.53125 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1116]: 6 -0.625001 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1120]: 6 -1.3125 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1139]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1146]: 6 -1.05859 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1148]: 6 -1.71875 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1154]: 6 0 2.8125 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1155]: 6 -1.33789 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1157]: 6 -1.10156 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1160]: 6 -0.5625 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1189]: 6 -1.75 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1192]: 6 -26.8066 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1201]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1222]: 6 -1.73214 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1247]: 6 -6 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1284]: 6 -0.0625005 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1285]: 6 -0.625 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1309]: 6 -1.30078 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1313]: 6 -0.59375 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1322]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1342]: 6 -2.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1344]: 6 -3.4375 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1346]: 6 -2 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1347]: 6 -0.500001 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1348]: 6 -2.4375 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1350]: 6 -1.47461 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1364]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1372]: 6 -1.6875 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1376]: 6 -0.234375 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1377]: 6 -0.937501 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1387]: 6 -1.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1388]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1438]: 6 -0.6875 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1444]: 6 -5.16797 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1449]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1463]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1470]: 6 -2.875 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1472]: 6 0 0.25 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1500]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1501]: 6 -1.1875 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1503]: 6 -3.03125 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1508]: 6 -4.34375 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1510]: 6 -0.625001 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1514]: 6 -0.500001 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1525]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1530]: 6 -1.625 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1540]: 6 -2.35938 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1552]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1568]: 6 -1.75 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1596]: 6 0 1.75 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1604]: 6 0 1.25 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1623]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1624]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1626]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1627]: 6 -1.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1631]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1641]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1674]: 6 -3 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1685]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1691]: 6 -1.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1960]: 6 -1.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1966]: 6 -6 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2008]: 6 -1.375 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2009]: 6 -1.375 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2062]: 6 -1.34375 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2147]: 6 -2.92522 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2171]: 6 -1.00006 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2191]: 6 -1.05859 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2204]: 6 -4.62157 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2248]: 6 -1.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2254]: 6 0 1 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2258]: 6 0 1 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2259]: 6 -0.999997 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2271]: 6 -0.999817 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2278]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2279]: 6 -0.997071 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2295]: 6 -0.250001 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2300]: 6 0 1.88947 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2343]: 6 -4.23438 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2352]: 6 -54.3672 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2392]: 6 -1.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2394]: 6 -1.75 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2421]: 6 -1.46875 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2437]: 6 -11.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2442]: 6 -1.32813 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2443]: 6 -1.79241 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2494]: 6 -16 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2503]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2512]: 6 -1.00023 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2538]: 6 -5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2586]: 6 -1.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2596]: 6 -1.6875 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2691]: 6 -1.35156 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2693]: 6 -1.40625 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2738]: 6 -3 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2780]: 6 0 1.4375 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2782]: 6 -5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2818]: 6 0 2 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2834]: 6 -15.1875 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2875]: 6 -3 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2974]: 6 -5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3009]: 6 -1.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3012]: 6 0 1 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3021]: 6 -6 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3064]: 6 -1.3125 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3065]: 6 -1.3125 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3121]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3164]: 6 -7.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3165]: 6 -4.45313 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3207]: 6 -0.41211 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3210]: 6 -0.351563 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3214]: 6 -3.59375 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3241]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3264]: 6 -12 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3308]: 6 0 1 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3312]: 6 0 1 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3319]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3356]: 6 -1.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3393]: 6 -2.58203 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3406]: 6 0 1 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3439]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3490]: 6 -5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3492]: 6 0 1 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3501]: 6 -9.96094 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3504]: 6 -5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3656]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3795]: 6 -5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3836]: 6 -1.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3846]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3869]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3873]: 6 -3 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3893]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3937]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3966]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3969]: 6 -1.25 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3979]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[3999]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4029]: 6 -1.5 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4043]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4067]: 6 -3 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4176]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4233]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4234]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4238]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4273]: 6 -1 0 shouldn't be
1928.84/1938.54	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
1971.30/1981.37	c #Conflicts:    3072000 | #Constraints:      45002
1971.30/1981.37	c #Conflicts:    3073000 | #Constraints:      46002
1971.30/1981.37	c #Conflicts:    3074000 | #Constraints:      47002
1971.30/1981.37	c #Conflicts:    3075000 | #Constraints:      48002
1971.30/1981.37	c #Conflicts:    3076000 | #Constraints:      49002
1971.30/1981.37	c #Conflicts:    3077000 | #Constraints:      50002
1971.30/1981.37	c #Conflicts:    3078000 | #Constraints:      51002
1971.30/1981.37	c #Conflicts:    3079000 | #Constraints:      52002
1971.30/1981.37	c #Conflicts:    3080000 | #Constraints:      53002
1971.30/1981.37	c #Conflicts:    3081000 | #Constraints:      54002
1971.30/1981.37	c #Conflicts:    3082000 | #Constraints:      55002
1971.30/1981.37	c #Conflicts:    3083000 | #Constraints:      56002
1971.30/1981.37	c #Conflicts:    3084000 | #Constraints:      57002
1971.30/1981.37	c #Conflicts:    3085000 | #Constraints:      58002
1971.30/1981.37	c #Conflicts:    3086000 | #Constraints:      59002
1971.30/1981.37	c #Conflicts:    3087000 | #Constraints:      60002
1971.30/1981.37	c #Conflicts:    3088000 | #Constraints:      61002
1971.30/1981.37	c #Conflicts:    3089000 | #Constraints:      62002
1971.30/1981.37	c #Conflicts:    3090000 | #Constraints:      63002
1971.30/1981.37	c #Conflicts:    3091000 | #Constraints:      64002
1971.30/1981.38	c #Conflicts:    3092000 | #Constraints:      65002
1971.30/1981.38	c #Conflicts:    3093000 | #Constraints:      66002
1971.30/1981.38	c #Conflicts:    3094000 | #Constraints:      67002
1971.30/1981.38	c #Conflicts:    3095000 | #Constraints:      68002
1971.30/1981.38	c #Conflicts:    3096000 | #Constraints:      69002
1971.30/1981.38	c #Conflicts:    3097000 | #Constraints:      70002
1971.30/1981.38	c #Conflicts:    3098000 | #Constraints:      71002
1971.30/1981.38	c #Conflicts:    3099000 | #Constraints:      72002
1971.30/1981.38	c #Conflicts:    3100000 | #Constraints:      73002
1971.30/1981.38	c #Conflicts:    3101000 | #Constraints:      74002
1971.30/1981.38	c #Conflicts:    3102000 | #Constraints:      75002
1971.30/1981.38	c #Conflicts:    3103000 | #Constraints:      76002
1971.30/1981.38	c #Conflicts:    3104000 | #Constraints:      77002
1971.30/1981.38	c #Conflicts:    3105000 | #Constraints:      78002
1971.30/1981.38	c #Conflicts:    3106000 | #Constraints:      79002
1971.30/1981.38	c INPROCESSING
1971.30/1981.38	c GARBAGE COLLECT
1971.30/1981.38	c #Conflicts:    3107000 | #Constraints:      44957
1971.30/1981.38	c #Conflicts:    3108000 | #Constraints:      45957
1971.30/1981.38	c #Conflicts:    3109000 | #Constraints:      46957
1971.30/1981.38	c #Conflicts:    3110000 | #Constraints:      47957
1971.30/1981.38	c #Conflicts:    3111000 | #Constraints:      48958
1971.30/1981.38	c #Conflicts:    3112000 | #Constraints:      49958
1971.30/1981.38	c #Conflicts:    3113000 | #Constraints:      50958
1971.30/1981.38	c #Conflicts:    3114000 | #Constraints:      51958
1971.30/1981.38	c #Conflicts:    3115000 | #Constraints:      52958
1971.30/1981.38	c #Conflicts:    3116000 | #Constraints:      53958
1971.30/1981.38	c #Conflicts:    3117000 | #Constraints:      54958
1971.30/1981.38	c #Conflicts:    3118000 | #Constraints:      55958
1971.30/1981.38	c #Conflicts:    3119000 | #Constraints:      56958
1971.30/1981.38	c #Conflicts:    3120000 | #Constraints:      57958
1971.30/1981.38	c #Conflicts:    3121000 | #Constraints:      58959
1971.30/1981.38	c #Conflicts:    3122000 | #Constraints:      59959
1971.30/1981.38	c #Conflicts:    3123000 | #Constraints:      60959
1971.30/1981.38	c #Conflicts:    3124000 | #Constraints:      61959
1971.30/1981.38	c #Conflicts:    3125000 | #Constraints:      62959
1971.30/1981.38	c #Conflicts:    3126000 | #Constraints:      63959
1971.30/1981.38	c #Conflicts:    3127000 | #Constraints:      64959
1971.30/1981.38	c #Conflicts:    3128000 | #Constraints:      65959
1971.30/1981.38	c #Conflicts:    3129000 | #Constraints:      66959
1971.30/1981.38	c #Conflicts:    3130000 | #Constraints:      67959
1971.30/1981.38	c #Conflicts:    3131000 | #Constraints:      68959
1971.30/1981.38	c #Conflicts:    3132000 | #Constraints:      69959
1971.30/1981.38	c #Conflicts:    3133000 | #Constraints:      70959
1971.30/1981.38	c #Conflicts:    3134000 | #Constraints:      71959
1971.30/1981.38	c #Conflicts:    3135000 | #Constraints:      72987
1971.30/1981.38	c #Conflicts:    3136000 | #Constraints:      74514
1971.30/1981.38	c #Conflicts:    3137000 | #Constraints:      75572
1971.30/1981.38	c #Conflicts:    3138000 | #Constraints:      76572
1971.30/1981.38	c #Conflicts:    3139000 | #Constraints:      77572
1971.30/1981.38	c #Conflicts:    3140000 | #Constraints:      78572
1971.30/1981.38	c #Conflicts:    3141000 | #Constraints:      79573
1971.30/1981.38	c INPROCESSING
1971.30/1981.38	c GARBAGE COLLECT
1971.30/1981.38	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[18]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[19]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[23]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[27]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[28]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[56]: 6 -0.994959 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[57]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[58]: 6 -0.986517 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[73]: 6 -1.25004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[75]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[79]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[84]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[85]: 6 -0.999437 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[87]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[88]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[92]: 6 -2.25002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[107]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[108]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[123]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[139]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[140]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[144]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[147]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[155]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[156]: 6 -2.52761 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[167]: 6 -1.93231 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[168]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[169]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[183]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[185]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[187]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[201]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[203]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[212]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[213]: 6 -0.999768 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[218]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[232]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[236]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[237]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[239]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[259]: 6 -2.84014 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[263]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[264]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[266]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[267]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[271]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[279]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[281]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[282]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[301]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[303]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[343]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[345]: 6 -0.996679 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[363]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[364]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[365]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[366]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[399]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[405]: 6 -0.999725 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[411]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[420]: 6 -1.16409 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[421]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[423]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[425]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[431]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[433]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[441]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[443]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[453]: 6 -2.24839 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[455]: 6 0 2.39295 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[457]: 6 -2.25002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[463]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[471]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[474]: 6 -0.986572 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[491]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[499]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[515]: 6 0 0.210978 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[518]: 6 0 0.244808 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[529]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[531]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[532]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[535]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[536]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[537]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[538]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[540]: 6 -1.53132 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[553]: 6 -2.25003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[566]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[568]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[569]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[570]: 6 -0.986574 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[582]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[583]: 6 -2.16707 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[587]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[588]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[591]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[600]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[601]: 6 -0.996632 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[602]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[610]: 6 -1.65632 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[613]: 6 -1.27569 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[615]: 6 -1.93237 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[616]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[617]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[621]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[622]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[632]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[635]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[640]: 6 0 1.3306 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[642]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[646]: 6 -1.14983 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[652]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[659]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[661]: 6 -0.999698 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[673]: 6 -6.51181 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[674]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[676]: 6 -1.1641 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[678]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[681]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[705]: 6 -3.33059 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[711]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[726]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[730]: 6 -1.07819 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[736]: 6 -2.50002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[999]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1011]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1020]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1026]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1031]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1048]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1049]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1074]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1081]: 6 -0.977067 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1084]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1086]: 6 0 0.387829 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1107]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1108]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1109]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1110]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1111]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1112]: 6 -0.989899 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1113]: 6 -1.31253 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1116]: 6 -4.97642 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1117]: 6 -2.1133 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1126]: 6 -0.562524 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1127]: 6 -0.75006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1128]: 6 -0.625023 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1136]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1138]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1145]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1149]: 6 -1.30279 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1157]: 6 -2.84013 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1158]: 6 -0.156288 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1159]: 6 -1.31253 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1160]: 6 -2.62502 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1161]: 6 -3.25004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1177]: 6 -1.25003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1178]: 6 -1.08446 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1179]: 6 -1.25001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1181]: 6 -3.07037 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1186]: 6 -1.25008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1188]: 6 -1.3331 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1189]: 6 -1.32491 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1190]: 6 -2.48186 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1192]: 6 -1.32822 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1197]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1203]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1204]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1206]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1209]: 6 -1.31256 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1210]: 6 -1.25003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1211]: 6 -1.25006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1212]: 6 -1.36679 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1222]: 6 -11.5417 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1223]: 6 -0.70833 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1226]: 6 0 3.33405 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1230]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1240]: 6 -1.31259 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1245]: 6 -0.68752 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1246]: 6 0 1.5626 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1258]: 6 -0.864584 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1261]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1263]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1264]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1265]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1268]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1269]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1272]: 6 -0.656295 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1273]: 6 -1.31252 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1276]: 6 -2.35118 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1280]: 6 -3.06258 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1281]: 6 -2.35414 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1283]: 6 -2.1745 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1284]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1285]: 6 -1.23131 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1290]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1305]: 6 -1.31251 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1318]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1323]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1325]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1327]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1349]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1350]: 6 -0.793304 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1359]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1372]: 6 -2.23444 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1387]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1388]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1396]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1401]: 6 -1.25001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1404]: 6 -3.85463 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1422]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1430]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1432]: 6 -1.25001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1444]: 6 -1.53749 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1447]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1457]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1458]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1459]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1467]: 6 -1.25008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1469]: 6 0 0.0858868 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1479]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1492]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1493]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1494]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1496]: 6 -1.31253 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1498]: 6 -1.25004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1500]: 6 -3.3784 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1502]: 6 -0.687522 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1506]: 6 -1.25005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1508]: 6 -1.1501 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1509]: 6 -1.17781 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1510]: 6 -1.51444 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1512]: 6 -4.05752 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1521]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1523]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1530]: 6 -1.25008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1531]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1534]: 6 -1.25008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1535]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1539]: 6 -0.750092 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1541]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1543]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1550]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1555]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1561]: 6 -1.25009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1574]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1577]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1578]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1579]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1582]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1583]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1584]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1585]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1586]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1588]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1602]: 6 -2.02148 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1603]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1607]: 6 -2.76963 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1608]: 6 -3.53922 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1609]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1611]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1612]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1615]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1616]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1621]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1622]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1623]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1628]: 6 -0.307641 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1629]: 6 -0.271517 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1636]: 6 -1.83599 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1641]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1651]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1652]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1659]: 6 -1.25004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1673]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1679]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1680]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1681]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1685]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1690]: 6 -1.25006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1694]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1709]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1973]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1976]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1980]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1985]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1989]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1991]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1993]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1995]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[1999]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2001]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2004]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2008]: 6 -1.49429 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2009]: 6 -1.49435 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2016]: 6 -0.5058 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2049]: 6 -1.17974 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2060]: 6 -0.806644 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2062]: 6 -0.69535 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2064]: 6 -4.14066 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2070]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2072]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2074]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2076]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2078]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2080]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2081]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2088]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2092]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2093]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2096]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2100]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2101]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2104]: 6 -0.977088 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2108]: 6 -1.09195 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2112]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2122]: 6 -1.50007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2138]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2142]: 6 -1.31255 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2164]: 6 0 1.00009 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2165]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2168]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2169]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2171]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2177]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2183]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2186]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2190]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2192]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2202]: 6 -1.25002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2215]: 6 -0.687595 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2220]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2223]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2227]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2228]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2229]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2233]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2260]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2261]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2265]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2268]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2270]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2271]: 6 -0.99996 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2274]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2275]: 6 -0.999767 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2278]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2279]: 6 -0.998812 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2282]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2284]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2286]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2292]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2310]: 6 0 0.149869 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2316]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2322]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2323]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2324]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2327]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2330]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2331]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2337]: 6 -3.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2344]: 6 0 0.149819 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2346]: 6 0 0.700486 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2349]: 6 -5.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2351]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2354]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2357]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2360]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2362]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2364]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2366]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2367]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2369]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2370]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2372]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2373]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2377]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2384]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2389]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2392]: 6 -1.37508 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2412]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2415]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2418]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2419]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2420]: 6 -0.999419 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2422]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2423]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2425]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2427]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2442]: 6 -20 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2445]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2448]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2450]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2452]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2453]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2456]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2458]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2459]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2461]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2462]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2464]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2465]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2468]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2470]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2472]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2474]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2475]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2478]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2479]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2482]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2486]: 6 -1.31252 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2488]: 6 -5.31252 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2501]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2505]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2508]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2510]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2511]: 6 -0.998774 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2513]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2518]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2519]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2521]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2522]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2523]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2529]: 6 -1.04293 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2531]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2533]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2540]: 6 -5.93754 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2541]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2544]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2548]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2549]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2552]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2555]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2558]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2561]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2564]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2568]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2569]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2572]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2573]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2594]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2596]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2600]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2602]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2615]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2616]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2617]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2619]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2623]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2624]: 6 -1.25002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2626]: 6 0 0.18759 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2628]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2632]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2633]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2636]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2640]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2642]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2643]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2646]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2647]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2650]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2652]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2654]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2656]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2658]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2660]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2661]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2664]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2665]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2668]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2672]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2674]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2676]: 6 -1.32814 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2678]: 6 -0.65628 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2682]: 6 -2.37505 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2686]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2694]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2697]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2701]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2719]: 6 -1.25003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2720]: 6 -1.2501 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2721]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2723]: 6 -2.84008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2728]: 6 -5.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2730]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2732]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2733]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2736]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2738]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2740]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2742]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2744]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2747]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2750]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2753]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2755]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2757]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2759]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2761]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2766]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2770]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2774]: 6 -1.31254 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2787]: 6 -1.25003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2790]: 6 -1.32821 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2791]: 6 -1.31253 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2792]: 6 -1.31254 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2795]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2797]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2804]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2805]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2806]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2809]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2811]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2813]: 6 -1.31257 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2814]: 6 -1.31257 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2838]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2840]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2842]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2845]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2848]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2849]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2852]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2853]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2856]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2858]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2859]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2861]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2864]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2865]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2868]: 6 -1.32818 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2869]: 6 -1.32818 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2883]: 6 -1.17714 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2886]: 6 -0.166559 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2887]: 6 0 1.16707 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2890]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2894]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2897]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2898]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2899]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2902]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2903]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2904]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2905]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2928]: 6 -18.336 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2930]: 6 -39.6719 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2932]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2933]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2936]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2938]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2940]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2943]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2946]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2947]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2951]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2953]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2956]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2957]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2960]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2961]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2968]: 6 -10.3126 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2979]: 6 -1.30832 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[2995]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3026]: 6 -6.08351 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3030]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3031]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3034]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3035]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3038]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3039]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3042]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3043]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3046]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3051]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3053]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3056]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3057]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3060]: 6 -1.31258 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3091]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3096]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3098]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3099]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3105]: 6 -2.45712 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3107]: 6 -1.23136 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3112]: 6 -2.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3114]: 6 -1.2996 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3115]: 6 -3.29959 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3117]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3120]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3121]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3123]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3129]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3132]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3141]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3144]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3145]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3148]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3149]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3152]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3160]: 6 -6.36024 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3175]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3186]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3187]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3188]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3194]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3206]: 6 -10.687 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3208]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3210]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3212]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3214]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3216]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3218]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3220]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3222]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3224]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3226]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3228]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3231]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3234]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3238]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3245]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3248]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3252]: 6 -0.121761 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3253]: 6 -0.121731 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3256]: 6 -4.82583 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3279]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3290]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3309]: 6 -1.36437 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3312]: 6 -13.2299 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3313]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3316]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3320]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3321]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3326]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3336]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3339]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3341]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3344]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3345]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3347]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3349]: 6 -0.291358 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3352]: 6 -3.83481 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3371]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3372]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3373]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3374]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3375]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3377]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3381]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3386]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3408]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3410]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3412]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3414]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3416]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3418]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3420]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3422]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3426]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3428]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3431]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3433]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3436]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3437]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3440]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3444]: 6 -1.25009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3446]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3459]: 6 0 0.539174 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3460]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3462]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3466]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3471]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3475]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3478]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3479]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3482]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3490]: 6 0 0.53917 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3495]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3498]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3501]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3504]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3508]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3512]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3514]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3518]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3522]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3523]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3526]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3527]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3532]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3533]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3536]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3540]: 6 -0.0187468 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3542]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3544]: 6 -5.17514 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3546]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3555]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3557]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3570]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3574]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3577]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3578]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3579]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3581]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3592]: 6 -0.615312 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3597]: 6 -2.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3600]: 6 -11.1566 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3601]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3604]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3607]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3611]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3614]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3618]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3622]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3623]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3626]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3630]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3631]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3634]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3635]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3636]: 6 -1.32816 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3642]: 6 -1.25006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3655]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3660]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3686]: 6 -10.8285 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3687]: 6 -2.67189 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3690]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3691]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3694]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3697]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3699]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3704]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3706]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3708]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3710]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3714]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3716]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3718]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3719]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3728]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3732]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3733]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3735]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3738]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3745]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3751]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3752]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3753]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3759]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3761]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3771]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3777]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3779]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3782]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3783]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3786]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3788]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3790]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3792]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3794]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3795]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3798]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3800]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3802]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3804]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3806]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3808]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3809]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3812]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3813]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3816]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3819]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3821]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3824]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3827]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3830]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3832]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3834]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3838]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3845]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3848]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3857]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3862]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3865]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3873]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3882]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3884]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3886]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3888]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3890]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3892]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3893]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3896]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3900]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3902]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3904]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3906]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3908]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3910]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3912]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3914]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3916]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3918]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3920]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3921]: 6 -1.0001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3924]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3925]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3928]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3929]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3932]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3942]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3945]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3948]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3951]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3954]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3957]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3963]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3967]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3968]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3972]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3976]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3977]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3980]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3982]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3984]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3986]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3989]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3992]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3993]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3996]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[3998]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4000]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4002]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4004]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4008]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4009]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4016]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4019]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4022]: 6 -1.0352 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4034]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4044]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4045]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4048]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4050]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4066]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4070]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4074]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4076]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4077]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4079]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4080]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4082]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4084]: 6 -1.00003 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4086]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4088]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4090]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4092]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4094]: 6 -1.00008 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4095]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4098]: 6 -1.00005 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4102]: 6 -1.00001 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4105]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4108]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4109]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4111]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4113]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4118]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4120]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4203]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4232]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4233]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4234]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4236]: 6 -1.00006 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4237]: 6 -1.00007 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4238]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4239]: 6 -1.00004 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4248]: 6 -1.00002 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4273]: 6 -1.00009 0 shouldn't be
1971.30/1981.38	WSVECS04 Frhs2[4274]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[61]: 6 0 0.312548 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[81]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[143]: 6 -1.00004 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[180]: 6 -1.00006 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[196]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[202]: 6 -1.00004 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[211]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[233]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[242]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[248]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[265]: 6 -1.00001 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[275]: 6 -1.00008 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[305]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[307]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[335]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[342]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[370]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[374]: 6 -0.997554 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[404]: 6 -1.00004 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[407]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[409]: 6 -0.994972 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[424]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[426]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[428]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[435]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[465]: 6 -1.00004 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[466]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[470]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[501]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[519]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[530]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[533]: 6 -0.998125 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[589]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[593]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[599]: 6 -1.00008 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[618]: 6 -1.00008 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[623]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[625]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[631]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[658]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[663]: 6 -1.00008 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[683]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[685]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[686]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[691]: 6 -1.00004 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[716]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[725]: 6 -0.999415 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1146]: 6 -1.62504 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1164]: 6 -1.0001 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1218]: 6 -1.59384 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1248]: 6 -2.37505 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1256]: 6 -1.21623 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1257]: 6 -0.932372 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1338]: 6 -1.25002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1352]: 6 -0.173188 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1363]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1365]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1417]: 6 -2.2709 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1421]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1423]: 6 -1.00006 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1424]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1443]: 6 -1.01879 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1452]: 6 -1.00006 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1516]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1553]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1557]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1565]: 6 -0.730457 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1589]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1593]: 6 -1.31257 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1613]: 6 -1.00006 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1619]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1677]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[1746]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2085]: 6 -1.00001 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2089]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2193]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2200]: 6 -1.31257 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2231]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2242]: 6 0 1.60553 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2375]: 6 -1.00004 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2381]: 6 -1.00006 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2409]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2545]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2565]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2576]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2584]: 6 -6.52942 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2613]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2629]: 6 -3.37505 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2709]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2715]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2763]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2767]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2793]: 6 -1.25008 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2796]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2844]: 6 -1.00002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3085]: 6 -1.00008 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3086]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3183]: 6 -1.00006 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3230]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3348]: 6 -0.291366 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3517]: 6 -1.00008 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3568]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3584]: 6 -1.25002 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3649]: 6 -0.635756 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3667]: 6 -1.00001 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3722]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3736]: 6 -1.12509 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3746]: 6 -1.00006 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3758]: 6 -1.00001 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3760]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3849]: 6 -1.0001 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3850]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3877]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3943]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3944]: 6 -1.0001 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3949]: 6 -1.00006 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3950]: 6 -1.00004 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3958]: 6 -1.00004 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[3969]: 6 -1.00003 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[4012]: 6 -1.00008 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[4038]: 6 -1.00006 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[4042]: 6 -1.00007 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[4067]: 6 -1.00009 0 shouldn't be
1972.50/1982.55	WSVECS04 Frhs2[4235]: 6 -1.0001 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[17]: 6 -1.00007 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[25]: 6 -1.00004 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[55]: 6 -1.00008 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[117]: 6 -1.0001 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[145]: 6 -1.0001 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[207]: 6 -1.00005 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[262]: 6 -0.963187 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[310]: 6 -1.00009 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[344]: 6 -1.00006 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[369]: 6 -1.00003 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[468]: 6 -0.999726 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[502]: 6 -1.00002 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[528]: 6 -1.00002 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[653]: 6 -1.00007 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[675]: 6 -1.18754 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1067]: 6 -1.00009 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1079]: 6 -1.00001 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1137]: 6 -1.00131 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1139]: 6 -1.00005 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1147]: 6 -1.25009 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1165]: 6 -1.00003 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1194]: 6 -1.31258 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1247]: 6 -2.37502 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1275]: 6 -1.25006 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1339]: 6 -1.25006 0 shouldn't be
1974.50/1984.50	WSVECS04 Frhs2[1341]: 6 -1.02056 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[1351]: 6 -0.509807 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[1370]: 6 -1.25009 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[1393]: 6 -1.00002 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[1429]: 6 -1.00006 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[1463]: 6 -0.121765 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[1501]: 6 -0.687528 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[1526]: 6 -1.0001 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[1544]: 6 -1.00003 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[1572]: 6 -1.00005 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[1610]: 6 -1.00006 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2321]: 6 -1.00007 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2404]: 6 0 1.37506 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2408]: 6 -1.00008 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2417]: 6 -1.0001 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2506]: 6 -1.00008 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2603]: 6 -1.00002 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2691]: 6 -2.84014 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2699]: 6 -1.00008 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2711]: 6 -1.00007 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2916]: 6 0 1.31258 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2935]: 6 -1.00004 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2949]: 6 -1.00003 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[2986]: 6 0 0.541831 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3135]: 6 -1.00002 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3185]: 6 -1.00005 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3217]: 6 -1.00004 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3235]: 6 -1.00006 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3249]: 6 -1.00005 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3273]: 6 -1.00007 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3291]: 6 -1.00009 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3331]: 6 -1.00009 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3469]: 6 -1.00008 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3473]: 6 -1.00005 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3519]: 6 -1.00004 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3530]: 6 -1.00009 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3537]: 6 -1.00009 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3562]: 6 -1.0001 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3564]: 6 -1.00005 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3571]: 6 -1.00004 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3572]: 6 -1.00009 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3576]: 6 -1.00005 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3619]: 6 -1.00004 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3677]: 6 -1.00001 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3713]: 6 -1.00003 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3750]: 6 -1.00005 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3757]: 6 -1.00006 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3847]: 6 -1.00009 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[3987]: 6 -1.00004 0 shouldn't be
1974.50/1984.51	WSVECS04 Frhs2[4060]: 6 -1.07819 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[49]: 6 -1.00006 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[52]: 6 -0.999726 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[170]: 6 -1.00008 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[231]: 6 -1.00003 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[241]: 6 -1.00009 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[247]: 6 -1.00003 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[261]: 6 -1.00002 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[492]: 6 -1.00006 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[498]: 6 -1.00005 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[507]: 6 -1.00009 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[521]: 6 -1.00006 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[526]: 6 -1.00008 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[634]: 6 -1.00004 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[654]: 6 -1.00004 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[697]: 6 -1.00004 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1073]: 6 -1.00006 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1077]: 6 -1.0001 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1162]: 6 -1.00009 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1187]: 6 -1.31257 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1225]: 6 0 1.16708 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1238]: 6 -1.00001 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1252]: 6 -1.32603 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1253]: 6 -1.30834 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1262]: 6 -1.00002 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1287]: 6 -0.925194 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1319]: 6 -1.00003 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1321]: 6 -1.00002 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1333]: 6 -1.00008 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1348]: 6 0 9.00004 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1366]: 6 -1.00008 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1435]: 6 -1.00009 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1437]: 6 -1.00002 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1439]: 6 -0.358453 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1441]: 6 -1.97857 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1446]: 6 -2.14984 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1464]: 6 -1.31256 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1472]: 6 -1.31255 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1480]: 6 -1.00003 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1511]: 6 -2.71094 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[1568]: 6 -1.00004 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[2313]: 6 -1.00006 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[2504]: 6 -1.00007 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[2598]: 6 -1.00004 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[2606]: 6 -1.00003 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[2892]: 6 -1.00004 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3059]: 6 -1.00002 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3076]: 6 -0.462613 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3172]: 6 -1.00007 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3174]: 6 -1.00002 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3191]: 6 -1.00003 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3283]: 6 -1.00003 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3323]: 6 -1.00009 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3376]: 6 -1.00004 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3390]: 6 -1.00003 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3443]: 6 -1.0001 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3461]: 6 -1.00007 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3472]: 6 -1.00003 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3474]: 6 -1.00006 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3481]: 6 -1.00009 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3515]: 6 -1.00006 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3556]: 6 -1.0001 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3565]: 6 -1.00002 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3609]: 6 -1.00008 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3615]: 6 -1.00001 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3665]: 6 -1.00008 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3676]: 6 -1.00008 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3766]: 6 -1.00009 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3785]: 6 -1.00006 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[3854]: 6 -1.00008 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[4005]: 6 -1.00002 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[4057]: 6 -1.00005 0 shouldn't be
1977.39/1987.44	WSVECS04 Frhs2[4115]: 6 -1.00004 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[199]: 6 -1.00006 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[216]: 6 -1.00004 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[312]: 6 -0.995008 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[392]: 6 -1.00005 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[422]: 6 -1.31254 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[429]: 6 -1.00008 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[546]: 6 -1.00001 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[592]: 6 -1.00001 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[645]: 6 -1.00008 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[718]: 6 -1.0001 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[1176]: 6 -1.30244 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[1229]: 6 -1.00006 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[1231]: 6 -1.00006 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[1436]: 6 0 0.162812 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[1442]: 6 -1.25005 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[1451]: 6 -1.00004 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[1548]: 6 -1.00002 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2174]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2281]: 6 -1.00005 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2294]: 6 0 0.781273 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2311]: 6 0 1.00006 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2317]: 6 -0.999889 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2319]: 6 -0.999437 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2421]: 6 -1.00003 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2444]: 6 -43.0001 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2499]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2649]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2653]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2816]: 6 -1.25002 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2885]: 6 -0.708308 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[2980]: 6 -1.30405 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3077]: 6 -0.925203 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3079]: 6 -1.00007 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3089]: 6 -1.0001 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3133]: 6 -1.00005 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3139]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3177]: 6 -1.00003 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3178]: 6 -1.00008 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3209]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3275]: 6 -1.00008 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3385]: 6 -1.00006 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3560]: 6 0 1.53921 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3658]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3749]: 6 -1.00003 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3763]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3767]: 6 -1.00006 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3859]: 6 -1.00005 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3927]: 6 -1.00006 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3953]: 6 -1.00009 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[3995]: 6 -1.00001 0 shouldn't be
1980.28/1990.30	WSVECS04 Frhs2[4040]: 6 -1.00009 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[18]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[49]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[57]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[73]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[81]: 6 -0.999981 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[84]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[85]: 6 -0.999367 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[92]: 6 -2.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[117]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[120]: 6 -1.00507 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[122]: 6 -1.01352 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[185]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[196]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[199]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[213]: 6 -0.999684 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[230]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[239]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[244]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[261]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[263]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[279]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[312]: 6 -0.994931 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[345]: 6 -0.996621 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[362]: 6 0 0.541749 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[363]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[406]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[409]: 6 -0.994931 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[411]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[420]: 6 -1.16406 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[422]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[423]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[430]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[441]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[496]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[498]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[499]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[501]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[506]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[507]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[515]: 6 0 0.210938 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[518]: 6 0 0.244782 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[530]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[532]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[537]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[540]: 6 -1.53125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[562]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[568]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[570]: 6 -0.986482 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[593]: 6 -0.999994 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[601]: 6 -0.996621 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[610]: 6 -1.65625 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[612]: 6 0 0.210938 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[634]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[640]: 6 0 1.33058 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[645]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[646]: 6 -1.14978 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[658]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[661]: 6 -0.999684 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[673]: 6 -6.51172 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[711]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[715]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[725]: 6 -0.999367 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[730]: 6 -1.07813 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1086]: 6 0 0.387758 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1113]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1116]: 6 -4.97638 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1126]: 6 -0.562501 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1127]: 6 -0.75 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1128]: 6 -0.625001 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1157]: 6 -2.84005 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1158]: 6 -0.15625 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1159]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1176]: 6 -1.30236 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1177]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1178]: 6 -1.08444 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1179]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1181]: 6 -3.07031 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1187]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1188]: 6 -1.33301 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1189]: 6 -1.32489 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1192]: 6 -1.32813 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1203]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1209]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1212]: 6 -1.36672 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1221]: 6 -5.92706 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1245]: 6 -0.6875 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1247]: 6 -2.375 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1248]: 6 -2.375 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1252]: 6 -1.32601 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1253]: 6 -1.30827 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1268]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1269]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1273]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1274]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1275]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1281]: 6 -2.35413 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1283]: 6 -2.17449 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1284]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1287]: 6 -0.925113 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1319]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1333]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1339]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1340]: 6 -2.5625 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1350]: 6 -0.793285 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1351]: 6 -0.509784 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1352]: 6 -0.173136 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1370]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1372]: 6 -2.23438 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1396]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1401]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1413]: 6 0 0.772203 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1430]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1432]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1435]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1436]: 6 0 0.162722 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1437]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1439]: 6 -0.358431 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1442]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1443]: 6 -1.01872 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1444]: 6 -1.53744 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1452]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1464]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1465]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1467]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1468]: 6 -1.92211 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1477]: 6 0 1.4571 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1478]: 6 -0.164063 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1487]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1496]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1498]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1500]: 6 -3.37833 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1501]: 6 -0.687501 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1502]: 6 -0.6875 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1506]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1508]: 6 -1.15004 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1512]: 6 -4.05746 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1518]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1522]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1530]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1534]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1535]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1539]: 6 -0.750001 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1541]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1552]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1555]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1568]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1572]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1574]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1584]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1593]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1602]: 6 -2.02145 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1603]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1612]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1621]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1623]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1624]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1628]: 6 -0.307601 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1629]: 6 -0.27145 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1636]: 6 -1.83594 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1659]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1678]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1685]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2008]: 6 -1.49427 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2009]: 6 -1.49427 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2049]: 6 -1.17969 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2062]: 6 -0.695313 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2105]: 6 -0.977033 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2122]: 6 -1.5 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2200]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2215]: 6 -0.6875 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2279]: 6 -0.998733 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2310]: 6 0 0.149776 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2344]: 6 0 0.149776 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2392]: 6 -1.375 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2423]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2486]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2488]: 6 -5.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2499]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2529]: 6 -1.0429 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2598]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2626]: 6 0 0.1875 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2678]: 6 -0.656251 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2682]: 6 -2.375 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2723]: 6 -2.84005 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2728]: 6 -5 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2787]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2790]: 6 -1.32813 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2794]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2813]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2814]: 6 -1.3125 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2869]: 6 -1.32813 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2882]: 6 -1.5 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2886]: 6 -0.166504 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2980]: 6 -1.30404 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2981]: 6 -1.23307 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3076]: 6 -0.462557 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3077]: 6 -0.925112 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3105]: 6 -2.4571 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3112]: 6 -2 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3253]: 6 -0.121671 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3256]: 6 -4.82582 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3289]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3301]: 6 -1.12141 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3312]: 6 -13.2298 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3348]: 6 -0.291315 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3352]: 6 -3.83474 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3459]: 6 0 0.539133 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3466]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3481]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3490]: 6 0 0.539133 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3493]: 6 -4.07827 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3501]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3544]: 6 -5.17511 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3558]: 6 -0.615218 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3567]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3577]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3584]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3592]: 6 -0.615218 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3636]: 6 -1.32813 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3642]: 6 -1.25 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3663]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3677]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3686]: 6 -10.8284 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3687]: 6 -2.67188 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3735]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3749]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3758]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3763]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3767]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3963]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4005]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4009]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4013]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4022]: 6 -1.03516 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4034]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4043]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4045]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4057]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4060]: 6 -1.07813 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4203]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4238]: 6 -1 0 shouldn't be
1982.67/1992.73	WSVECS04 Frhs2[4239]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[58]: 6 -0.986482 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[61]: 6 0 0.312501 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[108]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[172]: 6 -0.999999 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[202]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[235]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[242]: 6 -0.999988 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[303]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[342]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[343]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[378]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[404]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[489]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[553]: 6 -2.25 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[583]: 6 -2.16699 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[615]: 6 -1.93228 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[653]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[654]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[716]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[718]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1026]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1130]: 6 -0.499999 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1134]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1147]: 6 -1.25 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1149]: 6 -1.30273 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1160]: 6 -2.625 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1186]: 6 -1.25 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1194]: 6 -1.3125 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1195]: 6 -1.25 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1205]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1210]: 6 -1.25 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1222]: 6 -11.5416 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1223]: 6 -0.708252 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1225]: 6 0 1.16699 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1230]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1256]: 6 -1.21614 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1258]: 6 -0.864564 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1262]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1272]: 6 -0.65625 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1285]: 6 -1.23128 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1305]: 6 -1.3125 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1321]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1338]: 6 -1.25 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1341]: 6 -1.02051 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1393]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1417]: 6 -2.27087 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1423]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1449]: 6 0 0.769567 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1458]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1463]: 6 -0.121671 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1511]: 6 -2.71087 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1521]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1565]: 6 -0.730434 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1578]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1651]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1658]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1676]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1746]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2142]: 6 -1.3125 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2217]: 6 0 1.25 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2257]: 6 -5.5 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2271]: 6 -0.999921 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2298]: 6 -8.75 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2317]: 6 -0.999842 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2319]: 6 -0.999367 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2327]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2337]: 6 -3 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2346]: 6 0 0.70045 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2442]: 6 -20 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2459]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2676]: 6 -1.32813 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2701]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2719]: 6 -1.25 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2720]: 6 -1.25 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2774]: 6 -1.3125 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2792]: 6 -1.3125 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2795]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2868]: 6 -1.32813 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2883]: 6 -1.17706 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2889]: 6 0 8.66797 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2928]: 6 -18.3359 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[2979]: 6 -1.30827 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3026]: 6 -6.0835 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3114]: 6 -1.29955 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3187]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3309]: 6 -1.36428 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3349]: 6 -0.291315 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3600]: 6 -11.1565 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3689]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3736]: 6 -1.125 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4038]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4066]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4235]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4248]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4273]: 6 -1 0 shouldn't be
1984.57/1994.66	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
2038.19/2048.50	c #Conflicts:    3142000 | #Constraints:      45079
2038.19/2048.50	c #Conflicts:    3143000 | #Constraints:      46079
2038.19/2048.50	c #Conflicts:    3144000 | #Constraints:      47079
2038.19/2048.50	c #Conflicts:    3145000 | #Constraints:      48079
2038.19/2048.50	c #Conflicts:    3146000 | #Constraints:      49079
2038.19/2048.50	c #Conflicts:    3147000 | #Constraints:      50079
2038.19/2048.50	c #Conflicts:    3148000 | #Constraints:      51079
2038.19/2048.50	c #Conflicts:    3149000 | #Constraints:      52079
2038.19/2048.50	c #Conflicts:    3150000 | #Constraints:      53079
2038.19/2048.50	c #Conflicts:    3151000 | #Constraints:      54079
2038.19/2048.50	c #Conflicts:    3152000 | #Constraints:      55079
2038.19/2048.50	c #Conflicts:    3153000 | #Constraints:      56079
2038.19/2048.50	c #Conflicts:    3154000 | #Constraints:      57080
2038.19/2048.50	c #Conflicts:    3155000 | #Constraints:      58080
2038.19/2048.50	c #Conflicts:    3156000 | #Constraints:      59080
2038.19/2048.50	c #Conflicts:    3157000 | #Constraints:      60080
2038.19/2048.50	c #Conflicts:    3158000 | #Constraints:      61080
2038.19/2048.50	c #Conflicts:    3159000 | #Constraints:      62080
2038.19/2048.50	c #Conflicts:    3160000 | #Constraints:      63080
2038.19/2048.50	c #Conflicts:    3161000 | #Constraints:      64080
2038.19/2048.50	c #Conflicts:    3162000 | #Constraints:      65080
2038.19/2048.50	c #Conflicts:    3163000 | #Constraints:      66080
2038.19/2048.50	c #Conflicts:    3164000 | #Constraints:      67080
2038.19/2048.50	c #Conflicts:    3165000 | #Constraints:      68080
2038.19/2048.50	c #Conflicts:    3166000 | #Constraints:      69080
2038.19/2048.50	c #Conflicts:    3167000 | #Constraints:      70080
2038.19/2048.50	c #Conflicts:    3168000 | #Constraints:      71080
2038.19/2048.50	c #Conflicts:    3169000 | #Constraints:      72080
2038.19/2048.50	c #Conflicts:    3170000 | #Constraints:      73080
2038.19/2048.50	c #Conflicts:    3171000 | #Constraints:      74080
2038.19/2048.50	c #Conflicts:    3172000 | #Constraints:      75080
2038.19/2048.50	c #Conflicts:    3173000 | #Constraints:      76080
2038.19/2048.50	c #Conflicts:    3174000 | #Constraints:      77080
2038.19/2048.50	c #Conflicts:    3175000 | #Constraints:      78080
2038.19/2048.50	c #Conflicts:    3176000 | #Constraints:      79080
2038.19/2048.50	c #Conflicts:    3177000 | #Constraints:      80080
2038.19/2048.50	c INPROCESSING
2038.19/2048.50	c GARBAGE COLLECT
2038.19/2048.50	c #Conflicts:    3178000 | #Constraints:      45563
2038.19/2048.50	c #Conflicts:    3179000 | #Constraints:      46563
2038.19/2048.50	c #Conflicts:    3180000 | #Constraints:      47563
2038.19/2048.50	c #Conflicts:    3181000 | #Constraints:      48563
2038.19/2048.50	c #Conflicts:    3182000 | #Constraints:      49563
2038.19/2048.50	c #Conflicts:    3183000 | #Constraints:      50563
2038.19/2048.50	c #Conflicts:    3184000 | #Constraints:      51563
2038.19/2048.50	c #Conflicts:    3185000 | #Constraints:      52563
2038.19/2048.50	c #Conflicts:    3186000 | #Constraints:      53563
2038.19/2048.50	c #Conflicts:    3187000 | #Constraints:      54563
2038.19/2048.50	c #Conflicts:    3188000 | #Constraints:      55563
2038.19/2048.50	c #Conflicts:    3189000 | #Constraints:      56563
2038.19/2048.50	c #Conflicts:    3190000 | #Constraints:      57563
2038.19/2048.50	c #Conflicts:    3191000 | #Constraints:      58563
2038.19/2048.50	c #Conflicts:    3192000 | #Constraints:      59563
2038.19/2048.50	c #Conflicts:    3193000 | #Constraints:      60563
2038.19/2048.50	c #Conflicts:    3194000 | #Constraints:      61563
2038.19/2048.50	c #Conflicts:    3195000 | #Constraints:      62563
2038.19/2048.50	c #Conflicts:    3196000 | #Constraints:      63563
2038.19/2048.50	c #Conflicts:    3197000 | #Constraints:      64563
2038.19/2048.50	c #Conflicts:    3198000 | #Constraints:      65563
2038.19/2048.50	c #Conflicts:    3199000 | #Constraints:      66563
2038.19/2048.50	c #Conflicts:    3200000 | #Constraints:      67563
2038.19/2048.50	c #Conflicts:    3201000 | #Constraints:      68563
2038.19/2048.50	c #Conflicts:    3202000 | #Constraints:      69563
2038.19/2048.50	c #Conflicts:    3203000 | #Constraints:      70563
2038.19/2048.50	c #Conflicts:    3204000 | #Constraints:      71563
2038.19/2048.50	c #Conflicts:    3205000 | #Constraints:      72563
2038.19/2048.50	c #Conflicts:    3206000 | #Constraints:      73563
2038.19/2048.50	c #Conflicts:    3207000 | #Constraints:      74563
2038.19/2048.50	c #Conflicts:    3208000 | #Constraints:      75563
2038.19/2048.50	c #Conflicts:    3209000 | #Constraints:      76563
2038.19/2048.50	c #Conflicts:    3210000 | #Constraints:      77563
2038.19/2048.50	c #Conflicts:    3211000 | #Constraints:      78563
2038.19/2048.50	c #Conflicts:    3212000 | #Constraints:      79563
2038.19/2048.50	c #Conflicts:    3213000 | #Constraints:      80563
2038.19/2048.50	c INPROCESSING
2038.19/2048.50	c GARBAGE COLLECT
2038.19/2048.50	c #Conflicts:    3214000 | #Constraints:      45869
2038.19/2048.50	c #Conflicts:    3215000 | #Constraints:      46869
2038.19/2048.50	c #Conflicts:    3216000 | #Constraints:      47869
2038.19/2048.50	c #Conflicts:    3217000 | #Constraints:      48869
2038.19/2048.50	c #Conflicts:    3218000 | #Constraints:      49869
2038.19/2048.50	c #Conflicts:    3219000 | #Constraints:      50869
2082.29/2092.86	c #Conflicts:    3220000 | #Constraints:      51869
2082.29/2092.86	c #Conflicts:    3221000 | #Constraints:      52869
2082.29/2092.86	c #Conflicts:    3222000 | #Constraints:      53869
2082.29/2092.86	c #Conflicts:    3223000 | #Constraints:      54869
2082.29/2092.86	c #Conflicts:    3224000 | #Constraints:      55869
2082.29/2092.86	c #Conflicts:    3225000 | #Constraints:      56869
2082.29/2092.86	c #Conflicts:    3226000 | #Constraints:      57869
2082.29/2092.86	c #Conflicts:    3227000 | #Constraints:      58869
2082.29/2092.86	c #Conflicts:    3228000 | #Constraints:      59869
2082.29/2092.86	c #Conflicts:    3229000 | #Constraints:      60869
2082.29/2092.86	c #Conflicts:    3230000 | #Constraints:      61869
2082.29/2092.86	c #Conflicts:    3231000 | #Constraints:      62869
2082.29/2092.86	c #Conflicts:    3232000 | #Constraints:      63869
2082.29/2092.86	c #Conflicts:    3233000 | #Constraints:      64870
2082.29/2092.86	c #Conflicts:    3234000 | #Constraints:      65870
2082.29/2092.86	c #Conflicts:    3235000 | #Constraints:      66870
2082.29/2092.86	c #Conflicts:    3236000 | #Constraints:      67870
2082.29/2092.86	c #Conflicts:    3237000 | #Constraints:      68870
2082.29/2092.86	c #Conflicts:    3238000 | #Constraints:      69870
2082.29/2092.86	c #Conflicts:    3239000 | #Constraints:      70870
2082.29/2092.86	c #Conflicts:    3240000 | #Constraints:      71871
2082.29/2092.86	c #Conflicts:    3241000 | #Constraints:      72871
2082.29/2092.86	c #Conflicts:    3242000 | #Constraints:      73871
2082.29/2092.86	c #Conflicts:    3243000 | #Constraints:      74871
2082.29/2092.86	c #Conflicts:    3244000 | #Constraints:      75871
2082.29/2092.86	c #Conflicts:    3245000 | #Constraints:      76871
2082.29/2092.86	c #Conflicts:    3246000 | #Constraints:      77871
2082.29/2092.86	c #Conflicts:    3247000 | #Constraints:      78871
2082.29/2092.86	c #Conflicts:    3248000 | #Constraints:      79871
2082.29/2092.86	c #Conflicts:    3249000 | #Constraints:      80871
2082.29/2092.86	c INPROCESSING
2082.29/2092.86	c GARBAGE COLLECT
2082.29/2092.86	c #Conflicts:    3250000 | #Constraints:      45992
2082.29/2092.86	c #Conflicts:    3251000 | #Constraints:      46992
2082.29/2092.86	c #Conflicts:    3252000 | #Constraints:      47992
2082.29/2092.86	c #Conflicts:    3253000 | #Constraints:      48992
2082.29/2092.86	c #Conflicts:    3254000 | #Constraints:      49992
2082.29/2092.86	c #Conflicts:    3255000 | #Constraints:      50992
2082.29/2092.86	c #Conflicts:    3256000 | #Constraints:      51992
2082.29/2092.86	c #Conflicts:    3257000 | #Constraints:      52992
2082.29/2092.86	c #Conflicts:    3258000 | #Constraints:      53992
2082.29/2092.86	c #Conflicts:    3259000 | #Constraints:      54992
2082.29/2092.86	c #Conflicts:    3260000 | #Constraints:      55992
2082.29/2092.86	c #Conflicts:    3261000 | #Constraints:      56992
2082.29/2092.86	c #Conflicts:    3262000 | #Constraints:      57992
2082.29/2092.86	c #Conflicts:    3263000 | #Constraints:      58992
2082.29/2092.86	c #Conflicts:    3264000 | #Constraints:      59992
2082.29/2092.86	c #Conflicts:    3265000 | #Constraints:      60992
2082.29/2092.86	c #Conflicts:    3266000 | #Constraints:      61992
2082.29/2092.86	c #Conflicts:    3267000 | #Constraints:      62992
2082.29/2092.86	c #Conflicts:    3268000 | #Constraints:      63992
2082.29/2092.86	c #Conflicts:    3269000 | #Constraints:      64992
2082.29/2092.86	c #Conflicts:    3270000 | #Constraints:      65992
2082.29/2092.86	c #Conflicts:    3271000 | #Constraints:      66992
2082.29/2092.86	c #Conflicts:    3272000 | #Constraints:      67992
2082.29/2092.86	c #Conflicts:    3273000 | #Constraints:      68992
2082.29/2092.86	c #Conflicts:    3274000 | #Constraints:      69992
2082.29/2092.86	c #Conflicts:    3275000 | #Constraints:      70992
2082.29/2092.86	c #Conflicts:    3276000 | #Constraints:      71992
2082.29/2092.86	c #Conflicts:    3277000 | #Constraints:      72992
2082.29/2092.86	c #Conflicts:    3278000 | #Constraints:      73992
2082.29/2092.86	c #Conflicts:    3279000 | #Constraints:      74992
2082.29/2092.86	c #Conflicts:    3280000 | #Constraints:      75992
2082.29/2092.86	c #Conflicts:    3281000 | #Constraints:      76992
2082.29/2092.86	c #Conflicts:    3282000 | #Constraints:      77992
2082.29/2092.86	c #Conflicts:    3283000 | #Constraints:      78992
2082.29/2092.86	c #Conflicts:    3284000 | #Constraints:      79992
2082.29/2092.86	c #Conflicts:    3285000 | #Constraints:      80992
2082.29/2092.86	c INPROCESSING
2082.29/2092.86	c GARBAGE COLLECT
2082.29/2092.86	c #Conflicts:    3286000 | #Constraints:      45975
2082.29/2092.86	c #Conflicts:    3287000 | #Constraints:      46975
2082.29/2092.86	c #Conflicts:    3288000 | #Constraints:      47975
2082.29/2092.86	c #Conflicts:    3289000 | #Constraints:      48975
2082.29/2092.86	c #Conflicts:    3290000 | #Constraints:      49975
2082.29/2092.86	c #Conflicts:    3291000 | #Constraints:      50975
2082.29/2092.86	c #Conflicts:    3292000 | #Constraints:      51975
2082.29/2092.86	c #Conflicts:    3293000 | #Constraints:      52975
2082.29/2092.86	c #Conflicts:    3294000 | #Constraints:      53975
2082.29/2092.86	c #Conflicts:    3295000 | #Constraints:      54975
2082.29/2092.86	c #Conflicts:    3296000 | #Constraints:      55975
2106.74/2117.49	c #Conflicts:    3297000 | #Constraints:      56975
2106.74/2117.49	c #Conflicts:    3298000 | #Constraints:      57975
2106.74/2117.49	c #Conflicts:    3299000 | #Constraints:      58975
2106.74/2117.49	c #Conflicts:    3300000 | #Constraints:      59975
2106.74/2117.49	c #Conflicts:    3301000 | #Constraints:      60975
2106.74/2117.49	c #Conflicts:    3302000 | #Constraints:      61975
2106.74/2117.49	c #Conflicts:    3303000 | #Constraints:      62975
2106.74/2117.49	c #Conflicts:    3304000 | #Constraints:      63976
2106.74/2117.49	c #Conflicts:    3305000 | #Constraints:      64976
2106.74/2117.49	c #Conflicts:    3306000 | #Constraints:      65976
2106.74/2117.49	c #Conflicts:    3307000 | #Constraints:      66976
2106.74/2117.49	c #Conflicts:    3308000 | #Constraints:      67976
2106.74/2117.49	c #Conflicts:    3309000 | #Constraints:      68976
2106.74/2117.49	c #Conflicts:    3310000 | #Constraints:      69976
2106.74/2117.49	c #Conflicts:    3311000 | #Constraints:      70976
2106.74/2117.49	c #Conflicts:    3312000 | #Constraints:      71976
2106.74/2117.49	c #Conflicts:    3313000 | #Constraints:      72976
2106.74/2117.49	c #Conflicts:    3314000 | #Constraints:      73976
2106.74/2117.49	c #Conflicts:    3315000 | #Constraints:      74976
2106.74/2117.49	c #Conflicts:    3316000 | #Constraints:      75976
2106.74/2117.49	c #Conflicts:    3317000 | #Constraints:      76976
2106.74/2117.49	c #Conflicts:    3318000 | #Constraints:      77976
2106.74/2117.49	c #Conflicts:    3319000 | #Constraints:      78976
2106.74/2117.49	c #Conflicts:    3320000 | #Constraints:      79976
2106.74/2117.49	c #Conflicts:    3321000 | #Constraints:      80976
2106.74/2117.49	c INPROCESSING
2106.74/2117.49	c GARBAGE COLLECT
2106.74/2117.49	c #Conflicts:    3322000 | #Constraints:      45776
2106.74/2117.49	c #Conflicts:    3323000 | #Constraints:      46776
2106.74/2117.49	c #Conflicts:    3324000 | #Constraints:      47776
2106.74/2117.49	c #Conflicts:    3325000 | #Constraints:      48776
2106.74/2117.49	c #Conflicts:    3326000 | #Constraints:      49776
2106.74/2117.49	c #Conflicts:    3327000 | #Constraints:      50776
2106.74/2117.49	c #Conflicts:    3328000 | #Constraints:      51776
2106.74/2117.49	c #Conflicts:    3329000 | #Constraints:      52776
2106.74/2117.49	c #Conflicts:    3330000 | #Constraints:      53776
2106.74/2117.49	c #Conflicts:    3331000 | #Constraints:      54776
2106.74/2117.49	c #Conflicts:    3332000 | #Constraints:      55776
2106.74/2117.49	c #Conflicts:    3333000 | #Constraints:      56776
2106.74/2117.49	c #Conflicts:    3334000 | #Constraints:      57776
2106.74/2117.49	c #Conflicts:    3335000 | #Constraints:      58776
2106.74/2117.49	c #Conflicts:    3336000 | #Constraints:      59776
2106.74/2117.49	WSVECS04 Frhs2[1]: 6 -0.999258 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[73]: 6 -0.996602 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[92]: 6 -0.755449 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[107]: 6 -0.982751 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[127]: 6 -0.98406 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[132]: 6 -4.97399 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[136]: 6 -64.6869 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[144]: 6 -1.00047 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[161]: 6 -0.999336 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[196]: 6 -0.979162 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[225]: 6 -0.999336 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[238]: 6 -0.980475 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[345]: 6 -0.152475 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[346]: 6 -1.01398 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[363]: 6 -0.983031 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[383]: 6 -0.985084 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[400]: 6 -0.497939 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[467]: 6 -2.76319 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[497]: 6 -1.01593 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[506]: 6 -1.26399 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[514]: 6 -0.999674 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[540]: 6 0 0.342436 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[582]: 6 -0.991967 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[600]: 6 -0.303029 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[637]: 6 -1.20373 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[653]: 6 -0.859316 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[656]: 6 -0.498845 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[670]: 6 -0.431635 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[673]: 6 -1.02107 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[707]: 6 -0.997939 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1100]: 6 -1.00044 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1117]: 6 -0.812504 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1182]: 6 -8.83478 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1218]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1263]: 6 -0.999446 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1282]: 6 -0.999369 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1312]: 6 -1.25 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1355]: 6 -0.997638 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1473]: 6 -1.00449 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1507]: 6 -0.998593 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1519]: 6 -1.24481 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1538]: 6 -1.00532 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1550]: 6 -1.24767 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1571]: 6 -0.994537 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1574]: 6 -0.98524 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1576]: 6 -1.01559 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1590]: 6 -1.15184 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1597]: 6 -0.619498 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1602]: 6 -0.997358 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1612]: 6 -0.97 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1623]: 6 -1.51991 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1628]: 6 -0.491885 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1641]: 6 -0.986868 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1690]: 6 -0.968408 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1959]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1963]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1966]: 6 -0.982777 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1970]: 6 -1.00001 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[1984]: 6 0 0.999939 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2053]: 6 -1.00002 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2058]: 6 -0.999269 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2059]: 6 -0.998697 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2066]: 6 -0.991868 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2075]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2078]: 6 -0.987882 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2087]: 6 -0.750001 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2094]: 6 0 1 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2151]: 6 -0.996832 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2158]: 6 -0.988254 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2160]: 6 -0.977221 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2163]: 6 -0.999288 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2169]: 6 -1.09171 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2174]: 6 -1.01788 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2177]: 6 -0.998962 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2204]: 6 0 2 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2248]: 6 -0.979299 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2256]: 6 -0.989883 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2264]: 6 -0.999136 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2265]: 6 -0.995262 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2294]: 6 -1.24949 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2296]: 6 -8.75074 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2299]: 6 -16.0015 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2337]: 6 -0.999817 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2344]: 6 -0.994815 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2345]: 6 -0.994814 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2364]: 6 -0.999987 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2370]: 6 -1.3125 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2390]: 6 -0.999997 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2394]: 6 -0.999794 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2438]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2456]: 6 -0.998855 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2462]: 6 -1.00001 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2544]: 6 -0.999991 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2558]: 6 -1.24956 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2560]: 6 -1.29555 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2642]: 6 -0.998542 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2643]: 6 -0.998542 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2665]: 6 -0.500001 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2679]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2726]: 6 -0.912652 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2728]: 6 -0.825406 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2918]: 6 -1.00009 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3006]: 6 -1.24906 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3018]: 6 -0.996502 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3027]: 6 -0.999722 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3063]: 6 -1.62453 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3112]: 6 -0.996553 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3115]: 6 -0.997711 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3134]: 6 -1.02825 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3193]: 6 -0.974792 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3211]: 6 -0.998873 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3216]: 6 -0.999786 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3219]: 6 -0.991615 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3222]: 6 -0.968165 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3226]: 6 -0.979671 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3233]: 6 -0.827131 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3239]: 6 -0.594861 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3249]: 6 -1.01491 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3255]: 6 -0.625 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3315]: 6 -0.999999 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3318]: 6 -0.999512 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3322]: 6 -1.00048 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3330]: 6 -0.939506 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3332]: 6 -0.954502 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3337]: 6 -2.99994 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3400]: 6 -0.98641 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3404]: 6 -1.01769 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3417]: 6 -0.997625 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3428]: 6 -1.14364 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3429]: 6 -1.24996 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3449]: 6 -3 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3471]: 6 -1.00929 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3505]: 6 -0.999682 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3507]: 6 -0.998532 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3508]: 6 -0.997064 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3524]: 6 0 1.18489 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3540]: 6 -0.666667 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3589]: 6 -1.00091 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3605]: 6 -0.998417 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3607]: 6 -0.999894 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3614]: 6 -1.2363 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3626]: 6 -19.271 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3630]: 6 -0.982154 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3637]: 6 -0.99749 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3655]: 6 -0.995796 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3687]: 6 -0.997892 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3690]: 6 -0.995796 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3694]: 6 -1.01682 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3696]: 6 -0.996496 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3700]: 6 -0.90133 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3701]: 6 -1.03588 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3708]: 6 -0.993149 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3709]: 6 -0.930762 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3715]: 6 -0.987917 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3725]: 6 -0.151156 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3726]: 6 0 0.697693 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3732]: 6 -18.5816 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3742]: 6 -0.998597 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3753]: 6 -1.02378 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3787]: 6 -0.807883 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3790]: 6 -1.06855 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3791]: 6 -1.02409 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3794]: 6 -0.90365 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3800]: 6 -0.974628 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3804]: 6 -1.06603 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3810]: 6 0 2.55258 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3813]: 6 -3.10514 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3827]: 6 -1.46659 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3832]: 6 -0.946454 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3834]: 6 -1.03545 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3846]: 6 -1.00087 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3850]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3854]: 6 -0.999958 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3866]: 6 -1.34027 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3873]: 6 -0.998637 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3884]: 6 -0.969536 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3885]: 6 -0.934083 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3888]: 6 -0.93019 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3892]: 6 -0.999976 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3893]: 6 -0.946406 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3899]: 6 -0.999969 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3902]: 6 -0.971873 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3905]: 6 -1.24806 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3910]: 6 -0.748146 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3923]: 6 -0.500017 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3932]: 6 -0.966348 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3942]: 6 -1.01637 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3956]: 6 -1.41876 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3961]: 6 -1.23665 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3963]: 6 -0.618109 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3972]: 6 -0.913043 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3973]: 6 -1.00033 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3978]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3982]: 6 -0.869017 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3990]: 6 -0.964548 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3994]: 6 -0.949654 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[3996]: 6 -1.03107 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4000]: 6 -1.99533 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4002]: 6 -4.58 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4019]: 6 -0.635887 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4026]: 6 -0.982207 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4027]: 6 -0.982206 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4066]: 6 -0.974953 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4070]: 6 -1.04938 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4080]: 6 -0.768322 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4084]: 6 -0.998301 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4086]: 6 -0.996508 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4090]: 6 -0.99989 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4092]: 6 -0.939694 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4094]: 6 -0.879664 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4096]: 6 -1.49046 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4100]: 6 0 0.994754 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4118]: 6 -1.01326 0 shouldn't be
2106.74/2117.49	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
2150.24/2161.22	c #Conflicts:    3337000 | #Constraints:      60776
2150.24/2161.22	c #Conflicts:    3338000 | #Constraints:      61776
2150.24/2161.22	c #Conflicts:    3339000 | #Constraints:      62776
2150.24/2161.22	c #Conflicts:    3340000 | #Constraints:      63776
2150.24/2161.22	c #Conflicts:    3341000 | #Constraints:      64776
2150.24/2161.22	c #Conflicts:    3342000 | #Constraints:      65776
2150.24/2161.22	c #Conflicts:    3343000 | #Constraints:      66776
2150.24/2161.22	c #Conflicts:    3344000 | #Constraints:      67776
2150.24/2161.22	c #Conflicts:    3345000 | #Constraints:      68776
2150.24/2161.22	c #Conflicts:    3346000 | #Constraints:      69776
2150.24/2161.22	c #Conflicts:    3347000 | #Constraints:      70776
2150.24/2161.22	c #Conflicts:    3348000 | #Constraints:      71776
2150.24/2161.22	c #Conflicts:    3349000 | #Constraints:      72776
2150.24/2161.22	c #Conflicts:    3350000 | #Constraints:      73776
2150.24/2161.22	c #Conflicts:    3351000 | #Constraints:      74776
2150.24/2161.22	c #Conflicts:    3352000 | #Constraints:      75776
2150.24/2161.22	c #Conflicts:    3353000 | #Constraints:      76776
2150.24/2161.22	c #Conflicts:    3354000 | #Constraints:      77776
2150.24/2161.22	c #Conflicts:    3355000 | #Constraints:      78776
2150.24/2161.22	c #Conflicts:    3356000 | #Constraints:      79776
2150.24/2161.22	c #Conflicts:    3357000 | #Constraints:      80776
2150.24/2161.22	c #Conflicts:    3358000 | #Constraints:      81776
2150.24/2161.22	c INPROCESSING
2150.24/2161.22	c GARBAGE COLLECT
2150.24/2161.22	c #Conflicts:    3359000 | #Constraints:      46358
2150.24/2161.22	c #Conflicts:    3360000 | #Constraints:      47358
2150.24/2161.22	c #Conflicts:    3361000 | #Constraints:      48358
2150.24/2161.22	c #Conflicts:    3362000 | #Constraints:      49358
2150.24/2161.22	c #Conflicts:    3363000 | #Constraints:      50358
2150.24/2161.22	c #Conflicts:    3364000 | #Constraints:      51358
2150.24/2161.22	c #Conflicts:    3365000 | #Constraints:      52358
2150.24/2161.22	c #Conflicts:    3366000 | #Constraints:      53358
2150.24/2161.22	c #Conflicts:    3367000 | #Constraints:      54358
2150.24/2161.22	c #Conflicts:    3368000 | #Constraints:      55358
2150.24/2161.22	c #Conflicts:    3369000 | #Constraints:      56358
2150.24/2161.22	c #Conflicts:    3370000 | #Constraints:      57358
2150.24/2161.22	c #Conflicts:    3371000 | #Constraints:      58358
2150.24/2161.22	c #Conflicts:    3372000 | #Constraints:      59358
2150.24/2161.22	c #Conflicts:    3373000 | #Constraints:      60358
2150.24/2161.22	c #Conflicts:    3374000 | #Constraints:      61358
2150.24/2161.22	c #Conflicts:    3375000 | #Constraints:      62358
2150.24/2161.22	c #Conflicts:    3376000 | #Constraints:      63358
2150.24/2161.22	c #Conflicts:    3377000 | #Constraints:      64358
2150.24/2161.22	c #Conflicts:    3378000 | #Constraints:      65358
2150.24/2161.22	c #Conflicts:    3379000 | #Constraints:      66358
2150.24/2161.22	c #Conflicts:    3380000 | #Constraints:      67358
2150.24/2161.22	c #Conflicts:    3381000 | #Constraints:      68358
2150.24/2161.22	c #Conflicts:    3382000 | #Constraints:      69358
2150.24/2161.22	c #Conflicts:    3383000 | #Constraints:      70358
2150.24/2161.22	c #Conflicts:    3384000 | #Constraints:      71358
2150.24/2161.22	c #Conflicts:    3385000 | #Constraints:      72358
2150.24/2161.22	c #Conflicts:    3386000 | #Constraints:      73358
2150.24/2161.22	c #Conflicts:    3387000 | #Constraints:      74358
2150.24/2161.22	c #Conflicts:    3388000 | #Constraints:      75358
2150.24/2161.22	c #Conflicts:    3389000 | #Constraints:      76358
2150.24/2161.22	c #Conflicts:    3390000 | #Constraints:      77358
2150.24/2161.22	c #Conflicts:    3391000 | #Constraints:      78358
2150.24/2161.22	c #Conflicts:    3392000 | #Constraints:      79358
2150.24/2161.22	c #Conflicts:    3393000 | #Constraints:      80358
2150.24/2161.22	c #Conflicts:    3394000 | #Constraints:      81358
2150.24/2161.22	c #Conflicts:    3395000 | #Constraints:      82358
2150.24/2161.22	c INPROCESSING
2150.24/2161.22	c GARBAGE COLLECT
2150.24/2161.22	c #Conflicts:    3396000 | #Constraints:      46788
2150.24/2161.22	c #Conflicts:    3397000 | #Constraints:      47788
2150.24/2161.22	c #Conflicts:    3398000 | #Constraints:      48789
2150.24/2161.22	c #Conflicts:    3399000 | #Constraints:      49789
2150.24/2161.22	c #Conflicts:    3400000 | #Constraints:      50789
2150.24/2161.22	c #Conflicts:    3401000 | #Constraints:      51789
2150.24/2161.22	c #Conflicts:    3402000 | #Constraints:      52789
2150.24/2161.22	c #Conflicts:    3403000 | #Constraints:      53789
2150.24/2161.22	c #Conflicts:    3404000 | #Constraints:      54789
2150.24/2161.22	c #Conflicts:    3405000 | #Constraints:      55789
2150.24/2161.22	c #Conflicts:    3406000 | #Constraints:      56819
2150.24/2161.22	c #Conflicts:    3407000 | #Constraints:      57819
2150.24/2161.22	c #Conflicts:    3408000 | #Constraints:      58819
2150.24/2161.22	c #Conflicts:    3409000 | #Constraints:      59819
2150.24/2161.22	c #Conflicts:    3410000 | #Constraints:      60819
2150.24/2161.22	c #Conflicts:    3411000 | #Constraints:      61819
2150.24/2161.22	c #Conflicts:    3412000 | #Constraints:      62819
2150.24/2161.22	c #Conflicts:    3413000 | #Constraints:      63819
2150.24/2161.22	c #Conflicts:    3414000 | #Constraints:      64820
2230.93/2242.45	c #Conflicts:    3415000 | #Constraints:      65820
2230.93/2242.45	c #Conflicts:    3416000 | #Constraints:      66820
2230.93/2242.45	c #Conflicts:    3417000 | #Constraints:      67820
2230.93/2242.45	c #Conflicts:    3418000 | #Constraints:      68820
2230.93/2242.45	c #Conflicts:    3419000 | #Constraints:      69820
2230.93/2242.45	c #Conflicts:    3420000 | #Constraints:      70820
2230.93/2242.45	c #Conflicts:    3421000 | #Constraints:      71820
2230.93/2242.45	c #Conflicts:    3422000 | #Constraints:      72820
2230.93/2242.45	c #Conflicts:    3423000 | #Constraints:      73820
2230.93/2242.45	c #Conflicts:    3424000 | #Constraints:      74820
2230.93/2242.45	c #Conflicts:    3425000 | #Constraints:      75820
2230.93/2242.45	c #Conflicts:    3426000 | #Constraints:      76820
2230.93/2242.45	c #Conflicts:    3427000 | #Constraints:      77820
2230.93/2242.45	c #Conflicts:    3428000 | #Constraints:      78820
2230.93/2242.45	c #Conflicts:    3429000 | #Constraints:      79820
2230.93/2242.45	c #Conflicts:    3430000 | #Constraints:      80820
2230.93/2242.45	c #Conflicts:    3431000 | #Constraints:      81820
2230.93/2242.45	c #Conflicts:    3432000 | #Constraints:      82820
2230.93/2242.45	c INPROCESSING
2230.93/2242.45	c GARBAGE COLLECT
2230.93/2242.45	c #Conflicts:    3433000 | #Constraints:      47044
2230.93/2242.45	c #Conflicts:    3434000 | #Constraints:      48044
2230.93/2242.45	c #Conflicts:    3435000 | #Constraints:      49044
2230.93/2242.45	c #Conflicts:    3436000 | #Constraints:      50044
2230.93/2242.45	c #Conflicts:    3437000 | #Constraints:      51044
2230.93/2242.45	c #Conflicts:    3438000 | #Constraints:      52044
2230.93/2242.45	c #Conflicts:    3439000 | #Constraints:      53044
2230.93/2242.45	c #Conflicts:    3440000 | #Constraints:      54044
2230.93/2242.45	c #Conflicts:    3441000 | #Constraints:      55044
2230.93/2242.45	c #Conflicts:    3442000 | #Constraints:      56044
2230.93/2242.45	c #Conflicts:    3443000 | #Constraints:      57044
2230.93/2242.45	c #Conflicts:    3444000 | #Constraints:      58044
2230.93/2242.45	c #Conflicts:    3445000 | #Constraints:      59044
2230.93/2242.45	c #Conflicts:    3446000 | #Constraints:      60356
2230.93/2242.45	c #Conflicts:    3447000 | #Constraints:      61878
2230.93/2242.45	c #Conflicts:    3448000 | #Constraints:      63405
2230.93/2242.45	c #Conflicts:    3449000 | #Constraints:      64934
2230.93/2242.45	c #Conflicts:    3450000 | #Constraints:      66460
2230.93/2242.45	c #Conflicts:    3451000 | #Constraints:      67971
2230.93/2242.45	c #Conflicts:    3452000 | #Constraints:      69477
2230.93/2242.45	c #Conflicts:    3453000 | #Constraints:      70978
2230.93/2242.45	c #Conflicts:    3454000 | #Constraints:      72490
2230.93/2242.45	c #Conflicts:    3455000 | #Constraints:      74000
2230.93/2242.45	c #Conflicts:    3456000 | #Constraints:      75529
2230.93/2242.45	c #Conflicts:    3457000 | #Constraints:      77039
2230.93/2242.45	c #Conflicts:    3458000 | #Constraints:      78567
2230.93/2242.45	c #Conflicts:    3459000 | #Constraints:      80085
2230.93/2242.45	c #Conflicts:    3460000 | #Constraints:      81595
2230.93/2242.45	c #Conflicts:    3461000 | #Constraints:      83102
2230.93/2242.45	c #Conflicts:    3462000 | #Constraints:      84602
2230.93/2242.45	c #Conflicts:    3463000 | #Constraints:      86123
2230.93/2242.45	c #Conflicts:    3464000 | #Constraints:      87633
2230.93/2242.45	c #Conflicts:    3465000 | #Constraints:      89143
2230.93/2242.45	c #Conflicts:    3466000 | #Constraints:      90650
2230.93/2242.45	c #Conflicts:    3467000 | #Constraints:      92151
2230.93/2242.45	c #Conflicts:    3468000 | #Constraints:      93662
2230.93/2242.45	c #Conflicts:    3469000 | #Constraints:      95172
2230.93/2242.45	c INPROCESSING
2230.93/2242.45	c GARBAGE COLLECT
2230.93/2242.45	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[18]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[38]: 6 -2.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[53]: 6 0 0.5 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[65]: 6 -2 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[68]: 6 -0.208334 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[72]: 6 -0.833334 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[86]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[117]: 6 -3.92456 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[132]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[136]: 6 -0.833334 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[193]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[203]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[216]: 6 -1.33301 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[220]: 6 -1.32813 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[224]: 6 -1.05615 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[233]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[249]: 6 -1.23315 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[265]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[284]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[321]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[328]: 6 -0.833333 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[351]: 6 -0.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[355]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[382]: 6 -0.625001 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[397]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[400]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[417]: 6 -0.666667 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[434]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[439]: 6 -2.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[441]: 6 -0.766847 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[443]: 6 -1.29297 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[452]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[456]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[460]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[475]: 6 -2.54297 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[476]: 6 0 0.332032 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[477]: 6 -2 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[480]: 6 -1.19385 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[489]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[493]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[507]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[516]: 6 -0.208334 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[534]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[540]: 6 -0.75 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[541]: 6 -0.312501 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[547]: 6 -1.28125 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[565]: 6 -0.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[570]: 6 -0.775391 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[571]: 6 -0.550782 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[584]: 6 -1.16667 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[602]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[615]: 6 -0.500001 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[628]: 6 -3.33252 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[633]: 6 -2.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[634]: 6 -2.54297 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[702]: 6 -1.3125 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[707]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[709]: 6 -0.500001 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[717]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[728]: 6 0 0.192872 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[731]: 6 -2.54297 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[735]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[736]: 6 -1.19385 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1085]: 6 -2.45313 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1094]: 6 -0.321429 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1095]: 6 -1.23214 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1096]: 6 -1.53572 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1099]: 6 -1.28571 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1103]: 6 -1.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1113]: 6 -1.34644 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1122]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1124]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1125]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1142]: 6 -2.375 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1145]: 6 -0.842042 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1155]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1164]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1187]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1211]: 6 -0.636414 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1214]: 6 -0.9375 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1215]: 6 -1.0625 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1225]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1230]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1244]: 6 -0.671875 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1247]: 6 -1.71596 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1249]: 6 -0.919643 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1253]: 6 -0.625001 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1257]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1268]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1301]: 6 -2.10669 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1305]: 6 0 1 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1308]: 6 -0.831299 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1346]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1348]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1355]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1366]: 6 -1.41113 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1369]: 6 -0.953125 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1394]: 6 -0.65625 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1430]: 6 -1.92188 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1431]: 6 -2.59375 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1433]: 6 -0.75 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1436]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1443]: 6 -2 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1445]: 6 -2.26563 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1446]: 6 -2.40625 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1473]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1478]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1488]: 6 0 1.32813 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1494]: 6 -0.75 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1497]: 6 -3.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1500]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1534]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1535]: 6 -3.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1536]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1540]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1541]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1552]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1559]: 6 -2.10425 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1564]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1565]: 6 -0.75 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1570]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1571]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1580]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1587]: 6 -1.28442 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1596]: 6 -2.54297 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1597]: 6 -0.750001 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1601]: 6 -0.679688 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1602]: 6 -0.679688 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1603]: 6 -0.359376 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1604]: 6 -1.21875 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1606]: 6 -0.875 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1608]: 6 -0.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1612]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1613]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1620]: 6 -1.125 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1622]: 6 0 0.0937509 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1690]: 6 -1.65357 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1710]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1961]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1967]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1973]: 6 -3 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[1994]: 6 -29.7777 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2067]: 6 -3 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2076]: 6 -3 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2077]: 6 -2 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2092]: 6 -1.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2093]: 6 -3.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2097]: 6 -0.333008 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2100]: 6 -3.66797 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2200]: 6 -10.6563 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2204]: 6 0 1.44385 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2205]: 6 -2.55615 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2236]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2298]: 6 -3 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2300]: 6 -9 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2325]: 6 -0.229127 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2328]: 6 -1.125 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2390]: 6 0 1 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2403]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2421]: 6 -1.33325 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2477]: 6 -0.666992 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2518]: 6 -0.333252 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2524]: 6 -1.32813 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2539]: 6 -0.928572 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2581]: 6 -0.242188 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2595]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2662]: 6 -0.143311 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2665]: 6 -1.71338 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2668]: 6 -5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2681]: 6 -3.3125 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2686]: 6 -2.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2713]: 6 -1.3125 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2728]: 6 0 1.5 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2743]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2761]: 6 -7.65933 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2780]: 6 -5.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2814]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2855]: 6 -1.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2869]: 6 -0.656251 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2911]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2916]: 6 -3 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2917]: 6 -3 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2964]: 6 -1.32813 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3005]: 6 0 0.5 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3059]: 6 -0.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3096]: 6 -0.750001 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3112]: 6 -5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3122]: 6 -5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3152]: 6 -0.659424 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3153]: 6 -2.15942 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3156]: 6 -2.36231 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3161]: 6 -3 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3198]: 6 0 0.3125 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3240]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3252]: 6 -5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3262]: 6 -7.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3263]: 6 -5.8877 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3275]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3334]: 6 0 1.32813 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3337]: 6 -5.65625 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3343]: 6 -0.562501 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3358]: 6 -10 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3432]: 6 -0.250001 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3436]: 6 -4.32813 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3490]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3513]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3534]: 6 -1.21338 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3544]: 6 -6.48438 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3628]: 6 -1.28442 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3629]: 6 -1.28442 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3642]: 6 -8.59375 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3645]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3656]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3660]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3667]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3684]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3687]: 6 -0.500001 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3723]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3736]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3786]: 6 -3 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3792]: 6 -3.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3826]: 6 -80 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3836]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3841]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3862]: 6 -1.75 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3887]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3929]: 6 -3 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3989]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4008]: 6 -1.5 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4017]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4025]: 6 -1.25 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4034]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4066]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4080]: 6 -9 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4085]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4105]: 6 -1.16339 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4118]: 6 -24.0859 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4121]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
2230.93/2242.45	WSVECS04 Frhs2[4248]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[14]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[62]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[87]: 6 0 0.338196 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[123]: 6 -1.125 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[161]: 6 -0.333334 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[162]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[222]: 6 -1.3125 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[227]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[261]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[347]: 6 -1.41113 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[371]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[376]: 6 -1.3125 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[399]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[423]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[478]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[532]: 6 -2.66406 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[535]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[544]: 6 -2.44385 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[546]: 6 -1.64063 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[574]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[617]: 6 -1.5 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[660]: 6 -1.125 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[666]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[673]: 6 -0.333334 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[674]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[692]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[724]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1057]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1087]: 6 -1.3125 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1093]: 6 -1.66071 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1121]: 6 0 3.375 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1127]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1129]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1138]: 6 -1.32031 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1213]: 6 -1.32813 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1237]: 6 -1.14209 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1246]: 6 -1.67634 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1276]: 6 -0.921875 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1290]: 6 -0.500001 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1303]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1321]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1331]: 6 -1.33203 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1414]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1419]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1435]: 6 -1.21338 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1440]: 6 -0.5625 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1469]: 6 -1.77539 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1490]: 6 -0.640626 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1591]: 6 0 0.65625 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1600]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1618]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1624]: 6 -1.12897 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1626]: 6 -0.765869 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1631]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1659]: 6 -1.05713 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2102]: 6 0 1 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2104]: 6 -1.125 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2188]: 6 -1.5 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2208]: 6 -10.7754 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2215]: 6 -1.0625 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2251]: 6 -5 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2282]: 6 -1.32031 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2291]: 6 -1.125 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2329]: 6 -0.754395 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2392]: 6 -1.375 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2428]: 6 -1.32813 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2449]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2472]: 6 -1.33325 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2528]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2540]: 6 0 0.142857 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2570]: 6 0 1.32007 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2582]: 6 0 0.921876 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2623]: 6 -0.625001 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2624]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2674]: 6 -1.5 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2680]: 6 -1.3125 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2810]: 6 -1.32813 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2863]: 6 -0.335938 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2865]: 6 -1.32813 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2909]: 6 -1.64453 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2919]: 6 -3 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2957]: 6 -0.573609 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[2971]: 6 -0.625001 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3008]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3048]: 6 -1.32813 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3050]: 6 0 2 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3055]: 6 -0.625001 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3062]: 6 0 0.500001 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3066]: 6 -7.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3116]: 6 -5 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3149]: 6 -3 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3243]: 6 -0.750001 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3259]: 6 -2 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3287]: 6 -0.640626 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3293]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3346]: 6 -10.75 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3386]: 6 -1.3125 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3388]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3441]: 6 -0.8125 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3535]: 6 -1.21338 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3551]: 6 -0.5 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3580]: 6 -0.550782 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3607]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3640]: 6 -2.79688 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3674]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3725]: 6 -0.75 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3739]: 6 -0.75 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3754]: 6 -1.5 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3765]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3793]: 6 -3.5 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3867]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3891]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3956]: 6 -1.02149 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3958]: 6 -1.58594 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3962]: 6 -1.25 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4029]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4038]: 6 -0.500001 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4045]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4047]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4273]: 6 -1 0 shouldn't be
2231.84/2243.35	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
2313.58/2325.56	c #Conflicts:    3470000 | #Constraints:      53187
2313.58/2325.56	c #Conflicts:    3471000 | #Constraints:      54187
2313.58/2325.56	c #Conflicts:    3472000 | #Constraints:      55187
2313.58/2325.56	c #Conflicts:    3473000 | #Constraints:      56187
2313.58/2325.56	c #Conflicts:    3474000 | #Constraints:      57187
2313.58/2325.56	c #Conflicts:    3475000 | #Constraints:      58187
2313.58/2325.56	c #Conflicts:    3476000 | #Constraints:      59187
2313.58/2325.56	c #Conflicts:    3477000 | #Constraints:      60187
2313.58/2325.56	c #Conflicts:    3478000 | #Constraints:      61187
2313.58/2325.56	c #Conflicts:    3479000 | #Constraints:      62187
2313.58/2325.56	c #Conflicts:    3480000 | #Constraints:      63187
2313.58/2325.56	c #Conflicts:    3481000 | #Constraints:      64187
2313.58/2325.56	c #Conflicts:    3482000 | #Constraints:      65187
2313.58/2325.56	c #Conflicts:    3483000 | #Constraints:      66187
2313.58/2325.56	c #Conflicts:    3484000 | #Constraints:      67187
2313.58/2325.56	c #Conflicts:    3485000 | #Constraints:      68187
2313.58/2325.56	c #Conflicts:    3486000 | #Constraints:      69187
2313.58/2325.56	c #Conflicts:    3487000 | #Constraints:      70187
2313.58/2325.56	c #Conflicts:    3488000 | #Constraints:      71187
2313.58/2325.56	c #Conflicts:    3489000 | #Constraints:      72187
2313.58/2325.56	c #Conflicts:    3490000 | #Constraints:      73187
2313.58/2325.56	c #Conflicts:    3491000 | #Constraints:      74187
2313.58/2325.56	c #Conflicts:    3492000 | #Constraints:      75187
2313.58/2325.56	c #Conflicts:    3493000 | #Constraints:      76187
2313.58/2325.56	c #Conflicts:    3494000 | #Constraints:      77187
2313.58/2325.56	c #Conflicts:    3495000 | #Constraints:      78187
2313.58/2325.56	c #Conflicts:    3496000 | #Constraints:      79187
2313.58/2325.56	c #Conflicts:    3497000 | #Constraints:      80187
2313.58/2325.56	c #Conflicts:    3498000 | #Constraints:      81187
2313.58/2325.56	c #Conflicts:    3499000 | #Constraints:      82187
2313.58/2325.56	c #Conflicts:    3500000 | #Constraints:      83187
2313.58/2325.56	c #Conflicts:    3501000 | #Constraints:      84187
2313.58/2325.56	c #Conflicts:    3502000 | #Constraints:      85187
2313.58/2325.56	c #Conflicts:    3503000 | #Constraints:      86187
2313.58/2325.56	c #Conflicts:    3504000 | #Constraints:      87187
2313.58/2325.56	c #Conflicts:    3505000 | #Constraints:      88187
2313.58/2325.56	c #Conflicts:    3506000 | #Constraints:      89187
2313.58/2325.56	c INPROCESSING
2313.58/2325.56	c GARBAGE COLLECT
2313.58/2325.56	c #Conflicts:    3507000 | #Constraints:      49938
2313.58/2325.56	c #Conflicts:    3508000 | #Constraints:      50938
2313.58/2325.56	c #Conflicts:    3509000 | #Constraints:      51938
2313.58/2325.56	c #Conflicts:    3510000 | #Constraints:      52938
2313.58/2325.56	c #Conflicts:    3511000 | #Constraints:      53938
2313.58/2325.56	c #Conflicts:    3512000 | #Constraints:      54938
2313.58/2325.56	c #Conflicts:    3513000 | #Constraints:      55938
2313.58/2325.56	c #Conflicts:    3514000 | #Constraints:      56938
2313.58/2325.56	c #Conflicts:    3515000 | #Constraints:      57938
2313.58/2325.56	c #Conflicts:    3516000 | #Constraints:      58938
2313.58/2325.56	c #Conflicts:    3517000 | #Constraints:      59938
2313.58/2325.56	c #Conflicts:    3518000 | #Constraints:      60938
2313.58/2325.56	c #Conflicts:    3519000 | #Constraints:      61938
2313.58/2325.56	c #Conflicts:    3520000 | #Constraints:      62938
2313.58/2325.56	c #Conflicts:    3521000 | #Constraints:      63938
2313.58/2325.56	c #Conflicts:    3522000 | #Constraints:      64938
2313.58/2325.56	c #Conflicts:    3523000 | #Constraints:      65938
2313.58/2325.56	c #Conflicts:    3524000 | #Constraints:      66938
2313.58/2325.56	c #Conflicts:    3525000 | #Constraints:      67938
2313.58/2325.56	c #Conflicts:    3526000 | #Constraints:      68938
2313.58/2325.56	c #Conflicts:    3527000 | #Constraints:      69938
2313.58/2325.56	c #Conflicts:    3528000 | #Constraints:      70938
2313.58/2325.56	c #Conflicts:    3529000 | #Constraints:      71938
2313.58/2325.56	c #Conflicts:    3530000 | #Constraints:      72938
2313.58/2325.56	c #Conflicts:    3531000 | #Constraints:      73938
2313.58/2325.56	c #Conflicts:    3532000 | #Constraints:      74938
2313.58/2325.56	c #Conflicts:    3533000 | #Constraints:      75938
2313.58/2325.56	c #Conflicts:    3534000 | #Constraints:      76938
2313.58/2325.56	c #Conflicts:    3535000 | #Constraints:      77938
2313.58/2325.56	c #Conflicts:    3536000 | #Constraints:      78938
2313.58/2325.56	c #Conflicts:    3537000 | #Constraints:      79938
2313.58/2325.56	c #Conflicts:    3538000 | #Constraints:      80938
2313.58/2325.56	c #Conflicts:    3539000 | #Constraints:      81938
2313.58/2325.56	c #Conflicts:    3540000 | #Constraints:      82938
2313.58/2325.56	c #Conflicts:    3541000 | #Constraints:      83938
2313.58/2325.56	c #Conflicts:    3542000 | #Constraints:      84938
2313.58/2325.56	c #Conflicts:    3543000 | #Constraints:      85938
2313.58/2325.56	c #Conflicts:    3544000 | #Constraints:      86938
2313.58/2325.56	c INPROCESSING
2313.58/2325.56	c GARBAGE COLLECT
2313.58/2325.56	c #Conflicts:    3545000 | #Constraints:      48972
2313.58/2325.56	c #Conflicts:    3546000 | #Constraints:      49972
2313.58/2325.56	c #Conflicts:    3547000 | #Constraints:      50972
2397.87/2410.23	c #Conflicts:    3548000 | #Constraints:      51972
2397.87/2410.23	c #Conflicts:    3549000 | #Constraints:      52972
2397.87/2410.23	c #Conflicts:    3550000 | #Constraints:      53972
2397.87/2410.23	c #Conflicts:    3551000 | #Constraints:      54972
2397.87/2410.23	c #Conflicts:    3552000 | #Constraints:      55972
2397.87/2410.23	c #Conflicts:    3553000 | #Constraints:      56972
2397.87/2410.23	c #Conflicts:    3554000 | #Constraints:      57972
2397.87/2410.23	c #Conflicts:    3555000 | #Constraints:      58972
2397.87/2410.23	c #Conflicts:    3556000 | #Constraints:      59972
2397.87/2410.23	c #Conflicts:    3557000 | #Constraints:      60972
2397.87/2410.23	c #Conflicts:    3558000 | #Constraints:      61972
2397.87/2410.23	c #Conflicts:    3559000 | #Constraints:      62972
2397.87/2410.23	c #Conflicts:    3560000 | #Constraints:      63972
2397.87/2410.23	c #Conflicts:    3561000 | #Constraints:      64972
2397.87/2410.23	c #Conflicts:    3562000 | #Constraints:      65972
2397.87/2410.23	c #Conflicts:    3563000 | #Constraints:      66972
2397.87/2410.23	c #Conflicts:    3564000 | #Constraints:      67972
2397.87/2410.23	c #Conflicts:    3565000 | #Constraints:      68972
2397.87/2410.23	c #Conflicts:    3566000 | #Constraints:      69972
2397.87/2410.23	c #Conflicts:    3567000 | #Constraints:      70972
2397.87/2410.23	c #Conflicts:    3568000 | #Constraints:      71972
2397.87/2410.23	c #Conflicts:    3569000 | #Constraints:      72972
2397.87/2410.23	c #Conflicts:    3570000 | #Constraints:      73972
2397.87/2410.23	c #Conflicts:    3571000 | #Constraints:      74972
2397.87/2410.23	c #Conflicts:    3572000 | #Constraints:      75972
2397.87/2410.23	c #Conflicts:    3573000 | #Constraints:      76972
2397.87/2410.23	c #Conflicts:    3574000 | #Constraints:      77972
2397.87/2410.23	c #Conflicts:    3575000 | #Constraints:      78972
2397.87/2410.23	c #Conflicts:    3576000 | #Constraints:      79972
2397.87/2410.23	c #Conflicts:    3577000 | #Constraints:      80972
2397.87/2410.23	c #Conflicts:    3578000 | #Constraints:      81972
2397.87/2410.23	c #Conflicts:    3579000 | #Constraints:      82972
2397.87/2410.23	c #Conflicts:    3580000 | #Constraints:      83972
2397.87/2410.23	c #Conflicts:    3581000 | #Constraints:      84972
2397.87/2410.23	c #Conflicts:    3582000 | #Constraints:      85972
2397.87/2410.23	c INPROCESSING
2397.87/2410.23	c GARBAGE COLLECT
2397.87/2410.23	c #Conflicts:    3583000 | #Constraints:      48580
2397.87/2410.23	c #Conflicts:    3584000 | #Constraints:      49580
2397.87/2410.23	c #Conflicts:    3585000 | #Constraints:      50580
2397.87/2410.23	c #Conflicts:    3586000 | #Constraints:      51580
2397.87/2410.23	c #Conflicts:    3587000 | #Constraints:      52580
2397.87/2410.23	c #Conflicts:    3588000 | #Constraints:      53580
2397.87/2410.23	c #Conflicts:    3589000 | #Constraints:      54580
2397.87/2410.23	c #Conflicts:    3590000 | #Constraints:      55580
2397.87/2410.23	c #Conflicts:    3591000 | #Constraints:      56580
2397.87/2410.23	c #Conflicts:    3592000 | #Constraints:      57580
2397.87/2410.23	c #Conflicts:    3593000 | #Constraints:      58580
2397.87/2410.23	c #Conflicts:    3594000 | #Constraints:      59580
2397.87/2410.23	c #Conflicts:    3595000 | #Constraints:      60580
2397.87/2410.23	c #Conflicts:    3596000 | #Constraints:      61580
2397.87/2410.23	c #Conflicts:    3597000 | #Constraints:      62580
2397.87/2410.23	c #Conflicts:    3598000 | #Constraints:      63580
2397.87/2410.23	c #Conflicts:    3599000 | #Constraints:      64580
2397.87/2410.23	c #Conflicts:    3600000 | #Constraints:      65580
2397.87/2410.23	c #Conflicts:    3601000 | #Constraints:      66580
2397.87/2410.23	c #Conflicts:    3602000 | #Constraints:      67580
2397.87/2410.23	c #Conflicts:    3603000 | #Constraints:      68580
2397.87/2410.23	c #Conflicts:    3604000 | #Constraints:      69580
2397.87/2410.23	c #Conflicts:    3605000 | #Constraints:      70580
2397.87/2410.23	c #Conflicts:    3606000 | #Constraints:      71580
2397.87/2410.23	c #Conflicts:    3607000 | #Constraints:      72580
2397.87/2410.23	c #Conflicts:    3608000 | #Constraints:      73580
2397.87/2410.23	c #Conflicts:    3609000 | #Constraints:      74580
2397.87/2410.23	c #Conflicts:    3610000 | #Constraints:      75580
2397.87/2410.23	c #Conflicts:    3611000 | #Constraints:      76580
2397.87/2410.23	c #Conflicts:    3612000 | #Constraints:      77580
2397.87/2410.23	c #Conflicts:    3613000 | #Constraints:      78580
2397.87/2410.23	c #Conflicts:    3614000 | #Constraints:      79580
2397.87/2410.23	c #Conflicts:    3615000 | #Constraints:      80580
2397.87/2410.23	c #Conflicts:    3616000 | #Constraints:      81580
2397.87/2410.23	c #Conflicts:    3617000 | #Constraints:      82580
2397.87/2410.23	c #Conflicts:    3618000 | #Constraints:      83580
2397.87/2410.23	c #Conflicts:    3619000 | #Constraints:      84580
2397.87/2410.23	c #Conflicts:    3620000 | #Constraints:      85580
2397.87/2410.23	c INPROCESSING
2397.87/2410.23	c GARBAGE COLLECT
2397.87/2410.23	c #Conflicts:    3621000 | #Constraints:      48346
2397.87/2410.23	c #Conflicts:    3622000 | #Constraints:      49346
2397.87/2410.23	c #Conflicts:    3623000 | #Constraints:      50346
2397.87/2410.23	c #Conflicts:    3624000 | #Constraints:      51346
2447.44/2460.00	c #Conflicts:    3625000 | #Constraints:      52346
2447.44/2460.00	c #Conflicts:    3626000 | #Constraints:      53346
2447.44/2460.00	c #Conflicts:    3627000 | #Constraints:      54346
2447.44/2460.00	c #Conflicts:    3628000 | #Constraints:      55346
2447.44/2460.00	c #Conflicts:    3629000 | #Constraints:      56346
2447.44/2460.00	c #Conflicts:    3630000 | #Constraints:      57346
2447.44/2460.00	c #Conflicts:    3631000 | #Constraints:      58346
2447.44/2460.00	c #Conflicts:    3632000 | #Constraints:      59346
2447.44/2460.00	c #Conflicts:    3633000 | #Constraints:      60346
2447.44/2460.00	c #Conflicts:    3634000 | #Constraints:      61346
2447.44/2460.00	c #Conflicts:    3635000 | #Constraints:      62346
2447.44/2460.00	c #Conflicts:    3636000 | #Constraints:      63346
2447.44/2460.00	c #Conflicts:    3637000 | #Constraints:      64346
2447.44/2460.00	c #Conflicts:    3638000 | #Constraints:      65346
2447.44/2460.00	c #Conflicts:    3639000 | #Constraints:      66346
2447.44/2460.00	c #Conflicts:    3640000 | #Constraints:      67346
2447.44/2460.00	c #Conflicts:    3641000 | #Constraints:      68346
2447.44/2460.00	c #Conflicts:    3642000 | #Constraints:      69346
2447.44/2460.00	c #Conflicts:    3643000 | #Constraints:      70346
2447.44/2460.00	c #Conflicts:    3644000 | #Constraints:      71346
2447.44/2460.00	c #Conflicts:    3645000 | #Constraints:      72346
2447.44/2460.00	c #Conflicts:    3646000 | #Constraints:      73346
2447.44/2460.00	c #Conflicts:    3647000 | #Constraints:      74346
2447.44/2460.00	c #Conflicts:    3648000 | #Constraints:      75346
2447.44/2460.00	c #Conflicts:    3649000 | #Constraints:      76346
2447.44/2460.00	c #Conflicts:    3650000 | #Constraints:      77346
2447.44/2460.00	c #Conflicts:    3651000 | #Constraints:      78346
2447.44/2460.00	c #Conflicts:    3652000 | #Constraints:      79346
2447.44/2460.00	c #Conflicts:    3653000 | #Constraints:      80346
2447.44/2460.00	c #Conflicts:    3654000 | #Constraints:      81346
2447.44/2460.00	c #Conflicts:    3655000 | #Constraints:      82346
2447.44/2460.00	c #Conflicts:    3656000 | #Constraints:      83346
2447.44/2460.00	c #Conflicts:    3657000 | #Constraints:      84346
2447.44/2460.00	c #Conflicts:    3658000 | #Constraints:      85346
2447.44/2460.00	c INPROCESSING
2447.44/2460.00	c GARBAGE COLLECT
2447.44/2460.00	c #Conflicts:    3659000 | #Constraints:      48151
2447.44/2460.00	c #Conflicts:    3660000 | #Constraints:      49151
2447.44/2460.00	c #Conflicts:    3661000 | #Constraints:      50151
2447.44/2460.00	c #Conflicts:    3662000 | #Constraints:      51151
2447.44/2460.00	c #Conflicts:    3663000 | #Constraints:      52151
2447.44/2460.00	c #Conflicts:    3664000 | #Constraints:      53151
2447.44/2460.00	c #Conflicts:    3665000 | #Constraints:      54151
2447.44/2460.00	c #Conflicts:    3666000 | #Constraints:      55151
2447.44/2460.00	c #Conflicts:    3667000 | #Constraints:      56151
2447.44/2460.00	c #Conflicts:    3668000 | #Constraints:      57151
2447.44/2460.00	c #Conflicts:    3669000 | #Constraints:      58151
2447.44/2460.00	c #Conflicts:    3670000 | #Constraints:      59151
2447.44/2460.00	c #Conflicts:    3671000 | #Constraints:      60151
2447.44/2460.00	c #Conflicts:    3672000 | #Constraints:      61151
2447.44/2460.00	c #Conflicts:    3673000 | #Constraints:      62151
2447.44/2460.00	c #Conflicts:    3674000 | #Constraints:      63151
2447.44/2460.00	c #Conflicts:    3675000 | #Constraints:      64151
2447.44/2460.00	c #Conflicts:    3676000 | #Constraints:      65151
2447.44/2460.00	c #Conflicts:    3677000 | #Constraints:      66151
2447.44/2460.00	c #Conflicts:    3678000 | #Constraints:      67151
2447.44/2460.00	c #Conflicts:    3679000 | #Constraints:      68151
2447.44/2460.00	c #Conflicts:    3680000 | #Constraints:      69151
2447.44/2460.00	c #Conflicts:    3681000 | #Constraints:      70152
2447.44/2460.00	c #Conflicts:    3682000 | #Constraints:      71152
2447.44/2460.00	c #Conflicts:    3683000 | #Constraints:      72152
2447.44/2460.00	c #Conflicts:    3684000 | #Constraints:      73152
2447.44/2460.00	c #Conflicts:    3685000 | #Constraints:      74152
2447.44/2460.00	c #Conflicts:    3686000 | #Constraints:      75152
2447.44/2460.00	c #Conflicts:    3687000 | #Constraints:      76152
2447.44/2460.00	c #Conflicts:    3688000 | #Constraints:      77152
2447.44/2460.00	c #Conflicts:    3689000 | #Constraints:      78153
2447.44/2460.00	c #Conflicts:    3690000 | #Constraints:      79158
2447.44/2460.00	c #Conflicts:    3691000 | #Constraints:      80159
2447.44/2460.00	c #Conflicts:    3692000 | #Constraints:      81159
2447.44/2460.00	c #Conflicts:    3693000 | #Constraints:      82159
2447.44/2460.00	c #Conflicts:    3694000 | #Constraints:      83159
2447.44/2460.00	c #Conflicts:    3695000 | #Constraints:      84159
2447.44/2460.00	c #Conflicts:    3696000 | #Constraints:      85159
2447.44/2460.00	c INPROCESSING
2447.44/2460.00	c GARBAGE COLLECT
2447.44/2460.00	c #Conflicts:    3697000 | #Constraints:      47856
2447.44/2460.00	c #Conflicts:    3698000 | #Constraints:      48857
2447.44/2460.00	c #Conflicts:    3699000 | #Constraints:      49857
2447.44/2460.00	c #Conflicts:    3700000 | #Constraints:      50857
2447.44/2460.00	c #Conflicts:    3701000 | #Constraints:      51857
2447.44/2460.00	c #Conflicts:    3702000 | #Constraints:      52857
2494.05/2506.92	c #Conflicts:    3703000 | #Constraints:      53857
2494.05/2506.92	c #Conflicts:    3704000 | #Constraints:      54857
2494.05/2506.92	c #Conflicts:    3705000 | #Constraints:      55857
2494.05/2506.92	c #Conflicts:    3706000 | #Constraints:      56857
2494.05/2506.92	c #Conflicts:    3707000 | #Constraints:      57857
2494.05/2506.92	c #Conflicts:    3708000 | #Constraints:      58857
2494.05/2506.92	c #Conflicts:    3709000 | #Constraints:      59857
2494.05/2506.92	c #Conflicts:    3710000 | #Constraints:      60857
2494.05/2506.92	c #Conflicts:    3711000 | #Constraints:      61857
2494.05/2506.92	c #Conflicts:    3712000 | #Constraints:      62857
2494.05/2506.92	c #Conflicts:    3713000 | #Constraints:      63857
2494.05/2506.92	c #Conflicts:    3714000 | #Constraints:      64857
2494.05/2506.92	c #Conflicts:    3715000 | #Constraints:      65857
2494.05/2506.92	c #Conflicts:    3716000 | #Constraints:      66857
2494.05/2506.92	c #Conflicts:    3717000 | #Constraints:      67857
2494.05/2506.92	c #Conflicts:    3718000 | #Constraints:      68857
2494.05/2506.92	c #Conflicts:    3719000 | #Constraints:      69857
2494.05/2506.92	c #Conflicts:    3720000 | #Constraints:      70857
2494.05/2506.92	c #Conflicts:    3721000 | #Constraints:      71857
2494.05/2506.92	c #Conflicts:    3722000 | #Constraints:      72857
2494.05/2506.92	c #Conflicts:    3723000 | #Constraints:      73857
2494.05/2506.92	c #Conflicts:    3724000 | #Constraints:      74857
2494.05/2506.92	c #Conflicts:    3725000 | #Constraints:      75857
2494.05/2506.92	c #Conflicts:    3726000 | #Constraints:      76857
2494.05/2506.92	c #Conflicts:    3727000 | #Constraints:      77857
2494.05/2506.92	c #Conflicts:    3728000 | #Constraints:      78857
2494.05/2506.92	c #Conflicts:    3729000 | #Constraints:      79857
2494.05/2506.92	c #Conflicts:    3730000 | #Constraints:      80857
2494.05/2506.92	c #Conflicts:    3731000 | #Constraints:      81857
2494.05/2506.92	c #Conflicts:    3732000 | #Constraints:      82857
2494.05/2506.92	c #Conflicts:    3733000 | #Constraints:      83857
2494.05/2506.92	c #Conflicts:    3734000 | #Constraints:      84857
2494.05/2506.92	c #Conflicts:    3735000 | #Constraints:      85857
2494.05/2506.92	c INPROCESSING
2494.05/2506.92	c GARBAGE COLLECT
2494.05/2506.92	c #Conflicts:    3736000 | #Constraints:      48426
2494.05/2506.92	c #Conflicts:    3737000 | #Constraints:      49426
2494.05/2506.92	c #Conflicts:    3738000 | #Constraints:      50426
2494.05/2506.92	c #Conflicts:    3739000 | #Constraints:      51426
2494.05/2506.92	c #Conflicts:    3740000 | #Constraints:      52426
2494.05/2506.92	c #Conflicts:    3741000 | #Constraints:      53426
2494.05/2506.92	c #Conflicts:    3742000 | #Constraints:      54426
2494.05/2506.92	c #Conflicts:    3743000 | #Constraints:      55426
2494.05/2506.92	c #Conflicts:    3744000 | #Constraints:      56426
2494.05/2506.92	c #Conflicts:    3745000 | #Constraints:      57426
2494.05/2506.92	c #Conflicts:    3746000 | #Constraints:      58426
2494.05/2506.92	c #Conflicts:    3747000 | #Constraints:      59426
2494.05/2506.92	c #Conflicts:    3748000 | #Constraints:      60426
2494.05/2506.92	c #Conflicts:    3749000 | #Constraints:      61426
2494.05/2506.92	c #Conflicts:    3750000 | #Constraints:      62426
2494.05/2506.92	c #Conflicts:    3751000 | #Constraints:      63426
2494.05/2506.92	c #Conflicts:    3752000 | #Constraints:      64426
2494.05/2506.92	c #Conflicts:    3753000 | #Constraints:      65426
2494.05/2506.92	c #Conflicts:    3754000 | #Constraints:      66426
2494.05/2506.92	c #Conflicts:    3755000 | #Constraints:      67426
2494.05/2506.92	c #Conflicts:    3756000 | #Constraints:      68426
2494.05/2506.92	c #Conflicts:    3757000 | #Constraints:      69426
2494.05/2506.92	c #Conflicts:    3758000 | #Constraints:      70426
2494.05/2506.92	c #Conflicts:    3759000 | #Constraints:      71426
2494.05/2506.92	c #Conflicts:    3760000 | #Constraints:      72426
2494.05/2506.92	c #Conflicts:    3761000 | #Constraints:      73426
2494.05/2506.92	c #Conflicts:    3762000 | #Constraints:      74426
2494.05/2506.92	c #Conflicts:    3763000 | #Constraints:      75426
2494.05/2506.92	c #Conflicts:    3764000 | #Constraints:      76426
2494.05/2506.92	c #Conflicts:    3765000 | #Constraints:      77426
2494.05/2506.92	c #Conflicts:    3766000 | #Constraints:      78426
2494.05/2506.92	c #Conflicts:    3767000 | #Constraints:      79426
2494.05/2506.92	c #Conflicts:    3768000 | #Constraints:      80426
2494.05/2506.92	c #Conflicts:    3769000 | #Constraints:      81426
2494.05/2506.92	c #Conflicts:    3770000 | #Constraints:      82426
2494.05/2506.92	c #Conflicts:    3771000 | #Constraints:      83426
2494.05/2506.92	c #Conflicts:    3772000 | #Constraints:      84426
2494.05/2506.92	c #Conflicts:    3773000 | #Constraints:      85426
2494.05/2506.92	c #Conflicts:    3774000 | #Constraints:      86426
2494.05/2506.92	c INPROCESSING
2494.05/2506.92	c GARBAGE COLLECT
2494.05/2506.92	c #Conflicts:    3775000 | #Constraints:      48815
2494.05/2506.92	c #Conflicts:    3776000 | #Constraints:      49816
2494.05/2506.92	c #Conflicts:    3777000 | #Constraints:      50816
2494.05/2506.92	c #Conflicts:    3778000 | #Constraints:      51816
2494.05/2506.92	c #Conflicts:    3779000 | #Constraints:      52816
2558.00/2571.28	c #Conflicts:    3780000 | #Constraints:      53816
2558.00/2571.28	c #Conflicts:    3781000 | #Constraints:      54816
2558.00/2571.28	c #Conflicts:    3782000 | #Constraints:      55816
2558.00/2571.28	c #Conflicts:    3783000 | #Constraints:      56816
2558.00/2571.28	c #Conflicts:    3784000 | #Constraints:      57816
2558.00/2571.28	c #Conflicts:    3785000 | #Constraints:      58816
2558.00/2571.28	c #Conflicts:    3786000 | #Constraints:      59816
2558.00/2571.28	c #Conflicts:    3787000 | #Constraints:      60835
2558.00/2571.28	c #Conflicts:    3788000 | #Constraints:      62337
2558.00/2571.28	c #Conflicts:    3789000 | #Constraints:      63853
2558.00/2571.28	c #Conflicts:    3790000 | #Constraints:      64919
2558.00/2571.28	c #Conflicts:    3791000 | #Constraints:      65919
2558.00/2571.28	c #Conflicts:    3792000 | #Constraints:      66919
2558.00/2571.28	c #Conflicts:    3793000 | #Constraints:      67919
2558.00/2571.28	c #Conflicts:    3794000 | #Constraints:      68919
2558.00/2571.28	c #Conflicts:    3795000 | #Constraints:      69919
2558.00/2571.28	c #Conflicts:    3796000 | #Constraints:      70919
2558.00/2571.28	c #Conflicts:    3797000 | #Constraints:      71920
2558.00/2571.28	c #Conflicts:    3798000 | #Constraints:      72920
2558.00/2571.28	c #Conflicts:    3799000 | #Constraints:      73920
2558.00/2571.28	c #Conflicts:    3800000 | #Constraints:      74921
2558.00/2571.28	c #Conflicts:    3801000 | #Constraints:      75921
2558.00/2571.28	c #Conflicts:    3802000 | #Constraints:      76922
2558.00/2571.28	c #Conflicts:    3803000 | #Constraints:      77922
2558.00/2571.28	c #Conflicts:    3804000 | #Constraints:      78922
2558.00/2571.28	c #Conflicts:    3805000 | #Constraints:      80144
2558.00/2571.28	c #Conflicts:    3806000 | #Constraints:      81675
2558.00/2571.28	c #Conflicts:    3807000 | #Constraints:      83172
2558.00/2571.28	c #Conflicts:    3808000 | #Constraints:      84668
2558.00/2571.28	c #Conflicts:    3809000 | #Constraints:      86068
2558.00/2571.28	c #Conflicts:    3810000 | #Constraints:      87069
2558.00/2571.28	c #Conflicts:    3811000 | #Constraints:      88069
2558.00/2571.28	c #Conflicts:    3812000 | #Constraints:      89069
2558.00/2571.28	c #Conflicts:    3813000 | #Constraints:      90069
2558.00/2571.28	c INPROCESSING
2558.00/2571.28	c GARBAGE COLLECT
2558.00/2571.28	c #Conflicts:    3814000 | #Constraints:      50662
2558.00/2571.28	c #Conflicts:    3815000 | #Constraints:      51662
2558.00/2571.28	c #Conflicts:    3816000 | #Constraints:      52662
2558.00/2571.28	c #Conflicts:    3817000 | #Constraints:      53662
2558.00/2571.28	c #Conflicts:    3818000 | #Constraints:      54662
2558.00/2571.28	c #Conflicts:    3819000 | #Constraints:      55662
2558.00/2571.28	c #Conflicts:    3820000 | #Constraints:      56662
2558.00/2571.28	c #Conflicts:    3821000 | #Constraints:      57662
2558.00/2571.28	c #Conflicts:    3822000 | #Constraints:      58662
2558.00/2571.28	c #Conflicts:    3823000 | #Constraints:      59662
2558.00/2571.28	c #Conflicts:    3824000 | #Constraints:      60662
2558.00/2571.28	c #Conflicts:    3825000 | #Constraints:      61662
2558.00/2571.28	c #Conflicts:    3826000 | #Constraints:      62662
2558.00/2571.28	c #Conflicts:    3827000 | #Constraints:      63662
2558.00/2571.28	c #Conflicts:    3828000 | #Constraints:      64662
2558.00/2571.28	c #Conflicts:    3829000 | #Constraints:      65662
2558.00/2571.28	c #Conflicts:    3830000 | #Constraints:      66662
2558.00/2571.28	c #Conflicts:    3831000 | #Constraints:      67662
2558.00/2571.28	c #Conflicts:    3832000 | #Constraints:      68662
2558.00/2571.28	c #Conflicts:    3833000 | #Constraints:      69662
2558.00/2571.28	c #Conflicts:    3834000 | #Constraints:      70662
2558.00/2571.28	c #Conflicts:    3835000 | #Constraints:      71662
2558.00/2571.28	c #Conflicts:    3836000 | #Constraints:      72663
2558.00/2571.28	c #Conflicts:    3837000 | #Constraints:      73663
2558.00/2571.28	c #Conflicts:    3838000 | #Constraints:      74663
2558.00/2571.28	c #Conflicts:    3839000 | #Constraints:      75663
2558.00/2571.28	c #Conflicts:    3840000 | #Constraints:      76663
2558.00/2571.28	c #Conflicts:    3841000 | #Constraints:      77663
2558.00/2571.28	c #Conflicts:    3842000 | #Constraints:      78663
2558.00/2571.28	c #Conflicts:    3843000 | #Constraints:      79663
2558.00/2571.28	c #Conflicts:    3844000 | #Constraints:      80663
2558.00/2571.28	c #Conflicts:    3845000 | #Constraints:      81664
2558.00/2571.28	c #Conflicts:    3846000 | #Constraints:      82664
2558.00/2571.28	c #Conflicts:    3847000 | #Constraints:      83664
2558.00/2571.28	c #Conflicts:    3848000 | #Constraints:      84664
2558.00/2571.28	c #Conflicts:    3849000 | #Constraints:      85664
2558.00/2571.28	c #Conflicts:    3850000 | #Constraints:      86664
2558.00/2571.28	c #Conflicts:    3851000 | #Constraints:      87664
2558.00/2571.28	c #Conflicts:    3852000 | #Constraints:      88664
2558.00/2571.28	c INPROCESSING
2558.00/2571.28	c GARBAGE COLLECT
2558.00/2571.28	WSVECS04 Frhs2[21]: 6 -0.996577 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[45]: 6 -0.90163 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[46]: 6 -0.997265 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[60]: 6 -0.0505218 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[81]: 6 -0.99836 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[94]: 6 -1.23417 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[97]: 6 0 2.11303e-05 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[101]: 6 -1.86995 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[126]: 6 -1.18971 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[187]: 6 -0.327202 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[265]: 6 -0.00413037 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[277]: 6 -0.993524 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[291]: 6 0 0.296879 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[316]: 6 -0.220028 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[337]: 6 -0.997221 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[382]: 6 -0.991427 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[394]: 6 -0.999318 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[423]: 6 -2.23934 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[446]: 6 -1.25989 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[458]: 6 -0.998593 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[459]: 6 0 0.498724 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[485]: 6 0 0.0156507 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[497]: 6 -0.997303 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[520]: 6 0 0.00247014 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[548]: 6 -2.80617 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[549]: 6 -0.370968 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[554]: 6 -0.998927 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[555]: 6 -2.62337 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[574]: 6 -0.777753 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[577]: 6 -2.23117 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[580]: 6 -0.343319 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[581]: 6 0 0.326032 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[584]: 6 -0.476245 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[612]: 6 0 0.311719 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[618]: 6 0 0.247826 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[640]: 6 0 0.735624 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[643]: 6 -1.62517 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[645]: 6 -1.49418 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[671]: 6 -11.8411 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[674]: 6 0 0.245855 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[707]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[708]: 6 0 0.718853 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1075]: 6 -1.00014 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1088]: 6 -1.5625 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1093]: 6 -2.39642 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1127]: 6 -1.241 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1148]: 6 -0.510093 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1153]: 6 -2.38023 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1165]: 6 -0.999049 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1182]: 6 -1.02007 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1211]: 6 -1.24992 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1212]: 6 -1.56234 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1224]: 6 -0.952036 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1233]: 6 -0.999994 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1255]: 6 -2.65561 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1257]: 6 -1.8125 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1258]: 6 -1.00002 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1260]: 6 -1.62491 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1306]: 6 -1.25 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1356]: 6 -1.50004 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1357]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1379]: 6 -2.94884 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1385]: 6 -0.999597 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1403]: 6 -0.668732 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1405]: 6 -0.687501 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1414]: 6 -0.657675 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1416]: 6 -0.997513 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1422]: 6 -0.997825 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1433]: 6 -1.31257 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1442]: 6 -2.50148 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1501]: 6 -0.6875 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1505]: 6 -2.11811 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1507]: 6 -1.19543 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1532]: 6 -3.49607 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1551]: 6 -0.99998 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1561]: 6 -1.11883 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1569]: 6 -1.24034 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1571]: 6 -0.247831 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1586]: 6 -1.00025 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1593]: 6 -0.98326 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1616]: 6 -1.00204 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1652]: 6 -1.01616 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1659]: 6 -1.24998 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1682]: 6 -0.996945 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1691]: 6 -11.8617 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1746]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1964]: 6 -0.511362 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1969]: 6 -0.999376 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1975]: 6 0 2.58449 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1980]: 6 -0.992182 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2001]: 6 -1.01032 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2004]: 6 -0.292039 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2049]: 6 -1.31254 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2060]: 6 -0.598332 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2064]: 6 -2.74026 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2076]: 6 -0.998444 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2078]: 6 -0.996886 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2084]: 6 -1.00007 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2092]: 6 -0.998883 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2093]: 6 -0.998883 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2147]: 6 -0.938639 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2149]: 6 -0.896491 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2156]: 6 -6.00008 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2160]: 6 -0.982541 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2164]: 6 -1.01973 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2165]: 6 -0.997642 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2168]: 6 -1.02744 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2170]: 6 -1.05489 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2171]: 6 -0.994224 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2184]: 6 -0.998994 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2186]: 6 -0.997987 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2191]: 6 -0.938896 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2200]: 6 -0.305813 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2215]: 6 -1.65566 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2248]: 6 0 1.1452 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2258]: 6 0 1 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2262]: 6 0 0.998877 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2264]: 6 -0.999843 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2268]: 6 -0.991692 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2269]: 6 -0.999947 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2273]: 6 -0.999787 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2279]: 6 -0.991952 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2287]: 6 -0.979722 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2292]: 6 -0.994887 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2322]: 6 -0.999754 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2340]: 6 -3.83966 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2360]: 6 -5 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2362]: 6 -0.999886 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2364]: 6 -0.999771 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2369]: 6 -1.00092 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2376]: 6 -0.985283 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2384]: 6 -0.911799 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2391]: 6 -1.24968 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2428]: 6 -1.32813 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2461]: 6 -0.998324 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2484]: 6 -1.32813 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2540]: 6 0 1 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2558]: 6 -0.999131 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2580]: 6 -1.3125 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2623]: 6 -1.22299 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2637]: 6 -2 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2675]: 6 -1.32813 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2677]: 6 -0.343751 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2680]: 6 -1.3125 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2695]: 6 -1.25 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2728]: 6 -4.01227 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2772]: 6 -1.32813 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2778]: 6 -1.25 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2790]: 6 -1.31222 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2797]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2868]: 6 -1.25 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2890]: 6 -1.2492 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2931]: 6 -0.501611 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2934]: 6 -0.993543 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2939]: 6 -0.99993 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2964]: 6 -1.32813 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[2988]: 6 -0.00243893 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3024]: 6 -1.62494 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3025]: 6 -1.62494 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3032]: 6 -4.98999 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3036]: 6 -1.00008 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3042]: 6 -0.999361 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3056]: 6 -0.999434 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3060]: 6 -1.25 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3101]: 6 -1.25 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3122]: 6 -1.00002 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3128]: 6 -0.999875 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3130]: 6 -0.99975 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3138]: 6 -0.997995 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3154]: 6 -1.3125 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3156]: 6 -1.32813 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3211]: 6 -0.999998 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3219]: 6 -0.999986 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3226]: 6 -0.999713 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3230]: 6 -0.999996 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3240]: 6 -0.988243 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3242]: 6 -0.976608 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3252]: 6 -1.32813 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3271]: 6 -0.75 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3285]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3312]: 6 0 1 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3320]: 6 -0.999927 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3330]: 6 -0.998815 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3332]: 6 -0.999975 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3333]: 6 -1.00011 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3336]: 6 -0.999559 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3346]: 6 -1.4872 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3393]: 6 -1.3213 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3411]: 6 -3 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3426]: 6 -0.99967 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3427]: 6 -0.99967 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3434]: 6 -0.999999 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3438]: 6 -0.999406 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3439]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3446]: 6 -1.3125 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3459]: 6 -1.7423 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3492]: 6 0 2 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3496]: 6 -2.38487 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3500]: 6 -1.25 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3507]: 6 -0.999906 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3512]: 6 -1.00002 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3513]: 6 -0.999438 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3520]: 6 -0.999762 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3522]: 6 -0.981216 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3539]: 6 -0.997059 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3547]: 6 -0.99664 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3556]: 6 -1.63097 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3585]: 6 -1.2145 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3592]: 6 -0.986483 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3596]: 6 -1.00002 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3600]: 6 -0.999926 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3611]: 6 -0.99906 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3614]: 6 -0.99824 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3619]: 6 -0.999018 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3630]: 6 -0.995521 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3638]: 6 -0.988386 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3644]: 6 -0.993858 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3662]: 6 -0.995006 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3671]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3688]: 6 0 0.125017 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3690]: 6 -0.999936 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3691]: 6 -0.999936 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3695]: 6 -0.56257 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3698]: 6 -1.87381 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3700]: 6 -0.99793 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3704]: 6 -0.999629 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3713]: 6 -0.996857 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3715]: 6 -0.987515 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3717]: 6 -0.982353 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3736]: 6 -0.999998 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3739]: 6 -1.00001 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3777]: 6 -1.5 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3786]: 6 -0.996881 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3787]: 6 -0.996878 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3791]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3793]: 6 -0.999988 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3794]: 6 -5.00001 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3795]: 6 -5.00003 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3798]: 6 -0.999946 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3800]: 6 -0.999984 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3803]: 6 -0.999817 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3806]: 6 -0.998289 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3812]: 6 -0.991101 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3813]: 6 -0.998066 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3816]: 6 -0.980249 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3817]: 6 -0.980249 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3826]: 6 -0.925466 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3827]: 6 -0.925465 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3829]: 6 -1.03897 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3832]: 6 -1.15661 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3857]: 6 -0.999998 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3863]: 6 -0.993827 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3868]: 6 -0.414892 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3872]: 6 -11.8617 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3877]: 6 -1.62517 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3886]: 6 -8.9914 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3887]: 6 -8.9925 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3891]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3894]: 6 -0.999978 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3895]: 6 -0.999977 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3900]: 6 -0.99975 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3905]: 6 -0.999268 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3913]: 6 -0.999983 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3918]: 6 -0.974784 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3920]: 6 -0.949544 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3921]: 6 -0.999732 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3924]: 6 -0.412558 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3939]: 6 -0.999998 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3953]: 6 -0.998755 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3963]: 6 -0.985582 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3970]: 6 -0.999999 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3971]: 6 -0.993671 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3976]: 6 -1.00038 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3977]: 6 0 3.2333 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3982]: 6 -0.996901 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3983]: 6 -0.999912 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3989]: 6 -0.999528 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[3997]: 6 -0.998176 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4002]: 6 -0.983194 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4003]: 6 -0.983194 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4006]: 6 -0.987388 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4007]: 6 -0.987389 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4009]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4014]: 6 -1.00954 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4017]: 6 -0.97057 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4022]: 6 -1.41864 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4023]: 6 -1.42022 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4028]: 6 -0.987301 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4032]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4065]: 6 -0.997408 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4067]: 6 -0.991209 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4070]: 6 -0.992349 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4072]: 6 -0.986842 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4073]: 6 -0.982879 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4076]: 6 -1.01585 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4083]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4085]: 6 -0.999786 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4087]: 6 -0.999935 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4092]: 6 -0.988951 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4094]: 6 -0.980529 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4095]: 6 -1.00158 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4098]: 6 -0.993688 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4108]: 6 -1.00103 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4109]: 6 -1.00103 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4115]: 6 -0.989853 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4273]: 6 -0.986697 0 shouldn't be
2558.00/2571.28	WSVECS04 Frhs2[4274]: 6 -0.973393 0 shouldn't be
2620.01/2633.55	c #Conflicts:    3853000 | #Constraints:      49815
2620.01/2633.55	c #Conflicts:    3854000 | #Constraints:      50815
2620.01/2633.55	c #Conflicts:    3855000 | #Constraints:      51815
2620.01/2633.55	c #Conflicts:    3856000 | #Constraints:      52815
2620.01/2633.55	c #Conflicts:    3857000 | #Constraints:      53815
2620.01/2633.55	c #Conflicts:    3858000 | #Constraints:      54815
2620.01/2633.55	c #Conflicts:    3859000 | #Constraints:      55816
2620.01/2633.55	c #Conflicts:    3860000 | #Constraints:      56816
2620.01/2633.55	c #Conflicts:    3861000 | #Constraints:      57816
2620.01/2633.55	c #Conflicts:    3862000 | #Constraints:      58816
2620.01/2633.55	c #Conflicts:    3863000 | #Constraints:      59816
2620.01/2633.55	c #Conflicts:    3864000 | #Constraints:      60816
2620.01/2633.55	c #Conflicts:    3865000 | #Constraints:      61816
2620.01/2633.55	c #Conflicts:    3866000 | #Constraints:      62816
2620.01/2633.55	c #Conflicts:    3867000 | #Constraints:      63816
2620.01/2633.55	c #Conflicts:    3868000 | #Constraints:      64816
2620.01/2633.55	c #Conflicts:    3869000 | #Constraints:      65816
2620.01/2633.55	c #Conflicts:    3870000 | #Constraints:      66816
2620.01/2633.55	c #Conflicts:    3871000 | #Constraints:      67816
2620.01/2633.55	c #Conflicts:    3872000 | #Constraints:      68816
2620.01/2633.55	c #Conflicts:    3873000 | #Constraints:      69816
2620.01/2633.55	c #Conflicts:    3874000 | #Constraints:      70817
2620.01/2633.55	c #Conflicts:    3875000 | #Constraints:      71817
2620.01/2633.55	c #Conflicts:    3876000 | #Constraints:      72817
2620.01/2633.55	c #Conflicts:    3877000 | #Constraints:      73817
2620.01/2633.55	c #Conflicts:    3878000 | #Constraints:      74817
2620.01/2633.55	c #Conflicts:    3879000 | #Constraints:      75817
2620.01/2633.55	c #Conflicts:    3880000 | #Constraints:      76817
2620.01/2633.55	c #Conflicts:    3881000 | #Constraints:      77817
2620.01/2633.55	c #Conflicts:    3882000 | #Constraints:      78817
2620.01/2633.55	c #Conflicts:    3883000 | #Constraints:      79817
2620.01/2633.55	c #Conflicts:    3884000 | #Constraints:      80817
2620.01/2633.55	c #Conflicts:    3885000 | #Constraints:      81817
2620.01/2633.55	c #Conflicts:    3886000 | #Constraints:      82817
2620.01/2633.55	c #Conflicts:    3887000 | #Constraints:      83817
2620.01/2633.55	c #Conflicts:    3888000 | #Constraints:      84817
2620.01/2633.55	c #Conflicts:    3889000 | #Constraints:      85817
2620.01/2633.55	c #Conflicts:    3890000 | #Constraints:      86817
2620.01/2633.55	c #Conflicts:    3891000 | #Constraints:      87817
2620.01/2633.55	c INPROCESSING
2620.01/2633.55	c GARBAGE COLLECT
2620.01/2633.55	c #Conflicts:    3892000 | #Constraints:      49180
2620.01/2633.55	c #Conflicts:    3893000 | #Constraints:      50180
2620.01/2633.55	c #Conflicts:    3894000 | #Constraints:      51180
2620.01/2633.55	c #Conflicts:    3895000 | #Constraints:      52180
2620.01/2633.55	c #Conflicts:    3896000 | #Constraints:      53180
2620.01/2633.55	c #Conflicts:    3897000 | #Constraints:      54180
2620.01/2633.55	c #Conflicts:    3898000 | #Constraints:      55180
2620.01/2633.55	c #Conflicts:    3899000 | #Constraints:      56180
2620.01/2633.55	c #Conflicts:    3900000 | #Constraints:      57180
2620.01/2633.55	c #Conflicts:    3901000 | #Constraints:      58180
2620.01/2633.55	c #Conflicts:    3902000 | #Constraints:      59180
2620.01/2633.55	c #Conflicts:    3903000 | #Constraints:      60180
2620.01/2633.55	c #Conflicts:    3904000 | #Constraints:      61180
2620.01/2633.55	c #Conflicts:    3905000 | #Constraints:      62180
2620.01/2633.55	c #Conflicts:    3906000 | #Constraints:      63180
2620.01/2633.55	c #Conflicts:    3907000 | #Constraints:      64180
2620.01/2633.55	c #Conflicts:    3908000 | #Constraints:      65180
2620.01/2633.55	c #Conflicts:    3909000 | #Constraints:      66180
2620.01/2633.55	c #Conflicts:    3910000 | #Constraints:      67180
2620.01/2633.55	c #Conflicts:    3911000 | #Constraints:      68180
2620.01/2633.55	c #Conflicts:    3912000 | #Constraints:      69180
2620.01/2633.55	c #Conflicts:    3913000 | #Constraints:      70180
2620.01/2633.55	c #Conflicts:    3914000 | #Constraints:      71180
2620.01/2633.55	c #Conflicts:    3915000 | #Constraints:      72180
2620.01/2633.55	c #Conflicts:    3916000 | #Constraints:      73180
2620.01/2633.55	c #Conflicts:    3917000 | #Constraints:      74180
2620.01/2633.55	c #Conflicts:    3918000 | #Constraints:      75180
2620.01/2633.55	c #Conflicts:    3919000 | #Constraints:      76180
2620.01/2633.55	c #Conflicts:    3920000 | #Constraints:      77180
2620.01/2633.55	c #Conflicts:    3921000 | #Constraints:      78180
2620.01/2633.55	c #Conflicts:    3922000 | #Constraints:      79180
2620.01/2633.55	c #Conflicts:    3923000 | #Constraints:      80180
2620.01/2633.55	c #Conflicts:    3924000 | #Constraints:      81180
2620.01/2633.55	c #Conflicts:    3925000 | #Constraints:      82180
2620.01/2633.55	c #Conflicts:    3926000 | #Constraints:      83180
2620.01/2633.55	c #Conflicts:    3927000 | #Constraints:      84180
2620.01/2633.55	c #Conflicts:    3928000 | #Constraints:      85180
2620.01/2633.55	c #Conflicts:    3929000 | #Constraints:      86180
2620.01/2633.55	c #Conflicts:    3930000 | #Constraints:      87180
2620.01/2633.55	c #Conflicts:    3931000 | #Constraints:      88180
2667.50/2681.20	c INPROCESSING
2667.50/2681.20	c GARBAGE COLLECT
2667.50/2681.20	c #Conflicts:    3932000 | #Constraints:      49588
2667.50/2681.20	c #Conflicts:    3933000 | #Constraints:      50588
2667.50/2681.20	c #Conflicts:    3934000 | #Constraints:      51588
2667.50/2681.20	c #Conflicts:    3935000 | #Constraints:      52588
2667.50/2681.20	c #Conflicts:    3936000 | #Constraints:      53588
2667.50/2681.20	c #Conflicts:    3937000 | #Constraints:      54588
2667.50/2681.20	c #Conflicts:    3938000 | #Constraints:      55588
2667.50/2681.20	c #Conflicts:    3939000 | #Constraints:      56588
2667.50/2681.20	c #Conflicts:    3940000 | #Constraints:      57588
2667.50/2681.20	c #Conflicts:    3941000 | #Constraints:      58588
2667.50/2681.20	c #Conflicts:    3942000 | #Constraints:      59588
2667.50/2681.20	c #Conflicts:    3943000 | #Constraints:      60588
2667.50/2681.20	c #Conflicts:    3944000 | #Constraints:      61588
2667.50/2681.20	c #Conflicts:    3945000 | #Constraints:      62588
2667.50/2681.20	c #Conflicts:    3946000 | #Constraints:      63588
2667.50/2681.20	c #Conflicts:    3947000 | #Constraints:      64588
2667.50/2681.20	c #Conflicts:    3948000 | #Constraints:      65588
2667.50/2681.20	c #Conflicts:    3949000 | #Constraints:      66588
2667.50/2681.20	c #Conflicts:    3950000 | #Constraints:      67588
2667.50/2681.20	c #Conflicts:    3951000 | #Constraints:      68588
2667.50/2681.20	c #Conflicts:    3952000 | #Constraints:      69588
2667.50/2681.20	c #Conflicts:    3953000 | #Constraints:      70588
2667.50/2681.20	c #Conflicts:    3954000 | #Constraints:      71588
2667.50/2681.20	c #Conflicts:    3955000 | #Constraints:      72588
2667.50/2681.20	c #Conflicts:    3956000 | #Constraints:      73588
2667.50/2681.20	c #Conflicts:    3957000 | #Constraints:      74588
2667.50/2681.20	c #Conflicts:    3958000 | #Constraints:      75588
2667.50/2681.20	c #Conflicts:    3959000 | #Constraints:      76588
2667.50/2681.20	c #Conflicts:    3960000 | #Constraints:      77588
2667.50/2681.20	c #Conflicts:    3961000 | #Constraints:      78588
2667.50/2681.20	c #Conflicts:    3962000 | #Constraints:      79588
2667.50/2681.20	c #Conflicts:    3963000 | #Constraints:      80588
2667.50/2681.20	c #Conflicts:    3964000 | #Constraints:      81588
2667.50/2681.20	c #Conflicts:    3965000 | #Constraints:      82588
2667.50/2681.20	c #Conflicts:    3966000 | #Constraints:      83588
2667.50/2681.20	c #Conflicts:    3967000 | #Constraints:      84588
2667.50/2681.20	c #Conflicts:    3968000 | #Constraints:      85588
2667.50/2681.20	c #Conflicts:    3969000 | #Constraints:      86588
2667.50/2681.20	c #Conflicts:    3970000 | #Constraints:      87588
2667.50/2681.20	c #Conflicts:    3971000 | #Constraints:      88588
2667.50/2681.20	c INPROCESSING
2667.50/2681.20	c GARBAGE COLLECT
2667.50/2681.20	c #Conflicts:    3972000 | #Constraints:      49896
2667.50/2681.20	c #Conflicts:    3973000 | #Constraints:      50896
2667.50/2681.20	c #Conflicts:    3974000 | #Constraints:      51896
2667.50/2681.20	c #Conflicts:    3975000 | #Constraints:      52896
2667.50/2681.20	c #Conflicts:    3976000 | #Constraints:      53896
2667.50/2681.20	c #Conflicts:    3977000 | #Constraints:      54896
2667.50/2681.20	c #Conflicts:    3978000 | #Constraints:      55896
2667.50/2681.20	c #Conflicts:    3979000 | #Constraints:      56896
2667.50/2681.20	c #Conflicts:    3980000 | #Constraints:      57896
2667.50/2681.20	c #Conflicts:    3981000 | #Constraints:      58896
2667.50/2681.20	c #Conflicts:    3982000 | #Constraints:      59896
2667.50/2681.20	c #Conflicts:    3983000 | #Constraints:      60896
2667.50/2681.20	c #Conflicts:    3984000 | #Constraints:      61896
2667.50/2681.20	c #Conflicts:    3985000 | #Constraints:      62896
2667.50/2681.20	c #Conflicts:    3986000 | #Constraints:      63896
2667.50/2681.20	c #Conflicts:    3987000 | #Constraints:      64896
2667.50/2681.20	c #Conflicts:    3988000 | #Constraints:      65896
2667.50/2681.20	c #Conflicts:    3989000 | #Constraints:      66896
2667.50/2681.20	c #Conflicts:    3990000 | #Constraints:      67896
2667.50/2681.20	c #Conflicts:    3991000 | #Constraints:      68896
2667.50/2681.20	c #Conflicts:    3992000 | #Constraints:      69896
2667.50/2681.20	c #Conflicts:    3993000 | #Constraints:      70896
2667.50/2681.20	c #Conflicts:    3994000 | #Constraints:      71896
2667.50/2681.20	c #Conflicts:    3995000 | #Constraints:      72896
2667.50/2681.20	c #Conflicts:    3996000 | #Constraints:      73896
2667.50/2681.20	c #Conflicts:    3997000 | #Constraints:      74896
2667.50/2681.20	c #Conflicts:    3998000 | #Constraints:      75896
2667.50/2681.20	c #Conflicts:    3999000 | #Constraints:      76896
2667.50/2681.20	c #Conflicts:    4000000 | #Constraints:      77896
2667.50/2681.20	c #Conflicts:    4001000 | #Constraints:      78896
2667.50/2681.20	c #Conflicts:    4002000 | #Constraints:      79896
2667.50/2681.20	c #Conflicts:    4003000 | #Constraints:      80896
2667.50/2681.20	c #Conflicts:    4004000 | #Constraints:      81897
2667.50/2681.20	c #Conflicts:    4005000 | #Constraints:      82897
2667.50/2681.20	c #Conflicts:    4006000 | #Constraints:      83897
2667.50/2681.20	c #Conflicts:    4007000 | #Constraints:      84898
2667.50/2681.20	c #Conflicts:    4008000 | #Constraints:      85898
2719.77/2733.81	c #Conflicts:    4009000 | #Constraints:      86898
2719.77/2733.81	c #Conflicts:    4010000 | #Constraints:      87899
2719.77/2733.81	c #Conflicts:    4011000 | #Constraints:      88899
2719.77/2733.81	c INPROCESSING
2719.77/2733.81	c GARBAGE COLLECT
2719.77/2733.81	c #Conflicts:    4012000 | #Constraints:      50039
2719.77/2733.81	c #Conflicts:    4013000 | #Constraints:      51039
2719.77/2733.81	c #Conflicts:    4014000 | #Constraints:      52039
2719.77/2733.81	c #Conflicts:    4015000 | #Constraints:      53039
2719.77/2733.81	c #Conflicts:    4016000 | #Constraints:      54039
2719.77/2733.81	c #Conflicts:    4017000 | #Constraints:      55039
2719.77/2733.81	c #Conflicts:    4018000 | #Constraints:      56039
2719.77/2733.81	c #Conflicts:    4019000 | #Constraints:      57039
2719.77/2733.81	c #Conflicts:    4020000 | #Constraints:      58039
2719.77/2733.81	c #Conflicts:    4021000 | #Constraints:      59039
2719.77/2733.81	c #Conflicts:    4022000 | #Constraints:      60039
2719.77/2733.81	c #Conflicts:    4023000 | #Constraints:      61039
2719.77/2733.81	c #Conflicts:    4024000 | #Constraints:      62039
2719.77/2733.81	c #Conflicts:    4025000 | #Constraints:      63039
2719.77/2733.81	c #Conflicts:    4026000 | #Constraints:      64039
2719.77/2733.81	c #Conflicts:    4027000 | #Constraints:      65039
2719.77/2733.81	c #Conflicts:    4028000 | #Constraints:      66039
2719.77/2733.81	c #Conflicts:    4029000 | #Constraints:      67039
2719.77/2733.81	c #Conflicts:    4030000 | #Constraints:      68039
2719.77/2733.81	c #Conflicts:    4031000 | #Constraints:      69039
2719.77/2733.81	c #Conflicts:    4032000 | #Constraints:      70039
2719.77/2733.81	c #Conflicts:    4033000 | #Constraints:      71039
2719.77/2733.81	c #Conflicts:    4034000 | #Constraints:      72039
2719.77/2733.81	c #Conflicts:    4035000 | #Constraints:      73039
2719.77/2733.81	c #Conflicts:    4036000 | #Constraints:      74039
2719.77/2733.81	c #Conflicts:    4037000 | #Constraints:      75039
2719.77/2733.81	c #Conflicts:    4038000 | #Constraints:      76039
2719.77/2733.81	c #Conflicts:    4039000 | #Constraints:      77039
2719.77/2733.81	c #Conflicts:    4040000 | #Constraints:      78039
2719.77/2733.81	c #Conflicts:    4041000 | #Constraints:      79328
2719.77/2733.81	c #Conflicts:    4042000 | #Constraints:      80832
2719.77/2733.81	c #Conflicts:    4043000 | #Constraints:      82335
2719.77/2733.81	c #Conflicts:    4044000 | #Constraints:      83848
2719.77/2733.81	c #Conflicts:    4045000 | #Constraints:      85336
2719.77/2733.81	c #Conflicts:    4046000 | #Constraints:      86834
2719.77/2733.81	c #Conflicts:    4047000 | #Constraints:      88345
2719.77/2733.81	c #Conflicts:    4048000 | #Constraints:      89852
2719.77/2733.81	c #Conflicts:    4049000 | #Constraints:      91354
2719.77/2733.81	c #Conflicts:    4050000 | #Constraints:      92422
2719.77/2733.81	c #Conflicts:    4051000 | #Constraints:      93422
2719.77/2733.81	c INPROCESSING
2719.77/2733.81	c GARBAGE COLLECT
2719.77/2733.81	WSVECS04 Frhs2[21]: 6 -1.94462 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[67]: 6 0 0.317016 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[76]: 6 0 0.170937 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[106]: 6 -6.27301 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[109]: 6 -0.955114 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[161]: 6 -3.72896e-06 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[176]: 6 -0.772804 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[208]: 6 -3.73874 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[217]: 6 0 0.412024 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[230]: 6 0 0.60627 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[240]: 6 -1.14866 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[264]: 6 -0.992143 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[271]: 6 -1.4157 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[295]: 6 0 0.844975 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[300]: 6 -0.531518 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[324]: 6 -0.96788 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[338]: 6 -1.83008 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[360]: 6 -1.86709 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[449]: 6 -1.28902 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[461]: 6 -1.92548 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[519]: 6 0 3.06001 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[524]: 6 -1.67016 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[547]: 6 -2.01491 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[588]: 6 -0.488285 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[725]: 6 -0.837069 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[729]: 6 -0.378934 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1070]: 6 -0.331487 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1110]: 6 -1.63992 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1142]: 6 0 3.40065 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1214]: 6 -0.287712 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1263]: 6 -0.334223 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1296]: 6 -0.380678 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1297]: 6 -9.00093 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1299]: 6 0 1.93912 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1326]: 6 0 3.75205 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1360]: 6 -0.743809 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1394]: 6 -0.872365 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1409]: 6 -1.2957 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1419]: 6 -0.588417 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1445]: 6 0 0.215994 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1460]: 6 -6.27631 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1481]: 6 -0.217842 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1500]: 6 -1.85146 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1501]: 6 -1.69761 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1505]: 6 -2.01861 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1516]: 6 -1.49303 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1524]: 6 -0.179187 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1579]: 6 0 0.889623 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1599]: 6 0 0.764286 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1611]: 6 -3.24779 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1627]: 6 -0.504695 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1628]: 6 -0.991658 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1641]: 6 -1.41965 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1659]: 6 0 0.00094773 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1953]: 6 -0.421768 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1960]: 6 -1.11396 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1983]: 6 0 3.03224 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[1994]: 6 -4.22187 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2068]: 6 0 3.68375 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2107]: 6 -1 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2149]: 6 -0.992851 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2152]: 6 -0.850337 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2166]: 6 0 1.32034 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2184]: 6 -2.04039 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2270]: 6 -0.50005 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2292]: 6 -9.39871 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2423]: 6 -1.05528 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2456]: 6 -0.973268 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2646]: 6 -12.8662 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2647]: 6 -15.6405 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2677]: 6 0 1.98496 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2686]: 6 -2.16314 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2724]: 6 -0.997633 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2746]: 6 0 1 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2750]: 6 -1.6375 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2844]: 6 -3 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2849]: 6 -2 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2852]: 6 -1.45313 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2862]: 6 0 0.987342 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[2988]: 6 -0.059493 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3029]: 6 0 5.74971 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3039]: 6 -1.25491 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3066]: 6 -1.17374 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3077]: 6 -2.18858 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3083]: 6 0 0.199556 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3111]: 6 -0.538207 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3130]: 6 -1.50815 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3135]: 6 -3.0205 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3272]: 6 -2.64481 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3297]: 6 -0.999996 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3300]: 6 0 1 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3304]: 6 0 0.500001 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3319]: 6 -0.362266 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3363]: 6 -0.967478 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3406]: 6 0 3.63313 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3412]: 6 0 1.98778 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3416]: 6 -5.25261 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3438]: 6 0 1.88447 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3504]: 6 -21.6415 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3519]: 6 -5.51011 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3533]: 6 -0.148467 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3546]: 6 -10.2196 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3548]: 6 -1.20999 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3605]: 6 -6.97023 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3612]: 6 -2.19065 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3616]: 6 -11.2004 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3628]: 6 0 0.447997 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3632]: 6 0 1.67058 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3638]: 6 -0.852886 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3702]: 6 0 1.93414 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3713]: 6 -0.291671 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3716]: 6 -0.444146 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3751]: 6 -2.44705 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3754]: 6 -0.897358 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3775]: 6 -1.63463 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3814]: 6 0 2.48377 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3817]: 6 -2.48513 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3831]: 6 -0.43776 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3832]: 6 0 1.13943 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3833]: 6 0 0.0926318 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3845]: 6 -2.79829 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3931]: 6 -0.397845 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3972]: 6 -2.97084 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3980]: 6 -0.378037 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3984]: 6 -1.0398 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3989]: 6 -0.322604 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3991]: 6 -2.32814 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[3994]: 6 0 0.651101 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[4019]: 6 -0.228694 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[4094]: 6 -2.59181 0 shouldn't be
2719.77/2733.81	WSVECS04 Frhs2[4274]: 6 -0.885137 0 shouldn't be
2805.19/2819.68	c #Conflicts:    4052000 | #Constraints:      52230
2805.19/2819.68	c #Conflicts:    4053000 | #Constraints:      53230
2805.19/2819.68	c #Conflicts:    4054000 | #Constraints:      54230
2805.19/2819.68	c #Conflicts:    4055000 | #Constraints:      55230
2805.19/2819.68	c #Conflicts:    4056000 | #Constraints:      56230
2805.19/2819.68	c #Conflicts:    4057000 | #Constraints:      57230
2805.19/2819.68	c #Conflicts:    4058000 | #Constraints:      58230
2805.19/2819.68	c #Conflicts:    4059000 | #Constraints:      59230
2805.19/2819.68	c #Conflicts:    4060000 | #Constraints:      60230
2805.19/2819.68	c #Conflicts:    4061000 | #Constraints:      61230
2805.19/2819.68	c #Conflicts:    4062000 | #Constraints:      62230
2805.19/2819.68	c #Conflicts:    4063000 | #Constraints:      63230
2805.19/2819.68	c #Conflicts:    4064000 | #Constraints:      64230
2805.19/2819.68	c #Conflicts:    4065000 | #Constraints:      65230
2805.19/2819.68	c #Conflicts:    4066000 | #Constraints:      66231
2805.19/2819.68	c #Conflicts:    4067000 | #Constraints:      67231
2805.19/2819.68	c #Conflicts:    4068000 | #Constraints:      68231
2805.19/2819.68	c #Conflicts:    4069000 | #Constraints:      69231
2805.19/2819.68	c #Conflicts:    4070000 | #Constraints:      70231
2805.19/2819.68	c #Conflicts:    4071000 | #Constraints:      71231
2805.19/2819.68	c #Conflicts:    4072000 | #Constraints:      72231
2805.19/2819.68	c #Conflicts:    4073000 | #Constraints:      73231
2805.19/2819.68	c #Conflicts:    4074000 | #Constraints:      74231
2805.19/2819.68	c #Conflicts:    4075000 | #Constraints:      75231
2805.19/2819.68	c #Conflicts:    4076000 | #Constraints:      76231
2805.19/2819.68	c #Conflicts:    4077000 | #Constraints:      77231
2805.19/2819.68	c #Conflicts:    4078000 | #Constraints:      78231
2805.19/2819.68	c #Conflicts:    4079000 | #Constraints:      79231
2805.19/2819.68	c #Conflicts:    4080000 | #Constraints:      80231
2805.19/2819.68	c #Conflicts:    4081000 | #Constraints:      81231
2805.19/2819.68	c #Conflicts:    4082000 | #Constraints:      82231
2805.19/2819.68	c #Conflicts:    4083000 | #Constraints:      83231
2805.19/2819.68	c #Conflicts:    4084000 | #Constraints:      84231
2805.19/2819.68	c #Conflicts:    4085000 | #Constraints:      85231
2805.19/2819.68	c #Conflicts:    4086000 | #Constraints:      86231
2805.19/2819.68	c #Conflicts:    4087000 | #Constraints:      87231
2805.19/2819.68	c #Conflicts:    4088000 | #Constraints:      88231
2805.19/2819.68	c #Conflicts:    4089000 | #Constraints:      89231
2805.19/2819.68	c #Conflicts:    4090000 | #Constraints:      90231
2805.19/2819.68	c #Conflicts:    4091000 | #Constraints:      91231
2805.19/2819.68	c INPROCESSING
2805.19/2819.68	c GARBAGE COLLECT
2805.19/2819.68	c #Conflicts:    4092000 | #Constraints:      50921
2805.19/2819.68	c #Conflicts:    4093000 | #Constraints:      51921
2805.19/2819.68	c #Conflicts:    4094000 | #Constraints:      52921
2805.19/2819.68	c #Conflicts:    4095000 | #Constraints:      53921
2805.19/2819.68	c #Conflicts:    4096000 | #Constraints:      54921
2805.19/2819.68	c #Conflicts:    4097000 | #Constraints:      55921
2805.19/2819.68	c #Conflicts:    4098000 | #Constraints:      56921
2805.19/2819.68	c #Conflicts:    4099000 | #Constraints:      57921
2805.19/2819.68	c #Conflicts:    4100000 | #Constraints:      58921
2805.19/2819.68	c #Conflicts:    4101000 | #Constraints:      59921
2805.19/2819.68	c #Conflicts:    4102000 | #Constraints:      60921
2805.19/2819.68	c #Conflicts:    4103000 | #Constraints:      61921
2805.19/2819.68	c #Conflicts:    4104000 | #Constraints:      62921
2805.19/2819.68	c #Conflicts:    4105000 | #Constraints:      63921
2805.19/2819.68	c #Conflicts:    4106000 | #Constraints:      64921
2805.19/2819.68	c #Conflicts:    4107000 | #Constraints:      65921
2805.19/2819.68	c #Conflicts:    4108000 | #Constraints:      66921
2805.19/2819.68	c #Conflicts:    4109000 | #Constraints:      67921
2805.19/2819.68	c #Conflicts:    4110000 | #Constraints:      68921
2805.19/2819.68	c #Conflicts:    4111000 | #Constraints:      69921
2805.19/2819.68	c #Conflicts:    4112000 | #Constraints:      70921
2805.19/2819.68	c #Conflicts:    4113000 | #Constraints:      71921
2805.19/2819.68	c #Conflicts:    4114000 | #Constraints:      72921
2805.19/2819.68	c #Conflicts:    4115000 | #Constraints:      73921
2805.19/2819.68	c #Conflicts:    4116000 | #Constraints:      74921
2805.19/2819.68	c #Conflicts:    4117000 | #Constraints:      75921
2805.19/2819.68	c #Conflicts:    4118000 | #Constraints:      76921
2805.19/2819.68	c #Conflicts:    4119000 | #Constraints:      77921
2805.19/2819.68	c #Conflicts:    4120000 | #Constraints:      78921
2805.19/2819.68	c #Conflicts:    4121000 | #Constraints:      79921
2805.19/2819.68	c #Conflicts:    4122000 | #Constraints:      80921
2805.19/2819.68	c #Conflicts:    4123000 | #Constraints:      81921
2805.19/2819.68	c #Conflicts:    4124000 | #Constraints:      82921
2805.19/2819.68	c #Conflicts:    4125000 | #Constraints:      83921
2805.19/2819.68	c #Conflicts:    4126000 | #Constraints:      84921
2805.19/2819.68	c #Conflicts:    4127000 | #Constraints:      85921
2805.19/2819.68	c #Conflicts:    4128000 | #Constraints:      86921
2805.19/2819.68	c #Conflicts:    4129000 | #Constraints:      87921
2805.19/2819.68	c #Conflicts:    4130000 | #Constraints:      88921
2864.59/2879.33	c #Conflicts:    4131000 | #Constraints:      89921
2864.59/2879.33	c #Conflicts:    4132000 | #Constraints:      90921
2864.59/2879.33	c INPROCESSING
2864.59/2879.33	c GARBAGE COLLECT
2864.59/2879.33	c #Conflicts:    4133000 | #Constraints:      50931
2864.59/2879.33	c #Conflicts:    4134000 | #Constraints:      51931
2864.59/2879.33	c #Conflicts:    4135000 | #Constraints:      52931
2864.59/2879.33	c #Conflicts:    4136000 | #Constraints:      53931
2864.59/2879.33	c #Conflicts:    4137000 | #Constraints:      54931
2864.59/2879.33	c #Conflicts:    4138000 | #Constraints:      55931
2864.59/2879.33	c #Conflicts:    4139000 | #Constraints:      56931
2864.59/2879.33	c #Conflicts:    4140000 | #Constraints:      57931
2864.59/2879.33	c #Conflicts:    4141000 | #Constraints:      58931
2864.59/2879.33	c #Conflicts:    4142000 | #Constraints:      59931
2864.59/2879.33	c #Conflicts:    4143000 | #Constraints:      60931
2864.59/2879.33	c #Conflicts:    4144000 | #Constraints:      61931
2864.59/2879.33	c #Conflicts:    4145000 | #Constraints:      62932
2864.59/2879.33	c #Conflicts:    4146000 | #Constraints:      63932
2864.59/2879.33	c #Conflicts:    4147000 | #Constraints:      64932
2864.59/2879.33	c #Conflicts:    4148000 | #Constraints:      65932
2864.59/2879.33	c #Conflicts:    4149000 | #Constraints:      66932
2864.59/2879.33	c #Conflicts:    4150000 | #Constraints:      67932
2864.59/2879.33	c #Conflicts:    4151000 | #Constraints:      68932
2864.59/2879.33	c #Conflicts:    4152000 | #Constraints:      69932
2864.59/2879.33	c #Conflicts:    4153000 | #Constraints:      70932
2864.59/2879.33	c #Conflicts:    4154000 | #Constraints:      71932
2864.59/2879.33	c #Conflicts:    4155000 | #Constraints:      72932
2864.59/2879.33	c #Conflicts:    4156000 | #Constraints:      73932
2864.59/2879.33	c #Conflicts:    4157000 | #Constraints:      74932
2864.59/2879.33	c #Conflicts:    4158000 | #Constraints:      75932
2864.59/2879.33	c #Conflicts:    4159000 | #Constraints:      76932
2864.59/2879.33	c #Conflicts:    4160000 | #Constraints:      77932
2864.59/2879.33	c #Conflicts:    4161000 | #Constraints:      78932
2864.59/2879.33	c #Conflicts:    4162000 | #Constraints:      79932
2864.59/2879.33	c #Conflicts:    4163000 | #Constraints:      80932
2864.59/2879.33	c #Conflicts:    4164000 | #Constraints:      81932
2864.59/2879.33	c #Conflicts:    4165000 | #Constraints:      82932
2864.59/2879.33	c #Conflicts:    4166000 | #Constraints:      83932
2864.59/2879.33	c #Conflicts:    4167000 | #Constraints:      84932
2864.59/2879.33	c #Conflicts:    4168000 | #Constraints:      85932
2864.59/2879.33	c #Conflicts:    4169000 | #Constraints:      86932
2864.59/2879.33	c #Conflicts:    4170000 | #Constraints:      87932
2864.59/2879.33	c #Conflicts:    4171000 | #Constraints:      88932
2864.59/2879.33	c #Conflicts:    4172000 | #Constraints:      89932
2864.59/2879.33	c #Conflicts:    4173000 | #Constraints:      90932
2864.59/2879.33	c INPROCESSING
2864.59/2879.33	c GARBAGE COLLECT
2864.59/2879.33	c #Conflicts:    4174000 | #Constraints:      51062
2864.59/2879.33	c #Conflicts:    4175000 | #Constraints:      52062
2864.59/2879.33	c #Conflicts:    4176000 | #Constraints:      53062
2864.59/2879.33	c #Conflicts:    4177000 | #Constraints:      54062
2864.59/2879.33	c #Conflicts:    4178000 | #Constraints:      55062
2864.59/2879.33	c #Conflicts:    4179000 | #Constraints:      56062
2864.59/2879.33	c #Conflicts:    4180000 | #Constraints:      57062
2864.59/2879.33	c #Conflicts:    4181000 | #Constraints:      58062
2864.59/2879.33	c #Conflicts:    4182000 | #Constraints:      59062
2864.59/2879.33	c #Conflicts:    4183000 | #Constraints:      60062
2864.59/2879.33	c #Conflicts:    4184000 | #Constraints:      61062
2864.59/2879.33	c #Conflicts:    4185000 | #Constraints:      62062
2864.59/2879.33	c #Conflicts:    4186000 | #Constraints:      63062
2864.59/2879.33	c #Conflicts:    4187000 | #Constraints:      64062
2864.59/2879.33	c #Conflicts:    4188000 | #Constraints:      65062
2864.59/2879.33	c #Conflicts:    4189000 | #Constraints:      66062
2864.59/2879.33	c #Conflicts:    4190000 | #Constraints:      67062
2864.59/2879.33	c #Conflicts:    4191000 | #Constraints:      68062
2864.59/2879.33	c #Conflicts:    4192000 | #Constraints:      69062
2864.59/2879.33	c #Conflicts:    4193000 | #Constraints:      70062
2864.59/2879.33	c #Conflicts:    4194000 | #Constraints:      71062
2864.59/2879.33	c #Conflicts:    4195000 | #Constraints:      72062
2864.59/2879.33	c #Conflicts:    4196000 | #Constraints:      73062
2864.59/2879.33	c #Conflicts:    4197000 | #Constraints:      74062
2864.59/2879.33	c #Conflicts:    4198000 | #Constraints:      75062
2864.59/2879.33	c #Conflicts:    4199000 | #Constraints:      76062
2864.59/2879.33	c #Conflicts:    4200000 | #Constraints:      77062
2864.59/2879.33	c #Conflicts:    4201000 | #Constraints:      78062
2864.59/2879.33	c #Conflicts:    4202000 | #Constraints:      79062
2864.59/2879.33	c #Conflicts:    4203000 | #Constraints:      80063
2864.59/2879.33	c #Conflicts:    4204000 | #Constraints:      81063
2864.59/2879.33	c #Conflicts:    4205000 | #Constraints:      82063
2864.59/2879.33	c #Conflicts:    4206000 | #Constraints:      83063
2864.59/2879.33	c #Conflicts:    4207000 | #Constraints:      84063
2916.49/2931.52	c #Conflicts:    4208000 | #Constraints:      85063
2916.49/2931.52	c #Conflicts:    4209000 | #Constraints:      86063
2916.49/2931.52	c #Conflicts:    4210000 | #Constraints:      87063
2916.49/2931.52	c #Conflicts:    4211000 | #Constraints:      88063
2916.49/2931.52	c #Conflicts:    4212000 | #Constraints:      89063
2916.49/2931.52	c #Conflicts:    4213000 | #Constraints:      90063
2916.49/2931.52	c #Conflicts:    4214000 | #Constraints:      91064
2916.49/2931.52	c INPROCESSING
2916.49/2931.52	c GARBAGE COLLECT
2916.49/2931.52	c #Conflicts:    4215000 | #Constraints:      51166
2916.49/2931.52	c #Conflicts:    4216000 | #Constraints:      52167
2916.49/2931.52	c #Conflicts:    4217000 | #Constraints:      53167
2916.49/2931.52	c #Conflicts:    4218000 | #Constraints:      54167
2916.49/2931.52	c #Conflicts:    4219000 | #Constraints:      55167
2916.49/2931.52	c #Conflicts:    4220000 | #Constraints:      56167
2916.49/2931.52	c #Conflicts:    4221000 | #Constraints:      57167
2916.49/2931.52	c #Conflicts:    4222000 | #Constraints:      58167
2916.49/2931.52	c #Conflicts:    4223000 | #Constraints:      59167
2916.49/2931.52	c #Conflicts:    4224000 | #Constraints:      60167
2916.49/2931.52	c #Conflicts:    4225000 | #Constraints:      61167
2916.49/2931.52	c #Conflicts:    4226000 | #Constraints:      62167
2916.49/2931.52	c #Conflicts:    4227000 | #Constraints:      63167
2916.49/2931.52	c #Conflicts:    4228000 | #Constraints:      64168
2916.49/2931.52	c #Conflicts:    4229000 | #Constraints:      65169
2916.49/2931.52	c #Conflicts:    4230000 | #Constraints:      66169
2916.49/2931.52	c #Conflicts:    4231000 | #Constraints:      67169
2916.49/2931.52	c #Conflicts:    4232000 | #Constraints:      68169
2916.49/2931.52	c #Conflicts:    4233000 | #Constraints:      69169
2916.49/2931.52	c #Conflicts:    4234000 | #Constraints:      70169
2916.49/2931.52	c #Conflicts:    4235000 | #Constraints:      71169
2916.49/2931.52	c #Conflicts:    4236000 | #Constraints:      72169
2916.49/2931.52	c #Conflicts:    4237000 | #Constraints:      73170
2916.49/2931.52	c #Conflicts:    4238000 | #Constraints:      74170
2916.49/2931.52	c #Conflicts:    4239000 | #Constraints:      75170
2916.49/2931.52	c #Conflicts:    4240000 | #Constraints:      76170
2916.49/2931.52	c #Conflicts:    4241000 | #Constraints:      77170
2916.49/2931.52	c #Conflicts:    4242000 | #Constraints:      78170
2916.49/2931.52	c #Conflicts:    4243000 | #Constraints:      79170
2916.49/2931.52	c #Conflicts:    4244000 | #Constraints:      80170
2916.49/2931.52	c #Conflicts:    4245000 | #Constraints:      81170
2916.49/2931.52	c #Conflicts:    4246000 | #Constraints:      82170
2916.49/2931.52	c #Conflicts:    4247000 | #Constraints:      83170
2916.49/2931.52	c #Conflicts:    4248000 | #Constraints:      84170
2916.49/2931.52	c #Conflicts:    4249000 | #Constraints:      85170
2916.49/2931.52	c #Conflicts:    4250000 | #Constraints:      86170
2916.49/2931.52	c #Conflicts:    4251000 | #Constraints:      87170
2916.49/2931.52	c #Conflicts:    4252000 | #Constraints:      88170
2916.49/2931.52	c #Conflicts:    4253000 | #Constraints:      89170
2916.49/2931.52	c #Conflicts:    4254000 | #Constraints:      90170
2916.49/2931.52	c #Conflicts:    4255000 | #Constraints:      91170
2916.49/2931.52	c INPROCESSING
2916.49/2931.52	c GARBAGE COLLECT
2916.49/2931.52	c #Conflicts:    4256000 | #Constraints:      51102
2916.49/2931.52	c #Conflicts:    4257000 | #Constraints:      52102
2916.49/2931.52	c #Conflicts:    4258000 | #Constraints:      53102
2916.49/2931.52	c #Conflicts:    4259000 | #Constraints:      54102
2916.49/2931.52	c #Conflicts:    4260000 | #Constraints:      55102
2916.49/2931.52	c #Conflicts:    4261000 | #Constraints:      56102
2916.49/2931.52	c #Conflicts:    4262000 | #Constraints:      57102
2916.49/2931.52	c #Conflicts:    4263000 | #Constraints:      58102
2916.49/2931.52	c #Conflicts:    4264000 | #Constraints:      59102
2916.49/2931.52	c #Conflicts:    4265000 | #Constraints:      60102
2916.49/2931.52	c #Conflicts:    4266000 | #Constraints:      61102
2916.49/2931.52	c #Conflicts:    4267000 | #Constraints:      62102
2916.49/2931.52	c #Conflicts:    4268000 | #Constraints:      63102
2916.49/2931.52	c #Conflicts:    4269000 | #Constraints:      64102
2916.49/2931.52	c #Conflicts:    4270000 | #Constraints:      65102
2916.49/2931.52	c #Conflicts:    4271000 | #Constraints:      66102
2916.49/2931.52	c #Conflicts:    4272000 | #Constraints:      67102
2916.49/2931.52	c #Conflicts:    4273000 | #Constraints:      68102
2916.49/2931.52	c #Conflicts:    4274000 | #Constraints:      69102
2916.49/2931.52	c #Conflicts:    4275000 | #Constraints:      70102
2916.49/2931.52	c #Conflicts:    4276000 | #Constraints:      71102
2916.49/2931.52	c #Conflicts:    4277000 | #Constraints:      72102
2916.49/2931.52	c #Conflicts:    4278000 | #Constraints:      73102
2916.49/2931.52	c #Conflicts:    4279000 | #Constraints:      74102
2916.49/2931.52	c #Conflicts:    4280000 | #Constraints:      75102
2916.49/2931.52	c #Conflicts:    4281000 | #Constraints:      76102
2916.49/2931.52	c #Conflicts:    4282000 | #Constraints:      77102
2916.49/2931.52	c #Conflicts:    4283000 | #Constraints:      78102
2916.49/2931.52	c #Conflicts:    4284000 | #Constraints:      79102
2916.49/2931.52	c #Conflicts:    4285000 | #Constraints:      80102
2982.76/2998.12	c #Conflicts:    4286000 | #Constraints:      81102
2982.76/2998.12	c #Conflicts:    4287000 | #Constraints:      82102
2982.76/2998.12	c #Conflicts:    4288000 | #Constraints:      83102
2982.76/2998.12	c #Conflicts:    4289000 | #Constraints:      84102
2982.76/2998.12	c #Conflicts:    4290000 | #Constraints:      85102
2982.76/2998.12	c #Conflicts:    4291000 | #Constraints:      86102
2982.76/2998.12	c #Conflicts:    4292000 | #Constraints:      87102
2982.76/2998.12	c #Conflicts:    4293000 | #Constraints:      88102
2982.76/2998.12	c #Conflicts:    4294000 | #Constraints:      89102
2982.76/2998.12	c #Conflicts:    4295000 | #Constraints:      90102
2982.76/2998.12	c #Conflicts:    4296000 | #Constraints:      91102
2982.76/2998.12	c INPROCESSING
2982.76/2998.12	c GARBAGE COLLECT
2982.76/2998.12	c #Conflicts:    4297000 | #Constraints:      50865
2982.76/2998.12	c #Conflicts:    4298000 | #Constraints:      51865
2982.76/2998.12	c #Conflicts:    4299000 | #Constraints:      52865
2982.76/2998.12	c #Conflicts:    4300000 | #Constraints:      53865
2982.76/2998.12	c #Conflicts:    4301000 | #Constraints:      54865
2982.76/2998.12	c #Conflicts:    4302000 | #Constraints:      55865
2982.76/2998.12	c #Conflicts:    4303000 | #Constraints:      56865
2982.76/2998.12	c #Conflicts:    4304000 | #Constraints:      57865
2982.76/2998.12	c #Conflicts:    4305000 | #Constraints:      58865
2982.76/2998.12	c #Conflicts:    4306000 | #Constraints:      59865
2982.76/2998.12	c #Conflicts:    4307000 | #Constraints:      60865
2982.76/2998.12	c #Conflicts:    4308000 | #Constraints:      61865
2982.76/2998.12	c #Conflicts:    4309000 | #Constraints:      62865
2982.76/2998.12	c #Conflicts:    4310000 | #Constraints:      63865
2982.76/2998.12	c #Conflicts:    4311000 | #Constraints:      64865
2982.76/2998.12	c #Conflicts:    4312000 | #Constraints:      65865
2982.76/2998.12	c #Conflicts:    4313000 | #Constraints:      66865
2982.76/2998.12	c #Conflicts:    4314000 | #Constraints:      67865
2982.76/2998.12	c #Conflicts:    4315000 | #Constraints:      68865
2982.76/2998.12	c #Conflicts:    4316000 | #Constraints:      69865
2982.76/2998.12	c #Conflicts:    4317000 | #Constraints:      70865
2982.76/2998.12	c #Conflicts:    4318000 | #Constraints:      71865
2982.76/2998.12	c #Conflicts:    4319000 | #Constraints:      72865
2982.76/2998.12	c #Conflicts:    4320000 | #Constraints:      73865
2982.76/2998.12	c #Conflicts:    4321000 | #Constraints:      74865
2982.76/2998.12	c #Conflicts:    4322000 | #Constraints:      75865
2982.76/2998.12	c #Conflicts:    4323000 | #Constraints:      76865
2982.76/2998.12	c #Conflicts:    4324000 | #Constraints:      77865
2982.76/2998.12	c #Conflicts:    4325000 | #Constraints:      78865
2982.76/2998.12	c #Conflicts:    4326000 | #Constraints:      79865
2982.76/2998.12	c #Conflicts:    4327000 | #Constraints:      80865
2982.76/2998.12	c #Conflicts:    4328000 | #Constraints:      81865
2982.76/2998.12	c #Conflicts:    4329000 | #Constraints:      82865
2982.76/2998.12	c #Conflicts:    4330000 | #Constraints:      83866
2982.76/2998.12	c #Conflicts:    4331000 | #Constraints:      84866
2982.76/2998.12	c #Conflicts:    4332000 | #Constraints:      85866
2982.76/2998.12	c #Conflicts:    4333000 | #Constraints:      86866
2982.76/2998.12	c #Conflicts:    4334000 | #Constraints:      87866
2982.76/2998.12	c #Conflicts:    4335000 | #Constraints:      88866
2982.76/2998.12	c #Conflicts:    4336000 | #Constraints:      89866
2982.76/2998.12	c #Conflicts:    4337000 | #Constraints:      90866
2982.76/2998.12	c #Conflicts:    4338000 | #Constraints:      91866
2982.76/2998.12	c INPROCESSING
2982.76/2998.12	c GARBAGE COLLECT
2982.76/2998.12	c #Conflicts:    4339000 | #Constraints:      51428
2982.76/2998.12	c #Conflicts:    4340000 | #Constraints:      52429
2982.76/2998.12	c #Conflicts:    4341000 | #Constraints:      53429
2982.76/2998.12	c #Conflicts:    4342000 | #Constraints:      54429
2982.76/2998.12	c #Conflicts:    4343000 | #Constraints:      55429
2982.76/2998.12	c #Conflicts:    4344000 | #Constraints:      56429
2982.76/2998.12	c #Conflicts:    4345000 | #Constraints:      57429
2982.76/2998.12	c #Conflicts:    4346000 | #Constraints:      58429
2982.76/2998.12	c #Conflicts:    4347000 | #Constraints:      59429
2982.76/2998.12	c #Conflicts:    4348000 | #Constraints:      60430
2982.76/2998.12	c #Conflicts:    4349000 | #Constraints:      61430
2982.76/2998.12	c #Conflicts:    4350000 | #Constraints:      62430
2982.76/2998.12	c #Conflicts:    4351000 | #Constraints:      63430
2982.76/2998.12	c #Conflicts:    4352000 | #Constraints:      64430
2982.76/2998.12	c #Conflicts:    4353000 | #Constraints:      65430
2982.76/2998.12	c #Conflicts:    4354000 | #Constraints:      66430
2982.76/2998.12	c #Conflicts:    4355000 | #Constraints:      67430
2982.76/2998.12	c #Conflicts:    4356000 | #Constraints:      68430
2982.76/2998.12	c #Conflicts:    4357000 | #Constraints:      69430
2982.76/2998.12	c #Conflicts:    4358000 | #Constraints:      70430
2982.76/2998.12	c #Conflicts:    4359000 | #Constraints:      71430
2982.76/2998.12	c #Conflicts:    4360000 | #Constraints:      72430
2982.76/2998.12	c #Conflicts:    4361000 | #Constraints:      73430
2982.76/2998.12	c #Conflicts:    4362000 | #Constraints:      74430
3024.67/3040.27	c #Conflicts:    4363000 | #Constraints:      75430
3024.67/3040.27	c #Conflicts:    4364000 | #Constraints:      76430
3024.67/3040.27	c #Conflicts:    4365000 | #Constraints:      77430
3024.67/3040.27	c #Conflicts:    4366000 | #Constraints:      78430
3024.67/3040.27	c #Conflicts:    4367000 | #Constraints:      79430
3024.67/3040.27	c #Conflicts:    4368000 | #Constraints:      80430
3024.67/3040.27	c #Conflicts:    4369000 | #Constraints:      81430
3024.67/3040.27	c #Conflicts:    4370000 | #Constraints:      82430
3024.67/3040.27	c #Conflicts:    4371000 | #Constraints:      83431
3024.67/3040.27	c #Conflicts:    4372000 | #Constraints:      84431
3024.67/3040.27	c #Conflicts:    4373000 | #Constraints:      85431
3024.67/3040.27	c #Conflicts:    4374000 | #Constraints:      86431
3024.67/3040.27	c #Conflicts:    4375000 | #Constraints:      87431
3024.67/3040.27	c #Conflicts:    4376000 | #Constraints:      88431
3024.67/3040.27	c #Conflicts:    4377000 | #Constraints:      89431
3024.67/3040.27	c #Conflicts:    4378000 | #Constraints:      90431
3024.67/3040.27	c #Conflicts:    4379000 | #Constraints:      91431
3024.67/3040.27	c #Conflicts:    4380000 | #Constraints:      92431
3024.67/3040.27	c INPROCESSING
3024.67/3040.27	c GARBAGE COLLECT
3024.67/3040.27	c #Conflicts:    4381000 | #Constraints:      51799
3024.67/3040.27	c #Conflicts:    4382000 | #Constraints:      52799
3024.67/3040.27	c #Conflicts:    4383000 | #Constraints:      53799
3024.67/3040.27	c #Conflicts:    4384000 | #Constraints:      54799
3024.67/3040.27	c #Conflicts:    4385000 | #Constraints:      55802
3024.67/3040.27	c #Conflicts:    4386000 | #Constraints:      56802
3024.67/3040.27	c #Conflicts:    4387000 | #Constraints:      57802
3024.67/3040.27	c #Conflicts:    4388000 | #Constraints:      58802
3024.67/3040.27	c #Conflicts:    4389000 | #Constraints:      59802
3024.67/3040.27	c #Conflicts:    4390000 | #Constraints:      60802
3024.67/3040.27	c #Conflicts:    4391000 | #Constraints:      61802
3024.67/3040.27	c #Conflicts:    4392000 | #Constraints:      62802
3024.67/3040.27	c #Conflicts:    4393000 | #Constraints:      63802
3024.67/3040.27	c #Conflicts:    4394000 | #Constraints:      64802
3024.67/3040.27	c #Conflicts:    4395000 | #Constraints:      65802
3024.67/3040.27	c #Conflicts:    4396000 | #Constraints:      66802
3024.67/3040.27	c #Conflicts:    4397000 | #Constraints:      67803
3024.67/3040.27	c #Conflicts:    4398000 | #Constraints:      68803
3024.67/3040.27	c #Conflicts:    4399000 | #Constraints:      69803
3024.67/3040.27	c #Conflicts:    4400000 | #Constraints:      70803
3024.67/3040.27	c #Conflicts:    4401000 | #Constraints:      71803
3024.67/3040.27	c #Conflicts:    4402000 | #Constraints:      72803
3024.67/3040.27	c #Conflicts:    4403000 | #Constraints:      73803
3024.67/3040.27	c #Conflicts:    4404000 | #Constraints:      74803
3024.67/3040.27	c #Conflicts:    4405000 | #Constraints:      75803
3024.67/3040.27	c #Conflicts:    4406000 | #Constraints:      76803
3024.67/3040.27	c #Conflicts:    4407000 | #Constraints:      77803
3024.67/3040.27	c #Conflicts:    4408000 | #Constraints:      78803
3024.67/3040.27	c #Conflicts:    4409000 | #Constraints:      79803
3024.67/3040.27	c #Conflicts:    4410000 | #Constraints:      80803
3024.67/3040.27	c #Conflicts:    4411000 | #Constraints:      81803
3024.67/3040.27	c #Conflicts:    4412000 | #Constraints:      82803
3024.67/3040.27	c #Conflicts:    4413000 | #Constraints:      83803
3024.67/3040.27	c #Conflicts:    4414000 | #Constraints:      84803
3024.67/3040.27	c #Conflicts:    4415000 | #Constraints:      85803
3024.67/3040.27	c #Conflicts:    4416000 | #Constraints:      86803
3024.67/3040.27	c #Conflicts:    4417000 | #Constraints:      87803
3024.67/3040.27	c #Conflicts:    4418000 | #Constraints:      88803
3024.67/3040.27	c #Conflicts:    4419000 | #Constraints:      89803
3024.67/3040.27	c #Conflicts:    4420000 | #Constraints:      90803
3024.67/3040.27	c #Conflicts:    4421000 | #Constraints:      91843
3024.67/3040.27	c #Conflicts:    4422000 | #Constraints:      93371
3024.67/3040.27	c INPROCESSING
3024.67/3040.27	c GARBAGE COLLECT
3024.67/3040.27	WSVECS04 Frhs2[21]: 6 -0.999494 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[30]: 6 -3.125 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[31]: 6 -1.25 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[37]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[43]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[62]: 6 -0.826959 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[92]: 6 -3.125 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[111]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[126]: 6 -1.17304 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[190]: 6 -3.125 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[198]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[223]: 6 -1.25 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[228]: 6 -0.687501 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[240]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[286]: 6 -2.125 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[299]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[303]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[317]: 6 -5.25 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[333]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[339]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[359]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[360]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[375]: 6 -1.3125 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[382]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[393]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[420]: 6 -0.895834 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[430]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[441]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[451]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[460]: 6 -1.02778 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[469]: 6 -1.24949 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[477]: 6 -1.25 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[484]: 6 -1.3125 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[488]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[489]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[516]: 6 -0.291668 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[532]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[550]: 6 -1.25 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[552]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[574]: 6 -0.826959 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[579]: 6 -0.687501 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[583]: 6 -0.875 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[592]: 6 -1.25 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
3024.67/3040.27	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[606]: 6 -3.125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[610]: 6 -0.500001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[613]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[616]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[620]: 6 -0.999999 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[638]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[639]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[647]: 6 -0.917969 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[662]: 6 -1.125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[663]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[668]: 6 -2.05556 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[676]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[691]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[719]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[729]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[735]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1096]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1116]: 6 -0.870219 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1128]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1175]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1180]: 6 -0.870219 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1201]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1208]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1212]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1235]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1244]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1248]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1249]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1250]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1270]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1276]: 6 -0.750001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1285]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1313]: 6 -0.937501 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1316]: 6 -0.750001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1336]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1344]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1346]: 6 -0.84375 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1372]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1378]: 6 -0.9375 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1384]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1401]: 6 -0.800001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1404]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1415]: 6 -0.500001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1418]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1420]: 6 -1.11111 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1422]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1433]: 6 -0.875 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1442]: 6 -0.875001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1453]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1469]: 6 -0.875001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1471]: 6 -0.75 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1482]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1488]: 6 -1.40625 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1501]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1512]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1527]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1537]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1539]: 6 -1.30769 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1541]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1544]: 6 -1.40625 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1545]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1561]: 6 -1.125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1562]: 6 -1.31988 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1567]: 6 -1.48611 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1573]: 6 -1.625 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1575]: 6 -1.3125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1578]: 6 -0.88889 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1584]: 6 -1.29688 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1596]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1598]: 6 -1.1875 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1611]: 6 -0.750001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1621]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1625]: 6 -0.875 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1626]: 6 -0.75 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1628]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1651]: 6 -0.960938 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1652]: 6 -0.835938 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1685]: 6 -0.529514 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1694]: 6 -0.750001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1706]: 6 -0.875 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1710]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2001]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2091]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2107]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2134]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2271]: 6 -0.999937 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2275]: 6 -0.999747 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2279]: 6 -0.998987 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2283]: 6 -0.995945 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2580]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2787]: 6 -1.3125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2823]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2874]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3110]: 6 -0.71875 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3164]: 6 -0.500001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3194]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3208]: 6 -0.454861 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3214]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3216]: 6 -5.5 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3314]: 6 -0.486111 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3352]: 6 -0.5 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3364]: 6 -1.3125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3367]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3397]: 6 -1.3125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3401]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3461]: 6 -0.500001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3511]: 6 -0.361112 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3544]: 6 -1.125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3566]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3578]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3591]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3600]: 6 -1.125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3604]: 6 -0.5 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3605]: 6 -0.5 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3662]: 6 -1.15625 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3666]: 6 -1.0625 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3686]: 6 -0.111112 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3708]: 6 -0.375001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3713]: 6 -0.500001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3749]: 6 -1.30882 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3758]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3774]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3775]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3779]: 6 -0.5 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3791]: 6 -0.0588244 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3829]: 6 -0.6875 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3844]: 6 -0.571429 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3848]: 6 -0.91797 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3861]: 6 -0.5625 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3864]: 6 -1.31988 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3868]: 6 -1.11806 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3870]: 6 -1.22222 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3873]: 6 -0.384616 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3878]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3884]: 6 -0.917969 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3922]: 6 -0.440973 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3928]: 6 -0.527779 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3929]: 6 -0.527778 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3931]: 6 -0.944445 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3952]: 6 -1.1875 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3953]: 6 -1.125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3969]: 6 0 0.124571 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3973]: 6 -1.04018 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3985]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[3998]: 6 -1.125 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4006]: 6 -0.375001 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4018]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4027]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4038]: 6 -1.0625 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4056]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4067]: 6 -1.25 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4176]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4177]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4248]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4273]: 6 -1 0 shouldn't be
3024.67/3040.28	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
3084.06/3099.90	c #Conflicts:    4423000 | #Constraints:      52297
3084.06/3099.90	c #Conflicts:    4424000 | #Constraints:      53297
3084.06/3099.90	c #Conflicts:    4425000 | #Constraints:      54297
3084.06/3099.90	c #Conflicts:    4426000 | #Constraints:      55297
3084.06/3099.90	c #Conflicts:    4427000 | #Constraints:      56297
3084.06/3099.90	c #Conflicts:    4428000 | #Constraints:      57297
3084.06/3099.90	c #Conflicts:    4429000 | #Constraints:      58297
3084.06/3099.90	c #Conflicts:    4430000 | #Constraints:      59297
3084.06/3099.90	c #Conflicts:    4431000 | #Constraints:      60297
3084.06/3099.90	c #Conflicts:    4432000 | #Constraints:      61297
3084.06/3099.90	c #Conflicts:    4433000 | #Constraints:      62297
3084.06/3099.90	c #Conflicts:    4434000 | #Constraints:      63297
3084.06/3099.90	c #Conflicts:    4435000 | #Constraints:      64297
3084.06/3099.90	c #Conflicts:    4436000 | #Constraints:      65297
3084.06/3099.90	c #Conflicts:    4437000 | #Constraints:      66297
3084.06/3099.90	c #Conflicts:    4438000 | #Constraints:      67297
3084.06/3099.90	c #Conflicts:    4439000 | #Constraints:      68297
3084.06/3099.90	c #Conflicts:    4440000 | #Constraints:      69297
3084.06/3099.90	c #Conflicts:    4441000 | #Constraints:      70297
3084.06/3099.90	c #Conflicts:    4442000 | #Constraints:      71297
3084.06/3099.90	c #Conflicts:    4443000 | #Constraints:      72297
3084.06/3099.90	c #Conflicts:    4444000 | #Constraints:      73297
3084.06/3099.90	c #Conflicts:    4445000 | #Constraints:      74297
3084.06/3099.90	c #Conflicts:    4446000 | #Constraints:      75297
3084.06/3099.90	c #Conflicts:    4447000 | #Constraints:      76297
3084.06/3099.90	c #Conflicts:    4448000 | #Constraints:      77297
3084.06/3099.90	c #Conflicts:    4449000 | #Constraints:      78297
3084.06/3099.90	c #Conflicts:    4450000 | #Constraints:      79297
3084.06/3099.90	c #Conflicts:    4451000 | #Constraints:      80297
3084.06/3099.90	c #Conflicts:    4452000 | #Constraints:      81297
3084.06/3099.90	c #Conflicts:    4453000 | #Constraints:      82297
3084.06/3099.90	c #Conflicts:    4454000 | #Constraints:      83297
3084.06/3099.90	c #Conflicts:    4455000 | #Constraints:      84297
3084.06/3099.90	c #Conflicts:    4456000 | #Constraints:      85297
3084.06/3099.90	c #Conflicts:    4457000 | #Constraints:      86297
3084.06/3099.90	c #Conflicts:    4458000 | #Constraints:      87297
3084.06/3099.90	c #Conflicts:    4459000 | #Constraints:      88297
3084.06/3099.90	c #Conflicts:    4460000 | #Constraints:      89297
3084.06/3099.90	c #Conflicts:    4461000 | #Constraints:      90297
3084.06/3099.90	c #Conflicts:    4462000 | #Constraints:      91297
3084.06/3099.90	c #Conflicts:    4463000 | #Constraints:      92297
3084.06/3099.90	c #Conflicts:    4464000 | #Constraints:      93297
3084.06/3099.90	c INPROCESSING
3084.06/3099.90	c GARBAGE COLLECT
3084.06/3099.90	c #Conflicts:    4465000 | #Constraints:      52128
3084.06/3099.90	c #Conflicts:    4466000 | #Constraints:      53128
3084.06/3099.90	c #Conflicts:    4467000 | #Constraints:      54128
3084.06/3099.90	c #Conflicts:    4468000 | #Constraints:      55128
3084.06/3099.90	c #Conflicts:    4469000 | #Constraints:      56128
3084.06/3099.90	c #Conflicts:    4470000 | #Constraints:      57128
3084.06/3099.90	c #Conflicts:    4471000 | #Constraints:      58128
3084.06/3099.90	c #Conflicts:    4472000 | #Constraints:      59128
3084.06/3099.90	c #Conflicts:    4473000 | #Constraints:      60128
3084.06/3099.90	c #Conflicts:    4474000 | #Constraints:      61128
3084.06/3099.90	c #Conflicts:    4475000 | #Constraints:      62128
3084.06/3099.90	c #Conflicts:    4476000 | #Constraints:      63128
3084.06/3099.90	c #Conflicts:    4477000 | #Constraints:      64128
3084.06/3099.90	c #Conflicts:    4478000 | #Constraints:      65128
3084.06/3099.90	c #Conflicts:    4479000 | #Constraints:      66128
3084.06/3099.90	c #Conflicts:    4480000 | #Constraints:      67128
3084.06/3099.90	c #Conflicts:    4481000 | #Constraints:      68128
3084.06/3099.90	c #Conflicts:    4482000 | #Constraints:      69128
3084.06/3099.90	c #Conflicts:    4483000 | #Constraints:      70128
3084.06/3099.90	c #Conflicts:    4484000 | #Constraints:      71128
3084.06/3099.90	c #Conflicts:    4485000 | #Constraints:      72128
3084.06/3099.90	c #Conflicts:    4486000 | #Constraints:      73128
3084.06/3099.90	c #Conflicts:    4487000 | #Constraints:      74128
3084.06/3099.90	c #Conflicts:    4488000 | #Constraints:      75128
3084.06/3099.90	c #Conflicts:    4489000 | #Constraints:      76128
3084.06/3099.90	c #Conflicts:    4490000 | #Constraints:      77128
3084.06/3099.90	c #Conflicts:    4491000 | #Constraints:      78128
3084.06/3099.90	c #Conflicts:    4492000 | #Constraints:      79128
3084.06/3099.90	c #Conflicts:    4493000 | #Constraints:      80128
3084.06/3099.90	c #Conflicts:    4494000 | #Constraints:      81128
3084.06/3099.90	c #Conflicts:    4495000 | #Constraints:      82128
3084.06/3099.90	c #Conflicts:    4496000 | #Constraints:      83128
3084.06/3099.90	c #Conflicts:    4497000 | #Constraints:      84128
3084.06/3099.90	c #Conflicts:    4498000 | #Constraints:      85128
3084.06/3099.90	c #Conflicts:    4499000 | #Constraints:      86128
3084.06/3099.90	c #Conflicts:    4500000 | #Constraints:      87128
3084.06/3099.90	c #Conflicts:    4501000 | #Constraints:      88128
3152.83/3169.06	c #Conflicts:    4502000 | #Constraints:      89128
3152.83/3169.06	c #Conflicts:    4503000 | #Constraints:      90128
3152.83/3169.06	c #Conflicts:    4504000 | #Constraints:      91128
3152.83/3169.06	c #Conflicts:    4505000 | #Constraints:      92128
3152.83/3169.06	c #Conflicts:    4506000 | #Constraints:      93128
3152.83/3169.06	c INPROCESSING
3152.83/3169.06	c GARBAGE COLLECT
3152.83/3169.06	c #Conflicts:    4507000 | #Constraints:      51844
3152.83/3169.06	c #Conflicts:    4508000 | #Constraints:      52844
3152.83/3169.06	c #Conflicts:    4509000 | #Constraints:      53844
3152.83/3169.06	c #Conflicts:    4510000 | #Constraints:      54844
3152.83/3169.06	c #Conflicts:    4511000 | #Constraints:      55844
3152.83/3169.06	c #Conflicts:    4512000 | #Constraints:      56844
3152.83/3169.06	c #Conflicts:    4513000 | #Constraints:      57844
3152.83/3169.06	c #Conflicts:    4514000 | #Constraints:      58844
3152.83/3169.06	c #Conflicts:    4515000 | #Constraints:      59844
3152.83/3169.06	c #Conflicts:    4516000 | #Constraints:      60844
3152.83/3169.06	c #Conflicts:    4517000 | #Constraints:      61844
3152.83/3169.06	c #Conflicts:    4518000 | #Constraints:      62844
3152.83/3169.06	c #Conflicts:    4519000 | #Constraints:      63844
3152.83/3169.06	c #Conflicts:    4520000 | #Constraints:      64844
3152.83/3169.06	c #Conflicts:    4521000 | #Constraints:      65844
3152.83/3169.06	c #Conflicts:    4522000 | #Constraints:      66844
3152.83/3169.06	c #Conflicts:    4523000 | #Constraints:      67844
3152.83/3169.06	c #Conflicts:    4524000 | #Constraints:      68844
3152.83/3169.06	c #Conflicts:    4525000 | #Constraints:      69844
3152.83/3169.06	c #Conflicts:    4526000 | #Constraints:      70844
3152.83/3169.06	c #Conflicts:    4527000 | #Constraints:      71844
3152.83/3169.06	c #Conflicts:    4528000 | #Constraints:      72844
3152.83/3169.06	c #Conflicts:    4529000 | #Constraints:      73844
3152.83/3169.06	c #Conflicts:    4530000 | #Constraints:      74844
3152.83/3169.06	c #Conflicts:    4531000 | #Constraints:      75844
3152.83/3169.06	c #Conflicts:    4532000 | #Constraints:      76844
3152.83/3169.06	c #Conflicts:    4533000 | #Constraints:      77844
3152.83/3169.06	c #Conflicts:    4534000 | #Constraints:      78844
3152.83/3169.06	c #Conflicts:    4535000 | #Constraints:      79844
3152.83/3169.06	c #Conflicts:    4536000 | #Constraints:      80844
3152.83/3169.06	c #Conflicts:    4537000 | #Constraints:      81844
3152.83/3169.06	c #Conflicts:    4538000 | #Constraints:      82844
3152.83/3169.06	c #Conflicts:    4539000 | #Constraints:      83844
3152.83/3169.06	c #Conflicts:    4540000 | #Constraints:      84844
3152.83/3169.06	c #Conflicts:    4541000 | #Constraints:      85844
3152.83/3169.06	c #Conflicts:    4542000 | #Constraints:      86844
3152.83/3169.06	c #Conflicts:    4543000 | #Constraints:      87844
3152.83/3169.06	c #Conflicts:    4544000 | #Constraints:      88844
3152.83/3169.06	c #Conflicts:    4545000 | #Constraints:      89844
3152.83/3169.06	c #Conflicts:    4546000 | #Constraints:      90844
3152.83/3169.06	c #Conflicts:    4547000 | #Constraints:      91844
3152.83/3169.06	c #Conflicts:    4548000 | #Constraints:      92844
3152.83/3169.06	c #Conflicts:    4549000 | #Constraints:      93844
3152.83/3169.06	c INPROCESSING
3152.83/3169.06	c GARBAGE COLLECT
3152.83/3169.06	c #Conflicts:    4550000 | #Constraints:      52422
3152.83/3169.06	c #Conflicts:    4551000 | #Constraints:      53422
3152.83/3169.06	c #Conflicts:    4552000 | #Constraints:      54422
3152.83/3169.06	c #Conflicts:    4553000 | #Constraints:      55422
3152.83/3169.06	c #Conflicts:    4554000 | #Constraints:      56422
3152.83/3169.06	c #Conflicts:    4555000 | #Constraints:      57422
3152.83/3169.06	c #Conflicts:    4556000 | #Constraints:      58422
3152.83/3169.06	c #Conflicts:    4557000 | #Constraints:      59422
3152.83/3169.06	c #Conflicts:    4558000 | #Constraints:      60422
3152.83/3169.06	c #Conflicts:    4559000 | #Constraints:      61422
3152.83/3169.06	c #Conflicts:    4560000 | #Constraints:      62422
3152.83/3169.06	c #Conflicts:    4561000 | #Constraints:      63422
3152.83/3169.06	c #Conflicts:    4562000 | #Constraints:      64423
3152.83/3169.06	c #Conflicts:    4563000 | #Constraints:      65423
3152.83/3169.06	c #Conflicts:    4564000 | #Constraints:      66423
3152.83/3169.06	c #Conflicts:    4565000 | #Constraints:      67423
3152.83/3169.06	c #Conflicts:    4566000 | #Constraints:      68423
3152.83/3169.06	c #Conflicts:    4567000 | #Constraints:      69423
3152.83/3169.06	c #Conflicts:    4568000 | #Constraints:      70423
3152.83/3169.06	c #Conflicts:    4569000 | #Constraints:      71423
3152.83/3169.06	c #Conflicts:    4570000 | #Constraints:      72423
3152.83/3169.06	c #Conflicts:    4571000 | #Constraints:      73475
3152.83/3169.06	c #Conflicts:    4572000 | #Constraints:      74962
3152.83/3169.06	c #Conflicts:    4573000 | #Constraints:      76479
3152.83/3169.06	c #Conflicts:    4574000 | #Constraints:      77978
3152.83/3169.06	c #Conflicts:    4575000 | #Constraints:      79468
3152.83/3169.06	c #Conflicts:    4576000 | #Constraints:      80961
3152.83/3169.06	c #Conflicts:    4577000 | #Constraints:      82483
3152.83/3169.06	c #Conflicts:    4578000 | #Constraints:      83991
3256.80/3273.56	c #Conflicts:    4579000 | #Constraints:      85484
3256.80/3273.56	c #Conflicts:    4580000 | #Constraints:      86983
3256.80/3273.56	c #Conflicts:    4581000 | #Constraints:      88494
3256.80/3273.56	c #Conflicts:    4582000 | #Constraints:      89996
3256.80/3273.56	c #Conflicts:    4583000 | #Constraints:      91501
3256.80/3273.56	c #Conflicts:    4584000 | #Constraints:      92989
3256.80/3273.56	c #Conflicts:    4585000 | #Constraints:      94494
3256.80/3273.56	c #Conflicts:    4586000 | #Constraints:      95980
3256.80/3273.56	c #Conflicts:    4587000 | #Constraints:      97500
3256.80/3273.56	c #Conflicts:    4588000 | #Constraints:      99000
3256.80/3273.56	c #Conflicts:    4589000 | #Constraints:     100484
3256.80/3273.56	c #Conflicts:    4590000 | #Constraints:     101981
3256.80/3273.56	c #Conflicts:    4591000 | #Constraints:     103473
3256.80/3273.56	c #Conflicts:    4592000 | #Constraints:     104972
3256.80/3273.56	c INPROCESSING
3256.80/3273.56	c GARBAGE COLLECT
3256.80/3273.56	c #Conflicts:    4593000 | #Constraints:      58081
3256.80/3273.56	c #Conflicts:    4594000 | #Constraints:      59081
3256.80/3273.56	c #Conflicts:    4595000 | #Constraints:      60081
3256.80/3273.56	c #Conflicts:    4596000 | #Constraints:      61081
3256.80/3273.56	c #Conflicts:    4597000 | #Constraints:      62081
3256.80/3273.56	c #Conflicts:    4598000 | #Constraints:      63081
3256.80/3273.56	c #Conflicts:    4599000 | #Constraints:      64081
3256.80/3273.56	c #Conflicts:    4600000 | #Constraints:      65081
3256.80/3273.56	c #Conflicts:    4601000 | #Constraints:      66082
3256.80/3273.56	c #Conflicts:    4602000 | #Constraints:      67082
3256.80/3273.56	c #Conflicts:    4603000 | #Constraints:      68082
3256.80/3273.56	c #Conflicts:    4604000 | #Constraints:      69082
3256.80/3273.56	c #Conflicts:    4605000 | #Constraints:      70082
3256.80/3273.56	c #Conflicts:    4606000 | #Constraints:      71082
3256.80/3273.56	c #Conflicts:    4607000 | #Constraints:      72082
3256.80/3273.56	c #Conflicts:    4608000 | #Constraints:      73082
3256.80/3273.56	c #Conflicts:    4609000 | #Constraints:      74082
3256.80/3273.56	c #Conflicts:    4610000 | #Constraints:      75082
3256.80/3273.56	c #Conflicts:    4611000 | #Constraints:      76082
3256.80/3273.56	c #Conflicts:    4612000 | #Constraints:      77082
3256.80/3273.56	c #Conflicts:    4613000 | #Constraints:      78082
3256.80/3273.56	c #Conflicts:    4614000 | #Constraints:      79082
3256.80/3273.56	c #Conflicts:    4615000 | #Constraints:      80082
3256.80/3273.56	c #Conflicts:    4616000 | #Constraints:      81082
3256.80/3273.56	c #Conflicts:    4617000 | #Constraints:      82082
3256.80/3273.56	c #Conflicts:    4618000 | #Constraints:      83082
3256.80/3273.56	c #Conflicts:    4619000 | #Constraints:      84082
3256.80/3273.56	c #Conflicts:    4620000 | #Constraints:      85082
3256.80/3273.56	c #Conflicts:    4621000 | #Constraints:      86082
3256.80/3273.56	c #Conflicts:    4622000 | #Constraints:      87082
3256.80/3273.56	c #Conflicts:    4623000 | #Constraints:      88082
3256.80/3273.56	c #Conflicts:    4624000 | #Constraints:      89082
3256.80/3273.56	c #Conflicts:    4625000 | #Constraints:      90082
3256.80/3273.56	c #Conflicts:    4626000 | #Constraints:      91082
3256.80/3273.56	c #Conflicts:    4627000 | #Constraints:      92082
3256.80/3273.56	c #Conflicts:    4628000 | #Constraints:      93082
3256.80/3273.56	c #Conflicts:    4629000 | #Constraints:      94082
3256.80/3273.56	c #Conflicts:    4630000 | #Constraints:      95082
3256.80/3273.56	c #Conflicts:    4631000 | #Constraints:      96082
3256.80/3273.56	c #Conflicts:    4632000 | #Constraints:      97082
3256.80/3273.56	c #Conflicts:    4633000 | #Constraints:      98082
3256.80/3273.56	c #Conflicts:    4634000 | #Constraints:      99082
3256.80/3273.56	c #Conflicts:    4635000 | #Constraints:     100082
3256.80/3273.56	c INPROCESSING
3256.80/3273.56	c GARBAGE COLLECT
3256.80/3273.56	c #Conflicts:    4636000 | #Constraints:      55671
3256.80/3273.56	c #Conflicts:    4637000 | #Constraints:      56671
3256.80/3273.56	c #Conflicts:    4638000 | #Constraints:      57671
3256.80/3273.56	c #Conflicts:    4639000 | #Constraints:      58671
3256.80/3273.56	c #Conflicts:    4640000 | #Constraints:      59671
3256.80/3273.56	c #Conflicts:    4641000 | #Constraints:      60671
3256.80/3273.56	c #Conflicts:    4642000 | #Constraints:      61671
3256.80/3273.56	c #Conflicts:    4643000 | #Constraints:      62671
3256.80/3273.56	c #Conflicts:    4644000 | #Constraints:      63671
3256.80/3273.56	c #Conflicts:    4645000 | #Constraints:      64671
3256.80/3273.56	c #Conflicts:    4646000 | #Constraints:      65671
3256.80/3273.56	c #Conflicts:    4647000 | #Constraints:      66671
3256.80/3273.56	c #Conflicts:    4648000 | #Constraints:      67671
3256.80/3273.56	c #Conflicts:    4649000 | #Constraints:      68671
3256.80/3273.56	c #Conflicts:    4650000 | #Constraints:      69671
3256.80/3273.56	c #Conflicts:    4651000 | #Constraints:      70671
3256.80/3273.56	c #Conflicts:    4652000 | #Constraints:      71671
3256.80/3273.56	c #Conflicts:    4653000 | #Constraints:      72671
3256.80/3273.56	c #Conflicts:    4654000 | #Constraints:      73672
3256.80/3273.56	c #Conflicts:    4655000 | #Constraints:      74672
3256.80/3273.56	c #Conflicts:    4656000 | #Constraints:      75672
3311.02/3327.90	c #Conflicts:    4657000 | #Constraints:      76672
3311.02/3327.90	c #Conflicts:    4658000 | #Constraints:      77672
3311.02/3327.90	c #Conflicts:    4659000 | #Constraints:      78672
3311.02/3327.90	c #Conflicts:    4660000 | #Constraints:      79672
3311.02/3327.90	c #Conflicts:    4661000 | #Constraints:      80672
3311.02/3327.90	c #Conflicts:    4662000 | #Constraints:      81674
3311.02/3327.90	c #Conflicts:    4663000 | #Constraints:      82674
3311.02/3327.90	c #Conflicts:    4664000 | #Constraints:      83674
3311.02/3327.90	c #Conflicts:    4665000 | #Constraints:      84674
3311.02/3327.90	c #Conflicts:    4666000 | #Constraints:      85674
3311.02/3327.90	c #Conflicts:    4667000 | #Constraints:      86674
3311.02/3327.90	c #Conflicts:    4668000 | #Constraints:      87674
3311.02/3327.90	c #Conflicts:    4669000 | #Constraints:      88674
3311.02/3327.90	c #Conflicts:    4670000 | #Constraints:      89674
3311.02/3327.90	c #Conflicts:    4671000 | #Constraints:      90674
3311.02/3327.90	c #Conflicts:    4672000 | #Constraints:      91680
3311.02/3327.90	c #Conflicts:    4673000 | #Constraints:      93175
3311.02/3327.90	c #Conflicts:    4674000 | #Constraints:      94664
3311.02/3327.90	c #Conflicts:    4675000 | #Constraints:      96174
3311.02/3327.90	c #Conflicts:    4676000 | #Constraints:      97676
3311.02/3327.90	c #Conflicts:    4677000 | #Constraints:      99178
3311.02/3327.90	c #Conflicts:    4678000 | #Constraints:     100669
3311.02/3327.90	c INPROCESSING
3311.02/3327.90	c GARBAGE COLLECT
3311.02/3327.90	WSVECS04 Frhs2[57]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[60]: 6 -1.91325 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[81]: 6 -0.999981 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[122]: 6 -1.01352 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[194]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[251]: 6 -1.32813 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[259]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[261]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[265]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[295]: 6 -2.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[313]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[317]: 6 -0.958334 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[337]: 6 -0.99998 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[387]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[413]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[455]: 6 -0.500001 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[474]: 6 -0.986482 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[550]: 6 0 8.07155e-07 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[569]: 6 -1.99886 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[579]: 6 -2.125 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[604]: 6 -0.968751 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[612]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[614]: 6 -2 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[681]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[699]: 6 -1.25 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[701]: 6 0 0.0208338 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[709]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[712]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1062]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1068]: 6 -0.999999 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1089]: 6 -1.25 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1114]: 6 -1.02083 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1147]: 6 -1.08203 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1153]: 6 -1.625 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1168]: 6 -0.999961 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1189]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1209]: 6 -3 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1216]: 6 -2.45313 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1255]: 6 -1.25 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1310]: 6 -1.8125 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1319]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1340]: 6 -1.98275 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1343]: 6 -0.375 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1349]: 6 -1.625 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1351]: 6 -1.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1377]: 6 -0.312501 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1381]: 6 -0.500001 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1389]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1391]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1434]: 6 -0.843751 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1436]: 6 0 0.375 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1471]: 6 -0.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1476]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1478]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1534]: 6 -2.04688 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1535]: 6 -0.625001 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1542]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1598]: 6 -0.937501 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1622]: 6 -1.75 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1631]: 6 -1.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1959]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1967]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1992]: 6 -0.541667 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2004]: 6 -0.917644 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2049]: 6 -1.125 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2065]: 6 -7 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2150]: 6 0 1 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2198]: 6 0 0.687501 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2200]: 6 -1.1118 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2248]: 6 -1.25 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2269]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2388]: 6 -9.24609 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2425]: 6 -1.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2427]: 6 -0.122012 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2482]: 6 0 1.625 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2672]: 6 -1.28125 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2683]: 6 -2.25 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2726]: 6 -2.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2728]: 6 -4 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2876]: 6 0 2.8125 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2911]: 6 -1.25 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3012]: 6 -1.25 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3056]: 6 -1.65625 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3061]: 6 -0.75 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3075]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3109]: 6 -0.361112 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3148]: 6 -0.625 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3152]: 6 -2.82813 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3256]: 6 -1.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3267]: 6 -1.625 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3348]: 6 -1.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3505]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3535]: 6 -0.312501 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3538]: 6 -4 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3637]: 6 -0.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3640]: 6 -1.25 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3645]: 6 -2 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3772]: 6 -1.32813 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3866]: 6 -1.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3871]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3878]: 6 0 1 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3886]: 6 -5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3918]: 6 -0.500001 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3978]: 6 -5.5 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[3999]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4013]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4016]: 6 -1.3125 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4057]: 6 -1.25 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
3311.02/3327.90	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
3464.30/3481.85	c #Conflicts:    4679000 | #Constraints:      55897
3464.30/3481.85	c #Conflicts:    4680000 | #Constraints:      56897
3464.30/3481.85	c #Conflicts:    4681000 | #Constraints:      57897
3464.30/3481.85	c #Conflicts:    4682000 | #Constraints:      58897
3464.30/3481.85	c #Conflicts:    4683000 | #Constraints:      59897
3464.30/3481.85	c #Conflicts:    4684000 | #Constraints:      60897
3464.30/3481.85	c #Conflicts:    4685000 | #Constraints:      61897
3464.30/3481.85	c #Conflicts:    4686000 | #Constraints:      62897
3464.30/3481.85	c #Conflicts:    4687000 | #Constraints:      63897
3464.30/3481.85	c #Conflicts:    4688000 | #Constraints:      64897
3464.30/3481.85	c #Conflicts:    4689000 | #Constraints:      65897
3464.30/3481.85	c #Conflicts:    4690000 | #Constraints:      66897
3464.30/3481.85	c #Conflicts:    4691000 | #Constraints:      67897
3464.30/3481.85	c #Conflicts:    4692000 | #Constraints:      68897
3464.30/3481.85	c #Conflicts:    4693000 | #Constraints:      69897
3464.30/3481.85	c #Conflicts:    4694000 | #Constraints:      70897
3464.30/3481.85	c #Conflicts:    4695000 | #Constraints:      71897
3464.30/3481.85	c #Conflicts:    4696000 | #Constraints:      72897
3464.30/3481.85	c #Conflicts:    4697000 | #Constraints:      73897
3464.30/3481.85	c #Conflicts:    4698000 | #Constraints:      74897
3464.30/3481.85	c #Conflicts:    4699000 | #Constraints:      75897
3464.30/3481.85	c #Conflicts:    4700000 | #Constraints:      76897
3464.30/3481.85	c #Conflicts:    4701000 | #Constraints:      77897
3464.30/3481.85	c #Conflicts:    4702000 | #Constraints:      78897
3464.30/3481.85	c #Conflicts:    4703000 | #Constraints:      79897
3464.30/3481.85	c #Conflicts:    4704000 | #Constraints:      80897
3464.30/3481.85	c #Conflicts:    4705000 | #Constraints:      81897
3464.30/3481.85	c #Conflicts:    4706000 | #Constraints:      82897
3464.30/3481.85	c #Conflicts:    4707000 | #Constraints:      83897
3464.30/3481.85	c #Conflicts:    4708000 | #Constraints:      84897
3464.30/3481.85	c #Conflicts:    4709000 | #Constraints:      85897
3464.30/3481.85	c #Conflicts:    4710000 | #Constraints:      86897
3464.30/3481.85	c #Conflicts:    4711000 | #Constraints:      87897
3464.30/3481.85	c #Conflicts:    4712000 | #Constraints:      88897
3464.30/3481.85	c #Conflicts:    4713000 | #Constraints:      89897
3464.30/3481.85	c #Conflicts:    4714000 | #Constraints:      90897
3464.30/3481.85	c #Conflicts:    4715000 | #Constraints:      91897
3464.30/3481.85	c #Conflicts:    4716000 | #Constraints:      92897
3464.30/3481.85	c #Conflicts:    4717000 | #Constraints:      93897
3464.30/3481.85	c #Conflicts:    4718000 | #Constraints:      94897
3464.30/3481.85	c #Conflicts:    4719000 | #Constraints:      95897
3464.30/3481.85	c #Conflicts:    4720000 | #Constraints:      96897
3464.30/3481.85	c #Conflicts:    4721000 | #Constraints:      97897
3464.30/3481.85	c INPROCESSING
3464.30/3481.85	c GARBAGE COLLECT
3464.30/3481.85	c #Conflicts:    4722000 | #Constraints:      54248
3464.30/3481.85	c #Conflicts:    4723000 | #Constraints:      55248
3464.30/3481.85	c #Conflicts:    4724000 | #Constraints:      56248
3464.30/3481.85	c #Conflicts:    4725000 | #Constraints:      57248
3464.30/3481.85	c #Conflicts:    4726000 | #Constraints:      58248
3464.30/3481.85	c #Conflicts:    4727000 | #Constraints:      59248
3464.30/3481.85	c #Conflicts:    4728000 | #Constraints:      60248
3464.30/3481.85	c #Conflicts:    4729000 | #Constraints:      61248
3464.30/3481.85	c #Conflicts:    4730000 | #Constraints:      62248
3464.30/3481.85	c #Conflicts:    4731000 | #Constraints:      63248
3464.30/3481.85	c #Conflicts:    4732000 | #Constraints:      64248
3464.30/3481.85	c #Conflicts:    4733000 | #Constraints:      65248
3464.30/3481.85	c #Conflicts:    4734000 | #Constraints:      66248
3464.30/3481.85	c #Conflicts:    4735000 | #Constraints:      67248
3464.30/3481.85	c #Conflicts:    4736000 | #Constraints:      68248
3464.30/3481.85	c #Conflicts:    4737000 | #Constraints:      69248
3464.30/3481.85	c #Conflicts:    4738000 | #Constraints:      70248
3464.30/3481.85	c #Conflicts:    4739000 | #Constraints:      71248
3464.30/3481.85	c #Conflicts:    4740000 | #Constraints:      72248
3464.30/3481.85	c #Conflicts:    4741000 | #Constraints:      73248
3464.30/3481.85	c #Conflicts:    4742000 | #Constraints:      74248
3464.30/3481.85	c #Conflicts:    4743000 | #Constraints:      75248
3464.30/3481.85	c #Conflicts:    4744000 | #Constraints:      76248
3464.30/3481.85	c #Conflicts:    4745000 | #Constraints:      77248
3464.30/3481.85	c #Conflicts:    4746000 | #Constraints:      78248
3464.30/3481.85	c #Conflicts:    4747000 | #Constraints:      79248
3464.30/3481.85	c #Conflicts:    4748000 | #Constraints:      80248
3464.30/3481.85	c #Conflicts:    4749000 | #Constraints:      81248
3464.30/3481.85	c #Conflicts:    4750000 | #Constraints:      82248
3464.30/3481.85	c #Conflicts:    4751000 | #Constraints:      83248
3464.30/3481.85	c #Conflicts:    4752000 | #Constraints:      84248
3464.30/3481.85	c #Conflicts:    4753000 | #Constraints:      85248
3464.30/3481.85	c #Conflicts:    4754000 | #Constraints:      86248
3464.30/3481.85	c #Conflicts:    4755000 | #Constraints:      87248
3464.30/3481.85	c #Conflicts:    4756000 | #Constraints:      88248
3464.30/3481.85	c #Conflicts:    4757000 | #Constraints:      89248
3600.06/3618.10	c #Conflicts:    4758000 | #Constraints:      90248
3600.06/3618.10	c #Conflicts:    4759000 | #Constraints:      91248
3600.06/3618.10	c #Conflicts:    4760000 | #Constraints:      92248
3600.06/3618.10	c #Conflicts:    4761000 | #Constraints:      93248
3600.06/3618.10	c #Conflicts:    4762000 | #Constraints:      94248
3600.06/3618.10	c #Conflicts:    4763000 | #Constraints:      95248
3600.06/3618.10	c #Conflicts:    4764000 | #Constraints:      96248
3600.06/3618.10	c #Conflicts:    4765000 | #Constraints:      97248
3600.06/3618.10	c INPROCESSING
3600.06/3618.10	c GARBAGE COLLECT
3600.06/3618.10	c #Conflicts:    4766000 | #Constraints:      54169
3600.06/3618.10	c #Conflicts:    4767000 | #Constraints:      55169
3600.06/3618.10	c #Conflicts:    4768000 | #Constraints:      56169
3600.06/3618.10	c #Conflicts:    4769000 | #Constraints:      57169
3600.06/3618.10	c #Conflicts:    4770000 | #Constraints:      58169
3600.06/3618.10	c #Conflicts:    4771000 | #Constraints:      59169
3600.06/3618.10	c #Conflicts:    4772000 | #Constraints:      60169
3600.06/3618.10	c #Conflicts:    4773000 | #Constraints:      61169
3600.06/3618.10	c #Conflicts:    4774000 | #Constraints:      62169
3600.06/3618.10	c #Conflicts:    4775000 | #Constraints:      63169
3600.06/3618.10	c #Conflicts:    4776000 | #Constraints:      64169
3600.06/3618.10	c #Conflicts:    4777000 | #Constraints:      65169
3600.06/3618.10	c #Conflicts:    4778000 | #Constraints:      66169
3600.06/3618.10	c #Conflicts:    4779000 | #Constraints:      67169
3600.06/3618.10	c #Conflicts:    4780000 | #Constraints:      68169
3600.06/3618.10	c #Conflicts:    4781000 | #Constraints:      69169
3600.06/3618.10	c #Conflicts:    4782000 | #Constraints:      70169
3600.06/3618.10	c #Conflicts:    4783000 | #Constraints:      71169
3600.06/3618.10	c #Conflicts:    4784000 | #Constraints:      72169
3600.06/3618.10	c #Conflicts:    4785000 | #Constraints:      73169
3600.06/3618.10	c #Conflicts:    4786000 | #Constraints:      74169
3600.06/3618.10	c #Conflicts:    4787000 | #Constraints:      75169
3600.06/3618.10	c #Conflicts:    4788000 | #Constraints:      76169
3600.06/3618.10	c #Conflicts:    4789000 | #Constraints:      77169
3600.06/3618.10	c #Conflicts:    4790000 | #Constraints:      78169
3600.06/3618.10	c #Conflicts:    4791000 | #Constraints:      79169
3600.06/3618.10	c #Conflicts:    4792000 | #Constraints:      80169
3600.06/3618.10	c #Conflicts:    4793000 | #Constraints:      81169
3600.06/3618.10	c #Conflicts:    4794000 | #Constraints:      82169
3600.06/3618.10	c #Conflicts:    4795000 | #Constraints:      83169
3600.06/3618.10	c #Conflicts:    4796000 | #Constraints:      84169
3600.06/3618.10	c #Conflicts:    4797000 | #Constraints:      85169
3600.06/3618.10	c #Conflicts:    4798000 | #Constraints:      86169
3600.06/3618.10	c #Conflicts:    4799000 | #Constraints:      87169
3600.06/3618.10	c #Conflicts:    4800000 | #Constraints:      88169
3600.06/3618.10	c #Conflicts:    4801000 | #Constraints:      89169
3600.06/3618.10	c #Conflicts:    4802000 | #Constraints:      90169
3600.06/3618.10	c #Conflicts:    4803000 | #Constraints:      91169
3600.06/3618.10	c #Conflicts:    4804000 | #Constraints:      92169
3600.06/3618.10	c #Conflicts:    4805000 | #Constraints:      93169
3600.06/3618.10	c #Conflicts:    4806000 | #Constraints:      94169
3600.06/3618.10	c #Conflicts:    4807000 | #Constraints:      95169
3600.06/3618.10	c #Conflicts:    4808000 | #Constraints:      96169
3600.06/3618.10	c #Conflicts:    4809000 | #Constraints:      97169
3600.06/3618.10	c INPROCESSING
3600.06/3618.10	c GARBAGE COLLECT
3600.06/3618.10	c #Conflicts:    4810000 | #Constraints:      54243
3600.06/3618.10	c #Conflicts:    4811000 | #Constraints:      55243
3600.06/3618.10	c #Conflicts:    4812000 | #Constraints:      56243
3600.06/3618.10	c #Conflicts:    4813000 | #Constraints:      57243
3600.06/3618.10	c #Conflicts:    4814000 | #Constraints:      58243
3600.06/3618.10	c #Conflicts:    4815000 | #Constraints:      59243
3600.06/3618.10	c #Conflicts:    4816000 | #Constraints:      60243
3600.06/3618.10	c #Conflicts:    4817000 | #Constraints:      61243
3600.06/3618.10	c #Conflicts:    4818000 | #Constraints:      62243
3600.06/3618.10	c #Conflicts:    4819000 | #Constraints:      63243
3600.06/3618.10	c #Conflicts:    4820000 | #Constraints:      64243
3600.06/3618.10	c #Conflicts:    4821000 | #Constraints:      65243
3600.06/3618.10	c #Conflicts:    4822000 | #Constraints:      66243
3600.06/3618.10	c #Conflicts:    4823000 | #Constraints:      67243
3600.06/3618.10	c #Conflicts:    4824000 | #Constraints:      68243
3600.06/3618.10	c #Conflicts:    4825000 | #Constraints:      69243
3600.06/3618.10	c #Conflicts:    4826000 | #Constraints:      70243
3600.06/3618.10	c #Conflicts:    4827000 | #Constraints:      71243
3600.06/3618.10	c #Conflicts:    4828000 | #Constraints:      72243
3600.06/3618.10	c #Conflicts:    4829000 | #Constraints:      73243
3600.06/3618.10	c cpu time 3563.08 s
3600.06/3618.10	c deterministic time 201331300126 2.01e+11
3600.06/3618.10	c optimization time 21.3309 s
3600.06/3618.10	c total solve time 3541.69 s
3600.06/3618.10	c core-guided solve time 0 s
3600.06/3618.10	c propagation time 2281.88 s
3600.06/3618.10	c conflict analysis time 1053.11 s
3600.06/3618.10	c propagations 674119223
3600.06/3618.10	c resolve steps 151867237
3600.06/3618.10	c decisions 13352662
3600.06/3618.10	c conflicts 4829253
3600.06/3618.10	c restarts 8189
3600.06/3618.10	c inprocessing phases 210
3600.06/3618.10	c garbage collections 210 ,( 100.00 )
3600.06/3618.10	c input clauses 8142 ,( 82.01 )
3600.06/3618.10	c input cardinalities 0 ,( 0.00 )
3600.06/3618.10	c input general constraints 1786 ,( 17.99 )
3600.06/3618.10	c input average constraint length 4.53
3600.06/3618.10	c input average constraint degree 1.83
3600.06/3618.10	c learned clauses 2082409 ,( 42.66 )
3600.06/3618.10	c learned cardinalities 1082 ,( 0.02 )
3600.06/3618.10	c learned general constraints 2798474 ,( 57.32 )
3600.06/3618.10	c learned average constraint length 183.21
3600.06/3618.10	c learned average constraint degree 18796361.80
3600.06/3618.10	c watched  CF 32, 64, 128, Arb: 860906 , 0 , 0 , 0
3600.06/3618.10	c counting CF 32, 64, 128, Arb: 1939354 , 0 , 0 , 0
3600.06/3618.10	c watched   constraints 860906 ,( 30.74 ) 
3600.06/3618.10	c counting  constraints 1939354 ,( 69.26 ) 
3600.06/3618.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1074334585 , 4548855 , 22641605199 ,( 1292271321 , 21349333878 )
3600.06/3618.10	c gcd simplifications 426698
3600.06/3618.10	c detected cardinalities 58
3600.06/3618.10	c weakened non-implied lits 119137796
3600.06/3618.10	c weakened non-implying lits 1243494
3600.06/3618.10	c original variables 4288
3600.06/3618.10	c clausal propagations 170181909
3600.06/3618.10	c cardinality propagations 81218
3600.06/3618.10	c watched propagations 3141893
3600.06/3618.10	c counting propagations 495638997
3600.06/3618.10	c watch lookups 108477307039
3600.06/3618.10	c watch backjump lookups 0
3600.06/3618.10	c watch checks 48452211670
3600.06/3618.10	c propagation checks 40421338978
3600.06/3618.10	c constraint additions 2599697934
3600.06/3618.10	c trail pops 692297423
3600.06/3618.10	c formula constraints 9928
3600.06/3618.10	c learned constraints 4829250
3600.06/3618.10	c bound constraints 0
3600.06/3618.10	c core-guided constraints 0
3600.06/3618.10	c encountered formula constraints 113492956
3600.06/3618.10	c encountered learned constraints 43138014
3600.06/3618.10	c encountered bound constraints 0
3600.06/3618.10	c encountered core-guided constraints 0
3600.06/3618.10	c LP total time 276.35 s
3600.06/3618.10	c LP solve time 251.8 s
3600.06/3618.10	c LP constraints added 10370
3600.06/3618.10	c LP constraints removed 107
3600.06/3618.10	c LP pivots internal 485864
3600.06/3618.10	c LP pivots root 489332
3600.06/3618.10	c LP calls 57723
3600.06/3618.10	c LP optimalities 18
3600.06/3618.10	c LP no pivot count 0
3600.06/3618.10	c LP infeasibilities 57533
3600.06/3618.10	c LP valid Farkas constraints 52682
3600.06/3618.10	c LP learned Farkas constraints 2
3600.06/3618.10	c LP basis resets 168
3600.06/3618.10	c LP cycling count 1
3600.06/3618.10	c LP singular count 164
3600.06/3618.10	c LP no primal count 0
3600.06/3618.10	c LP no farkas count 2
3600.06/3618.10	c LP other issue count 1
3600.06/3618.10	c LP Gomory cuts 31
3600.06/3618.10	c LP learned cuts 411
3600.06/3618.10	c LP deleted cuts 107
3600.06/3618.10	c LP encountered Gomory constraints 1334
3600.06/3618.10	c LP encountered Farkas constraints 64183
3600.06/3618.10	c LP encountered learned Farkas constraints 1
3600.06/3618.10	c CG auxiliary variables introduced 0
3600.06/3618.10	c CG solutions found 0
3600.06/3618.10	c CG cores constructed 0
3600.06/3618.10	c CG core cardinality constraints returned 0
3600.06/3618.10	c CG unit cores 0
3600.06/3618.10	c CG single cores 0
3600.06/3618.10	c CG blocks removed during cardinality reduction 0
3600.06/3618.10	c CG first core best 0
3600.06/3618.10	c CG decision core best 0
3600.06/3618.10	c CG core reduction tie 0
3600.06/3618.10	c CG core degree average 0.00
3600.06/3618.10	c CG core slack average 0.00
3600.06/3618.10	c CG core upper bound improvements 0
3600.06/3618.10	c STR number of successful calls 0
3600.06/3618.10	c STR number of unsuccessful calls 0
3600.06/3618.10	c STR number of inconclusive calls 0
3600.06/3618.10	c STR number of successful attempts 0
3600.06/3618.10	c STR number of unsuccessful attempts 0
3600.06/3618.10	c STR number of inconclusive attempts 0
3600.06/3618.10	c STR average degree increase per successful call inf
3600.06/3618.10	c STR average degree increase per successful attempt inf
3600.06/3618.10	c STR total number of conflicts for successful attempts 0
3600.06/3618.10	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3618.10	c STR total number of conflicts for inconclusive attempts 0
3600.06/3618.10	c STR average number of conflicts per successful attempt inf
3600.06/3618.10	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3618.10	c STR average number of conflicts per inconclusive attempt inf
3600.06/3618.10	c AVG.sumWPerc 55.21 
3600.06/3618.10	c bigint constraints 0 
3600.06/3618.10	s UNKNOWN
3600.06/3618.10	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=35368, runsolver pid=35360
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 0.52 0.94 1.39 6/270 35386
/proc/meminfo: memFree=129947616/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=57508 memory=11008 CPUtime=0.01 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 934 0 0 0 1 0 0 0 20 0 1 0 37130346 58888192 2752 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 14377 2752 2048 1147 0 1804 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 61700 KiB
Current children cumulated memory: 14080 KiB

[startup+0.20578 s]*
/proc/loadavg: 0.52 0.94 1.39 6/270 35386
/proc/meminfo: memFree=129928920/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=76900 memory=28764 CPUtime=0.11 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 5642 0 0 0 10 1 0 0 20 0 1 0 37130346 78745600 7191 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 19225 7191 2368 1147 0 6652 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 81092 KiB
Current children cumulated memory: 31836 KiB

[startup+0.30577 s]*
/proc/loadavg: 0.52 0.94 1.39 6/270 35386
/proc/meminfo: memFree=129926904/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=76900 memory=28892 CPUtime=0.21 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 5675 0 0 0 20 1 0 0 20 0 1 0 37130346 78745600 7223 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 19225 7223 2368 1147 0 6652 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 81092 KiB
Current children cumulated memory: 31964 KiB

[startup+0.700149 s]
/proc/loadavg: 0.52 0.94 1.39 6/270 35386
/proc/meminfo: memFree=129913568/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=79164 memory=31964 CPUtime=0.6 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 6425 0 0 0 56 4 0 0 20 0 1 0 37130346 81063936 7991 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 19791 7991 2400 1147 0 7218 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 83356 KiB
Current children cumulated memory: 35036 KiB

[startup+1.50014 s]
/proc/loadavg: 0.80 0.99 1.40 6/270 35386
/proc/meminfo: memFree=129887360/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=80036 memory=33500 CPUtime=1.4 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 6784 0 0 0 133 7 0 0 20 0 1 0 37130346 81956864 8375 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 20009 8375 2432 1147 0 7436 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 84228 KiB
Current children cumulated memory: 36572 KiB

[startup+3.10553 s]
/proc/loadavg: 0.80 0.99 1.40 6/270 35386
/proc/meminfo: memFree=129823156/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=84320 memory=40428 CPUtime=2.99 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 8005 0 0 0 287 12 0 0 20 0 1 0 37130346 86343680 10107 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 21080 10107 2432 1147 0 8507 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 43500 KiB

[startup+6.30015 s]
/proc/loadavg: 1.06 1.04 1.42 6/272 35388
/proc/meminfo: memFree=129771316/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=86280 memory=42348 CPUtime=6.1 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 8500 0 0 0 586 24 0 0 20 0 1 0 37130346 88350720 10587 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 21570 10587 2432 1147 0 8997 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 90472 KiB
Current children cumulated memory: 45420 KiB

[startup+12.7001 s]
/proc/loadavg: 1.29 1.09 1.43 6/272 35388
/proc/meminfo: memFree=129581612/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=96872 memory=50796 CPUtime=12.48 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 10634 0 0 0 1205 43 0 0 20 0 1 0 37130346 99196928 12699 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 24218 12699 2432 1147 0 11645 0
Current children cumulated CPU time: 12.49 s
Current children cumulated vsize: 101064 KiB
Current children cumulated memory: 53868 KiB

[startup+25.5002 s]
/proc/loadavg: 1.71 1.19 1.46 6/272 35388
/proc/meminfo: memFree=129229056/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=114784 memory=69572 CPUtime=25.24 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 14837 0 0 0 2452 72 0 0 20 0 1 0 37130346 117538816 17393 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 28696 17393 2432 1147 0 16123 0
Current children cumulated CPU time: 25.25 s
Current children cumulated vsize: 118976 KiB
Current children cumulated memory: 72644 KiB

[startup+51.1053 s]
/proc/loadavg: 2.75 1.49 1.55 5/271 35436
/proc/meminfo: memFree=128893956/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=131940 memory=85828 CPUtime=50.76 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 18874 0 0 0 4937 139 0 0 20 0 1 0 37130346 135106560 21457 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 32985 21457 2432 1147 0 20412 0
Current children cumulated CPU time: 50.77 s
Current children cumulated vsize: 136132 KiB
Current children cumulated memory: 88900 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 1.89 1.69 5/270 35439
/proc/meminfo: memFree=127947684/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=173936 memory=122668 CPUtime=101.82 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 27475 0 0 0 9944 238 0 0 20 0 1 0 37130346 178110464 30667 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 43484 30667 2528 1147 0 30911 0
Current children cumulated CPU time: 101.83 s
Current children cumulated vsize: 178128 KiB
Current children cumulated memory: 125740 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.29 1.84 5/272 35445
/proc/meminfo: memFree=126980812/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=211744 memory=154668 CPUtime=161.63 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 33946 0 0 0 15821 342 0 0 20 0 1 0 37130346 216825856 38667 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 52936 38667 2528 1147 0 40363 0
Current children cumulated CPU time: 161.64 s
Current children cumulated vsize: 215936 KiB
Current children cumulated memory: 157740 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.62 1.98 5/272 35447
/proc/meminfo: memFree=126135300/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=236624 memory=180012 CPUtime=221.45 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 39794 0 0 0 21710 435 0 0 20 0 1 0 37130346 242302976 45003 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0

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

/proc/35386/statm: 159537 146285 2528 1147 0 146964 0
Current children cumulated CPU time: 3086.46 s
Current children cumulated vsize: 642340 KiB
Current children cumulated memory: 588212 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.11 4.02 5/272 35802
/proc/meminfo: memFree=101728872/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=638148 memory=585140 CPUtime=3146.14 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 115600 0 0 0 311160 3454 0 0 20 0 1 0 37130346 653463552 146285 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 159537 146285 2528 1147 0 146964 0
Current children cumulated CPU time: 3146.15 s
Current children cumulated vsize: 642340 KiB
Current children cumulated memory: 588212 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.10 4.02 5/271 35807
/proc/meminfo: memFree=101286256/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=652356 memory=596020 CPUtime=3205.85 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 118327 0 0 0 317088 3497 0 0 20 0 1 0 37130346 668012544 149005 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 163089 149005 2528 1147 0 150516 0
Current children cumulated CPU time: 3205.86 s
Current children cumulated vsize: 656548 KiB
Current children cumulated memory: 599092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.02 5/273 35813
/proc/meminfo: memFree=100838748/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=655852 memory=601532 CPUtime=3265.57 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 119186 0 0 0 323025 3532 0 0 20 0 1 0 37130346 671592448 150383 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 163963 150383 2528 1147 0 151390 0
Current children cumulated CPU time: 3265.58 s
Current children cumulated vsize: 660044 KiB
Current children cumulated memory: 604604 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/272 35815
/proc/meminfo: memFree=100424896/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=670104 memory=613308 CPUtime=3325.36 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 122118 0 0 0 328965 3571 0 0 20 0 1 0 37130346 686186496 153327 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 167526 153327 2528 1147 0 154953 0
Current children cumulated CPU time: 3325.37 s
Current children cumulated vsize: 674296 KiB
Current children cumulated memory: 616380 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.02 5/273 35818
/proc/meminfo: memFree=100076016/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=683488 memory=621756 CPUtime=3385.11 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 124235 0 0 0 334913 3598 0 0 20 0 1 0 37130346 699891712 155439 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 170872 155439 2528 1147 0 158299 0
Current children cumulated CPU time: 3385.12 s
Current children cumulated vsize: 687680 KiB
Current children cumulated memory: 624828 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.03 5/272 35820
/proc/meminfo: memFree=99666808/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=744868 memory=640576 CPUtime=3444.88 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 126916 0 0 0 340854 3634 0 0 20 0 1 0 37130346 762744832 160144 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 186217 160144 2528 1147 0 173644 0
Current children cumulated CPU time: 3444.89 s
Current children cumulated vsize: 749060 KiB
Current children cumulated memory: 643648 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.08 4.02 5/271 35824
/proc/meminfo: memFree=99342120/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=763156 memory=659032 CPUtime=3504.65 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 129987 0 0 0 346809 3656 0 0 20 0 1 0 37130346 781471744 164758 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 190789 164758 2528 1147 0 178216 0
Current children cumulated CPU time: 3504.66 s
Current children cumulated vsize: 767348 KiB
Current children cumulated memory: 662104 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/271 35827
/proc/meminfo: memFree=99058648/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=777116 memory=668120 CPUtime=3564.41 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 132259 0 0 0 352759 3682 0 0 20 0 1 0 37130346 795766784 167030 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 194279 167030 2528 1147 0 181706 0
Current children cumulated CPU time: 3564.42 s
Current children cumulated vsize: 781308 KiB
Current children cumulated memory: 671192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.11 s]
/proc/loadavg: 4.07 4.08 4.03 5/271 35829
/proc/meminfo: memFree=98845156/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=784528 memory=684120 CPUtime=3600.05 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 133979 0 0 0 356307 3698 0 0 20 0 1 0 37130346 803356672 171030 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 196132 171030 2528 1147 0 183559 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 788720 KiB
Current children cumulated memory: 687192 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.015388 s, system=0.0074 s

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

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

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

[startup+3618.11 s]
/proc/loadavg: 4.07 4.08 4.03 5/271 35829
/proc/meminfo: memFree=98845156/131250000 swapFree=33010684/33010684
[pid=35368] ppid=35360 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/35368/stat : 35368 (run-dec-break-l) S 35360 35368 35308 0 -1 4194304 242 3342 0 0 0 0 1 0 20 0 1 0 37130339 4292608 768 18446744073709551615 94038782562304 94038783456837 140731240966448 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94038783695888 94038783743632 94038806200320 140731240974613 140731240974814 140731240974814 140731240980416 0
/proc/35368/statm: 1048 768 704 219 0 110 0
[pid=35386] ppid=35368 vsize=784528 memory=684120 CPUtime=3600.05 cores=0,2
/proc/35386/stat : 35386 (roundingsat) R 35368 35368 35308 0 -1 4194304 133979 0 0 0 356307 3698 0 0 20 0 1 0 37130346 803356672 171030 18446744073709551615 4227072 8923433 140724355817120 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37978112 140724355823860 140724355824168 140724355824168 140724355829738 0
/proc/35386/statm: 196132 171030 2528 1147 0 183559 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 788720 KiB
Current children cumulated memory: 687192 KiB

Child status: 2

Real time (s): 3618.14
CPU time (s): 3600.1
CPU user time (s): 3563.1
CPU system time (s): 37.0021
CPU usage (%): 99.5014
Max. virtual memory (cumulated for all children) (KiB): 788720
Max. memory (cumulated for all children) (KiB): 687192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.1
system time used= 37.0021
maximum resident set size= 684248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137583
page faults= 0
swaps= 0
block input operations= 32
block output operations= 18526624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1198
involuntary context switches= 9436


# summary of solver processes directly reported to runsolver:
#   pid: 35368,35386
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3563.1
#   total CPU system time (s): 37.0021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.2396 second user time and 16.7779 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 9b7b034b4cb564ce8c6d87bc02f32c31
RANDOM SEED=1944426862

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129973896 kB
MemAvailable:   129753940 kB
Buffers:            3280 kB
Cached:           589564 kB
SwapCached:            0 kB
Active:           296232 kB
Inactive:         367812 kB
Active(anon):      89276 kB
Inactive(anon):        0 kB
Active(file):     206956 kB
Inactive(file):   367812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30268 kB
Writeback:             0 kB
AnonPages:         74268 kB
Mapped:           102948 kB
Shmem:             18072 kB
KReclaimable:      89032 kB
Slab:             172812 kB
SReclaimable:      89032 kB
SUnreclaim:        83780 kB
KernelStack:        4148 kB
PageTables:         2500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     334044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

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